+ Reply to Thread
Results 1 to 4 of 4

Thread: TBDEV.net spoof banning tactics

  1. #1

    TBDEV.net spoof banning tactics

    another interesting text:

    Code:
    / Ban/whitelist clients by x0r @ tbdev.net
    $useragent = substr($peer_id, 0, 3);
    $agentversion = preg_replace("/[^0-9]/", "", substr($peer_id, 0, 7)) + 0;
    
    // Whitelist these clients
    if (!in_array($useragent, array("-AZ", "-UT", "-BR", "-DE", "-KT", "-lt", "-TR", "T03")))
    err("Client is banned. Please read the FAQ for a list of allowed clients!");
    
    // Whitelisted versions
    if(($useragent == "-UT" && ($agentversion < 1760 && !in_array($agentversion, array(1610, 180)))) || ($useragent == "-AZ" && $agentversion < 2504) || ($useragent == "-KT" && $agentversion < 2240) || ($useragent == "-TR" && $agentversion < 960) || ($useragent == "-BR" && $agentversion < 332) || ($useragent == "-DE" && $agentversion < 570))
    err("Your client version is too old! Please update to the newest version!");
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    h4x0r (11.12.09) , Tarantino (08.06.09) , mmmmm (06.04.09)

  3. #2
    Moderator
    Rebound's Avatar
    Join Date
    19.04.07
    Location
    Ende der Welt
    P2P Client
    Faze Mod 0.2 Private Beta
    Posts
    3,725
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 sssss3725
    This doesn´t bann spoofs, this banns different client versions or allow different client versions. Called Whitelist and Blacklist.

    regards

    Rebound


    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    mmmmm (06.04.09)

  5. #3
    Retired Staff hitman's Avatar
    Join Date
    20.05.07
    Location
    South Of Heaven
    Posts
    2,777
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 sssss2777
    Quote Originally Posted by heisterkamp View Post
    lol, you ripped this off another board fool. //Were watching you.
    deleted because your argumentation is very poor and it looks for me like spam
    Reply With QuoteReply With Quote
    Thanks

  6. #4
    well it aint. this is stolen. from the place you steal the mod. :)
    but whuteva, he could have searched for it himslef, ey?
    Last edited by heisterkamp; 07.02.08 at 22:12.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

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