| 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 : |
<?php
include ("./inc/config.inc.php");
$mids=tmq("select * from media where randid='$mid' ");
$mids=tmq_fetch_array($mids);
?>
<asx version="3.0">
<title><? echo marc_gettitle($mid);?></title>
<COPYRIGHT><? echo stripslashes(getlang(getval("global", "HEAD")))?></COPYRIGHT>
<AUTHOR><? echo get_library_name($mids[useradminid]);?>,<? echo get_libsite_name($mids[LIBSITE]);?></AUTHOR>
<!-- <entry>
<title>Short Announcement to Play Before Main Stream</title>
<ref href="http://example.com/announcement.wma"/>
<param name="aParameterName" value="aParameterValue"/>
</entry> -->
<ENTRY CLIENTSKIP="NO">
<Duration value = "00:00:02" />
<REF HREF="<? echo $dcrURL?>/_tmp/logo/_asxbiglogo.png" />
</ENTRY>
<?
/*
$s=tmq("select * from media_ftitems where mid='$mid' and iscover='yes' ",false);
if (tmq_num_rows($s)!=0) {
$s=tmq_fetch_array($s);
$coverurl=get_fturl($s);
?><entry>
<Duration value = "00:00:03" />
<title><? echo "(Cover) "; echo stripslashes($s[text]);?></title>
<ref href="<? echo $coverurl?>"/>
<!-- <author>Example.com</author> -->
<copyright><? echo stripslashes(getlang(getval("global", "HEAD")))?></copyright>
</entry><?
}
*/
///////////////////
$data=explode(',',$list);
//printr($data);
$data=arr_filter_remnull($data);
@reset($data);
$i=0;
while (list($k,$v)=@each($data)) {
$i++;
$s=tmq("select * from media_ftitems where mid='$mid' and id='$v' ",false);
if (tmq_num_rows($s)!=0) {
$s=tmq_fetch_array($s);
?><entry>
<title><? echo "($i/".count($data).") "; echo stripslashes($s[text]);?></title>
<ref href="<? echo get_fturl($s);?>"/>
<copyright><? echo stripslashes(getlang(getval("global", "HEAD")))?></copyright>
<!-- <? if (barcodeval_get("webpage-o-isshowascbanner")=="yes") {?>
<Banner href="<? echo $dcrURL;?>_tmp/logo/_asxlogo.png">
<?}?> -->
<MoreInfo href ="<? echo $dcrURL?>" />
<Abstract><? echo stripslashes(getlang(getval("global", "HEAD")))?></Abstract>
</entry><?
}
}
?>
</asx>