![]() |
Fix Game Back ground Color
This little fix for those can't wait for the next release. It works for all previous versions..
In /admincp/arcade.php (around line 2925) Find: if (intval($config['bgcolor'])==0) { $config['bgcolor']="000000"; } Replace: if (!(intval($config['bgcolor'],16))) { $config['bgcolor']="000000"; } Repeat this with another instance. Find: if (intval($IN['bgcolor'])==0) { $IN['bgcolor'] = "000000"; } Replace: if (!(intval($IN['bgcolor'],16))) { $IN['bgcolor']="000000"; } Thats it !! Done. Hope this help :) Note: This fix only effects when a new game install or edit a game background, it has nothing to do with the game itself. |
All times are GMT. The time now is 07:15 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|