📄 p_blankip.php
字号:
<?php
include'include/begin.php';
include'include/p_begin.php';
include language();
$pagename_m = $_pagename[21];
$tpl_html = 'p_blankip';
$reurl='p_blankip.php';
include 'include/main.php';
if (!$userp2[6]) {
echoerror(53);
}
if ($_GET["type"] == "edit") {
event(0, 22, 0, '');
ka($_POST['textarea2'], 250);
mysql_query("update {$db_prefix}config set value='$_POST[textarea]' where id='73'", $myconn)or die(mysql_error());
mysql_query("update {$db_prefix}config set value='$_POST[textarea2]' where id='74'", $myconn)or die(mysql_error());
@unlink("./cache/ip.php");
echoioy(19);
}
$time = echotime($time);
$result = mysql_query("select * from {$db_prefix}config where id=73", $myconn);
$row = mysql_fetch_array($result);
$value1 = $row['value'];
$result = mysql_query("select * from {$db_prefix}config where id=74", $myconn);
$row2 = mysql_fetch_array($result);
$value2 = $_GET['username']?"\n" . $_GET['username'] . ' - ' . $_GET['ip'] . ' - ' . $time: '';
$value2 = $row2['value'] . $value2;
include_once './cache/template/m_' . $style_id . '_' . $tpl_html . '.php';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -