to moreilator: no, no penalties, and if a person is 'illegally' using an item not for their type, itll say so im the battle arena, and not allow usage
to close the itemshop (which closes the bank and donating)
find in itemshop.php,
PHP Code:
require('./global.php');
and put right after it,
PHP Code:
$battleopt = $DB_site->query_first("SELECT * FROM battle_options");
If ($battleopt[ison] == 0 and $bbuserinfo[usergroupid] != 6) {
$message = "The Itemshop has been Temporarily Disabled. Contact Yor Board Administration for more information.";
eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
exit;
}
a few things, ive made it so that if you are an admin, it overrides the 'off' settings, and you can change what the message displays.