Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Stefan1200

#931
Sende mir bitte mal per Mail deine TS3 Server Adresse, dann schnacken wir kurz, muss mir das per Teamviewer anschauen.
#932
General Discussions / Re: Add server group to all users
October 10, 2016, 05:27:39 PM
Of course, you can write a plugin which put every client into a specified server group after connecting, if they don't have this server group already. Would be quite easy (maybe 20 lines of code without the normal class and method structure). If you can't create this JTS3ServerMod plugin on your own, maybe someone can help you?

But this will not be implemented as core bot function.
#933
Zeige mir mal bitte den Inhalt von dem Ordner webinterface\sql\autoupdate (insbesondere die neusten Dateien) auf deinem Webserver.
#934
Quote from: Sandviper on October 10, 2016, 09:04:44 AM
Hallo, hab das update aufgespielt, trotzdem steht im WI noch: JTS3ServerMod Web Interface Build 3020

Dann hast du nicht alle neuen oder geänderten Dateien ersetzt! Anschließend bitte einmal auf "Bot Liste" klicken, um den automatischen Update Prozess anzustoßen.
#935
Ist jetzt im Web Interface build 3025 (gerade veröffentlicht) enthalten.
#936
Web Interface was updated to build 3025. No changes to the JTS3ServerMod Hosting Edition, still version 6.3.0. See changelog from the first post for a list of changes.
#937
Screenshots für die Einstellungen und Benutzerliste wegen Web Interface Build 3024 aktualisiert. Außerdem von der Benutzerliste noch Screenshots vom Smartphone hinzugefügt.
#938
Updated screenshots of the settings and user manager for build 3024. Added screenshots of the user manager from a smartphone.
#939
Updated JTS3ServerMod Hosting Edition to version 6.3.0. Web Interface was updated to build 3024. See changelog from the first post for a list of changes.
#940
New Version 6.3.0 (09.10.2016)

Check first post for the changes (Changelog).
#941
Neue Version 6.3.0 (09.10.2016)

Lese den ersten Beitrag für die Änderungen (Entwicklungsgeschichte).
#942
If you use the MySQL database as backend, you don't need this config files for the bots, because everything is stored in the MySQL database.

Self created plugins have to be integrated in the web interface. More information about this are in the plugins/Readme_plugins.txt file.
#943
Quote from: Moki on October 06, 2016, 02:29:05 AM
Weil es vermutlich (noch) nicht dabei ist: es wäre absolut praktisch bei Leuten einen Haken setzen zu können,
die niemals gelöscht werden sollen.

Das brauchst du auch für Nicht-Admins? Denn Admins löscht die neue Funktion sowieso nicht.


Quote from: Moki on October 06, 2016, 02:29:05 AM
Sehr nette Features  ???

Was soll mir denn dieser Smiley sagen? ;)
#944
Current changelog:

QuoteWeb Interface 3.0 Build 3024 (??.10.2016)
+ Admins can now delete inactive user accounts in the User Manager with less clicks, which have no bots and are not admins.
  Similar to the inactive bot deletion, introduced in build 3017.
+ New contact form, which allows users to send an email to a specified email address, without to know the email address.
  If a user is logged in, name and mail address is already in the contact form. Also a list of bots will be displayed for bot related questions.
  The recipient get a direct link to the bot settings in this case. This contact form can be disabled in the Web Interface settings.
+ It is now possible to create a new bot and copy all settings from another bot.
  Permission to create a new bot is needed (or being an admin, of course).
  Just click on the "copy bot" button in the bot list.
- Bugfix: All outgoing mails now have the right text encoding set (UTF-8), so special characters should be displayed fine in all email clients.
- Bugfix: Fixed smaller design errors.
o Added error messages to the bot user management and the web interface user management, if the bot does not exists or the admin level is to low.
o Removed more HTML code from the PHP files and put them into tmpl files.
o Changed or added files: include/userlist.php, include/register.php, include/contact.php, include/Translation.php, include/settings.php,
  include/botcreate.php, include/botlist.php, include/botmanager.php, include/botuser.php, templates/backtomain.tmpl,
  templates/botcreate.tmpl, templates/botcreate_default.tmpl, templates/botlist_all_row.tmpl, templates/botlist_row.tmpl, templates/botlist_row_copy.tmpl,
  templates/botlist_row_rename.tmpl, templates/contact.tmpl, templates/contact_email.tmpl, templates/framemenu.tmpl, templates/framemenu_user.tmpl,
  templates/settings.tmpl, templates/userlist.tmpl, templates/userlist_deleteinactiveusers.tmpl, templates/userlist_deleteinactiveusers_row.tmpl,
  index.php, sql/default.sql, sql/autoupdate/3024.sql, images/email.png, images/page_copy.png

Web Interface build 3024 is now feature complete, only bug fixing and changes because of JTS3ServerMod changes will be done.
#945
Die alten Previews von Java 9 sind nicht kompatibel mit 4096 Bit TLS Zertifikaten (wird seit gestern Nachmittag auf meiner Homepage eingesetzt), deshalb der Fehler. Der Fehler wurde in jüngeren Builds von Java 9 bereits behoben, Ubuntu liefert aber leider noch die Alpha Build von Mitte April 2016 aus. Im Moment kann ich dir nur empfehlen, erstmal auf Java 8 herunterzugehen. Java 9 ist immer noch in der Alpha Phase und wird erst voraussichtlich im Februar 2017 veröffentlicht.

Zu meiner Überraschung wird Ubuntu in den aktuellen Fassungen schon mit Java 9 ausgeliefert, was ich leicht verstörend finde. Aber so ist das halt bei Linux, Überraschungen an allen Ecken. ;)

Wenn ich mit meiner Vermutung richtig liege, das du Ubuntu einsetzt, kannst du dein Problem mit folgenden zwei Befehlen lösen (unbedingt in dieser Reihenfolge):
apt-get remove openjdk-9-jre-headless
apt-get install openjdk-8-jre-headless