:: **Zploit** v1.0 | Current Path: **/home/bbbncs7/amtechint.com/admin/**
:: Editing File: feed_detail.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> </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="552" 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> | Feedback</td> <td width="248" align="right" background="imgs/cp/menu_cat_bg.jpg" class="left_menu_head" style="padding:4px;"> </td> </tr> <tr> <td colspan="2"><table width="800" border="0" cellpadding="0" cellspacing="0" class="base"> <tr> <td height="29" background="imgs/cp/menu_bg.jpg" class="left_menu_head"> Detail </td> </tr> <?php $QRY = qry_run("select * from tbl_feedback where mainid = ".ch_lvl('mid').""); if (num_rec($QRY) > 0) { $rs = fetch_rec($QRY); ?> <tr> <td><table width="100%" border="0" cellpadding="2" cellspacing="0" class="base"> <tr> <td height="25" align="right"><strong>Dated: </strong></td> <td align="left"> <?=$rs['pdate']?> </td> </tr> <tr> <td width="22%" height="25" align="right"><strong>Name: </strong></td> <td width="78%" align="left"> <?=$rs['pname']?> </td> </tr> <tr> <td height="25" align="right"><strong>Address: </strong></td> <td align="left"> <?=$rs['address']?> </td> </tr> <tr> <td height="25" align="right"><strong>Phone: </strong></td> <td align="left"> <?=$rs['phone']?> </td> </tr> <tr> <td height="25" align="right"><strong>E-mail: </strong></td> <td align="left"> <?=$rs['email']?> </td> </tr> <tr> <td height="25" align="right"><strong>Message: </strong></td> <td align="left"> <?=$rs['message']?> </td> </tr> <tr> <td height="25" align="right"> </td> <td align="left"> </td> </tr> </table></td> </tr> <?php } ?> </table></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>