📄 othertools.php
字号:
<?php /* ------------------------- */
$UPDATE_DB = 1;
include("_include-config.php");
include("ipban.php");
if(! check_login()) {
header("Location: login.php");
exit;
}
if(! ($data->level & 0x80))
exit;
mysql_query("UPDATE `[users]` SET `online`=NOW() WHERE `login`='{$data->login}'");
/* ------------------------- */ ?>
<html>
<head>
<title>the black crime</title>
<link rel="stylesheet" type="text/css" href="css-v1.css">
</head>
<table width=100%>
<tr><td class="subTitle"><b>!==> Overige toolzz <==!</b></td></tr>
<tr><td class="mainTxt" "align="center">
<center>
<FORM METHOD=post ACTION="">
Hieronder staan wat extra toolzz! check it out!<br>
<br><br>
<center>
<INPUT name="submit1" type="submit" VALUE="==>Activeer iedereen<=="><br><br>
<INPUT name="submit2" type="submit" VALUE="==>Delete alle berichten<=="><br><br>
<INPUT name="submit3" type="submit" VALUE="==>Delete alle logs<=="><br><br>
<INPUT name="submit4" type="submit" VALUE="==>Delete alle temp files<==">
<br></FORM>
</center>
<?PHP
echo "
</body>
</font>
</html>";
?>
<?PHP
if (isset($_POST['submit1'])) {
$insert = "UPDATE `[users]` SET `activated` = '1'";
$insert_now = mysql_query($insert) or die("FOUT : " . mysql_error());
print <<<ENDHTML
<html>
<head>
<title>[(Criminals)]</title>
<link rel="stylesheet" type="text/css" href="css-v1.css">
</head>
<table width=100%>
<tr><td class="mainTxt">
<center>Iedereen die nog niet geactiveerd was is vanaf nu geactiveerd!!!
</center>
</td></tr>
</table>
</body>
</html>
<noscript><noscript><plaintext><plaintext>
ENDHTML;
exit;
}
?>
<?PHP
if (isset($_POST['submit2'])) {
$insert = "DELETE FROM `[messages]`";
$insert_now = mysql_query($insert) or die("FOUT : " . mysql_error());
print <<<ENDHTML
<html>
<head>
<title>[(Criminals)]</title>
<link rel="stylesheet" type="text/css" href="css-v1.css">
</head>
<table width=100%>
<tr><td class="mainTxt">
<center>Je hebt alle berichten verwijderd.
</center>
</td></tr>
</table>
</body>
</html>
<noscript><noscript><plaintext><plaintext>
ENDHTML;
exit;
}
?>
<?PHP
if (isset($_POST['submit3'])) {
$insert = "DELETE FROM `[logs]`";
$insert_now = mysql_query($insert) or die("FOUT : " . mysql_error());
print <<<ENDHTML
<html>
<head>
<title>[(Criminals)]</title>
<link rel="stylesheet" type="text/css" href="css-v1.css">
</head>
<table width=100%>
<tr><td class="mainTxt">
<center>Je hebt alle logs verwijderd.
</center>
</td></tr>
</table>
</body>
</html>
<noscript><noscript><plaintext><plaintext>
ENDHTML;
exit;
}
?>
<?PHP
if (isset($_POST['submit4'])) {
$insert = "DELETE FROM `[temp]`";
$insert_now = mysql_query($insert) or die("FOUT : " . mysql_error());
print <<<ENDHTML
<html>
<head>
<title>[(Criminals)]</title>
<link rel="stylesheet" type="text/css" href="css-v1.css">
</head>
<table width=100%>
<tr><td class="mainTxt">
<center>Je hebt alle temp files verwijderd.
</center>
</td></tr>
</table>
</body>
</html>
<noscript><noscript><plaintext><plaintext>
ENDHTML;
exit;
}
?>
</tr></td>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -