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

📄 number.php

📁 开发环境:== EasyPHP 1.7 == Microsoft window 2000 == IE 6.0 == apache 1.3.27 == php 4.3.3
💻 PHP
字号:
<?
#************************************************************
#开发小组:梦缘科技
#
#开发时间:2005-11-18
#
#程序主页:http://www.webhnmy.com
#
#演示地址:http://www.webhnmy.com/sy
#
#更多程序:http://web.webhnmy.com
#
#作    者:追风青年
#
#QQ      :80507419
#
#作者邮箱:liudeshengaa@163.com
#
#版本号  :梦缘许愿版my1.0
#************************************************************
?>
<?
function safe_convert($s) {
        $s=str_replace("|","",$s);
        $s=str_replace("<","",$s);
        $s=str_replace(">","",$s);
        $s=str_replace("\r","",$s);
        $s=str_replace("\t","",$s);
        $s=str_replace("\n","",$s);
        $s=str_replace(" ","",$s);
        $s=str_replace("'","",$s);
        $s=str_replace("*","",$s);
        $s=str_replace("@","",$s);
        $s=str_replace("?","",$s);
        $s=str_replace("!","",$s);
        $s=str_replace("=","",$s);
        $s=str_replace("+","",$s);
        $s=str_replace(":","",$s);
        return $s;          }
function liudesh($li,$liu,$l) 
{
echo <<<eod
<html>
<head>
<title>$li</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFcc00;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
a:link 

{
	color: #000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
	font-size: 9pt;
}
a:active {
	color:#000000;
	text-decoration: none;
	top: 1.5px;
	font-size: 9pt;
}
a:hover 
{
font-size: 9pt; color: #000000;"宋体"; position:  relative; 1.5px; top: 1.5px;

}
.style14 {
	color: #FFFFFF;
	font-weight: bold;
}
a.a:link {
	font-size: 9pt;
	color: #FFFFFF;
}
a:visited {
}
a.a:visited {
	font-size: 9pt;
	color: #FFFFFF;
}
a.a:hover {
	font-size: 9pt;
	color: #FFFFFF;
}
a.a:active {
	font-size: 9pt;
	color: #FF0000;
}
.style15 {color: #FFFFFF}
-->
</style>
<style type="text/css">
<!--
body {
	scrollbar-face-color:#ffcc00;
	scrollbar-highlight-color:#ffcc00;
	scrollbar-3dlight-color:#FFFF99;
	scrollbar-darkshadow-color:#FFffff;
	scrollbar-shadow-color:#FFffff;
	scrollbar-arrow-color:#FFFF99;
	scrollbar-track-color:#FFFF99;
}
table {
}
input {
	font-size: 12px;
	color: #000000;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
}
.style17 {color: #000000}
-->
</style>
<body>

<div align="center">
  <table width="765" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFcc00">
    <tr>
      <td height="319"><div align="center">
          <p align="center" class="style6"><strong>$li </strong></p>
          <p align="center" class="style6"><strong>$liu</strong></p>
          <p align="center"><strong>【<a href='$l'>返回</a>】</strong></p>
      </div></td>
    </tr>
  </table>
</div>
</body>
</html>
eod;
exit();
}
?>

⌨️ 快捷键说明

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