Quote:
Originally Posted by Amaresh
Hi, thanks for letting me know, would you do me a favor and post the code snippet that you patched up?
Thanks
|
This one
==========
global.php
==========
Find:
__________________________________________________ _________________________________________
Code:
echo "End call of global.php: $aftertime\n";
echo "\n<hr />\n\n";
}
?????????????????????????????????????????????????? ?????????????????????????????????????????
Below this, add:
__________________________________________________ _________________________________________
Code:
// Creates general settings for the Arcade
$arcadegeneral = convert_bits_to_array($arcadesettings,$_ARCADE);
$arcadeuser = convert_bits_to_array($bbuserinfo['arcadesettings'],$_ARCADEUSER);
$arcadepermissions = convert_bits_to_array($permissions['arcadepermissions'],$_BITFIELD['usergroup']['arcadepermissions']);
?????????????????????????????????????????????????? ?????????????????????????????????????????
==============
Save and Close
==============