Update README.md

Update + instructions
This commit is contained in:
siegmund0 2020-01-13 00:24:17 -03:00 committed by GitHub
parent eaf70390b8
commit 5a046954ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Dayz-Leaderboard-Web-Developer
//@Siegmund website developer - 2019.
//@Siegmund Oaki website developer - 2019.
//Mod Developer: @QuickZ.
//Contribution: @som & ThundX.
Intructions:
@ -14,13 +14,27 @@ Intructions:
2- Start Xampp or the program you use to run the database and the web
3- Copy and Paste Stats.php in Htdocs
They have to have some web mounted later prepared to accommodate the files within it. In any case, the .PHP is already configured to have a very basic website.
4- Huala... already have your player database
4- Create database with any name, within it create the tables that appear in "script.py". They have to be in the same order and be called in the same way. (you can modify it if you want)
5-Always remember to have your script running
-You have to keep in mind to mark the option "id" as the main one. The database will accommodate the files in their corresponding rows using the "id".
<img src="https://i.imgur.com/7o14JSC.png" />
<img src="https://i.imgur.com/cHrolv6.png" />
5- Huala... already have your player database
6-Always remember to have your script running
Note: In my case I use a python-based broker. But you can find other examples based on php and Bootstrap4
Points to consider:
-The .json files are located in the "Profiles" folder of the dayzserver (or the name given to it)
-The broker with the "script.py" database makes modifications every 60 seconds in case the file has changed.
-The "script.py" does NOT replace the data in the database, it only updates them if they change.
enjoy!