Login details: test/test
If anyone wants to check it out :)
Had a quick look and found the followings:
- Your donator icons are missing on your users online page
- I personally don't like the explore as it's a lot of buttons everywhere
- Try make your gym page more appealing as it's just standard. (if you want your game to be different to others)
- Spice your SMF forums instead of just keeping it simple... Try adding a theme that matches your game template?
- Your donate page doesn't match your template
- Your tutorial page doesn't have a tutorial for all features...
- Your contact link on your login is broken..
- Make your authenticate page match your template (when you enter your login details wrong)
Good luck with the game mate
Send in a support ticket. If they take a while to reply, head over to the IRC Chat (chat tab found on top). Coldblooded is mostly in there so try talking to him :)
@haunteddawg out of curiosity, would that be for users online or for the users in total? I think i understand which one your talking about but thought i would ask lol
I totally agree with Octet and that should have been an option. If players are enjoying a game it makes it a success in my opinion. Many owners objective is to bring a game that players enjoy.
Try this
$jailtime=rand(30,150);
$reason="Caught trying to hack {$r['username']} bank account";
$db->query("update users set jailtime=$jailtime, jailreason='$reason' where userid={$ir['userid']}");
}//end jailchance if
else
{