<?php
define('IN_CLIENT', 1);
require_once 'thehabbos_api/force.client.php';
$query = 'SELECT COUNT(*) FROM users';
$result = mysql_query($query) or die('Sorry, we could not count the number of results: ' . mysql_error());
$stat_usrCount = mysql_result($result, 0);
$query = 'SELECT COUNT(*) FROM users WHERE rank = 4';
$result = mysql_query($query) or die('Sorry, we could not count the number of results: ' . mysql_error());
$stat_vipCount = mysql_result($result, 0);
?>
<div id='main_content' style='width:978px;'>
<table width='100%' style='text-align:center;'>
<tr>
<td width='20%'>
<strong>Users Online: </strong> {online}
</td>
<td width='20%'>
<strong>Registered Users:</strong> <?php echo $stat_usrCount; ?>
</td>
<td width='20%'>
<strong>eXpert's Users:</strong> <?php echo $stat_vipCount; ?>
</td>
<td width='20%'>
<strong>Server Time: </strong> <?php echo date("G:i a"); ?>
</td>
</tr>
</table>
</div>
Why not release the player cards aswell? I see you interested in helping me finish it?Release/AddonCode:<?php define('IN_CLIENT', 1); require_once 'thehabbos_api/force.client.php'; $query = 'SELECT COUNT(*) FROM users'; $result = mysql_query($query) or die('Sorry, we could not count the number of results: ' . mysql_error()); $stat_usrCount = mysql_result($result, 0); $query = 'SELECT COUNT(*) FROM users WHERE rank = 4'; $result = mysql_query($query) or die('Sorry, we could not count the number of results: ' . mysql_error()); $stat_vipCount = mysql_result($result, 0); ?> <div id='main_content' style='width:978px;'> <table width='100%' style='text-align:center;'> <tr> <td width='20%'> <strong>Users Online: </strong> {online} </td> <td width='20%'> <strong>Registered Users:</strong> <?php echo $stat_usrCount; ?> </td> <td width='20%'> <strong>eXpert's Users:</strong> <?php echo $stat_vipCount; ?> </td> <td width='20%'> <strong>Server Time: </strong> <?php echo date("G:i a"); ?> </td> </tr> </table> </div>
"<img style=\"position:absolute;\" src=\"http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&action=wav&direction=2&head_direction=3&gesture=srp&size=l\">"
Why not release the player cards aswell? I see you interested in helping me finish it?
Yer I did code it don't try taking what I made.