<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
/*
[Yisde!] (C)2008 Comsenz Inc.
$Author: Dexter.Xia $
$E-Mail: 1164066@qq.com $
$Wedpage: http://bbs.yisde.com/forum-22-1.html $
$Blog: http://home.yisde.net/space.php?uid=1 $
$Date: 2008/7/2 13:20 $
*/
require 'include/conn.php';
require 'include/ad.php';
$text=implode(",",$type);
$filesize=round($size/1024,2);
$sizem=round($filesize/1024,2);
$Yisde=$_GET["code"];
$aql=mysql_query("select * from wh_list where code='".$Yisde."'");
$sj = mysql_fetch_array($aql);
?>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><?php
if($Yisde==""){
echo "欢迎您前来提取!";
}else{
echo $sj["filename"]."-";}
echo $hostname;
?> - Powered by ECNS</title>
<LINK href="include/index.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
a:visited {
color: #FFFFFF;
}
-->
</style></head>
<script>
function oCopy(obj){
obj.select();
js=obj.createTextRange();
js.execCommand("Copy")
alert("已复制到剪贴板!");
}
</script>
<body>
<div align="center" style="padding-top:20px"><?php echo $ad1; ?></div>
<div align="center" style="padding-top:20px">
<table width="500" height="46" border="0" align="center"style="BORDER-RIGHT: #cecece 1px dashed; BORDER-TOP: #cecece 1px dashed; BORDER-LEFT: #cecece 1px dashed; BORDER-BOTTOM: #cecece 1px dashed">
<tr>
<td width="120"><div align="center"><strong>允许上传的文件类型</strong></div></td>
<td width="380" bgcolor="#9C0810">
<?php echo $text; ?></td>
</tr>
</table>
<table width="500" height="12" border="0" align="center" cellpadding="0" cellspacing="2" style="padding-top:3px">
<tr><td align="center" width="400"><font color="#FFFFFF">在下面输入您的下载认证代码并点击"下载文件"按钮</font></td>
<td align="left"><?php
if($Yisde==""){
echo "快提取文件吧!";
}else{
echo "已下载:".$sj["downloads"]."次"; }
?></td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td width="111" align="center"><span class="style2">Enter your code</span></td>
<td width="381">
<FORM action='download.php' method=post encType=multipart/form-data>
<form name="form1" method="post">
<INPUT size=46 name="code" value="<?php echo $_GET["code"]; ?>">
<INPUT type="submit" height=27 width=174 value=下载文件 border=0 name=submit valign="bottom">
</form></FORM></td>
</tr></table>
<table width="500" border="0">
<tr>
<td width="104" rowspan="3" align="center">
<table width="111" border="0">
<tr>
<td width="105"><span class="style2">点击右面任意一文字框即可复制内容到剪贴板上。</span><br>
<br></td>
</tr>
<tr>
<td><br><a href="index.php"><FONT color="#FFFFFF">++ 返回首页 ++</FONT></a></td>
</tr>
</table></td>
<td width="386">
<INPUT size=60 name="dizhi11" value="<?php echo $patch."links.php?code=".$_GET["code"]; ?>" onclick="oCopy(this)">
<br>
直接复制地址连接。</td>
</tr>
<tr>
<td>
<input size="60" name="dizhi12" value="<?php echo "[url=".$patch."links.php?code=".$_GET["code"]."]".$patch."links.php?code=".$_GET["code"]."[/url]"; ?>" onclick="oCopy(this)">
<br>带UBB码格式连接,适用于各大论坛。</td>
</tr>
<tr>
<td>
<input size="60" name="dizhi13" value="<a href="<?php echo $patch."links.php?code=".$_GET["code"]; ?>"><?php echo $patch."links.php?code=".$_GET["code"]; ?></a>" onclick="oCopy(this)">
<br>带Html格式连接。</td>
</tr>
</table>
</div>
<div align="center" style="padding-top:5px"><?php echo $ad2; ?></div>
<div align="center" style="FONT-SIZE: 12px; TEXT-TRANSFORM: capitalize"> <P> <span class="STYLE9">Make:</span> <span class="style2"><a href="http://bbs.yisde.com/forum-22-1.html" target="_blank" class="style2 style2">ECNS</a> </span><span class="STYLE9">Support size:</span> <span class="style2"><=<?php echo $filesize."kb (".$sizem."MB)"; ?></span><BR>
<BR>
<span class="style2">@2008 Yisde.com All rights reserved.</span></span></P>
</div>
</body>
</html>