![]() |
Quote:
Regards!. |
The edits still work with php 7.4
|
Quote:
Thanks and happy new year! |
hello I come back to you
I have this error above my forum Code:
PHP Warning: Use of undefined constant act - assumed 'act' (this will throw an Error in a future version of PHP) in ....\forum.php(89) : eval()'d code on line 40 with ibproarcade 2.7.6+ |
In the Score.txt edit for the index.php.
Change this: Code:
$act = $_GET[act]; Code:
$act = $_GET['act']; |
I did not find this code in index.php so I was changing it in the posbit-display-start hook thank you
I'm making great strides, thank you, I also have this as an error PHP Code:
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=328545" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=328545</a>
If someone can help me here ... :S Thx (: |
I have this as an error
PHP Code:
|
stangger5
is it possible to have Dbtech arcade and this ibProArcade - professional Arcade System in sametime and how? regards bosss |
Anyone tried this on vb5 ? 2021
|
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 12:47 AM. |
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:
|