Quote:
Originally Posted by patbrandy
Open arcade.php and read the instructions:
Code:
// #################################################################################
// ### some global switches - only change if you are told to for support-reasons ###
// #################################################################################
$DEBUGMODE = 0; // 0 = off / 1 = enable the debugmode / 2 = verbose debugging (support only!)
$NATIVEMODE = 0; // set this to 1 to disable all Hooks/PlugIns within ibProArcade
$LOGIPS = 1; // set this to 0 to disable logging of IP-addresses
$AVATARRESIZE = 0; // set this to 0 to disable resizing of avatars or problems with getimagesize()
$FIXSTYLE = 0; // set this to 1 if you get empty pages (tournament-creation ect.)
$FIXIE = 1; // current workaround to fix problems with IE7
Thanx! Now it works fine without the getimagesize()-Warning ( $AVATARRESIZE= 0; ) !
|
AWsome, thank you very much for posting this.... I would have never thought to look in the arcade.php, it worked just fine, again thanks.