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

📄 preview.php

📁 邮件特快传递
💻 PHP
字号:
<?php 
######################################################### 
# inso留言本 1.2										#
######################################################### 
# 这是个免费软件,但是享有版权 (C)copyright 2003		#
# ▲ ▲ ▲ ▲											#
# 仅限个人网站和非商业网站使用							#
# 如果您使用本脚本,请不要删除版权标记					#
# 如果您一定要删除版权的话或者用于商业网站的话			# 
# 请支付人民币100元或美元10元,否则将视为非法			#
# inso汉化 创作											#
# http://www.shi8.com									#
#########################################################
include "incl/metadoc.inc";?>
<title><?php print $crl[38];?>...</title>
</head><body onLoad="self.focus()"><table align="center" width="95%"><tr><td>
<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="0" cellspacing="1" cellpadding="5"><tr class="c"><td colspan="3">
<table width="100%" cellpadding="2" cellspacing="0"><tr><td width="150" nowrap><span class="c"><a href="index.php" id="lnk" style="color:#ffffff;text-decoration:none" onMouseOver="adt();return true" onMouseOut="rdt();return true" onClick="return false"><?php print $crl[2];?></a></span></td></tr></table></td></tr>
<tr bgcolor="#aaaaaa"><td class="f" width="20%" nowrap>&nbsp;<?php print $crl[28];?>&nbsp;</td><td class="f" width="70%" nowrap>&nbsp;<?php print $crl[17];?>&nbsp;</td><td class="f" width="10%" nowrap>&nbsp;<?php print $crl[15];?>&nbsp;</td></tr>
<?php 

if(isset($name)&&isset($text)&&isset($title)){
if(!isset($image)||$image==''||$image=='http://'){$image='';}
include "incl/format.inc";
$entry="$pp:|:$title:|:$name:|:$text:|:$image";
$cru=explode(":|:",$entry);
$zdw=explode(".gif",$cru[2]);
$zdw=substr($zdw[0], -1);$ttx=eregi_replace("([A-z0-9_\-]+)\@([A-z0-9_\-]+\.[a-zA-Z]+)","<script type=\"text/javascript\">mll('\\1','\\2')</script>",$cru[3]);
if(!isset($cru[4])||$cru[4]==''||$cru[4]=='http://'){$img='';}else{$img="<img src=\"$cru[4]\" align=\"right\" border=\"1\" width=\"50\" height=\"50\" onClick=\"img(this,'$cru[4]')\" vspace=\"4\" hspace=\"4\" onMouseOver=\"this.style.cursor='hand'\" onMouseOut=\"this.style.cursor='default'\" alt=\"$crl[42]\" title=\"$crl[42]\">";}
print "\n<tr class=\"$dbl\"><td><b class=\"y\">$cru[2]</b><br clear=\"all\"><img src=\"pics/b$zdw.gif\" width=\"14\" height=\"14\" alt=\"\" hspace=\"1\" align=\"left\"><b>$cru[1]</b></td>";
print "\n<td class=\"sm\">$img $ttx</td><td class=\"sm\" nowrap>$cru[0]</td></tr>";ccl();
}else{print "\n<tr class=\"$dbl\"><td colspan=\"3\">&nbsp;</td></tr>";}
?>
</table></td></tr></table></td></tr></table>
</td></tr></table></body></html>

⌨️ 快捷键说明

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