Advertisement
xt3z0ne

Ce am facut eu in index-uri

Jun 20th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.98 KB | None | 0 0
  1. <div id="SStats">
  2.         <!--<p><strong>SIDEBAR</strong></p>-->
  3.         <div align="center"> <b><font color="white">SAMP.BLOW-RO.TK
  4. <br>
  5.              <font color="#00ff00"> Server Online<font color="#ff0000">:<font color = 'white'> <?php echo $aInformation['Players']; ?><font color = 'red'>/ <font color = 'white'><?php echo $aInformation['MaxPlayers']; ?><br></font>
  6.              <font color = 'white'> Server Password: <?php echo $aInformation['Password'] ? '<font color="red">Yes</font>' : '<font color="red">No<font>'; ?><br></font>
  7. //============================================
  8. <div align="center"><table border="1" style="width:450px">
  9.                    
  10.       <tr>
  11.           <td><font color="white">Hostname:</td>
  12.           <td><font color="green"><?php echo htmlentities($aInformation['Hostname']); ?></td>
  13.       </tr>
  14.       <tr>
  15.           <td><font color="white">Gamemode:</td>
  16.           <td><font color="green"><?php echo htmlentities($aInformation['Gamemode']); ?></td>
  17.       </tr>
  18.       <tr>
  19.           <td><font color="white">Players:</td>
  20.           <td><font color="green"><?php echo $aInformation['Players']; ?> / <?php echo $aInformation['MaxPlayers']; ?></td>
  21.       </tr>
  22.       <tr>
  23.           <td><font color="white">Map:</td>
  24.           <td><font color="green"><?php echo htmlentities($aInformation['Map']); ?></td>
  25.       </tr>
  26.       <tr>
  27.           <td><font color="white">Weather:</td>
  28.           <td><font color="green"><?php echo $aServerRules['weather']; ?></td>
  29.       </tr>
  30.       <tr>
  31.           <td><font color="white">Time:</td>
  32.           <td><font color="green"><?php echo $aServerRules['worldtime']; ?></td>
  33.       </tr>
  34.       <tr>
  35.           <td><font color="white">Version:</td>
  36.           <td><font color="green"><?php echo $aServerRules['version']; ?></td>
  37.       </tr>
  38.       <tr>
  39.           <td><font color="white">Password:</td>
  40.           <td><?php echo $aInformation['Password'] ? '<font color="green">Yes' : '<font color="red">No'; ?></td>
  41.       </tr>
  42.      
  43.   </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement