Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Horse Isle 1 Server Files

Initiate Mage
Joined
Jan 24, 2021
Messages
2
Reaction score
0
"Horse Isle" is an old Flash-based MMO Game released in 2007 where you collect and train horses there's also a bunch of mini-games you can play with friends using them, - its a bit like Club Penguin

I have developed over last few years a Server Emulator for the game;

binaries for all major operating systems can be found here:


source code:


the code contains an implementation of the game server itself, as well as the two web servers for the game, the master-site and game-site's

master-site is like master.horseisle.com, its where you register, and contains a server list which can link to one or more game-sites.
game-site is like pinto.horseisle.com, and it hosts the actual game client SWFs ..

Website requires PHP 8 with 'intl; mysqli; mysqlnd;' Database is a SQL Server -- only tested with MariaDB Server, and SQLLite
website setup requires editing config.php in both game-site and master-site to connect to database
and also servers.php (handles server list)

game server itself is "hispd" after running it, requires editing server.properties (generated after first run) to connect to database properly

i also created a little 'launcher', called MPN00BS which can run a server locally for offline play, or connect to a server .
 
Back
Top