0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
customtanningbed_dot_com
/
admin
/
[
Home
]
File: index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CUSTOM TANNING BED ADMIN PANEL</title> <link href="adminCSS.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style1 { color: #FF0000; font-weight: bold; } --> </style> </head> <body> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainTableBorder"> <tr> <?php include_once("header.php")?> </tr> <tr> <td colspan="2" align="center" valign="top" > <br /> <table width="50%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"><span class="myUser style1">Welcome</span> to <strong>TANNING ONLINE ADMIN PANEL</strong> Admin panel.<br /> Do you know how to handle the admin panel? If you are not sure please do not change any information. Consult service provider please</td> </tr> <tr> <td align="center"></td> </tr> <tr> <td align="center" class="productTitile"> </td> </tr> <tr> <td class="productInnerBoder"><form id="form3" name="form3" method="post" action="log_tan.php"> <input name="" type="hidden" value="" /><?php echo $m?> <table width="80%" border="0" align="center" cellpadding="5" cellspacing="0"> <tr> <td width="40%"><strong>User Name: </strong></td> <td width="60%"><label> <input type="text" name="username" /> </label></td> </tr> <tr> <td><strong>Password:</strong></td> <td><label> <input type="password" name="password" /> </label></td> </tr> <tr> <td> </td> <td><label> <input type="submit" name="Submit" value="Submit" /> </label></td> </tr> </table> </form> </td> </tr> <tr> <td align="center" class="productInnerBoder">This portal is for authorised personnel only.<br /> Unauthorised use may subject you to criminal prosecution.</td> </tr> </table> <br /></td> </tr> </table> <?php include_once("poweredby.php")?> </body> </html>