How to avoid spam in directories

Discussion in 'Directories' started by frustik, Jul 27, 2009.

  1. #1
    Hi,
    how do you avoid spam in your web directories?

    I have spam from .cn extension

    thank you
     
    frustik, Jul 27, 2009 IP
  2. ASPMachine

    ASPMachine Peon

    Messages:
    723
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Actually I didn't plan to block .cn but now I've also blocked .cn domain. You can try it here. I'm using JavaScript to block .cn domain.

    To block .cn, you may add additional page (ex: go.asp) before submit.php. At first, user will enter url at go.asp and if the domain name is not belongs to .cn, then only they can proceed to next step. The main JavaScript will be at go.asp page.

    In the script, you will need to use ARRAY i.e.
    urlchecking="yahoo msn .cn";
    Code (markup):
    and use SEARCH to find out .cn into the url. According the SEARCH, if ARRAY found then the result will be ">1" and if not found then it'll be "0". So from this stage, you can stop submission by using comparison method.

    thanks ASPMachine
     
    Last edited: Jul 27, 2009
    ASPMachine, Jul 27, 2009 IP
  3. swedal

    swedal Notable Member

    Messages:
    3,767
    Likes Received:
    426
    Best Answers:
    0
    Trophy Points:
    230
    #3
    Personally I call an0n - then he installs a mod which stops all the spam and I have no more worries. :)
     
    swedal, Jul 27, 2009 IP
  4. ASPMachine

    ASPMachine Peon

    Messages:
    723
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    who an0n help you us to stop spam? do he provide script or other way?
     
    ASPMachine, Jul 27, 2009 IP
  5. sandeepdude

    sandeepdude Well-Known Member

    Messages:
    1,741
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    195
    #5
    sandeepdude, Jul 27, 2009 IP
  6. swedal

    swedal Notable Member

    Messages:
    3,767
    Likes Received:
    426
    Best Answers:
    0
    Trophy Points:
    230
    #6
    Custom mod called Spam Guard - here is an0n's profile
     
    swedal, Jul 27, 2009 IP
  7. ASPMachine

    ASPMachine Peon

    Messages:
    723
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yeah, email verification helps lots of. if you want to block particular domain extension then there've no other way to stop them except using script as far as I know.
     
    ASPMachine, Jul 27, 2009 IP
  8. freelistfool

    freelistfool Peon

    Messages:
    1,801
    Likes Received:
    101
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I use SQL to delete what I consider spam directly from the database before I do approvals. I just started tracking patterns that continue to show up and keep adding them to my list of SQL delete statements.
     
    freelistfool, Jul 27, 2009 IP
  9. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #9
    By not allowing free submissions (usually) for the persistent, IP blocking etc, captcha, but i dont expect to stop it all.

    The rest is a small enough amount to delete.
     
    pipes, Jul 27, 2009 IP
  10. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #10
    • People do not want to run multiple queries everyday, so you missed the point of the thread.
    • No single query is going to eradicate every piece of spam, and so called 'patterns' will forever change, thus you will have to keep making more queries.
    • Another option is to not use the script/software you are currently using?

    I received your message on my profile frustik. Send me a Pm about it.
    Bruce did make a post, and he does have the spamguard. I'm guessing it's been about 7 or so months now since he's had it, and has yet to receive a single spam submission. Several other directories have it as well, and the results are exactly the same. absolutely zero spam.

    I even have an add-on that will spam them back. While I do not verify the email, if they are submitting for a company and have to put in that company's info, they aren't going to be happy about the submissions services once they start getting notices.
     
    an0n, Jul 27, 2009 IP
  11. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #11

    yup. i second that
     
    Nima, Jul 27, 2009 IP
  12. louis2

    louis2 Peon

    Messages:
    1,410
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I have this doubt. if the directory requires 'login' to make submissions, wouldn't this attract lesser spam ?
     
    louis2, Jul 27, 2009 IP
  13. alistair80

    alistair80 Well-Known Member

    Messages:
    1,868
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    185
    #13
    An0n is a very good guy. I confirm!
     
    alistair80, Jul 27, 2009 IP