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

📄 repost.php

📁 warmsun留言板
💻 PHP
字号:
<?php
include('sys.php');
function writetofile($filename,$book)
{
$fd=fopen("$filename","a+");
fwrite($fd,$book);
fclose($fd);
}
if($password===$admin)
{
$re=$text;
$filename="gb/id_$id";
writetofile("$filename","||<font color=#FF0000>回复:</font>$re");
echo"回复成功";
echo "<meta http-equiv=Refresh content=1;url=index.php>";
}
else
{
echo"没有成功,或许你的密码错误!";
echo "<meta http-equiv=Refresh content=1;url=javascript:history.back(1)>";
}
?>

⌨️ 快捷键说明

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