Difference between revisions of "ArcademSX"

From Amahi Wiki
Jump to: navigation, search
 
(63 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
[[Category:Apps]]
 
[[Category:Apps]]
  
This page is under construction
+
[https://secure.agaresmedia.com/v6/free-stuff/download-arcadem-le-arcade-script-for-free/ ArcademSX v2.904] is the most advanced '''FREE''' arcade script ever released.
====ARCADEM 500-GAME PACK====
 
# To install the FREE 500-game pack from Arcadem, you need to download the following files:
 
[http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip Games]
 
[http://www.agaresmedia.com/download/thumbnails.zip Thumbnails]
 
[http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql Database SQL]
 
# Unzip Arcadem400DefaultGames.zip to a temporary folder.  Move all the files in the '''400''' folder to /var/hda/web-apps/arcadem/html/arcade directory on your server.
 
# Unzip thumbnails.zip to a temporary folder.  Move all the files in the '''arcade/img''' folder to /var/hda/web-apps/arcadem/html/arcade/img directory on your server.
 
# Navigate to http://arcadem/admin and login.
 
  
====FLASH GAMES====
+
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)
 +
<!--[http://kb2.adobe.com/cps/155/tn_15507.html Adobe Flash Test]-->
 +
 
 +
====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.
 +
cd /tmp
 +
* Download the Games - 490MB
 +
wget -q <nowiki>http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip</nowiki>
 +
* Download the Thumbnails - 23MB
 +
wget <nowiki>http://www.agaresmedia.com/download/thumbnails.zip</nowiki>
 +
* Download the Database SQL - 96KB
 +
wget <nowiki>http://www.agaresmedia.com/download/ArcademPro2.7.Default500Games_2.7_FORMAT.sql</nowiki>
 +
* Unzip '''Arcadem400DefaultGames.zip'''.  Move all the files in the ''400'' folder to ''/var/hda/web-apps/arcadem/html/arcade''.
 +
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''.
 +
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.
 +
chown -R apache:users /var/hda/web-apps/arcadem/html/arcade
 +
* Load ''ArcademPro2.7.Default500Games_2.7_FORMAT.sql'' into the database
 +
mysql -uarcadem -parcadem arcadem < ArcademPro2.7.Default500Games_2.7_FORMAT.sql
 +
* Navigate to '''<nowiki>http://arcadem/admin</nowiki>''' 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.
 
There are many websites that offer FREE flash games you can download.  This list will be updated as more sites are found.
  
* http://www.crazymonkeygames.com
+
* [http://www.allflashnow.com/ AllFlashNow]
* http://www.freegamesforyourwebsite.com
+
* [http://www.dailyfreegames.com/free-games.html DailyFreeGames.com]
* http://www.classicgamesarcade.com/
+
* [http://www.crazymonkeygames.com CrazyMonkeyGames.com]
* http://www.classicgamesarcade.com/
+
* [http://www.freegamesforyourwebsite.com FreeGamesForYourWebsite.com]
 +
* [http://www.classicgamesarcade.com/ ClassicGamesArcarde.com]
 +
* [http://www.kewlbox.com/about/freeGames.aspx KEWLBOX.com]
 +
* [http://www.arcadebomb.com/free_website_games.html Arcadebomb]
 +
* [http://www.flashgamesforwebsites.com/ FreeGamesJungle]
 +
* [http://www.mousebreaker.com/free-games MouseBreaker]
 +
* [http://www.gamesmainframe.com/ Online Flash Games for Your Web Site]
 +
* [http://www.freshnewgames.com/webmaster_games.html Fresh New Games]
 +
* [http://www.freeworldgroup.com/koalafiles.htm Koalafiles]
 +
* [http://www.flasharcade.com/flash-games/ FLASHARCADE.com]
 +
* [http://www.startgames.ws/games_for_websites.html StartGames.ws]

Latest revision as of 03:34, 23 June 2020


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.
cd /tmp
  • Download the Games - 490MB
wget -q http://www.agaresmedia.com/downloads/Arcadem400DefaultGames.zip
  • Download the Thumbnails - 23MB
wget http://www.agaresmedia.com/download/thumbnails.zip
  • Download the Database SQL - 96KB
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
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
mv arcade/img/* /var/hda/web-apps/arcadem/html/arcade/img
  • Ensure all the files in the arcade folder have the correct ownership permissions.
chown -R apache:users /var/hda/web-apps/arcadem/html/arcade
  • Load ArcademPro2.7.Default500Games_2.7_FORMAT.sql into the database
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.