Tagged Questions

5
votes
9answers
888 views

How to Prevent SPAM without CAPTCHAs or a Centrally managed system (e.g. akismet)

Has anyone been able to successfully prevent spam on their site without placing a burden on your visitor (e.g. CAPTCHA) and without using a centralized spam reporting system (e.g. Akismet) I've found ...
4
votes
3answers
236 views

fighting spam bots

I have C# form in the site and want to prevent spam bots from filling it. The trick is, that I want to avoid CAPTHA or any other user input to avoid loosing a single registration. Here are some ...
2
votes
2answers
163 views

URL Shortener Spam

Lately I'm starting to receive spam URLs into my forum software via URL shortener. In the past, they are easy to block by domain, but I can't exactly block the domain for URL shortener since I'm ...
2
votes
1answer
332 views

How much the honey pot practice is efficently against spam?

With honeypot, i mean more or less this practice: #Register form <style> .hideme{ display:none; visibility: hidden; } </style> <form action="register.php"> ...
2
votes
0answers
182 views

Blacklists, Whitelists, Spam Folders and Email [closed]

I want to get on the whitelists for my email system, any recommendations whom to should contact about doing this, do I contact the big email providers directly (Yahoo, gmail, Microsoft hotmail/msn, ...
1
vote
3answers
64 views

Blocking spammers on an iOS app

What are some reliable and efficient methods to block spammers or abusive users of an iOS app? The iOS app allows for ecommerce and chat, but is trying to prevent the community from being overtaken ...
0
votes
2answers
230 views

Dynamic form and alternatives to captcha to avoid form spam

I was wondering, if i'm not wrong the spam robots parse the html source at loading time to detect the presence of a form, am I right? Would the be of any protection to generate the form dynamically ...
0
votes
0answers
264 views

Wordpress - Difference between wp-signup and register

What is the difference between wp-signup.php and wp-login.php?action=register? My server can't handle the register spam (over 2.000/day) on my Wordpress Network so i decided to remove the ...
0
votes
2answers
63 views

How to prevent spam searches

My application http://www.tyro.in has search facility when ever user searches, that query will appear in recent searches area. My search form uses GET method. I think spammers search spam words and ...
0
votes
3answers
461 views

Currently best spam filter algorithm

What is the currently best method to detect spam ? especially on mobile text message. are there any resource or comparison analysis ?
0
votes
1answer
148 views

Should I use a DNSBL to check web traffic to block spammers?

Rather than solely fighting off spam with CAPTCHAs and spam comment checkers - is it a good idea to check each request against a DNSBL and block the user if they are using a bad IP? $blacklists = ...
0
votes
2answers
174 views

A captcha and forced registration still isn't stopping robot spam

I'm using the phpdug template at http://fantasybookmark.com and there's still spam coming through. What additional steps should I take? Is recaptcha THAT much better than the captcha system in place ...
0
votes
2answers
19 views

Email Program / Service that will hold messages until sender fills out a CAPTCHA

I'm looking for the following service >> When a person emails an individual, the email goes into a temp hold inbox that they do not see. The person who sent the email will receive an auto responder ...