JFB >> AdminCP >> IbProArcade
The IbProArcade system delivers free flash games to your site members. They're not just playing them either; they're competing against each other for the high score. With the arcade you get a few classic titles that come with it that were developed by neave.com, but it is possible to add more games.
Start Adding Games
Adding new games is simple. There are some details you need to understand, however. Please read all the information below slowly and carefully. There are two ways to add games to your arcade. The first method is a quicker, easier method, and the second one is more complicated. The documentation starts with the easiest method.
AdminCP → Arcade → Add Games
Brings up a form to add games.
Quick Add Games (Easy)
You can quickly add games via a method called 'Arcade Queries.' What is an arcade query? It is a single block of text that contains game information that allows you to add games in one click. The games are generally pre-hosted and pre-prepared for you and there is nothing else for you to do.
Example
An example of an arcade query for a game called Mario Tetris text looks like this:
(Mario Tetris 3,mariotetris3_SP, http://i56.photobucket.com/albums/g196/SpringerandOllie/games/mariotetris3.gif,http://lightningsite.com/games/mariotetris3_SP.swf,Tetris game.,550,400,Classic,no,Arrow keys.)
All you need to do is copy and paste this line of text into the box under the heading “Quick Add Games” on the main page. Then click 'Add New Game' and that's it! You may choose to edit the game to sort it in a category after you've done so, or add any other details.
Where to get games
Games that support the arcade query method can be found on various sites. On such website that you can use to get free flash games for your arcade is:
http://games.lightningsite.com/
To be clear; these games are 3rd Party. There are thousands of games, but use them at your own risk. JFB does not endorse, nor can guarantee the validity of any particular resource to get games.
.tar file games (Hard)
The second method of adding games is more difficult, but still works.
As of right now, the JFB IbProArcade only supports *.tar file games from 2.5.x era, and not the 3.x era. This method involves downloading a *.tar file, unpacking it, and uploading respective files within it to a host. If this is too complicated for you, we recommend you skip this and use the above method.
Example
http://forum.jcink.com/index.php?act=Attach&type=post&id=31433
The game will be in .tar format. You will need http://winrar.com WINRAR if you don't already have it to unzip the files. Inside, you SHOULD find only 4 files:
gamename.php gamename.swf gamename1.gif gamename2.gif
Unpack them to a folder. Now use a host like http://ripway.com to upload the files.
You will need to sign up for a free account there to start uploading. You may use other file hosts, but this is the only free one we know of right now which supports this. Once you do…
Copy the links from the file host into the Add Games page in the AdminCP where it says:
Game SWF url Game GIF url
Game Information
How do you get the gname, the height, and width? Well, inside the tar file is the gamename.php file. In our example, it looks something like this:
<?php // This file ( thebattlesm.php ) & Tar archive ( game_thebattlesm.tar ) was created automatically using code written by Cyber, http://ipbgamers.com $config = array( gname => "thebattlesm", gtitle => "1992", bgcolor => "000000", gwidth => "550", gheight => "400", active => "1", gcat => "1", highscore_type => "high", //optional leave blank if not using gwords => "A basic remake of that old classic 1942", object => "Good Luck!", gkeys => "in game!", );?>
From there, we can see that gname for this test file is “thebattlesm”. The game title is 1992. gwidth and gheight, show us the game height. The words give the description and the objective. Pretty much the names in this file are all logically named so you can plug them into the add game area.
Repeat this process for other games. As a note, if you see more than 4 files, or a gamedata folder in it, the game can't be added because it is a newer 3.0 game.
Where to get *.tar file games
The website below provides many games in *.tar file format:
Visit the arcade, download center, or whatever is there and download the games you want.
These games are 3rd Party. There are thousands of games, but use them at your own risk. JFB does not endorse, nor can guarantee the validity of any particular resource to get games.


