0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
uv-life_dot_com
/
admin
/
pages
/
[
Home
]
File: index.php
<? require('includes/config.php'); $table_exist = 0; $sql = "show TABLES FROM $dbname"; $result = mysql_query($sql); if(!$resilt) { echo mysql_error(); } while ($row=@mysql_fetch_array($result)) { if($row[0] == 'catalog') { $table_exist = 1; } } ?> <link href="css/admin-style.css" rel="stylesheet" type="text/css"> <body leftmargin="0" topmargin="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="80" height="60" align="left" valign="top" bgcolor="#0099FF"><img src="admin_images/pimpicon.jpg" width="80" height="60"></td> <td width="962" align="center" valign="middle" bgcolor="#0099FF" class="top">PIMP THAT BED ADMIN AREA</td> </tr> <tr> <td colspan="2" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="190" align="left" valign="top" bgcolor="#0099FF"> <? include('includes/left.php'); ?> </td> <td align="left" valign="top" style="padding-left:20px; padding-top:20px"><? include($admin_page2); ?></td> </tr> </table></td> </tr> <tr> <td align="left" valign="top"> </td> <td align="left" valign="top"> </td> </tr> </table>