:: **Zploit** v1.0 | Current Path: **/home/bbbncs7/amtechint.com/admin/**
:: Editing File: logo.php
<?php include "param.php"; include "func.php"; include "chk_login.php"; ?> <html> <head> <title><?=$web_title?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="chk_frm.js"></script> <script language="JavaScript"> function chk_form() { if (checkempty(document.frm_add.pname,":.. Please enter Category Name.:")==false) return false; return true; } </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="21" align="center" valign="top"><?php include("top_cp.php"); ?></td> </tr> <tr> <td align="center" valign="top"><table width="990" height="100%" border="0" cellpadding="0" cellspacing="0" class="base"> <tr> <td height="2" colspan="2"><img src="imgs/cp/spacer.gif" width="8" height="8"></td> </tr> <tr> <td width="190" valign="top"><?php include("left_cp.php"); ?></td> <td width="800" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="681" height="29" background="imgs/cp/menu_cat_bg.jpg" class="left_menu_head" style="padding:4px;"><a href="home.php" class="left_menu_head">Home</a> | Logo & Social</td> </tr> <tr> </tr> <tr> <td colspan="2"> <?php $sql = ("SELECT * from tbl_logo"); $re = mysql_query($sql); $varcustomer = mysql_fetch_assoc($re); ?> <form action="sendlogo.php" method="post" enctype="multipart/form-data" name="form" id="form"> <div class="phone"><span>LOGO</span><input type="file" name="img1" id="img1" /><img src="pictures/<?php echo $varcustomer['img1'];?>"></div> <div class="phone"><span>Top Phone</span><input type="text" name="phone" value="<?php echo $varcustomer['phone'];?>"/></div> <div class="phone"><span>Top Email</span><input type="text" name="email" value="<?php echo $varcustomer['email'];?>"/></div> <div class="phone"><span>Facebook Link</span><input type="text" name="facebok" value="<?php echo $varcustomer['facebok'];?>" /></div> <div class="phone"><span>Twitter Link</span><input type="text" name="twiter"value="<?php echo $varcustomer['twiter'];?>" /></div> <div class="phone"><span>Linked Link</span><input type="text" name="linked" value="<?php echo $varcustomer['linked'];?>" /></div> <div class="phone"><span>Google Link</span><input type="text" name="google" value="<?php echo $varcustomer['google'];?>" /></div> <div class="phone"><span>Copyright</span><input type="text" name="copyright" value="<?php echo $varcustomer['copyright'];?>" /></div> <div class="phone"><span>Design & Develep By</span><input type="text" name="design" value="<?php echo $varcustomer['design'];?>" /></div> <div class="phone"><span>Footer Addres</span><input type="text" name="adres" value="<?php echo $varcustomer['adres'];?>" /></div> <div class="phone"><span>Footer Phone</span><input type="text" name="fphone" value="<?php echo $varcustomer['fphone'];?>" /></div> <div class="phone"><span>Footer Fax</span><input type="text" name="fax" value="<?php echo $varcustomer['fax'];?>" /></div> <div class="phone"><span>Footer Email</span><input type="text" name="femail" value="<?php echo $varcustomer['femail'];?>" /></div> <input type="submit" class="btn" value="Submit" style="margin-left:10px; width:100px;" /></form></td> </tr> </table></td> </tr> <tr> <td height="2" colspan="2"><img src="imgs/cp/spacer.gif" width="8" height="8"></td> </tr> </table></td> </tr> <tr> <td height="29" align="center" background="imgs/cp/btm_bg22.jpg"><?php include("btm_cp.php"); ?></td> </tr> </table> </body> </html>