| Server IP : 180.180.241.3 / Your IP : 216.73.216.25 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 : |
<?
index_sepper("รายการที่กำลังชม");
?><TABLE width=100% cellpadding=0 cellspacing=0 class=mediabox>
<TR>
<TD align=center><?
show_mediaicon($mid,"","no","130",'200','','[unlink]');
$localmdtitle=marc_gettitle($mid);;
$sviewcount=tmq("select * from media where randid='$mid' ");
$sviewcount=tmq_fetch_array($sviewcount);
?></TD>
</TR><TR>
<TD align=center><FONT class=smaller2>มีผู้ชม <? echo number_format($sviewcount[viewcount]);?> ครั้ง</FONT><?
$sdescr=tmq("select * from dc_description where mid='$mid' ");
$sdescr=tmq_fetch_array($sdescr);
$sdescr=stripslashes($sdescr[f1]);
$sdescr=trim($sdescr);
$sdescr=str_preformat($sdescr);
if ($sdescr!="") {
?><TABLE width=100% cellpadding=6 cellspacing=1 border=0 bgcolor=white>
<TR>
<TD bgcolor="#E1E1E1" class=smaller><B class=smaller><? echo $localmdtitle?></B><BR><? echo $sdescr?></TD>
</TR>
</TABLE><?
}
?></TD>
</TR>
<TR>
<TD align=center><?
$chkmusic=tmq("select * from media_ftitems where cachecate='wmv' and mid='$mid' ",false);
if (tmq_num_rows($chkmusic)>1) {
mediaboxbtn("ดูทั้งอัลบั้ม::l::View all","index.php?mode=viewrecord&mid=$mid&playmodule=movie&viewbytypecode[]=wmv","package_multimedia");
}
$chkmusic=tmq("select * from media_ftitems where cachecate='onlinumusic' and mid='$mid' ",false);
if (tmq_num_rows($chkmusic)>1) {
mediaboxbtn("ฟังทั้งอัลบั้ม::l::Listen all album","index.php?mode=viewrecord&mid=$mid&playmodule=music&viewbytypecode[]=onlinumusic","multimedia");
}
$chkmusic=tmq("select * from media_ftitems where cachecate='images' and mid='$mid' and (iscover<>'yes' or coveranddisplay='yes') order by text asc",false);
if (tmq_num_rows($chkmusic)>1) {
$chkmusic=tmq_fetch_array($chkmusic);
mediaboxbtn("ดูภาพแบบ Slideshow::l::Slideshow Photoes",get_fturl($chkmusic),"noatun",' rel="lightbox[roadtrip]"');
if (barcodeval_get("webpage-o-showpresentationlink") =="yes") {
mediaboxbtn("แสดงเป็นการนำเสนอ::l::Show as Presentation","javascript:void(0);","noatun"," onClick=\"window.open('_idx.presentation/index.php?mid=$mid', '', 'fullscreen=yes, scrollbars=auto');\" ");
}
}
?><!-- <A HREF="" class=smaller2>เพิ่มเติม..</A> --></TD>
</TR>
</TABLE>
<!-- -->
<?
if (barcodeval_get("bibrating-o-enable")=="yes") {
index_sepper("ให้คะแนน");
?><TABLE width=100% cellpadding=0 cellspacing=0 class=mediabox>
<TR>
<TD align=center><iframe width=210 height=150 src="dublin.bibrating.php?ID=<? echo $mid?>" style="background-color: transparent;" FRAMEBORDER="NO" BORDER=0 SCROLLING=NO allowtransparency="true"></iframe></TD>
</TR>
</TABLE><?
}
?>
<!-- -->
<?
index_sepper("หมวดหมู่ที่กำลังรับชม");
?><TABLE width=100% cellpadding=0 cellspacing=0 class=mediabox>
<TR>
<TD align=center><?
$m=tmq("select * from media where randid='$mid' ",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 cellpadding=0 cellspacing=0>
<TR>
<TD style="padding-left: 10" align=left><FONT SIZE="" COLOR="<? echo $fontcolor?>" class=smaller>
<A HREF="index.php?mode=categorylist#maincateid<? echo $smain[id]?>" style="color: <? echo $fontcolor?>" class=smaller><?
echo ("<img src='./neoimg/collectionicon/$smain[icon]' width=24 align=texttop border=0> ");
echo "".getlang($smain[name]);;
//show_mediaicon($r[randid]);
?></A>
<BR><? echo $smain[descr]?><BR>
<B class=smaller2> หมวดย่อย:: </B>
<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>
<TR>
<TD style="padding-top: 6"><?
$samecate="select * from media where randid<>'$mid' and cate='$m[cate]' order by rand() limit 4";
$samecate=tmq($samecate);
if (tmq_num_rows($samecate)!=0) {
index_sepper("ในหมวดหมู่เดียวกัน");
while ($r=tmq_fetch_array($samecate)) {
show_mediaicon_long($r[randid],"show","yes",50,80);
}
}
?></TD>
</TR>
</TABLE><?
?><A HREF="index.php?mode=viewcategory&cateid=<? echo $ssub[id]?>" class=smaller2>เพิ่มเติม..</A></TD>
</TR>
</TABLE>