Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: None | Size: 3.88 KB | Hits: 32 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1.                                         <div id="main">
  2.  
  3. <a name="maincontent"></a>
  4.  
  5.  
  6.  
  7.         <h1>Softnyx-America Administrator Control Panel</h1>
  8.          <br />
  9.  
  10.          <p>Welcome to the administration backend. You can find tools for managing the game, server,
  11.             website, and all the configurations. Depending on your given priviledges, you will only
  12.             be able to access certain controls within the Administration Control Panel.</p>
  13.  
  14.        
  15.                 <div class="errorbox notice">
  16.                         <p>Currently, not everything is functioning in the AdminCP. <br />
  17.                         Everything you need "User-Base" wise however, is.</p>
  18.  
  19.                 </div>
  20.        
  21.  
  22.         <table cellspacing="1">
  23.  
  24.                 <caption>Server Statistics (not accurate)</caption>
  25.                 <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
  26.         <thead>
  27.         <tr>
  28.                 <th>Statistic</th>
  29.                 <th>Value</th>
  30.  
  31.                 <th>Statistic</th>
  32.  
  33.                 <th>Value</th>
  34.         </tr>
  35.         </thead>
  36.         <tbody>
  37.         <tr>
  38.                 <td>Registered users: </td>
  39.  
  40.                 <td><strong>1</strong></td>
  41.  
  42.                 <td>Server version: </td>
  43.                 <td><strong>1.03309</strong></td>
  44.         </tr>
  45.         <tr>
  46.                 <td>Inactive users: </td>
  47.                 <td><strong>1</strong></td>
  48.  
  49.                 <td>Website version: </td>
  50.                 <td><strong>0.1000</strong></td>
  51.         </tr>
  52.         <tr>
  53.                 <td>Users online: </td>
  54.                 <td><strong>1</strong></td>
  55.                 <td>Database Version: </td>
  56.  
  57.                 <td><strong>1.0.2100</strong></td>
  58.         </tr>
  59.         <tr>
  60.                 <td>Staff members: </td>
  61.                 <td><strong>3</strong></td>
  62.                 <td>Client Version: </td>
  63.  
  64.                 <td><strong>5.85</strong></td>
  65.  
  66.         </tr>
  67.  
  68.  
  69.         <tr>
  70.                 <td>Last Startup: </td>
  71.                 <td><strong>2010-01-08 22:18:04</strong></td>
  72.                 <td>Database version: </td>
  73.  
  74.                 <td><strong>MySQL 5.1.36-community-log</strong></td>
  75.  
  76.         </tr>
  77.         <tr>
  78.                 <td>Servers: </td>
  79.                 <td><strong>4</strong></td>
  80.                 <td>Database size: </td>
  81.  
  82.                 <td><strong>1.1 MiB</strong></td>
  83.         </tr>
  84.         </tbody>
  85.         </table>
  86.  
  87.        
  88.                  <h2>Administration Notes</h2>
  89. <p>Notes and general chatting between staff can be done with this.</p>
  90.  
  91. <table cellspacing="1">
  92.  
  93.     <thead>
  94.         <tr>
  95.             <th>Username</th>
  96.             <th>Date</th>
  97.             <th>Message</th>
  98.         </tr>
  99.     </thead>
  100.  
  101.         <form method="get" action="dashboard.php">
  102.         <td colspan='5' style='text-align: center;'>
  103.             <input id="note" name="add_note" size="50"/>
  104.             <input class="button1" type="submit" id="submit" value="Post Note" />
  105.         </td>
  106.     </form>
  107. </tr>
  108. </tbody>
  109. </table>
  110.        
  111.                 <h2>Logged administrator actions</h2>
  112.  
  113.                 <p>This gives an overview of the last five actions carried out by board administrators. A full copy of the log can be viewed from the appropriate menu item or following the link below.</p>
  114.  
  115.                 <div style="text-align: right;"><a href="./index.php?i=logs&amp;mode=admin&amp;sid=7666db138160c4dc50f4c60cf6dd0340">&raquo; View administrator log</a></div>
  116.  
  117.                 <table cellspacing="1">
  118.                 <thead>
  119.                 <tr>
  120.                         <th>Username</th>
  121.  
  122.                         <th>User IP</th>
  123.                         <th>Time</th>
  124.                         <th>Action</th>
  125.                 </tr>
  126.                 </thead>
  127.                 <tbody>
  128.                 <tr class="row1">
  129.  
  130.                                 <td><a href="./index.php?i=users&amp;mode=overview&amp;sid=7666db138160c4dc50f4c60cf6dd0340&amp;u=2" style="color: #AA0000;" class="username-coloured">Aaron</a></td>
  131.                                 <td style="text-align: center;">127.0.0.1</td>
  132.                                 <td style="text-align: center;">Sat Jan 30, 2010 5:48 pm</td>
  133.                                 <td><strong>Successful administration login</strong></td>
  134.                         </tr>
  135.                 <tr class="row2">
  136.  
  137.                                 <td><a href="./index.php?i=users&amp;mode=overview&amp;sid=7666db138160c4dc50f4c60cf6dd0340&amp;u=2" style="color: #AA0000;" class="username-coloured">Aaron</a></td>
  138.                                 <td style="text-align: center;">127.0.0.1</td>
  139.                                 <td style="text-align: center;">Sat Jan 30, 2010 3:05 pm</td>
  140.                                 <td><strong>Installed phpBB 3.0.6</strong></td>
  141.                         </tr>
  142.                
  143.                 </tbody>
  144.  
  145.                 </table>
  146.  
  147.                 <br />
  148.  
  149.        
  150.  
  151.  
  152.         </div>
  153.                                 </div>
  154.                         <span class="corners-bottom"><span></span></span>
  155.                         <div class="clear"></div>
  156.                 </div>
  157.  
  158.                 </div>
  159.         </div>