Results 16 to 30 of 1083
-
16-02-2010, 10:02 #16
Like I wrote in the readme.txt, JTS3ServerMod is a command line application. So if you want to see some status messages, you have to open your command line, switch to JTS3ServerMod directory and start with: java -jar JTS3ServerMod.jar
But you are right, the starting error message should be also written to the logfile, this will be fixed in the next release. So the logfile will never be empty.
-
16-02-2010, 10:12 #17
-= TeamSpeak Fanatic =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 1,382
-
16-02-2010, 13:30 #18
New release:
Version 1.0 RC 2 (16.02.2010)
+ New feature: Exclude Server Group members from record check
+ New feature: Shows bot uptime on !botinfo
- Bugfix: Start errors was not written to logfile.
o Bot now also checks if channel IDs in config file exists. If not, bot shows a warning and disables feature.
-
16-02-2010, 13:47 #19
-= TeamSpeak Fanatic =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 1,382
Downloaded. Tryed. But..
So WTF?Code:2010-02-16 14:44:46 CHANNELLIST_ERROR Error while getting channel list: ServerQuery Error 3331 getList(): flood ban
-
16-02-2010, 13:53 #20
-
16-02-2010, 13:57 #21
-= TeamSpeak Fanatic =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 1,382
I try this on my PC u know..
But my IP chaned every Router-Reconnect.
I will not update the Whitelist every Day.
-
16-02-2010, 14:05 #22
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Just change the Spam/Flood settings to be more tolerant.
-
16-02-2010, 14:06 #23
Two solutions if you can't add IP to query_ip_whitelist.txt:
- Run this Bot on the same machine where the Teamspeak server is installed (Best solution, only need the 127.0.0.1 entry in the query_ip_whitelist.txt).
- Do on ServerQuery: instanceedit serverinstance_serverquery_flood_commands=1000 (Bad but working solution, since this almost disable your serverquery flood protection).
If Teamspeak 3 shows sometimes in the future the client_is_recording flag in the clientlist command, I will change my Bot that much less commands are needed for all checks.
-
16-02-2010, 21:32 #24
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- -
- Posts
- 5
running as service
Hi everyone,
I found this addon just last night and installed it right away. It is a great programm and I like the many options you have.
But there is just one huge problem. This programm cannot run as service, so I need to keep my shell opened but after some minutes the connection to the server will be terminated due to security reasons.
So, is there any way to run this prog as service or make it run in background, so I can close the shell.
os: debian 4.0
current ts3-serverengine running
Thanks a lot in advance.
oceanseye
-
16-02-2010, 21:34 #25
-
16-02-2010, 22:57 #26
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- -
- Posts
- 5
Thankyou for your quick answer.
I know this is not the best way, but anyone could help me out with this problem.
-
17-02-2010, 02:05 #27
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Alaska
- Posts
- 3
oceanseye, I would do what Stefan1200 did and run the mod in a screen, then simply detach the screen and exit the shell. The screen will continue to run in the background after you close the shell.
To make sure you have screen installed, just type 'screen' minus the quotes into the shell. If you get a window pop up with some info and a [Press Space or Return to end] message, you have it installed, if not, you will need to install it via the apt-get command...
Type this into the shell:
Once installed, simply type in 'screen' again, hit a button to get through the splash screen, and run the code like you normally would in the shell. The only difference is that once you have the program running how you want to, you will need to detach from the screen using 'Ctrl + a' which puts the screen window into command mode, then pressing 'd' which will detach the window. You should be taken back out to your shell window, which you can now log out from.Code:apt-get install screen
To reattach to the window at a later time, log back into the shell, and type in 'screen -r'. If by some mistake you accidentally open up multiple screen windows, you an use 'screen -ls' to list the detached screen windows, then use 'screen -r [instance name]' to reattach to a specific window. To exit the screen window, use the standard 'Ctrl + c' command to stop what's currently running, and type in 'exit' like you would in the regular shell.
Hope that helps ya!
-
17-02-2010, 02:21 #28
Like JaredC01 wrote, you can also do:
Switch into JTS3ServerMod directory first.Code:screen -d -m -S ts3bot java -jar JTS3ServerMod.jar
You can reopen the screen with:
Leave the screen with:Code:screen -r ts3bot
CTRL + A + D
-
17-02-2010, 09:50 #29
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- -
- Posts
- 5
Thank you very much Jared and Stefan. It works on screen.
-
17-02-2010, 12:51 #30
New release with some nice changes:
Download and more informations in the first post.Version 1.0 RC 3 (17.02.2010)
+ New feature: Second welcome message for specified server groups.
+ New: More keywords for the welcome message, like the unread offline message count.
+ New: Change date pattern for welcome messages and future date formatting on chat commands.
+ New: If enabled, the bot can try to connect to an offline Teamspeak 3 Server forever.
+ New: You can choose a second server query name, if the first name is already in use.
- Bugfix: Bot do not quit now if only the bot name is already in use.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[REL] TS3 Idle Mover (v1.0.0)
By Theowningone in forum ToolsReplies: 90Last Post: 10-04-2013, 17:20 -
nice IDLE kick script...
By xT in forum [TeamSpeak 2] Addons & ScriptsReplies: 28Last Post: 25-05-2005, 22:44







Reply With Quote
.
