⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 邮件特快传递
💻 PHP
字号:
<?php 
######################################################### 
# inso留言本 1.2										#
######################################################### 
# 这是个免费软件,但是享有版权 (C)copyright 2003		#
# ▲ ▲ ▲ ▲											#
# 仅限个人网站和非商业网站使用							#
# 如果您使用本脚本,请不要删除版权标记					#
# 如果您一定要删除版权的话或者用于商业网站的话			# 
# 请支付人民币100元或美元10元,否则将视为非法			#
# inso汉化 创作											#
# http://www.shi8.com									#
#########################################################
include "incl/metadoc.inc";
$fs=opl();$fs=explode("\n",$fs);if(!isset($rp)){$rp=0;}else{$rp=(int)$rp;}$ru=$rp+10;if($rp>10){$ra=$rp-10;}else{$ra=0;}
?>
<title><?php $ri=$rp+1;print "$crl[2] ($ri - $ru)";?>-Powered by inso留言本</title>
</head><body>
<!-- 以下可修改 -->
<p align=center>
<br><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=Untitled WIDTH=468 HEIGHT=80>
    <PARAM NAME=movie VALUE="pics/head.swf">
    <PARAM NAME=wmode VALUE=window>
    <PARAM NAME=scale VALUE=Default>
    <PARAM NAME=salign VALUE=CC>
    <PARAM NAME=play VALUE=true>
    <PARAM NAME=devicefont VALUE=true>
    <PARAM NAME=loop VALUE=true>
    <PARAM NAME=menu VALUE=true>
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#6699ff>
    <EMBED width=468 height=80 src="pics/head.swf" wmode=window scale=Default salign=CC play=true devicefont=true loop=true menu=true quality=high bgcolor=#6699ff
        TYPE="application/x-shockwave-flash"
        PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
</OBJECT>
</p>
<!-- 以上可修改 -->
<table align="center" width="95%"><tr><td><?php include "incl/cust-top.inc";?>
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="q">
<table width="100%" border="1"  style="border-collapse: collapse" cellspacing="1" cellpadding="5">
<tr class="c"><td colspan="5"><table width="100%" cellpadding="2" cellspacing="0"><tr><td width="150" nowrap><span class="c"><a href="index.php" id="lnk" title="<?php print $crl[0];?>" style="color:#ffffff;text-decoration:none" onMouseOver="adt();return true" onMouseOut="rdt();return true" onClick="tyt();return false"><?php print $crl[2];?></a></span></td><td align="right" nowrap><b><a href="new.php" style="color:#ffffff"><?php print $crl[18];?></a></b></td></tr></table></td></tr>
<tr bgcolor="#aaaaaa"><td class="f" width="70%" nowrap>&nbsp;<?php print $crl[21];?>&nbsp;</td><td class="f" width="10%" nowrap>&nbsp;<?php print $crl[23];?>&nbsp;</td><td class="f" width="10%" nowrap>&nbsp;<?php print $crl[24];?>&nbsp;</td><td class="f" width="5%" nowrap>&nbsp;<?php print $crl[25];?>&nbsp;</td><td class="f" width="5%" nowrap>&nbsp;<?php print $crl[26];?>&nbsp;</td></tr>
<?php 
for($i=$rp;$i<$ru;$i++){
settype($fs[$i],"string");
if(($fs[$i]!="")&&($fs[$i]!="\r")){
$zdn=explode(":|:",$fs[$i]);
$zdw=explode(".gif",$zdn[4]);
$zdw=substr($zdw[0], -1);

if($zdn[3]!="&nbsp;"){$zdn[3]="<div class=\"sm\">$zdn[3]</div>";}
print "<tr class=\"$dbl\"><td><a href=\"show.php?topic=$zdn[0]\"><img src=\"pics/t$zdw.gif\" width=\"19\" height=\"24\" alt=\"\" border=\"0\" align=\"left\" vspace=\"0\"><b>$zdn[2]</b></a>$zdn[3]</td>";
print "\n<td nowrap><b>$zdn[4]</b></td>";
print "<td class=\"sm\" nowrap>$zdn[1]</td>";
print "<td class=\"sm\">$zdn[5]</td>";
print "<td class=\"sm\">$zdn[6]</td></tr>\n";ccl();
}}
$of1='<img src="pics/on.png" width="10" height="9" hspace="1" vspace="0" alt="">';
$of2='<img src="pics/on.png" width="10" height="9" hspace="0" vspace="0" alt="">';
print "<tr class=\"$dbl\"><td colspan=\"2\" class=\"f\">&nbsp;<a href=\"new.php\">$crl[18]</a></td><td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td align=\"center\">";
print "<a href=\"index.php?rp=$ra\" title=\"&lt;&lt;\"><img src=\"pics/la.png\" width=\"10\" height=\"9\" hspace=\"0\" vspace=\"0\" border=\"0\" alt=\"&lt;&lt;\" onMouseOver=\"this.src='pics/lb.png'\" onMouseOut=\"this.src='pics/la.png'\"></a>";
if($rp!=0){print "<a href=\"index.php?rp=0\" title=\"$crl[21]: 1-10\"><img src=\"pics/of.png\" width=\"10\" height=\"9\" hspace=\"1\" vspace=\"0\" border=\"0\" alt=\"$crl[21]: 1-10\" onMouseOver=\"this.src='pics/ou.png'\" onMouseOut=\"this.src='pics/of.png'\"></a>";}else{print $of1;}
if($rp!=10){print "<a href=\"index.php?rp=10\" title=\"$crl[21]: 11-20\"><img src=\"pics/of.png\" width=\"10\" height=\"9\" hspace=\"0\" vspace=\"0\" border=\"0\" alt=\"$crl[21]: 11-20\" onMouseOver=\"this.src='pics/ou.png'\" onMouseOut=\"this.src='pics/of.png'\"></a>";}else{print $of2;}
if($rp!=20){print "<a href=\"index.php?rp=20\" title=\"$crl[21]: 21-30\"><img src=\"pics/of.png\" width=\"10\" height=\"9\" hspace=\"1\" vspace=\"0\" border=\"0\" alt=\"$crl[21]: 21-30\" onMouseOver=\"this.src='pics/ou.png'\" onMouseOut=\"this.src='pics/of.png'\"></a>";}else{print $of1;}
if($rp!=30){print "<a href=\"index.php?rp=30\" title=\"$crl[21]: 31-40\"><img src=\"pics/of.png\" width=\"10\" height=\"9\" hspace=\"0\" vspace=\"0\" border=\"0\" alt=\"$crl[21]: 31-40\" onMouseOver=\"this.src='pics/ou.png'\" onMouseOut=\"this.src='pics/of.png'\"></a>";}else{print $of2;}
if($rp!=40){print "<a href=\"index.php?rp=40\" title=\"$crl[21]: 41-50\"><img src=\"pics/of.png\" width=\"10\" height=\"9\" hspace=\"1\" vspace=\"0\" border=\"0\" alt=\"$crl[21]: 41-50\" onMouseOver=\"this.src='pics/ou.png'\" onMouseOut=\"this.src='pics/of.png'\"></a>";}else{print $of1;}
print "<a href=\"index.php?rp=$ru\" title=\"&gt;&gt;\"><img src=\"pics/ra.png\" width=\"10\" height=\"9\" hspace=\"0\" vspace=\"0\" border=\"0\" alt=\"&gt;&gt;\" onMouseOver=\"this.src='pics/rb.png'\" onMouseOut=\"this.src='pics/ra.png'\"></a>";
print "</td><td>&nbsp;<a href=\"search.php\"><img src=\"pics/find.gif\" width=\"15\" height=\"15\" border=\"0\" alt=\"$crl[32]\" title=\"$crl[32]\"></a></td></tr></table></td><td align=\"center\"><a href=\"admin.php\" title=\"执行管理\" target=\"_blank\"><img src=\"pics/adm.gif\" width=\"14\" height=\"12\" border=\"0\" alt=\"执行管理\"></a></td><td align=\"center\" class=\"f\"><a href=\"#\" onClick=\"self.scrollTo(0,0);return false\">$crl[30]</a></td></tr>";
?>
</table></td></tr></table></td></tr></table>
<?php include "incl/clrs.inc";?><br clear="all"><?php include "incl/cust-bot.inc";?></td></tr></table>
<p align=center>
<FONT SIZE="2">程序编制:<a href=http://www.shi8.com/index.php title="本留言本发布站点" target=_blank>inso汉化</a></FONT>
</p></body></html>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -