Updated the year + a few small changes

This commit is contained in:
Wruczek 2018-01-26 03:02:24 +01:00
parent 83874bd65e
commit 2d604674b0
9 changed files with 20 additions and 18 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
config/config.php config/config.php
prototypes/ prototypes/
admin/ admin/
.idea/
cache/ cache/
!/cache/.htaccess !/cache/.htaccess

View File

@ -1,4 +1,4 @@
# (c) 2015 - 2017 Wruczek <wruczekk@gmail.com> and Contributors # (c) 2015 - 2018 Wruczek <wruczekk@gmail.com> and contributors
AddDefaultCharset UTF-8 AddDefaultCharset UTF-8

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 - 2017 Wruczek <wruczekk@gmail.com> and Contributors Copyright (c) 2016 - 2018 Wruczek <wruczekk@gmail.com> and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,4 +1,3 @@
<p align="center">Für ein Deutsches Readme klicke<a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich"> hier</a> </p>
<p align="center"> <p align="center">
<a href="https://github.com/Wruczek/ts-website/issues/36"> <a href="https://github.com/Wruczek/ts-website/issues/36">
<img src="https://i.imgur.com/iffB2sa.png"> <img src="https://i.imgur.com/iffB2sa.png">
@ -8,27 +7,29 @@
[![Website screenshot](http://i.imgur.com/9UZV6NG.png)](http://imgur.com/a/RUSi2) [![Website screenshot](http://i.imgur.com/9UZV6NG.png)](http://imgur.com/a/RUSi2)
<p align="center"><a href="http://imgur.com/a/RUSi2">More screenshots</a></p> <p align="center"><a href="http://imgur.com/a/RUSi2">More screenshots</a> | :de: <b>Für ein Deutsches Readme klicke <a href="https://github.com/Wruczek/ts-website/wiki/%5BDE%5D-Readme-%7C-Liesmich">hier</a></b>
<p align="center"> <p align="center">
<b>Need help? <a href="https://telegram.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website. <b>Need help? <a href="https://t.me/tswebsite">Join our telegram group</a></b> for news, announcements, help and general chat about ts-website.
</p> </p>
<br> <hr>
**ts-website** - free website for your TeamSpeak 3 server<br> **ts-website** - free website for your TeamSpeak 3 server<br>
<hr>
#### Useful links #### Useful links
- [Demo](https://ts.wruczek.tech/) - [Demo](https://ts.wruczek.tech/)
- [Installation instructions](https://github.com/Wruczek/ts-website/wiki/Website-Installation) - [Installation instructions](https://github.com/Wruczek/ts-website/wiki/%5BEN%5D-Website-Installation)
- [Wiki](https://github.com/Wruczek/ts-website/wiki) - [Wiki](https://github.com/Wruczek/ts-website/wiki)
- [Report Issues / Suggestions](https://github.com/Wruczek/ts-website/issues/new) - [Report Issues / Suggestions](https://github.com/Wruczek/ts-website/issues/new)
- **[ts-website Telegram group](https://telegram.me/tswebsite) - help, announcements, and general chat** - **[ts-website Telegram group](https://t.me/tswebsite) - help, announcements, and general chat**
#### Main Features #### Main Features
- News page, dynamic server status, admin list with status, server viewer, ban list and rules page - News page, dynamic server status, admin list with status, server viewer, ban list and rules page
- Multiple languages with auto-detection for default language - Multiple languages with auto-detection for default language
- PHP 7.0, Apache 2 and nginx support - Supports for PHP 5 and 7, Apache 2 and nginx
- Modern and responsive design - Modern and responsive design
- Caching - Caching
- Free and Open source, under MIT license - Free and Open source, under MIT license
@ -38,7 +39,7 @@ I am happy to take any programming-related requests, add additional features or
For business enquiries only: **wruczekk** at **gmail.com**, for anything else please join our [Telegram group](https://t.me/ts-website). For business enquiries only: **wruczekk** at **gmail.com**, for anything else please join our [Telegram group](https://t.me/ts-website).
<br><br> <!-- <br><br>
<p align="center"> <p align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9PL5J7ULZQYJQ" target="_blank"><img src="https://i.imgur.com/s1u7rju.png"></a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9PL5J7ULZQYJQ" target="_blank"><img src="https://i.imgur.com/s1u7rju.png"></a>
</p> </p> -->

View File

@ -8,7 +8,7 @@
For business enquiries only: wruczekk at gmail.com, for anything else please join Telegram chat. For business enquiries only: wruczekk at gmail.com, for anything else please join Telegram chat.
Need help? Join our telegram group for news, announcements, help and general chat about ts-website: https://telegram.me/tswebsite Need help? Join our telegram group for news, announcements, help and general chat about ts-website: https://t.me/tswebsite
*/ */
@ -68,10 +68,10 @@ CONTACT PANEL SYNTAX:
$config['contact']['items'][] = ["name", "link description", "link"]; $config['contact']['items'][] = ["name", "link description", "link"];
FOR EXAMPLE: FOR EXAMPLE:
$config['contact']['items'][] = ["Telegram", "@Wruczek", "https://telegram.me/Wruczek"]; $config['contact']['items'][] = ["Telegram", "@Wruczek", "https://t.me/Wruczek"];
*/ */
$config['contact']['items'][] = ["TeamSpeak", "Support channel", "ts3server://teamspeakip?cid=30"]; $config['contact']['items'][] = ["TeamSpeak", "Support channel", "ts3server://teamspeakip?cid=30"];
$config['contact']['items'][] = ["Email", "contact@email.com", "mailto:contact@email.com"]; $config['contact']['items'][] = ["Email", "contact@email.com", "mailto:contact@email.com"];
$config['contact']['items'][] = ["Telegram", "@Telegram", "https://telegram.me/Telegram"]; $config['contact']['items'][] = ["Telegram", "@Telegram", "https://t.me/Telegram"];
$config['contact']['items'][] = ["Twitter", "@Twitter", "https://twitter.com/Twitter"]; $config['contact']['items'][] = ["Twitter", "@Twitter", "https://twitter.com/Twitter"];

View File

@ -1,7 +1,7 @@
/*! /*!
* Christmas theme for ts-website * Christmas theme for ts-website
* https://github.com/Wruczek/ts-website * https://github.com/Wruczek/ts-website
* (c) Wruczek 2016 - 2017 * (c) Wruczek 2016 - 2018
* The MIT License * The MIT License
*/ */

View File

@ -12,7 +12,7 @@
<ul class="list-inline"> <ul class="list-inline">
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. --> <li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
<p> <p>
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> and Contributors 2016 - 2017 <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> and contributors 2016 - 2018
</p> </p>
<p> <p>

View File

@ -16,7 +16,7 @@ $htalink = $config["general"]["enablehta"] ? "" : ".php";
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo $config["general"]["desc"]; ?>"> <meta name="description" content="<?php echo $config["general"]["desc"]; ?>">
<meta name="author" content="Wruczek and Contributors"> <meta name="author" content="Wruczek and contributors">
<title><?php echo $config["general"]["title"] . $config["general"]["subtitle"]; ?></title> <title><?php echo $config["general"]["title"] . $config["general"]["subtitle"]; ?></title>

View File

@ -89,7 +89,7 @@ function showError($title, $text) { ?>
<?php echo $text; ?> <?php echo $text; ?>
</div> </div>
<div class="panel-footer"> <div class="panel-footer">
&copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 | MIT License &copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2018 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.5 | MIT License
</div> </div>
</div> </div>