Results 16 to 30 of 194
Thread: TeamSpeak 2 Anti-Flood Daemon
-
24-03-2006, 21:48 #16
Joa da wirst du gefragt ob du vielleicht eine ältere Version des Servers benutzt z.b. 2.0.20.1 . Die neuste Version ist diese: http://www.goteamspeak.com/index.php...downloads&id=7
-
24-03-2006, 22:17 #17
-= TeamSpeak Fanatic =-
- Join Date
- Oct 2004
- Location
- Germany
- Posts
- 1,710
Weil es noch keine Windows-Serverversion > 2.0.20.1 gibt, wegen
Originally Posted by Ch'Ih-Yu
[Ts2] Linux Server Binary BETA 2.0.21.3 hi there,
this version fixes ONLY:
- webinterface security flaw where an serveradmin could be able
to stop/delete/etc other servers via webinterface.
- multiline chats will be logged on a per line basis
-
24-03-2006, 22:33 #18
Könnte vielleicht an Fielmann liegen... denn damit wäre das nicht passiert :-) Du nutzt scheinbar die falsche Version von Teamspeak! Hau Dir mal die aktuellere Beta rauf :-)
-
25-03-2006, 00:36 #19
-= TeamSpeak User =-
- Join Date
- Mar 2005
- Posts
- 8
i am running this on a windows server... one problem that i had was that it could not load the log file...
when i copy the patch to the log file on my computer i get a path like this...Code:# Example Windows: # my $server_logfile = "C:/Program Files/TeamSpeak2/server.log";
the problem was that the path copied from windows has a "\" that needs to be changed to a "/"Code:"C:\Program Files\Teamspeak2_RC2\server.log"
Making it look like this
So dont just copy the path in.Code:# Example Windows: # my $server_logfile = "C:/Program Files/TeamSpeak2/server.log"; my $server_logfile = "C:/Program Files/Teamspeak2_RC2/server.log";
Very nice addition to the perlmod, but it would be nice that if when you had an error that the window stayed open longer then 2 seconds after it bombs out.
-
25-03-2006, 02:16 #20
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,299
@mojo742:
You can change this very easily. Here's an example:
Just change the integer behind sleep to another value of your choice (i.e. sleep 10 = script stops for 10 seconds).Code:# connect to the TeamSpeak 2 server print "Connecting to server $server_address -> "; my $tcpquery = TeamSpeak2::TCPquery->new($server_address, $server_tcpport); if(!$tcpquery) { print "[!!]\n"; print "$current_time - The server is not responding. Maybe the server is offline or TeamSpeak 2 is not running on it.\n"; sleep 3; exit; } else { print "[OK]\n"; }
-
25-03-2006, 19:39 #21
-= TeamSpeak Lover =-
- Join Date
- Jan 2005
- Location
- Germany
- Posts
- 97
danke ScreaM_GER nun gehts
bin gespannt ob es auch geht kann es ja leider selber nicht testen
-
26-03-2006, 00:00 #22
-= TeamSpeak User =-
- Join Date
- Mar 2005
- Posts
- 8
thanks ScP
-
26-03-2006, 14:16 #23
-= TeamSpeak User =-
- Join Date
- Jun 2004
- Location
- Scotland - UK
- Posts
- 25
Windows error msg
was it me or ? :SCode:C:\Program Files\6teamspeak2_RC2>ts2afd.pl Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 34, near "6teamspeak2_RC2" (Missing operator before teamspeak2_RC2?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 34, near "teamspeak2_RC2\" Operator or semicolon missing before %H at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 58. Ambiguous use of % resolved as operator % at C:\Program Files\6teamspeak2_RC2\ts 2afd.pl line 58. String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 60, near "print "" (Might be a runaway multi-line "" string starting on line 58) (Missing semicolon on previous line?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 60, near "print "TeamSpeak" (Do you need to predeclare print?) Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 60, near "TeamSpeak 2" (Do you need to predeclare TeamSpeak?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 60, near "2 Anti" (Missing operator before Anti?) Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 60, near "Version 0.3" (Do you need to predeclare Version?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 60, near "]\" (Missing operator before \?) String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 61, near "print "" (Might be a runaway multi-line "" string starting on line 60) (Missing semicolon on previous line?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 61, near "print "Copyright" (Do you need to predeclare print?) Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 61, near ") 2006" (Missing operator before 2006?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 61, near "2006 by" (Missing operator before by?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 61, near "'ScP' Paulsen" (Missing operator before Paulsen?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 61, near "Paulsen\" String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 62, near "print "" (Might be a runaway multi-line "" string starting on line 61) (Missing semicolon on previous line?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 62, near "print "\" (Do you need to predeclare print?) String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 65, near "print "" (Might be a runaway multi-line "" string starting on line 62) (Missing semicolon on previous line?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 65, near "print "Connecting" (Do you need to predeclare print?) String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 68, near "print "" (Might be a runaway multi-line "" string starting on line 65) (Missing semicolon on previous line?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 68, near "]\" syntax error at C:\Program Files\6teamspeak2_RC2\ts2afd.pl line 34, near "C:" Global symbol "$spam_connections" requires explicit package name at C:\Program F iles\6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$spam_seconds" requires explicit package name at C:\Program Files \6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$spam_connections" requires explicit package name at C:\Program F iles\6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$spam_seconds" requires explicit package name at C:\Program Files \6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$script_daemonize" requires explicit package name at C:\Program F iles\6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$current_time" requires explicit package name at C:\Program Files \6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "%M" requires explicit package name at C:\Program Files\6teamspeak 2_RC2\ts2afd.pl line 58. Global symbol "%S" requires explicit package name at C:\Program Files\6teamspeak 2_RC2\ts2afd.pl line 58. Global symbol "$tcpquery" requires explicit package name at C:\Program Files\6te amspeak2_RC2\ts2afd.pl line 65. Global symbol "$tcpquery" requires explicit package name at C:\Program Files\6te amspeak2_RC2\ts2afd.pl line 65. C:\Program Files\6teamspeak2_RC2\ts2afd.pl has too many errors.
-
26-03-2006, 20:21 #24
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,299
It seems like you made a little mistake in line 34. It should look like this:
Use '/' instead of '\' as it's shown in the example!Code:my $server_logfile = "C:/Program Files/Teamspeak2_RC2/server.log";
-
26-03-2006, 22:58 #25
-= TeamSpeak User =-
- Join Date
- Jun 2004
- Location
- Scotland - UK
- Posts
- 25
i changed it to as u said,and still the same problem,Code:C:\Program Files\6teamspeak2_RC2>ts2afd.pl Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 34, near "/Program Files/6" (Missing operator before 6?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 34, near "6teamspeak2_RC2" (Missing operator before teamspeak2_RC2?) Operator or semicolon missing before %H at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 58. Ambiguous use of % resolved as operator % at C:\Program Files\6teamspeak2_RC2\ts 2afd.pl line 58. String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 60, near "print "" (Might be a runaway multi-line "" string starting on line 58) (Missing semicolon on previous line?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 60, near "print "TeamSpeak" (Do you need to predeclare print?) Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 60, near "TeamSpeak 2" (Do you need to predeclare TeamSpeak?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 60, near "2 Anti" (Missing operator before Anti?) Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 60, near "Version 0.3" (Do you need to predeclare Version?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 60, near "]\" (Missing operator before \?) String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 61, near "print "" (Might be a runaway multi-line "" string starting on line 60) (Missing semicolon on previous line?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 61, near "print "Copyright" (Do you need to predeclare print?) Number found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 61, near ") 2006" (Missing operator before 2006?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 61, near "2006 by" (Missing operator before by?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 61, near "'ScP' Paulsen" (Missing operator before Paulsen?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 61, near "Paulsen\" String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 62, near "print "" (Might be a runaway multi-line "" string starting on line 61) (Missing semicolon on previous line?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 62, near "print "\" (Do you need to predeclare print?) String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 65, near "print "" (Might be a runaway multi-line "" string starting on line 62) (Missing semicolon on previous line?) Bareword found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2af d.pl line 65, near "print "Connecting" (Do you need to predeclare print?) String found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2afd. pl line 68, near "print "" (Might be a runaway multi-line "" string starting on line 65) (Missing semicolon on previous line?) Backslash found where operator expected at C:\Program Files\6teamspeak2_RC2\ts2a fd.pl line 68, near "]\" syntax error at C:\Program Files\6teamspeak2_RC2\ts2afd.pl line 34, near "C:" Global symbol "$spam_connections" requires explicit package name at C:\Program F iles\6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$spam_seconds" requires explicit package name at C:\Program Files \6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$spam_connections" requires explicit package name at C:\Program F iles\6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$spam_seconds" requires explicit package name at C:\Program Files \6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$script_daemonize" requires explicit package name at C:\Program F iles\6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "$current_time" requires explicit package name at C:\Program Files \6teamspeak2_RC2\ts2afd.pl line 34. Global symbol "%M" requires explicit package name at C:\Program Files\6teamspeak 2_RC2\ts2afd.pl line 58. Global symbol "%S" requires explicit package name at C:\Program Files\6teamspeak 2_RC2\ts2afd.pl line 58. Global symbol "$tcpquery" requires explicit package name at C:\Program Files\6te amspeak2_RC2\ts2afd.pl line 65. Global symbol "$tcpquery" requires explicit package name at C:\Program Files\6te amspeak2_RC2\ts2afd.pl line 65. C:\Program Files\6teamspeak2_RC2\ts2afd.pl has too many errors.
-
if u want access pm me and i can arrange something with you
-
31-03-2006, 09:33 #26
-= TeamSpeak User =-
- Join Date
- Mar 2006
- Location
- FL
- Posts
- 8
Log file error
when i try to start it it says its unable to open the log file.. pls help lol nvm the answer was 2 post up
-
31-03-2006, 20:05 #27Bastian Guest
Das Script stürzt auf dem TeamSpeak-Einstieg Server regelmäßig ab.
Ich hatte gerade wieder 2 Flooder auf meinem Server. So kann ich das Ding nicht gebrauchen. Bis das gefixt ist, muss ich wohl wieder die Zahlen in Nicknames verbieten.
-
01-04-2006, 00:14 #28
-= TeamSpeak Servant =-
- Join Date
- Oct 2003
- Location
- Germany
- Posts
- 2,299
Von allen Usern bist du bislang der Einzige, der von Abstürzen berichtet.
Ohne nähere Informationen gibt es da nichts zu fixen. Du kannst das Script ja mal mit ein paar Debug-Aktionen füllen (z.B. zusätzliche Einträge ins Log). So komplex ist der Code nicht, also sollte das kein Problem sein.
Originally Posted by Ch'Ih-Yu

Mit dieser Zeile würdest du z.B. eine neue Zeile ins Log schreiben:
Wie vielleicht einige Leute wissen, steht "\t" für einen Tabulator und "\n" für einen Zeilenumbruch.Code:print LOG "$current_time\tIch bin eine lustige neue Zeile im Logfile :)\n";
-
01-04-2006, 08:24 #29
Oh cool. This program works like a charm. Very smoothly ran, too.
Deustch - OH- kühl. Dieses Programm arbeitet wie ein Charme. Lief sehr glatt, auch.
-
01-04-2006, 13:41 #30
-= TeamSpeak User =-
- Join Date
- Jun 2004
- Location
- Scotland - UK
- Posts
- 25
SCP any ideas about my second post giving me the same error?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Start stop script for TeamSpeak daemon (init)
By Cybernaut in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 11-11-2004, 17:07 -
TeamSpeak daemon dies unexpectedly
By lbaker in forum [TeamSpeak 2] Server SupportReplies: 5Last Post: 04-09-2003, 20:01





