Difference between revisions of "ArcademSX"

From Amahi Wiki
Jump to: navigation, search
m (Reverted edits by Acecydoxose (Talk) to last revision by Bigfoot65)
Line 20: Line 20:
 
To manually install 400 FREE games, recommend you open a console window or SSH into your server.   
 
To manually install 400 FREE games, recommend you open a console window or SSH into your server.   
 
* As user '''root''', navigate to the ''/tmp'' directory.  We will use this folder as the files will automatically be removed by the system over time.
 
* As user '''root''', navigate to the ''/tmp'' directory.  We will use this folder as the files will automatically be removed by the system over time.
cd /tmp
+
{{Code|cd /tmp}}
 
* Download the Games - 490MB
 
* Download the Games - 490MB
wget -q http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip
+
{{Code|wget -q http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip}}
 
* Download the Thumbnails - 23MB
 
* Download the Thumbnails - 23MB
wget http://www.agaresmedia.com/download/thumbnails.zip
+
{{Code|wget http://www.agaresmedia.com/download/thumbnails.zip}}
 
* Download the Database SQL - 96KB
 
* Download the Database SQL - 96KB
wget http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql
+
{{Code|wget http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql}}
 
* Unzip '''Arcadem400DefaultGames.zip'''.  Move all the files in the ''400'' folder to ''/var/hda/web-apps/arcadem/html/arcade''.
 
* Unzip '''Arcadem400DefaultGames.zip'''.  Move all the files in the ''400'' folder to ''/var/hda/web-apps/arcadem/html/arcade''.
unzip Arcadem400DefaultGames.zip
+
{{Code|unzip Arcadem400DefaultGames.zip
mv 400/* /var/hda/web-apps/arcadem/html/arcade
+
mv 400/* /var/hda/web-apps/arcadem/html/arcade}}
 
* Unzip '''thumbnails.zip'''.  Move all the files in the ''arcade/img'' folder to ''/var/hda/web-apps/arcadem/html/arcade/img''.
 
* Unzip '''thumbnails.zip'''.  Move all the files in the ''arcade/img'' folder to ''/var/hda/web-apps/arcadem/html/arcade/img''.
unzip thumbnails.zip
+
{{Code|unzip thumbnails.zip
mv arcade/img/* /var/hda/web-apps/arcadem/html/arcade/img
+
mv arcade/img/* /var/hda/web-apps/arcadem/html/arcade/img}}
 
* Ensure all the files in the ''arcade'' folder have the correct ownership permissions.
 
* Ensure all the files in the ''arcade'' folder have the correct ownership permissions.
chown -R apache:users /var/hda/web-apps/arcadem/html/arcade
+
{{Code|chown -R apache:users /var/hda/web-apps/arcadem/html/arcade}}
 
* Load ''ArcademPro2.7.Default500Games_2.7_FORMAT.sql'' into the database
 
* Load ''ArcademPro2.7.Default500Games_2.7_FORMAT.sql'' into the database
mysql -uarcadem -parcadem arcadem < ArcademPro2.7.Default500Games_2.7_FORMAT.sql
+
{{Code|mysql -uarcadem -parcadem arcadem < ArcademPro2.7.Default500Games_2.7_FORMAT.sql}}
 
* Navigate to http://arcadem/admin and login using the admin credentials.
 
* Navigate to http://arcadem/admin and login using the admin credentials.
 
* Choose '''Cache''' followed by '''Clear Cache'''
 
* Choose '''Cache''' followed by '''Clear Cache'''

Revision as of 01:02, 26 January 2011


ArcademSX v2.904 is the most advanced FREE arcade script ever released.

Default Games:

  • Pacman
  • Treasure Chain
  • Golf Solitaire
  • 3 In 1 Checkers
  • Robo Chess

Browsers supported (Javascript enabled):

  • Microsoft Internet Explorer 7+
  • Mozilla Firefox 2.0+
  • Opera 9.0+
  • Gecko based browsers (Ice Weasel, etc)

INSTALL ARCADEM 400-GAME PACK

To manually install 400 FREE games, recommend you open a console window or SSH into your server.

  • As user root, navigate to the /tmp directory. We will use this folder as the files will automatically be removed by the system over time.
bash code
​cd /tmp​
  • Download the Games - 490MB
bash code
​wget -q http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip​
  • Download the Thumbnails - 23MB
bash code
​wget http://www.agaresmedia.com/download/thumbnails.zip​
  • Download the Database SQL - 96KB
bash code
​wget http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql​
  • Unzip Arcadem400DefaultGames.zip. Move all the files in the 400 folder to /var/hda/web-apps/arcadem/html/arcade.
bash code
​unzip Arcadem400DefaultGames.zip mv 400/* /var/hda/web-apps/arcadem/html/arcade​
  • Unzip thumbnails.zip. Move all the files in the arcade/img folder to /var/hda/web-apps/arcadem/html/arcade/img.
bash code
​unzip thumbnails.zip mv arcade/img/* /var/hda/web-apps/arcadem/html/arcade/img​
  • Ensure all the files in the arcade folder have the correct ownership permissions.
bash code
​chown -R apache:users /var/hda/web-apps/arcadem/html/arcade​
  • Load ArcademPro2.7.Default500Games_2.7_FORMAT.sql into the database
bash code
​mysql -uarcadem -parcadem arcadem < ArcademPro2.7.Default500Games_2.7_FORMAT.sql​
  • Navigate to http://arcadem/admin and login using the admin credentials.
  • Choose Cache followed by Clear Cache
  • Select File followed by Restart
  • Choose File followed by Preview Site

You should see all the new games. Log out as admin and start playing games.

NOTE: The admin control panel provides options for loading games and gamepacks without using the command line interface, but requires use of a FTP client to upload the files to your server. This works best if you are adding individual games.

INSTALL INDIVIDUAL GAMES

Coming Soon.

FLASH GAME SOURCES

There are many websites that offer FREE flash games you can download. This list will be updated as more sites are found.