这一节我们将dele.php和sys.php放上来.
———
//dele.php<html>
<head>
<title>删除留言</title>
<style>
<!–
a:微笑着流泪link {text-decoration: none ; color:0000ff}
a:visited {text-decoration: non点线距离公式e; color:004080}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color:ff0000}
body {font-size:10pt}
th {font-size:10 pt}
td {font-size: 10pt}
–>
</style>
<meta http-equiv=”content-type” content=”text/html; chart=gb2312″>
</head>
<?
require(“sys.php”);
if ($submit)
{
if ($password<>$managepwd)
{$errorm=”<font color=red>密码错误</font>.无权操作..”;}
el
{
$content=file($guestfile);
$message=$content[$record-1];
$count=count($content);
if ($dele==”delreply”)
{
$replylen=strlen(strstr($message,”<!–reply>”));
$long=strlen($message);
$len=$long-$replylen;
$message=substr($message,0,$len);
}
el
{$message=””;}
//writefile
$fp=fopen($guestfile,”w”);
for ($i=0;$i<$count;$i++)
{
if ($i==($record-1)){$content[$i]=$message;}
fputs($fp,$content[$i],strlen($content[$i]));
}//end for
fclo($fp);
echo “<meta http-equiv=refresh content=”1;url=guest.php”>”;
exit;
}
}// end ifsubmit
$content=file($guestfile);
$message=$content[$record-1];
$found=ereg(“<!–reply>”,$message);
?>
<body bgcolor=”#ffffff” background=”back.gif”>
<? include(“head.htm”); ?>
<table width=”68%” border=”1″ cellpadding=”5″ align=”center” cellspacing=”0″ bordercolor=”#f2f2f2″>
<form action=dele.php method=post>
<?
if ($errorm)
{
echo “<tr>”;
echo “<td height=27>$errorm</td>”;
echo “</tr>”;
}
?>
<? echo $message ?>
<tr align=”center”>
<td height=”37″ bgcolor=”#f0f0f0″>
<?
if ($found)
{
echo “<input type=radio name=dele value=delall>”;
echo “全部删除 “;
echo “<input type=radio name=dele value=delreply checked>”;
echo “仅删除回复”;
}
?>
<font color=”#000000″>管理密码</font>
<input type=”password” name=”password” size=”10″>
<input type=hidden name=record value=<? echo “$record”;?>>
<input type=”submit” name=”submit” value=”我要删除了”>
</td>
</tr>
</form>
</table>
<? include(“bottom.htm”); ?>
</body>
</html>
——
//sys.php
<title>zihanonlinll的过去式和过去分词e</title><?
$managepwd=’zihanonline’;
$guestfile=”guest.txt”;
function check_strlen_long($txt)
{
$count=0;
$arrtemp=$txt;
$len=strlen($txt);
$txt=$txt.’‘;
央企和国企for ($i=0;$i<$len;$i++)
{
if (ord($txt[$i])<128)
{ $count=$count+1;}
if (ord($txt[$i])==10 or ord($txt[$i])==32)
{$count=0;}
if ($count>=70)
{
for ($j=$i;$j<$len;$j++)
{
$txt[$j+1]=$arrtemp[$j];
}
$txt[$i]=”n”;
$len=$len+1;
$txt[$len]=$arrtemp[$len-1];
$count=0;
$arrtemp=$txt;
}//end if count
}
$txt=trim($txt);
return $txt;
}//end function
function encode ($txt)
{
$txt=strip_tags($txt);
$txt=htmlspecialchars($txt);
$message=stripslashes($txt);
return $message;
}
function ubb($txt)
{
}
?>
<body bgcolor=”#ffffff” background=”back.gif”>
———-
注意sys.php中的” $managepwd=’zihanonline’ “一栏中等号后的是留言本的管理密码号,此时是默认的zihanonline.您可以修改为自己的号码.
未完待续…
本文发布于:2023-04-06 05:33:14,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/cce8ca79411b5075fb5701d0a815f472.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:一个php作的文本留言本的例子(四).doc
本文 PDF 下载地址:一个php作的文本留言本的例子(四).pdf
留言与评论(共有 0 条评论) |