Spam Control

Discussion in 'Directories' started by khanter, Feb 5, 2011.

  1. #1
    We make extensive use of Akismet on the blogs we run. Couldn't do without. Is there a similar interface for directories and if so which ones?
     
    khanter, Feb 5, 2011 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #2
    We use Akismet on this forum too. Akismet has an api that you can call, just needs a bit of programming and testing.
     
    sarahk, Feb 9, 2011 IP
  3. TP9999

    TP9999 Peon

    Messages:
    103
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You have to have Askimet API key in order to use it effectively. It's free.
     
    TP9999, Feb 9, 2011 IP
  4. WallaceYeung

    WallaceYeung Notable Member

    Messages:
    3,377
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    230
    Digital Goods:
    1
    #4
    is it a web directory issue?
    phpld has a Image Verification system, but it cannot stopped spam well.
     
    WallaceYeung, Feb 9, 2011 IP
  5. instantit

    instantit Peon

    Messages:
    124
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Check on ReCaptcha
     
    instantit, Feb 9, 2011 IP
  6. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #6
    If you are having trouble with spam on phpLD, feel free to ask about help in our forums. We will be happy to go over some methods with your once we have a little more information about you specific situation.
     
    dvduval, Feb 9, 2011 IP
  7. jezzz

    jezzz Notable Member

    Messages:
    4,884
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    200
    #7
    Captcha in Numeric Based System helps Directories to solve Spam issues because sometimes regular captcha dont work that well
     
    jezzz, Feb 9, 2011 IP
  8. khanter

    khanter Peon

    Messages:
    210
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Do you not make use of something like Akismet? If not why not?
     
    khanter, Feb 9, 2011 IP
  9. no69_2007

    no69_2007 Well-Known Member

    Messages:
    1,145
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #9
    how come if he/she is not a coder or programmer.
     
    no69_2007, Feb 10, 2011 IP
  10. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #10
    Then pick software that already has Akismet integrated... or hire someone to do it. You're losing money by spending time on spam... spend the money on getting Akismet working instead and you have a long term solution as well.
     
    sarahk, Feb 10, 2011 IP
  11. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #11
    Askimet is for blog comments, not link submissions. I will test it though. We already have a Disqus plugin that uses Askimet for comments.
     
    dvduval, Feb 10, 2011 IP
  12. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #12
    Akismet can process any type of 3rd party submission. You have an ip, email and content - that's pretty much all it needs to work on. If you view the API docs you'll see that directory submission checking will work just fine.
     
    sarahk, Feb 10, 2011 IP
  13. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #13
    Ok, thanks for the info. I will take a look. I did not realize that. Have you tested it on directories? For example, what if someone submits an adult site to an adult directory, or a poker site to a directory that allows gambling links, or even an ink cartridge link, etc. I wonder if it would block too many legitimate requests or requests that might lead to a sale of a link. I will test it, but it would be nice if someone already has some data on this.
     
    dvduval, Feb 10, 2011 IP
  14. khanter

    khanter Peon

    Messages:
    210
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    The adult site will only get blocked if it is submitted to a site where the directory owner has activated the tool, takes issue with the site and flags it as spam. This is as it should be. It turns the tables on the spammers and timewasters that represent 99% of the industry. Directory owners that are worried about turning away link sales will have the option to activate the tool or not.
     
    khanter, Feb 11, 2011 IP
  15. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #15
    If I was designing the system and wanted to cater for problematic categories I'd have a switch on the category to allow me to turn akimet testing off for the category.

    Additionally it only gives a result... It's up to you what you do with that result... Force the submitter to use a paid option, put it in the spam queue, put it at the end of the queue instead of int the date order etc

    You'd also want to look at how false positives are fed back into the system. I haven't gone into that.
     
    sarahk, Feb 11, 2011 IP
  16. sarahk

    sarahk iTamer Staff

    Messages:
    28,808
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #16
    If I was designing the system and wanted to cater for problematic categories I'd have a switch on the category to allow me to turn akimet testing off for the category.

    Additionally it only gives a result... It's up to you what you do with that result... Force the submitter to use a paid option, put it in the spam queue, put it at the end of the queue instead of int the date order etc

    You'd also want to look at how false positives are fed back into the system. I haven't gone into that.
     
    sarahk, Feb 11, 2011 IP
  17. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #17
    Got it. We have something else we are working on to that is very related to this topic, so glad you mentioned askimet. There are a few things that askimet will not do that are important (especially with directories), but it could certainly play a vital role, and we will be exploring it.
     
    dvduval, Feb 11, 2011 IP
  18. Genesis1

    Genesis1 Peon

    Messages:
    644
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I am pretty sure Askimet will suit all your requirements
     
    Genesis1, Feb 11, 2011 IP
  19. conferenceshopper

    conferenceshopper Peon

    Messages:
    302
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Agree, Aksimet is the best way to filter spam. I am using it as well.
     
    conferenceshopper, Feb 14, 2011 IP
  20. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #20
    On your directory?
     
    dvduval, Feb 15, 2011 IP