How to install: General Install ================================ !! Requires PHP 5.6 or higher !! !! Requires SSL certificate (https enabled) !! 1. Create a MySQL database with any name 2. Upload DATABASE.SQL to your database 3. Open settings.php 3.1 Change database connection $database_host = mysql server host; $database_name = database name; $database_user = mysql user; $database_password = password for mysql user; 3.2 Edit domain name $domain = your domain name (without http:// or https:// !) 4. Install an SSL certificate to your webhosting to enable HTTPS traffic ================================ ================================ Installing on localhost - Windows 10 1. Download XAMPP (https://www.apachefriends.org/) 2. Copy server files to XAMPP/htdocs (example: if you installed on C:\ drive, files should be like that: C:\xampp\htdocs\req.php C:\xampp\htdocs\sfgame_cfg.php etc. ) 3. Open XAMPP control panel (C:\xampp\xampp-control.exe) and Start Apache and MySQL services 4. Open url in your browser: localhost/phpmyadmin 5. Create a new database (Click on "New") 6. Set [Database name] to sfgame and click [Create] 7. Click on Import (Importing into the database "sfgame") 7.1 Choose file: DATABASE.SQL from server files 7.2 Click [Go] 7.3 If successful, you should see this: "Import has been successfully finished, 54 queries executed. (DATABASE.sql)" 8. Open url in your browser: https://localhost 9. Enjoy! ================================