Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 9f0d1d0

Browse files
authored
Merge pull request #11 from KristianP26/v2.x
V2.0
2 parents f6cb87e + 2f2f9b3 commit 9f0d1d0

13 files changed

+323
-26
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Surftimer-Web-Stats v1.17
1+
2+
# Surftimer-Web-Stats v2.0
3+
=======
24
![GitHub Repo stars](https://img.shields.io/github/stars/kristianp26/surftimer-web-stats?color=ew&style=flat-square)
35
![GitHub forks](https://img.shields.io/github/forks/kristianp26/surftimer-web-stats?style=flat-square)
46
![GitHub contributors](https://img.shields.io/github/contributors/kristianp26/surftimer-web-stats?style=flat-square)
@@ -11,17 +13,19 @@ Surftimer-Web-Stats is Web with statistics for [Surftimer-Official](https://gith
1113

1214
**Features:**
1315
* Dashboard with TOP players and recent Records
14-
* Top Players & Most Active Section
16+
* Top Players, Recent Records & Most Active Section
1517
* Maps Section (Copletions list, Bonus Completions list, Stages info)
16-
* Dark Mode
17-
* Languages (Bulgarian, Czech, English, German, Polish, Slovak, Turkish)
18+
* Players Profiles (Complete Statistics)
19+
* Dark Mode (Comming Soon...)
20+
* Languages (Comming Soon...)
21+
* Player Flags (Comming Soon...)
22+
* And other features from v1.x (Comming Soon...)
1823

1924
## Project Goals
2025

2126
Show all statistics on one place on the website and create best surf web statistics extension.
2227

2328
* [Demo](https://surfstats.kristianpartl.eu/)
24-
* [Demo DarkMode](https://easy.zzk-community.eu/)
2529

2630
## Installation and Requirements
2731

@@ -31,7 +35,7 @@ Surftimer-Web-Stats works on latest Release of [Surftimer-Official](https://gith
3135
* Web Server
3236
* PHP7+
3337
* A MySQL Database with [Surftimer-Official](https://github.com/surftimer/Surftimer-Official) data (MySQL 5.7, MySQL 8+, MariaDB supported)
34-
* Maps must have selected tier
38+
* Maps must have selected tier and be added to server with sm_addnewmap(!addnewmap) command on server
3539

3640
**Installation:**
3741
* Download the latest version from the release page [here](https://github.com/KristianP26/Surftimer-Web-Stats/releases)

dashboard-maps.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<h5>Loading Map: <b><?php echo $mapname; ?></b> Details...<br><small>Please Wait...</small></h5>
3030
</div>
3131
<?php else: ?>
32-
<h5>Surf Community's Map Collection</h5>
32+
<h5>Surf Stat's Map Collection</h5>
3333
<hr class="mt-0 mb-3">
3434
<div class="text-center text-muted py-4">
3535
<div class="spinner-grow text-dark my-2" role="status">

dashboard-mostactive.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<section class="my-4 pb-1">
1717

18-
<h5>Surf Community's Most Active</h5>
18+
<h5>Surf Stat's Most Active</h5>
1919
<hr class="mt-0 mb-3">
2020
<div class="" id="most-active-load">
2121
<div class="text-center text-muted py-4">

dashboard-player.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<section class="my-4 pb-1">
2222
<div class="" id="player-profile-load">
23-
<h5><a href="dashboard-players.php" class="text-muted">Surf Community's Player Profile</a> / <?php echo $player_id; ?> <a href="https://steamcommunity.com/profiles/<?php echo $player_id; ?>" target="_blank" title="<?php echo $player_id; ?> - Steam Profile" class="text-muted"><i class="fab fa-steam"></i></a></h5>
23+
<h5><a href="dashboard-players.php" class="text-muted">Surf Stat's Player Profile</a> / <?php echo $player_id; ?> <a href="https://steamcommunity.com/profiles/<?php echo $player_id; ?>" target="_blank" title="<?php echo $player_id; ?> - Steam Profile" class="text-muted"><i class="fab fa-steam"></i></a></h5>
2424
<hr class="mt-0 mb-3">
2525
<div class="text-center text-muted py-4">
2626
<div class="spinner-grow text-dark my-2" role="status">

dashboard-players.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<section class="my-4 pb-1">
1717

18-
<h5>Surf Community's Top 1,000 Players</h5>
18+
<h5>Surf Stat's Top 1,000 Players</h5>
1919
<hr class="mt-0 mb-3">
2020
<div class="" id="top-players-load">
2121
<div class="text-center text-muted py-4">

dashboard-recent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<section class="my-4 pb-1">
1616

17-
<h5>Surf Community's Recent 100 Map Records</h5>
17+
<h5>Surf Stat's Recent 100 Map Records</h5>
1818
<hr class="mt-0 mb-3">
1919
<div class="" id="recent-records-load">
2020
<div class="text-center text-muted py-4">

footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Coded & Designed with ❤ by <a class="text-dark" href="https://github.com/KristianP26/" taget="_blank">Kristián Partl</a>.
1111
<br class="py-0">
1212
<small>
13-
All times are in <a class="text-dark" href="https://time.is/en/CEST" target="_blank">CEST</a>.
13+
All times are in <a class="text-dark" href="https://time.is/en/<?php echo $mysql_server_timezone; ?>" target="_blank"><?php echo $mysql_server_timezone; ?></a>.
1414
</small>
1515
</small>
1616
<br>

0 commit comments

Comments
 (0)