How to add games to the ibpro arcade?

The best way or the way I do it is to:

First of all go here: http://www.vbteam.info/22446-post5.html

Then goto Feckie's site, sign up and download a game pack.

Unzip them on your PC ( they will all have extensions of .tar )

Now use a FTP program ( I use Filezilla but there are many others available )

Upload all the games from your PC folder to your tar folder. The folder tree should be as follows.

-public_html
--arcade
---tar

Once this is done log into adminCP>Arcade>install games

Now your list of recently uploaded game files will be there for you.

Just click each one to install.

Note: If you click install all you may crash as depending on the amount of games you are installing will cause to many executions on your server to handle.

Enjoy
 
I did that then got this message: public_html/arcade/tar is write-protected. Please change CHMOD to 0777 via FTP.

what do i do?
 
King34 said:
I did that then got this message: public_html/arcade/tar is write-protected. Please change CHMOD to 0777 via FTP.

what do i do?

Do exactly as it says..

CHMOD the file to 777

Right click on the file and select properties, then you will see 3 numbers.. like 644... change to 777 then try again. It should work.
 
now i get this

Warning: unpack() [function.unpack]: Invalid format type p in [path]/arcade/functions/tar.php on line 750

Warning: fread() [function.fread]: Length parameter must be greater than 0 in [path]/arcade/functions/tar.php on line 794
 
Back
Top