Maybe of interest to TopSite owners

Discussion in 'Site & Server Administration' started by scoopy82, Mar 17, 2007.

  1. #1
    Thought I would share my findings with my fellow DP's:

    I found some users hammering the hell out of my "topsite" and after much searching found a piece of code that may help put a stop to this. The problem was certain users were registering 6,000-8,000 hits daily... but the sites they linked to did not show my site's reciprocal banner.

    Here's one of their pages they used that loaded my banner like 200,000 times this month only:
    www. cetsohbet. com/prler/

    It seems these "Turkish Sohbet Spammers" are using techniques to inflate their numbers and rankings which misuse our server resources. Deleting or disabling their account is not enough to stop these huge numbers of DB queries on our servers.

    If you are running Aardvark Topsites PHP... Here is the code you will want to add to "button.php" above the line that says // Settings
    // Ban those Turkish Sohbet Spammers
    $bastard = array("sohbet", "jancat", "siberask", "strat", "deli", "ekselans", "kanoha_village", "muhabbetr", "sohpetg", "sohpetgen", "peter7", "syah_avx04", "iddaa", "cturk", "sturk");
    
    if (in_array($_GET['u'], $bastard)) {
    exit;
    }
    PHP:
    Then add the usernames they sign up with to this array (IE: "sohbet",) to stop them from accessing your topsite.
     
    scoopy82, Mar 17, 2007 IP
  2. stugs

    stugs Peon

    Messages:
    157
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Unfortunately 10 lines of perl can defeat the referrer checks of most topsites =/
     
    stugs, Mar 17, 2007 IP
  3. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #3
    Well... so far... it seems to be working. BUT I am sure it will be a continuing battle. These spammers are really becoming a pain in the ass.

    /*me wonders now how I could add a function to display another "button" for these users only */
     
    scoopy82, Mar 19, 2007 IP
  4. miktor

    miktor Peon

    Messages:
    560
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    has anyone noticed that whatever problem we come across, wheather it is a hacked site, over use, or exploting sites, the turks are the ones to blame?
     
    miktor, Mar 19, 2007 IP
  5. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #5
    I hope its just a phase they are going through. I believe we experienced the same from the "l44t h4ck0rz" in the United States during the late 90's ;) lol
     
    scoopy82, Mar 20, 2007 IP
  6. stugs

    stugs Peon

    Messages:
    157
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If the majority of your troubles are coming from a particular country, why not look at blocking the country all toegether. I about to block Iran on one of my proxies for a similar reason
     
    stugs, Mar 21, 2007 IP
  7. Jim_Westergren

    Jim_Westergren Notable Member

    Messages:
    1,882
    Likes Received:
    247
    Best Answers:
    0
    Trophy Points:
    235
    #7
    Jim_Westergren, Mar 25, 2007 IP