Here's a quick fix for the problem with not knowing if the trader system is down..
Find this
Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
if ($_REQUEST['do'] == 'stats') {
Add after
Code:
if ((TRATING_CLOSED || $vbphrase[tratings_version] != THIS_SCRIPT_VERSION) && $permissions[adminpermissions] & ISMODERATOR) {
eval('print("<center><b>' . $vbphrase[tratings_closed] . '</b></center><br><br>");');
}