My Pligg site is DESTROYED by spammers

Discussion in 'Blogging' started by DesertWarrior, May 7, 2009.

  1. #1
    Since I launched my pligg site 2 years ago, spammers kept signing up and posting their trash links... even with Akismet and the captcha, they are still able to go through... how is this possible?

    What is the best way of making my Pligg-site spam-free?

    I am using Pligg 9.9.5 with these modules:
    Akismet 0.4
    Submit Antispam Addon 0.1

    I am really clueless as what I am supposed to do now... if these spammers can go through the captcha, akismet and the antispam addon, how can they be stopped???
     
    DesertWarrior, May 7, 2009 IP
  2. kmofo

    kmofo Active Member

    Messages:
    442
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    85
    #2
    First, the Pligg captcha is known to be useless ...
    As an example, there was a Pligg 9.9.0 vulnerability that allowed a remote user to get the clear text behind the captcha: if the captcha image was: http://www.mypliggisgonnagetspamed.net/ts_image.php?ts_random=54771854, then the clear text can be found using code similar to this:
    
    <?php
    
    $sitekey=82397834;
    
    $ts_random=$_REQUEST['ts_random'];
    
    $datekey = date("F j");
    
    $rcode = hexdec(md5($_SERVER['HTTP_USER_AGENT'] . $sitekey .
    $ts_random . $datekey));
    
    print substr($rcode, 2, 6);
    
    ?>
    
    
    Code (markup):
    Bottom line is you should try to change your captcha from default to Whitehat or reCaptcha and remove ts_image.php.
     
    kmofo, May 7, 2009 IP
  3. cchetanonline

    cchetanonline Banned

    Messages:
    2,143
    Likes Received:
    244
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes,,,i think reCaptach will work.
    Check there APIs and use them in your site.
     
    cchetanonline, May 7, 2009 IP
  4. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #4
    Use Captach form so it will reduce no. of spammers.
     
    Jalpari, May 7, 2009 IP
  5. myp

    myp Well-Known Member

    Messages:
    1,281
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    140
    #5
    You can also add another field to the registration form- something like "type the first 4 letters of the alphabet"- this has been very effective for my forum
     
    myp, May 7, 2009 IP
  6. DesertWarrior

    DesertWarrior Banned

    Messages:
    160
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    interesting idea! But how do I do that on Pligg 9.9.5?
     
    DesertWarrior, May 7, 2009 IP
  7. Reprobate

    Reprobate Guest

    Messages:
    1,060
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    90
    #7
    I haven't had the same trouble with spammers, but then again my pligg powered site (lensroll.com) is set up to only allow submissions with links to squidoo.com

    How many legitimate links are being submitted daily and how many spam links?
     
    Reprobate, May 19, 2009 IP
  8. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #8
    Don't any of the modules work ? Scarecrow, Askemet, IP Block ?
    I just got into it (Pligg). Please tell me that they aren't worthless.
     
    hmansfield, May 19, 2009 IP