Community Forums Today's Posts     Member List     Archive    
Page 4 of 13 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 194
  1. #46
    Join Date
    Oct 2004
    Location
    Germany
    Posts
    1,710
    Hmm the problem is: There is no license information anywhere in one of the Antifloodbotfiles (or I did not found them ) that tells you that it is open source software that you are allowed to modify on your own

  2. #47
    Join Date
    Sep 2005
    Location
    Germany / Dortmund
    Posts
    1,282
    Oh, that's right!

    In the two perl-modules are some license-information, but not in the main-program!

    hmm, ...

    so, you have to code your own program with the modules!

  3. #48
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,298
    I've modified the TeamSpeak2::Log module and the script itself. I'll release the new files this weekend.


  4. #49
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,298
    I've just uploaded the updated archive. The following things have been changed:

    TeamSpeak 2 Anti-Flood Daemon 0.3 -> 0.4
    The script no longer crashes when getting weird output from the TeamSpeak2::Log module.
    The script now stops with the TeamSpeak 2 server instance.
    The scripts logfile now shows detailed information about the virtual server on which the flooder has been banned.
    The scripts logfile now shows detailed information about weird lines in the servers logfile.
    The time is now shown correctly on Windows servers.

    TeamSpeak2::Log 0.3.2 -> 0.3.6
    The object method analyze() now recognizes weird lines in the servers logfile.
    The object method analyze() now recognizes "log ended" lines.

    TeamSpeak2::TCPquery 0.4.7 -> 0.4.9
    The object method get_serverlog() now recognizes "log ended" lines.

  5. #50
    Join Date
    Mar 2005
    Posts
    8
    running on windows
    had to change this..
    Code:
    if($serverversion[0] != 2 || $serverversion[2] < 21) {
    to this..
    Code:
    if($serverversion[0] != 2 || $serverversion[2] < 20) {
    since the newest version is 2.0.20.1

  6. #51
    Join Date
    Nov 2005
    Location
    T
    Posts
    17
    Hi leute,
    ich wollte mal fragen ob das Anti-flood auch für Windows gibts und ob eine Deutsche Anleitung vorhanden ist. Und wo kann ich das Tool bekommen?

    MfG
    <-|->UnderGround-Server<-|->

  7. #52
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,298
    @mojo742:
    We've released two new Linux server binaries (2.0.21.3 and 2.0.22.1) in the past. Information about these versions can be found here:

    http://forum.goteamspeak.com/showthread.php?t=29165
    http://forum.goteamspeak.com/showthread.php?t=24962

    If you're using version 2.0.20.1 (as you have to since you're a Windows user), please follow the instructions I've stated in my first post.

    Quote Originally Posted by ScP
    • Since the latest BETA versions (2.0.21.3 or 2.0.22.1) are not yet available for Windows servers, we'll have to make some changes to the ts2afd.pl. Open the file and look for the following lines and remove them or comment them out (#):
      Code:
      print "Checking server compatibility -> ";
      my @serverversion = $tcpquery->get_serverversion();
      if($serverversion[0] != 2 || $serverversion[2] < 21) {
        print "[!!]\n";
        print "$current_time - You are running an outdated version of the TeamSpeak 2 server ($serverversion[0].$serverversion[1].$serverversion[2].$serverversion[3]).\n";
        sleep 3;
        exit;
      } else {
        print "[OK]\n";
      }
    • Due to security reasons I recommend that you deactivate the chat logging capabilities of your TeamSpeak 2 server by disabling chat in the [log] section of your server.ini file.
    Disabling the chat logging capabilities IS necessary when you're using version 2.0.20.1, because it's possible to "fake" log entries by sending a multiline text message to a channel.

  8. #53
    Join Date
    Sep 2005
    Location
    Germany / Dortmund
    Posts
    1,282
    @UnderGround: Lies doch mal den allerersten Post. Mit Erstaunen wirst du feststellen, dass das Script im Prinzip nicht vom OS abhängt, sondern nur vom vorhandenen oder nicht-vorhandenen Perl!

  9. #54
    Join Date
    Apr 2006
    Location
    germany
    Posts
    7

    anti flood deamon

    Hi mates,
    i have strange probs with the deamon. it keeps getting crashed.
    I heard about an update but i can´t find any download links.

    Would be nice if someone could help.

  10. #55
    Join Date
    Sep 2005
    Location
    Germany / Dortmund
    Posts
    1,282
    The download-link is the same. Look in the first post of this thread! (the Attachment)

  11. #56
    Join Date
    Apr 2006
    Location
    isreal
    Posts
    18
    so i need to do it like this ?
    Code:
    [log]
    access_r=1
    access_u=1
    channel_registerred=1
    channel_unregisterred=1
    sa=1
    chat=1
    kick_server=1
    kick_channel=1
    ?

  12. #57
    Join Date
    Apr 2006
    Location
    germany
    Posts
    7
    no !

    read the tutorial in the first page of the tread. it has to be:

    access_r=1
    access_u=1
    channel_registerred=0
    channel_unregisterred=0
    sa=0
    chat=0
    kick_server=0
    kick_channel=0

    [Spam]
    max_commands=10
    in_seconds=2

  13. #58
    Join Date
    Apr 2006
    Location
    isreal
    Posts
    18
    Quote Originally Posted by moxid
    no !

    read the tutorial in the first page of the tread. it has to be:

    access_r=1
    access_u=1
    channel_registerred=0
    channel_unregisterred=0
    sa=0
    chat=0
    kick_server=0
    kick_channel=0

    [Spam]
    max_commands=10
    in_seconds=2
    if i do all 1?
    It will demonstrate me in server.log those who join serve and disconnect?
    and who kick who ? who ban who ? who open ch ? who del ch ?
    thanks

  14. #59
    Join Date
    Mar 2005
    Posts
    8
    hay my server was hacked... stupid me left Web access open for the 2nd server i made lol, any way this showed up in the TeamSpeak 2 Anti-Flood Daemon Log file

    05/07/06 15:03:17 Found a weird line in the servers logfile: 07-05-06 15:03:17,ERROR,All,UDP Listener, SID: 2 CMD_cs_ChannelDestroy Exception: EAccessViolation.Access violation at address 004E3C7D in module 'server_windows.exe'. Read of address 00A6CC38
    05/07/06 15:03:19 Found a weird line in the servers logfile: 07-05-06 15:03:19,ERROR,All,UDP Listener, SID: 2 CMD_cs_ChannelDestroy Exception: EAccessViolation.Access violation at address 004E3C7D in module 'server_windows.exe'. Read of address 01BC7F74
    05/07/06 15:05:24 Found a weird line in the servers logfile: 07-05-06 15:05:24,ERROR,All,UDP Listener, SID: 2 CMD_cs_ChannelDestroy Exception: EAccessViolation.Access violation at address 004E3C7D in module 'server_windows.exe'. Read of address 01BDAD44

    dose this mean any thing

  15. #60
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,298
    Since the latest TeamSpeak 2 server BETA binary (2.0.22.2) is finally available for Windows operating systems, I've updated the installation instructions in my initial post.

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
  •