| 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 : |
<?
//ob_start();
;
$kw=strip_tags($kw);
include ("inc/config.inc.php");
include ("index.inc.php");
if ($mode=="") {
$mode="index";
}
if ($ticklogin=="yes") {
$now=time();
$chkticket=tmq("select * from ticket where ticketid='$ticketpwd' and for_mid='$mid' and for_ftid='$viewsinglefile' and dt_expire>$now ");
if (tmq_num_rows($chkticket)==1) {
$chkticket=tmq_fetch_array($chkticket);
sessionval_set("ticketpass-$chkticket[for_ftid]","yes");
tmq("update ticket set
usecount=usecount+1,
log=concat(log,'<BR>','$IPADDR ΰΑΧθΝ ".ymd_datestr(time())."')
where id='$chkticket[id]' ");
}
}
html_start();
?><script type="text/javascript" src="./js/jquery-1.2.2.pack.js"></script>
<script type="text/javascript" src="./js/animatedcollapse.js">
/***********************************************
* Animated Collapsible DIV v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script><?
include("jseffect.php");
$_weblogourl="./_tmp/logo/_weblogoicon.png";
$_webtoplogourl="$dcrURL/_tmp/logo/_webtopbar.png";
$_webtopbarurl="$dcrURL/_tmp/headbar/$_HTMLTEMPLATE.jpg";
//echo "[$headcolor]";
?><TABLE width=1000 align=center border=0 cellpadding=0 cellspacing=0>
<TR height="78" >
<TD colspan=2 style="height: 50px;
background-color: white;
padding-left: 0px;
background-image: url('<? echo $_webtopbarurl;?>');
background-repeat: no-repeat;" valign=top align=right><A HREF="<? echo $dcrURL;?>"><img src="<? echo $_webtoplogourl;?>" border=0 style="float:left;" width=250 height=78></A>
<? include("webpage.inc.quicksearch.php");?>
<? echo barcodeval_get("webpage-o-mannualhtmlathpheader")?></TD>
</TR>
<TR height="7" style="height: 7px;">
<TD colspan=2 ></TD>
</TR>
<TR valign=top >
<TD style="background-color: white;
border-color: #D3D3D3;
border-width: 1px;
border-style: solid;
border-left-width: 0px;
border-top-width: 1px;
border-bottom-width: 0px;
padding-top: 4px;
padding-left: 0px;
padding-right: 5px;
width: 773;
"><?
if ($mode=="index") {
include("index.index.php");
}
if ($mode=="viewrecord") {
include("index.viewrecord.php");
}
if ($mode=="categorylist") {
include("index.categorylist.php");
}
if ($mode=="viewcategory") {
include("index.viewcategory.php");
}
if ($mode=="contentread") {
include("index.contentread.php");
}
if ($mode=="searching") {
include("index.searching.php");
}
if ($mode=="external") {
include("index.external.php");
}
if ($mode=="annotation") {
include("index.annotation.php");
}
if ($mode=="libsitelist") {
include("index.libsitelist.php");
}
if ($mode=="viewall") {
include("index.viewall.php");
}
?></TD>
<TD width=220 style="padding-left:3px; ;background-color: white; padding-top:0px;"><?
if ($mode!="viewrecord") {
include("index.menu.php");
} else {
include("index.mediamenu.php");
}
?><table width=100% border=0
align=center cellpadding=0 cellspacing=0>
<TR>
<TD 1><img src="./neoimg/spacer.gif" border=0 width=1 height=1></TD>
</TR>
</table></TD>
</TR>
</TABLE>
<?
$htmlc=barcodeval_get("webpage-o-mannualhtmlfooter");
$htmlc=trim($htmlc);
$htmlc=stripslashes($htmlc);
$htmlc=stripslashes($htmlc);
if ($htmlc!="") {
echo "<center><br />$htmlc</center>";
}
?><script>
document.title="<?
echo getlang(getval("global","TITLE BAR"));
?>";
</script>
</body></html>