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

📄 rechtbank.php

📁 还是WEB游戏源码 Darkstep 还是WEB游戏源码 Darkstep
💻 PHP
字号:
<?
error_reporting(E_ALL ^ E_NOTICE); // Set error level while parsing php without notice error

include("_include-jail.php");

?>


<head>
<title>[( Elite Avengers )]</title>
<link rel="stylesheet" type="text/css" href="css-v1.css">
<head>

<body>

<?php
echo "
<table align=center width=100%>
  <tr><td class=subTitle><b>Prison</b></td></tr>
  <tr><td class=mainTxt>
The rules: <BR>
      - No spamming! <BR>
      - Don't treath anybody.<BR>
      - No duping(if you have more then 1 account)[(REPORT FAMILLY ACCOUNTS BEFORE MAKING THEM!)]<br>
      - No proxys, bots or cheats!<BR>
      - Use normal names<BR> 
      - Don't should at anybody.<BR>
      <b>- Selling or giving of you account isn't allowed. If it happens and the admins know it you'll get a delete or/and a Ban!</b><BR>
      <br><BR>
      If you don't follow the rules the admins will punnish you. <BR>
      Do you think someone cheat?<BR>
      EMail <b>eliteavengers@gmail.com</b> OR message an Admin and tell him/her the name of the member. <br> 
      <br>";
echo " </td></tr>

</table><br><br>";
echo "


    <table align=center width=100%>";
echo "  <tr>
        <td class=subTitle>
        &nbsp;</td>
        <td class=subTitle>
        Username</td>
                <td class=subTitle>
        Punish</td>
        <td class=subTitle>
        Reason</td>
                 <td class=subTitle>
        Date</td>
                 <td class=subTitle>
        Admin/Moderator</td>
      </tr>";

/// Einde uitvoer van query
$query = "SELECT * FROM `rechtbankusers` ORDER BY 'time' DESC";
$info = mysql_query($query) or die(mysql_error());
$count = 0;
while ($gegeven = mysql_fetch_array($info)) {
$playername = $gegeven["login"];
$straf = $gegeven["straf"];
$reden = $gegeven["reden"];
$date = $gegeven["time"];
$admin = $gegeven["admin"];
$count++;

/// De uit database gehaalde gegevens weergeven
echo "<tr>
                 <td width=5% align=center class=mainTxt>".$count.".</td>
        <td width=20% align=center class=mainTxt>".$playername."</td>
                <td width=21% align=center class=mainTxt>".$straf."</td>
        <td width=30% align=center class=mainTxt>".$reden."</td>
                <td width=24% align=center class=mainTxt>".$date."</td>
                <td width=24% align=center class=mainTxt>".$admin."</td>
</tr>
         ";

}
echo "
    </table>

</body>
</html>";
?>
<? mysql_close(); ?>

⌨️ 快捷键说明

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