The Arcive of vBulletin Modifications Site. |
|
HTML5 Game Mod for ibProArcade Details »»
|
||||||||||||||||||||||
Version 1.2
This is for ibProArcade 2.7.6+ With this mod you can install and play HTML5 games. Upload and overwrite: admincp/arcade.php arcade/modules/arcade_playgame.php arcade/modules/arcade_playgame_full.php arcade/modules/arcade_playtournament.php arcade/modules/arcade_showgames.php arcade/skins/skin_Arcade.php arcade/skins/skin_v3Arcade.php arcade.php Import the product-gamesystemcheck.xml Do the Scores.txt edit. Priority support at: next-level-arcade.com Note:HTML5 Games from my site will install automatically, no need to edit anything. ![]() Download Now
Show Your Support
|
||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Hello
when i want to install html5 games i have this as error PHP Warning: mysqli_query(): (42S22/1054): Unknown column 'system' in 'field list' in ....\arcade\functions\dbclass_mysqli.php on line 193 PHP Warning: mysqli_error() expects exactly 1 parameter, 0 given in ....\arcade\functions\dbclass_mysqli.php on line 512 There is a SQL error. You can contact the board administrator by clicking here Error Returned PHP Code:
|
|
#3
|
|||
|
|||
|
MySQL Version >=8.0.3?
system is a reserved word, so you have to use it only with backticks. So first you could change line 14 of product-gamesystemcheck.xml Code:
<installcode><![CDATA[$vbulletin->db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "games_list add `system` tinyint(1) DEFAULT '0' NOT NULL");
$vbulletin->db->show_errors();]]></installcode>
|
| Благодарность от: | ||
| stangger5 | ||
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
mariadb 10.4.17 and php 7.1.33
the column system is not created when importing the product ps: with the shka trick it happens the game is installed but on the game page I have this as an error the game is not displayed PHP Code:
PHP Code:
![]() in my browser I have this http://localhost/ibphtml5/index.php?...play&gameid=21 |
|
#6
|
|||
|
|||
|
Just installed this on another site - fresh install of 2.7.6, get the same error on game page that lagrace has.
Code:
PHP Warning: fopen(arcade/PyramidSolitaire_stang.swf): failed to open stream: No such file or directory in ..../arcade.php on line 660 |
|
#7
|
|||
|
|||
|
in the file arcade / module / arcade.playgame.php
find this PHP Code:
PHP Code:
PHP Code:
PHP Code:
find this PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
| Благодарность от: | ||
| stangger5 | ||
|
#9
|
|||
|
|||
|
Will this and ibProArcade 2.7.6+ work with vBulletin 4.2.2
Thanks |
|
#10
|
|||
|
|||
|
Quote:
Yes. |
![]() |
|
|