Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
HTML5 Game Mod for ibProArcade Details »
HTML5 Game Mod for ibProArcade
Mod Version: 1.2, by stangger5 (Coder) stangger5 is offline
Developer Last Online: Sep 2023 I like it Show Printable Version Email this Page

vB Version: 4.2.5 Rating: (1 vote - 5.00 average) Installs: 14
Released: 01 Jan 2021 Last Update: 10 Feb 2021 Downloads: 70
Supported Uses Plugins Additional Files  

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

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Mini Mods HTML5 Game Mod for v3arcade stangger5 vBulletin 4.x Add-ons 7 30 Dec 2020 18:59
Mini Mods HTML5 Embedded Video Player - BBCode Coop1979 vBulletin 3.8 Add-ons 2 10 Jan 2016 19:48
Add-On Releases ibProArcade Shows Game Count + Newest Game and Random Game in your Forum Statistics stangger5 vBulletin 3.6 Add-ons 111 04 Jul 2013 22:55

Comments
  #2  
Old 12 Jan 2021, 14:11
lagrace lagrace is offline
 
Join Date: Dec 2005
Real name: 85654593347
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


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Reply With Quote
  #3  
Old 12 Jan 2021, 14:27
shka shka is offline
 
Join Date: Mar 2016
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


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and reinstall.

Last edited by shka; 12 Jan 2021 at 14:38.
Reply With Quote
  #4  
Old 12 Jan 2021, 18:32
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Originally Posted by lagrace View Post
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
Did you Import the product-gamesystemcheck.xml
__________________
vb ibProArcade: Download Game, Report Game Systems: PHP 7.4.33
40,000+ Flash and HTML5 Games for ibp , v3 and vb arcades, @ next-level-arcade.com
Reply With Quote
  #5  
Old 12 Jan 2021, 19:46
lagrace lagrace is offline
 
Join Date: Dec 2005
Real name: 85654593347
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


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

line 658-667

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.



in my browser I have this
http://localhost/ibphtml5/index.php?...play&gameid=21

Last edited by lagrace; 12 Jan 2021 at 21:20.
Reply With Quote
  #6  
Old 13 Jan 2021, 04:08
kylek kylek is offline
 
Join Date: Oct 2003
Real name: Kyle
Just installed this on another site - fresh install of 2.7.6, get the same error on game page that lagrace has.



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

__________________
Reply With Quote
  #7  
Old 13 Jan 2021, 10:18
lagrace lagrace is offline
 
Join Date: Dec 2005
Real name: 85654593347
in the file arcade / module / arcade.playgame.php

find this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace with this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

search

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace with


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

in the file arcade / module / arcade_playgame_full.php

find this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace with this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

search

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace with


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

in arcade.php


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

replace with


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Last edited by lagrace; 13 Jan 2021 at 10:46.
Reply With Quote
  #8  
Old 14 Jan 2021, 18:12
kylek kylek is offline
 
Join Date: Oct 2003
Real name: Kyle
Thanks lagrace, works now!
__________________
Reply With Quote
  #9  
Old 19 Jan 2021, 21:12
blue6995 blue6995 is offline
 
Join Date: Oct 2005
Will this and ibProArcade 2.7.6+ work with vBulletin 4.2.2

Thanks

Last edited by blue6995; 19 Jan 2021 at 22:15.
Reply With Quote
  #10  
Old 20 Jan 2021, 08:59
kylek kylek is offline
 
Join Date: Oct 2003
Real name: Kyle
Originally Posted by blue6995 View Post
Will this and ibProArcade 2.7.6+ work with vBulletin 4.2.2

Thanks

Yes.
__________________
Reply With Quote
  #11  
Old 20 Jan 2021, 10:00
bluidktty bluidktty is offline
 
Join Date: May 2019
Will this and ibProArcade 2.7.6+ work with vBulletin 3.8.11?
Reply With Quote
  #12  
Old 20 Jan 2021, 18:37
kylek kylek is offline
 
Join Date: Oct 2003
Real name: Kyle
No, this is for vb4.
__________________
Reply With Quote
  #13  
Old 21 Jan 2021, 12:34
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Originally Posted by bluidktty View Post
Will this and ibProArcade 2.7.6+ work with vBulletin 3.8.11?
If ibProArcade 2.7.6+ works with vBulletin 3.8.11, then yes this mod will work..
__________________
vb ibProArcade: Download Game, Report Game Systems: PHP 7.4.33
40,000+ Flash and HTML5 Games for ibp , v3 and vb arcades, @ next-level-arcade.com
Reply With Quote
  #14  
Old 26 Jan 2021, 10:13
blue6995 blue6995 is offline
 
Join Date: Oct 2005
I installed this mod the other day and I am sure I have installed it properly. However, when selecting a game to play, I get an error 404 page not found message.

The page that it is being directed to is:

https://rwf-forum.co.uk/vBulletin/ar...play&gameid=12

Grateful for any help I can get!

Thanks
Reply With Quote
  #15  
Old 26 Jan 2021, 16:03
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
You still had a dbtech mod_rewrite for the gamedata.

# Retrieve gamedata requests and send to new dbtech locations
__________________
vb ibProArcade: Download Game, Report Game Systems: PHP 7.4.33
40,000+ Flash and HTML5 Games for ibp , v3 and vb arcades, @ next-level-arcade.com

Last edited by stangger5; 02 Feb 2021 at 16:47.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 06:20.

Layout Options | Width: Wide Color: