Quote:
Originally Posted by Oddjob
Cant get this working with vbbux because it only allows "ebux" (the former name of vbbux)..........
|
go to the functions_vbookie.php file, open it and edit all the SQL queries that say
PHP Code:
case 'ebux':
$q = "SELECT username, ebux AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 5";
break;
replace the "ebux" part with "vbbux" like this:
PHP Code:
case 'ebux':
$q = "SELECT username, vbbux AS cash FROM " . TABLE_PREFIX . "user ORDER BY cash DESC LIMIT 5";
break;
There's like 4 to 6 entries like that, don't replace "case 'ebux'" though, leave that alone.
But, i can't get it to work 100%, since it won't let anyone place a bet, even after you set your usergroup to be able to bet.
Also, don't expect much help around here, people only want $$$ for support (its a damn shame). I presonally think jelsoft should ban anyone wanting payment for support.