Okay so here is my part of staff.php I want it to show online script.
<?php
$getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 7 ORDER BY id DESC");
while ($Ranks = mysql_fetch_assoc($getRanks))
{
echo '<span style="float: right; font-weight: normal; font-size...
I'm trying to edit my Index.php to new style from Habbo and now I can't login
you can try logging into a test account
User: Tester
PW: tester
<?php
define('USERNAME_REQUIRED', FALSE);
define('ACCOUNT_REQUIRED', FALSE);
include('global.php');
if(isset($_SESSION["username"]))
header("Location...