mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-04-06 05:05:47 +12:00
Update README.md
This commit is contained in:
parent
b58506ca0c
commit
9b7a81ceee
1 changed files with 9 additions and 0 deletions
|
@ -7,3 +7,12 @@ This repository is meant to re-implement the server-side script's for horse isle
|
||||||
# What are the folders?
|
# What are the folders?
|
||||||
master-site/ - Contains registration, fourms, help center, server list, and so on (based on master.horseisle.com)
|
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)
|
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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue