*
* This file is part of Easy-WI.
*
* Easy-WI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Easy-WI is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Easy-WI. If not, see .
*
* Diese Datei ist Teil von Easy-WI.
*
* Easy-WI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Wahl) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
*
* Easy-WI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN ZWECK.
* Siehe die GNU General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe .
*/
if (isset($include) and $include == true) {
$query = $sql->prepare("INSERT INTO `easywi_version` (`version`,`de`,`en`) VALUES
('4.30','
23.10.2013
Änderungen:
- Generell:
- Rootserver Menü in Netzwerk und eigentliche Server getrennt
- Zusätzliche Login Methode Key + Passwort
- SSH2 Pecl mit phpseclib ersetzt
- Rote Buttons mit Mülleimer zum löschen
- Zeitzone wird gesetzt, wenn Admin die php.ini nicht konfiguriert
- dbConnect[debug] an Stelle von debug
- REPAIR und OPTIMIZE nur einmal pro Tag
- FTP Klasse statt redundanten Code
- Klasse PHP Mailer für besseren Mail Support
- Gameserver:
- Asyncronen Web FTP hinzugefügt
- Datei Templates für Gameserver
- Catch Exceptions für die GameQ Klasse bei der image.php
- GS Masterupdate aus der reboot.php nach startupdates.php verlagert
- functions_gs.php angelegt
- GameQ aktualisiert
- Select all zur DB reparieren Funktion bei GS + Addons hinzugefügt
- Einzigartigkeit von Spielen bei Masterupdate gesichert
- Farbtags werden aus dem Servernamen entfernt
- Rückgabe der reboot.php/startupdates.php verbessert
- Verbessertes Error Handling bei screenlogs
- ESL CS GO Addon hinzugefügt
- Tekkit classic hinzugefügt
- Mehr debugging Debugging Informationen bei der statuscheck.php
- binport beim teeworlds Template
- CSS BHOP Mappackage hinzugefügt
- JSON Support bei Config Support hinzugefügt
- Beim Resync/Reinstall wird Template 1 vorausgewählt
- Starbound Template hinzugefügt
- Maximale Länge für die gamebinary erhöht
- / am Anfang des Import Pfades hinzugefügt
- Gametemplate wird bei Resellern hinzugefügt, wenn es ein Admin bei sich anlegt
- Installer:
- Cronjob Timestamps werden in die Zukunft gesetzt
- Beide möglichen Cronjob Einstellungen, per wget und PHP-CLI werden angezeigt
- Versionsüberprüfung wird beim Installer ausgeführt
- Rootserver:
- Wenn ein Image installiert wird, im Anschluss nur PXE Eintrag und nicht DHCP entfernen
- Benutzer:
- Reseller Fix Job hinzugefügt
- Voiceserver:
- Funktionen aus der class_voice.php entfernt und in functions_voice.php ausgelagert
Bugfixes:
- API defekt durch inkorrekte Validatoren in vorlage.php
- GS Roots Reinstall benutzt falsche ID
- Protectioncheck Formularlink wenn Easy-WI im Unterordner liegt
- Gameserver API wird ignoriert
- Registrations Aktivierungslink falsch, wenn SEO Links aus sind
- Falsche Rückgabe, wenn Ticket editiert wurde
- Benutzer kann nicht auf Tickets im Status In Process antworten
- Spamfilter auf NEIN, wird ignoriert
- Installer nutzt nicht existierende Sprache als Fallback
- Cronjob Timestamps werden für Reseller nicht aktualisiert
- Kein Error Handling wenn die keyfile fehlt
- Multiple falsche Texte im Installer verwendet
- install.php: Undefined index: USER
- +1 Slot beim GS Check hinzufügen, wenn SourceTV aktiv ist
- Fehler im Leihserver Modul
- Veraltete SQLs werden im TS3 Importer benutzt
- Initiales Passwort wird während des Imports nicht gesetzt
- implode(): Invalid arguments userpanel_gserver.php
- Undefined index: active at statuscheck.php
- Include für queries.php
- benutzernamen beim TS3 Importer
- Korrekete Abhängigkeiten, wenn das Default Addon angelegt/korrigiert wird
','10.23.2013
Changes:
- General:
- Split rootserver menu in two
- Allow additional login method key + password
- Replace ssh2 pecl module with phpseclib
- Change to red button and trash icon for delete
- Define timezone
- use dbConnect[debug] instead of debug
- Run REPAIR and OPTIMIZE only once a day
- Create FTP class
- Use PHP Mailer for better Mail support
- Gameserver:
- Add Web FTP
- File templates for gameserver
- Catch Exceptions from GameQ at image.php
- Move GS masterupdate reboot.php -> startupdates.php
- Create functions_gs.php
- Upgrade GameQ to latest version
- Add select all to DB repair GS + Addons
- Ensure unique games at gs masterupdate
- Remove color tags from servername
- Enhance output reboot.php/startupdates.php
- Enhance error reporting at screenlog
- Add ESL CS GO addons
- Add tekkit classic
- More debugging output to statuscheck.php
- use binport at teeworlds template
- Add CSS BHOP mappackage
- Add JSON support to config protect
- On Resync/Reinstall preselect template 1
- Add starbound template
- Increase length of gamebinary
- / in front of import path
- Add a gametemplate for reseller if admin does
- Installer:
- Predate cronjob timestamps during install
- Display both wget options at install
- Add version check at install
- Rootserver:
- After image install only PXE remove, no DHCP remove
- User:
- Voiceserver:
- split content of class_voice.php
Bugfixes:
- API not working due to incorrect validators at vorlage.php
- GS roots reinstall all uses wrong ID
- Protectioncheck form link and subfolders
- Gameserver API getting ignored
- Registration activation link incorrect if SEO is OFF
- Incorrect display if ticket has been edited
- User cannot reply to tickets in state In Process
- Spamfilter set to NO not respected
- Installer fallbacks to non existing language
- Cronjob timestamps for resellers are not updated
- No error handling in case keyfile is missing
- Multiple wrong text displays at installer
- install.php: Undefined index: USER
- Add +1 Slot at check when sourcetv is active
- Error at lending module
- Old SQL on ts3 import regarding usergroup
- Initial password not set during import
- implode(): Invalid arguments userpanel_gserver.php
- Undefined index: active at statuscheck.php
- Remove include for queries.php
- Usernames and TS3 import
- Correct depencies while correct/add default addons
')");
$query->execute();
$response->add('Action: insert_easywi_version done: ');
$query->closecursor();
} else {
echo "Error: this file needs to be included by the updater!
";
}