hi1.horseisle.com and pinto.horseisle.com remake
Go to file
Li d88992f75c mapfix? 2022-07-25 18:29:10 +12:00
game-site mapfix? 2022-07-25 18:29:10 +12:00
master-site Change to just host 2022-06-14 22:32:54 +12:00
LICENSE Update LICENSE 2021-10-24 08:29:06 -04:00
README.md Update README.md 2021-10-24 08:33:04 -04:00

README.md

HorseIsleWeb

This repository is meant to re-implement the server-side script's for horse isle web site(s) (specifically based on: https://master.horseisle.com and https://pinto.horseisle.com)

What are the folders?

master-site/ - Contains registration, fourms, help center, server list, and so on (based on master.horseisle.com)
game-site/ - Contains the game client itself, and minimal PHP scripts to display the account page (based on pinto.horseisle.com)

Configuration

to configure your own server there are 3 main files you need to be aware of:

  • game-site/config.php - Configuration file for a specific game-site
  • master-site/config.php - Configuration file for the main master-site
  • master-site/servers.php - Configuration file for server list

Note: HMAC_SECRET must match in master-site and all game-sites,