Server IP : 180.180.241.3 / Your IP : 216.73.216.194 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/umedia3/ |
Upload File : |
<?php // include("index.topmenu.php"); $contentread=tmq("select * from webpage_menu_content where refid='$contentid' "); $contentread=tmq_fetch_array($contentread); ?> <TABLE width=100% height=100% align=center cellpadding=0 cellspacing=0 border=0> <TR valign=top height=30> <TD background="./neoimg/cgbg.png"> <table class=alpha50 width=100%> <tr><td class=mediabox style="padding-right: 20; border: #666666 0px solid; border-bottom-width: 1px;" align=right><b style="font-size: 28;"> <? echo $contentread[title]; ?></b></td></tr> </table> </TD> </TR> <TR valign=top> <TD class=alpha50> <TABLE width=100% cellpadding=3 cellspacing=0 border=0 > <TR> <TD><? echo stripslashes(stripslashes( $contentread[body])); ?></TD> </TR> </TABLE> </TD> </TR> </TABLE>