Server IP : 180.180.241.3 / Your IP : 216.73.216.127 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/inc/ |
Upload File : |
<? function index_catepathbymid($wh) { global $fontcolor; $m=tmq("select * from media where randid='$wh' ",false); $m=tmq_fetch_array($m); $ssub=tmq("select * from cate_sub where id='$m[cate]' ",false); $ssub=tmq_fetch_array($ssub); $smain=tmq("select * from cate where id='$ssub[pid]' ",false); $smain=tmq_fetch_array($smain); ?><TABLE width=100% border=0> <TR> <TD style="padding-left: 10" align=left><FONT SIZE="" COLOR="<? echo $fontcolor?>" class=smaller2> <B class=smaller2><? echo getlang("ในหมวดหมู่::");?></B> <A HREF="index.php?mode=categorylist#maincateid<? echo $smain[id]?>" style="color: <? echo $fontcolor?>" class=smaller2><? echo ("<img src='./neoimg/collectionicon/$smain[icon]' width=16 align=texttop border=0> "); echo "".getlang($smain[name]);; //show_mediaicon($r[randid]); ?></A> >> <A HREF="index.php?mode=viewcategory&cateid=<? echo $ssub[id]?>" style="color: <? echo $fontcolor?>" class=smaller2><? echo ("<img src='./neoimg/collectionicon/$ssub[icon]' width=16 align=texttop border=0> "); echo "".getlang($ssub[name]);; //show_mediaicon($r[randid]); ?></A> </TD> </TR> </TABLE><? return $ssub[id]; } ?>