The Arcive of vBulletin Modifications Site. |
|
Problem when install vBookie intergration plugin. Details »»
|
|||||||||||||||||||||||||||
|
Problem when install vBookie intergration plugin.
Developer Last Online: Nov 2008
I've an error when install vbookie_integration plugin :
Code:
XML Error: not well-formed (invalid token) at Line 41 Thanks for any help. PhucPH. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I get the same error on a client's site...
Any help would be appreciated. Edit: Here is the code in question Code:
$q = "SELECT username, " . $vbulletin->options['vbbux_pointsfield'] . " AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 5";]]></phpcode> |
|
#3
|
|||
|
|||
|
Because its not working correctly.. same thing happened to me
Also, I installed the old plugin from before and it now is taking double the cash when bets are made.... |
|
#4
|
|||
|
|||
|
replace this line (line 41): <phpcode><![CDATA// check if the user's cash would be negative
with this line: <phpcode><![CDATA[// check if the user's cash would be negative |
![]() |
|
|