No description
  • JavaScript 93.1%
  • PHP 3.5%
  • PowerShell 1.4%
  • CSS 0.8%
  • Python 0.8%
  • Other 0.4%
Find a file
lanta ea653381e2
All checks were successful
Publish Website / Deploy based on branch (push) Successful in 19s
Merge pull request 'dev' (#305) from dev into main
Reviewed-on: #305
2026-07-30 19:41:05 +00:00
.forgejo/workflows DTCH Battlegrounds: mini battle royale onder /br/ 2026-07-30 14:59:51 +02:00
br Doorlopende cirkel, grote aftelling, en geen hapering meer bij oppakken 2026-07-30 21:24:35 +02:00
br-src Doorlopende cirkel, grote aftelling, en geen hapering meer bij oppakken 2026-07-30 21:24:35 +02:00
config thailux be gone 2026-05-26 17:31:26 +02:00
discord humans 2026-05-31 20:49:19 +02:00
images compressed 2023-11-29 22:03:58 +01:00
includes Eigen speelpagina: het spel in een kader, je blijft op de site 2026-07-30 20:59:55 +02:00
lib sorttable 2023-09-22 09:50:52 +02:00
logs logging for report new matches 2025-04-03 09:04:50 +02:00
mapsecrets update 2026-07-20 17:20:23 +02:00
media Add files via upload 2023-11-14 13:42:09 +01:00
tools hoppa 2026-07-17 09:05:23 +02:00
update update 2026-05-26 16:06:06 +02:00
.gitignore map secrets 2026-07-16 23:03:22 +02:00
.htaccess map secrets 2026-07-16 23:03:22 +02:00
demo.php per day 2023-11-08 20:06:29 +01:00
index.php Eigen speelpagina: het spel in een kader, je blijft op de site 2026-07-30 20:59:55 +02:00
insights.php dates no times 2026-06-18 09:17:14 +02:00
last_stats.php nieuwe layout 2026-05-22 17:27:36 +02:00
latestmatches.php dates no times 2026-06-18 09:17:14 +02:00
mapsecrets.php update 2026-07-20 17:20:23 +02:00
matchinfo.php dates no times 2026-06-18 09:17:14 +02:00
phpinfo.php first push 2023-09-21 09:19:12 +02:00
play.php Eigen speelpagina: het spel in een kader, je blijft op de site 2026-07-30 20:59:55 +02:00
README.md DTCH Battlegrounds: mini battle royale onder /br/ 2026-07-30 14:59:51 +02:00
topstats.php nieuwe layout 2026-05-22 17:27:36 +02:00
topstatsavg.php nieuwe layout 2026-05-22 17:27:36 +02:00
user_stats.php clanmembvers only 2026-05-27 11:41:33 +02:00
videos.php u[pdatre] 2026-05-22 19:00:45 +02: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.
  3. DTCH Battlegrounds — a playable mini battle royale in the browser at /br/. Drop in unarmed, find a weapon on the ground, survive the closing circle. Source lives in br-src/ (not uploaded to the web host), the built game in br/. See br-src/BATTLEGROUNDS.md.

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.