Hi im not sure if this error has always been there but i just noticed it.
It seems like it showed up after my game was spammed by some program that injects a bunch of usernames and into your database
Any way heres the error code i am getting
Warning: Division by zero in /home/kushcent/public_html/header.php on line 68
and when i navigate to line 68 i see this
$experc = (int) ($ir['exp'] / $ir['exp_needed'] * 100);
any help much apreciated :)