Community Forums Today's Posts     Member List     Archive    
Page 2 of 13 FirstFirst 123412 ... LastLast
Results 16 to 30 of 194
  1. #16
    Join Date
    May 2005
    Location
    Germany / Oberhausen
    Posts
    127
    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

  2. #17
    Join Date
    Oct 2004
    Location
    Germany
    Posts
    1,710
    Quote Originally Posted by Ch'Ih-Yu
    Warum denn?
    Weil es noch keine Windows-Serverversion > 2.0.20.1 gibt, wegen

    [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

  3. #18
    Join Date
    Jul 2003
    Location
    Lübeck
    Posts
    69
    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 :-)

  4. #19
    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...

    Code:
    # Example Windows:
    #   my $server_logfile = "C:/Program Files/TeamSpeak2/server.log";
    when i copy the patch to the log file on my computer i get a path like this...

    Code:
    "C:\Program Files\Teamspeak2_RC2\server.log"
    the problem was that the path copied from windows has a "\" that needs to be changed to a "/"

    Making it look like this

    Code:
    # Example Windows:
    #   my $server_logfile = "C:/Program Files/TeamSpeak2/server.log";
    my $server_logfile = "C:/Program Files/Teamspeak2_RC2/server.log";
    So dont just copy the path in.

    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.

  5. #20
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,299
    @mojo742:
    You can change this very easily. Here's an example:

    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";
    }
    Just change the integer behind sleep to another value of your choice (i.e. sleep 10 = script stops for 10 seconds).

  6. #21
    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

  7. #22
    Join Date
    Mar 2005
    Posts
    8
    thanks ScP

  8. #23
    Join Date
    Jun 2004
    Location
    Scotland - UK
    Posts
    25

    Windows error msg

    Code:
    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.
    was it me or ? :S

  9. #24
    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:

    Code:
    my $server_logfile = "C:/Program Files/Teamspeak2_RC2/server.log";
    Use '/' instead of '\' as it's shown in the example!

  10. #25
    Join Date
    Jun 2004
    Location
    Scotland - UK
    Posts
    25
    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.
    i changed it to as u said,and still the same problem,
    -
    if u want access pm me and i can arrange something with you

  11. #26
    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

  12. #27
    Bastian 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.

  13. #28
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,299
    Von allen Usern bist du bislang der Einzige, der von Abstürzen berichtet.

    Quote Originally Posted by Ch'Ih-Yu
    Bis das gefixt ist, muss ich wohl wieder die Zahlen in Nicknames verbieten.
    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.



    Mit dieser Zeile würdest du z.B. eine neue Zeile ins Log schreiben:

    Code:
    print LOG "$current_time\tIch bin eine lustige neue Zeile im Logfile :)\n";
    Wie vielleicht einige Leute wissen, steht "\t" für einen Tabulator und "\n" für einen Zeilenumbruch.

  14. #29
    Join Date
    Feb 2006
    Location
    United States
    Posts
    243
    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.

  15. #30
    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

  1. Start stop script for TeamSpeak daemon (init)
    By Cybernaut in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 11-11-2004, 17:07
  2. TeamSpeak daemon dies unexpectedly
    By lbaker in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 04-09-2003, 20:01

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •