No description
Find a file
2025-03-06 08:59:46 +01:00
.github property first 2024-05-30 19:51:48 +02:00
config Update clanmembers.json 2025-03-05 20:02:49 +01:00
discord God channel 2025-03-06 08:59:13 +01:00
images compressed 2023-11-29 22:03:58 +01:00
includes kolommen op klein scherm 2025-02-18 17:25:22 +01:00
lib sorttable 2023-09-22 09:50:52 +02:00
media Add files via upload 2023-11-14 13:42:09 +01:00
update Richard changes 2025-02-18 16:11:13 +01:00
.gitignore ignore all dats 2023-10-03 16:28:00 +02:00
.htaccess pragma gone 2023-10-02 12:45:30 +02:00
demo.php per day 2023-11-08 20:06:29 +01:00
index.php Desert_Main 2023-12-11 13:49:58 +01:00
last_stats.php fixes 2025-02-18 16:14:42 +01:00
latestmatches.php Desert_Main 2023-12-11 13:49:58 +01:00
matchinfo.php Desert_Main 2023-12-11 13:49:58 +01:00
phpinfo.php first push 2023-09-21 09:19:12 +02:00
README.md test 2023-09-22 09:53:52 +02:00
topstats.php fixes 2025-02-18 16:14:42 +01:00
topstatsavg.php better descriptions 2023-11-20 13:53:04 +01:00
user_stats.php stats 2023-11-20 13:50:09 +01:00

DTCH - PUBG Clan User Stats

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

  1. Display lifetime stats for a specific game mode (solo, duo, squad).
  2. Select a player from the DTCH clan and view their stats.

Prerequisites

  • PHP 7.4 or higher
  • cURL extension for PHP
  • PowerShell installed on your system

Installation

  1. Clone this repository:

git clone [repository-url]

  1. Navigate to the project directory:

cd [project-directory]

  1. Rename the config/config.php.rename to config/config.php.

  2. Update the config/config.php file with the appropriate API key and clan members.

  3. Host the project on a PHP server (like Apache).

Usage

  1. Use the PowerShell scripts in the update folder to generate the JSON files that are used in the clan and user PHP files.
  • update_clan_member.ps1: Update this once every 30 minutes. It's recommended to set up a cron job or scheduled task for this.
  • update_clan.ps1: Update this once every day.

Notes

  • 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.
  • 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

This project is open-source. Feel free to modify and distribute as per your needs.