This commit is contained in:
Lanta 2023-09-21 11:37:17 +02:00
parent c69fa48712
commit 7d647d03fd

View file

@ -1,13 +1,12 @@
\`\`\`markdown
# DTCH - PUBG Clan User Stats # DTCH - PUBG Clan User Stats
This project displays the user statistics for members of the DTCH PUBG Clan. This project displays the user statistics for members of the DTCH PUBG Clan.
While the code is tailored for the DTCH clan, you can modify it to suit your specific clan or needs.
## Features ## Features
1. Display lifetime stats for a specific game mode (solo, duo, squad). 1. Display lifetime stats for a specific game mode (solo, duo, squad).
2. Select a player from the DTCH clan and view their stats. 2. Select a player from the DTCH clan and view their stats.
3. Display the PUBG API rate limit headers.
## Prerequisites ## Prerequisites
@ -17,12 +16,12 @@ This project displays the user statistics for members of the DTCH PUBG Clan.
## Installation ## Installation
1. Clone this repository: 1. Clone this repository:
\`\`\`bash \`\`\`
git clone [repository-url] git clone [repository-url]
\`\`\` \`\`\`
2. Navigate to the project directory: 2. Navigate to the project directory:
\`\`\`bash \`\`\`
cd [project-directory] cd [project-directory]
\`\`\` \`\`\`
@ -39,11 +38,13 @@ This project displays the user statistics for members of the DTCH PUBG Clan.
1. Select a game mode to view stats (solo, duo, squad). 1. Select a game mode to view stats (solo, duo, squad).
2. Choose a clan member to view their specific stats. 2. Choose a clan member to view their specific stats.
3. The rate limit headers for the PUBG API are displayed at the top. 3. The rate limit headers for the PUBG API are displayed at the top.
4. Modify the PHP files to adjust them to your requirements.
## Notes ## Notes
- Ensure that the API key is kept confidential and not exposed to the public. - Ensure that the API key is kept confidential and not exposed to the public.
- The project comes with a rate limiter (`ratelimiter.php`), which can be included to restrict the frequency of page access. - The project comes with a rate limiter (`ratelimiter.php`), which can be included to restrict the frequency of page access.
- While this project is designed specifically for the DTCH clan, you will need to adjust various parts of the code to make it suitable for your clan or specific requirements.
## License ## License