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

#766
Quote from: Freddy on February 14, 2017, 04:45:37 PM
Würdest du jemanden kannen der sich dort auskennen würde ??  :P

Leider nein, aber vielleicht hilft dir ja Google oder jemand anderes aus dem Forum kann dir Tipps geben.
#767
Da bitte PHP Experten befragen. ;)
#768
Quote from: Freddy on February 14, 2017, 02:26:08 PM
Wie ist dass wenn ich einen externen Mail - Server habe weil dort finde ich nix dazu wie ich das machen soll?

Für Linux habe ich einen FAQ Eintrag erstellt:
https://www.stefan1200.de/forum/index.php?topic=387.0

Unter Windows geht das begrenzt und mit Einschränkungen auch ohne Zusatzprogramme. Die Konfiguration erfolgt in der php.ini, mehr dazu hier:
http://php.net/manual/de/mail.configuration.php
#769
Auf meiner ToDo Liste steht eine völlige Überarbeitung der IDLE Check Funktion, damit kann move, group und kick gleichzeitig und einfacher konfiguriert werden. Allerdings wird die Konfiguration inkompatibel zu älteren JTS3ServerMod Versionen und ich muss noch klären, wie ich das beim Web Interface mache (sowas ist beim Auto Updater vom Web Interface nicht vorgesehen).

Aber Antwort zu deiner Frage: Aktuell geht es nur so, wie du es gerade geschrieben hast (mit dadurch bedingten Nachteilen, da die beiden Funktionen nicht korrekt zusammen arbeiten könnten (nicht getestet)).
#770
Quote from: TriTraTrouble on February 10, 2017, 09:38:05 PM
Problem 1: Die Zuweisung der [AFK]-Servergruppe funktioniert nicht, wenn jemand die idle_max_time erreicht hat. Die Servergruppe verfügt über alle Rechte, die dazu nötig sind, und ist temporär. Im Log kann ich dazu auch nichts finden. Hat jemand 'ne Idee?

Du hast eingestellt:
idle_action = move

Damit das passiert, was du erwartest, musst du einstellen:
idle_action = group
#771
Quote from: TriTraTrouble on February 10, 2017, 09:38:05 PM
Problem 1: Die Zuweisung der [AFK]-Servergruppe funktioniert nicht, wenn jemand die idle_max_time erreicht hat. Die Servergruppe verfügt über alle Rechte, die dazu nötig sind, und ist temporär. Im Log kann ich dazu auch nichts finden. Hat jemand 'ne Idee?

Um das zu untersuchen, brauche ich einmal die Konfigdatei und Logdatei vom Bot. Gerne per Mail zusenden.


Quote from: TriTraTrouble on February 10, 2017, 09:38:05 PM
Problem 2: Ist zwar nicht so wichtig, wurmt mich aber... ich kann auf unserem TS keine Query Clients mehr sehen, egal ob der Haken in den Favoriten gesetzt ist oder ob die i_client_serverquery_view_power auf 75 steht. Woran kann das liegen?

Siehe hier: https://www.stefan1200.de/documentation/jts3servermod/readme_deutsch.html#9
Andere Gründe gibt es nicht.
#772
Maybe the chat commands of the Server Group Protection can do something like that for you.

If not, you can create a plugin for the JTS3ServerMod, which allows you to create such a function. Please check out the documentation in the plugins directory. Java programming skills are needed.
#773
Quote from: Harry on February 06, 2017, 05:47:04 PM
I have no experience with php so I would not know how to do this, would you know how to do it?

I have no experiences with phpBB.
#774
Well, in general it is possible if you create a mod for the phpBB which connects to the TS3 server and change the server groups. If you want to combine this with the JTS3ServerMod, you can create a phpBB mod, which adds the unique id to the server group protection and reload the bot configuration. But this has to be created by you or someone else. But technical this is possible.
#775
General Discussions / Re: Welcome Message - Limit?
February 05, 2017, 08:31:43 PM
Exactly this case is not easily possible. Taken from the manual:
QuoteA comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message), when this message should be send to the client. Set this to -1 to show it every time. Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.
#776
Of course, if you installed the new files correctly, the web interface will update automatically to build 3027! Never do SQL table changes on your own or you destroy the web interface at the next auto update!

FAQ entry: https://www.stefan1200.de/forum/index.php?topic=264.0
#777
That column don't exists. If you mean the column "configvalue", that was already increased with the Web Interface build 3027.
#778
Also das Web Interface hat alle Texte in der Datenbank, jenes ist hier beschrieben: https://www.stefan1200.de/forum/index.php?topic=341.0

Aber die Bot Log Einträge kommen ja vom JTS3ServerMod. An die Texte kommst du nicht heran.
#779
Die Logeinträge werden nie übersetzt werden, sonst schickt mir irgendwann noch jemand Türkische oder Chinesische Logeinträge, mit denen ich nichts anfangen kann. Außerdem ist mir der Aufwand, das alles auch noch Übersetzbar zu machen, zu hoch.
#780
Just released a quick fix for the JTS3ServerMod 6.3.3. Important for people who want to run the JTS3ServerMod as a Windows service. Another small thing was changed at the JTS3ServerMod.jar, but not important to update if you got the JTS3ServerMod already running without problems. No changes to the Web Interface. See changelog from the first post for a list of changes.