![]() |
This is what I get..it broke my site...
126,128c126,128 < DBARRAY_NUM => 'MYSQL_NUM', < DBARRAY_ASSOC => 'MYSQL_ASSOC', < DBARRAY_BOTH => 'MYSQL_BOTH' --- > DBARRAY_NUM => MYSQL_NUM, > DBARRAY_ASSOC => MYSQL_ASSOC, > DBARRAY_BOTH => MYSQL_BOTH 2540c2540 < case TYPE_NUM: $data = floatval($data) + 0; break; --- > case TYPE_NUM: $data = strval($data) + 0; break; 3746c3746 < if (!defined('LOCATION_BYPASS') AND defined('WOLPATH')) --- > if (!defined('LOCATION_BYPASS')) 3952c3952 < 'location' => !defined('LOCATION_BYPASS') ? '' : 'WOLPATH', --- > 'location' => defined('LOCATION_BYPASS') ? '' : WOLPATH, 4224c4224 < if (is_array($this->callbacks)) --- > if (sizeof($this->callbacks)) 5526c5526 < $units_found = array(); --- > $units_found = null; |
Now I get this when I click on the arcade tab.....
mySQL query error: SELECT c.champ_gid AS GID, c.champ_mid AS MID, c.champ_name AS name, COUNT(c.champ_mid) AS total, g.opentag AS prefix, g.closetag AS suffix FROM games_champs AS c LEFT JOIN user AS m ON (m.userid=c.champ_mid) LEFT JOIN usergroup AS g ON (g.usergroupid=m.usergroupid) GROUP BY MID ORDER BY total DESC LIMIT 3 mySQL error: mySQL error code: Date: Saturday 08th 2021f May 2021 02:09:19 PM |
Mind if I have a look?
|
Quote:
www.spooky-hideout.com |
Hello I need help, I've installed this mod along with HTML5 Game Mod IBProArcade, but it appears those HTML5 games I've got are loaded as Flash games, but they AREN'T really .swf or Flash games
|
All times are GMT. The time now is 06:54 PM. |
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:
|