| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/baberankings.com.bak/photorater-old/ |
Upload File : |
<?
include("connection.php");
include("checksession.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<title>Control Panel</title><meta dcb license 123456789>
<script language="JavaScript">
<!--
function checkifvalid(){
if (window.document.myform.catname.value=="")
{
alert("Kindly enter the Category Name");
window.document.myform.catname.focus();
return false;
}
if (window.document.myform.desc.value=="")
{
alert("Kindly enter the Description");
window.document.myform.catname.focus();
return false;
}
return true;
}
</script>
</head>
<script language="JavaScript">
<?php
if(isset($success))
{
print("alert('Category Added!');");
}
?>
</script>
</head>
<body leftmargin="0" rightmargin="0" bottommargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FCFAF7" text="#000000" >
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="41">
<tr>
<td width="150%" bgcolor="#000000" height="1"></td>
</tr>
<tr >
<td width="100%" align="left" valign="bottom" bgcolor="#FFFFFF" class="topheader" >
Control Panel </td>
</tr>
</table>
</div>
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="20%" align="left" valign="top">
<? include("sidelinks.php"); ?>
</td>
<td width="80%" valign="top" align="center"><br>
<br>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"> <div align="center">
<table width="100%" height="10" border="0" cellpadding="0" cellspacing="0" class="mytable">
<tr>
<td > <div align="center">
<table width="100%" border="0" align="center" bordercolor="#000080">
<tr class="header">
<td colspan="4">Transactions</td>
</tr>
<tr align="left" valign="top">
<td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Username</strong></font></td>
<td><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Amount</strong></font></td>
<td height="25"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Date</strong></font></td>
</tr>
<?php
$sql="select * from transactions where valid='Y'";
$res=mysql_query($sql);
while($obj=mysql_fetch_object($res))
{
$username=$obj->username;
$amount=$obj->amount;
$tdate=date("m-d-Y",strtotime($obj->transdate));
?>
<tr align="left" valign="top">
<td width="40%"><font face="Verdana" size="2"><?php print $username; ?></font></td>
<td width="40%"><font face="Verdana" size="2"><?php print $amount; ?>$</font></td>
<td width="20%" height="25"><font face="Verdana" size="2"><?php print $tdate; ?></font>
</td>
</tr>
<?php
}
?>
</table>
</div></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
<? include("conclose.php"); ?>