Quote:
Originally Posted by MrZeropage
small fix for the Tournament-Game not showing up:
in your /arcade/skin/skin_Arcade.php
find:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="100%" height="100%">
replace with:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="{$game['gwidth']}" height="{$game['gheight']}">
That should fix it 
|
Yep that did it, I was able to complete the tourney!
Thanks
But still getting this error
Code:
mySQL query error: SELECT userid, username FROM vb3_user WHERE userid IN() ORDER BY userid
mySQL error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY userid' at line 1
mySQL error code:
Date: Tuesday 29th of November 2005 07:24:01 PM