This article is written by susen. You can get various useful ajax/php/my-sql script and articles from author’s website: http://ramui.com/
Spamming and spam blocker
Spamming is one of the big headaches to the web masters. Spammers abuse their electronic messaging system; post messages on blog, forum or guest book, or send spam emails to get free advertisement. This issue becomes more serious when they use automated spam program or robot for spamming. So in all modern scripts available today have inbuilt spam blocker system. Below, I shall discuss some commonly adopted anti spam system used by the web masters in blocking spam.
Captcha image verification spam blocker
Captcha image verification method is the most popular method to block spamming. In this method an image of text string is displayed over the form to be submitted. Users trying to submit messages have to type that image verification text on a textbox to pass through that process. Human beings can easily read that text from its image but for an automated spam program it is almost impossible to extract text unless it uses good quality OCR (optical character reader) software. With deliberate addition of some noise and distortion over the Captcha image makes it even harder to read. Advantages of Captcha image verification are,
- Only the GD library support required to generate Captcha image.
- When designed carefully this method provides a high degree of protection to the spammers while loading minimum burden over the users.
The disadvantages are,
- In some poorly designed system noise and distortion are so heavily added it becomes really difficult to read the text from image. Confusion arises between small and capital letters, between the letter 'o' and the digit '0'.
- Visually handicraft persons can't pass through this method.
Question answer method spam blocker
In this method a random but simple question is displayed over the form; user has to type the correct answer to pass through this process. Example of such questions are, "fire is hot or cold", "type color of blood", "add nine with seven", etc. The advantages of this method of spam blocking are,
- This method is very much user friendly;
- It doesn't require any special software support to generate.
The disadvantage is that it provides very low degree of protection against spamming compare to Captcha image verification method.
Email and IP ban method spam filter
You can't prevent spam by banning few email or IP addresses. This method only gives you some extra level of security. Few webmasters ban a group of IPs from where most spam messages are coming. In such sites if you try to register to post your comments you first experience a ban notice over your IP and request a message to contact to the webmaster to overcome that problem. So this spam filter method filter out the spammers and the good users as well.
Whatever the method used the ultimate goal of all such methods is to provide high degree of protection to the robots without harassing the general users. So when you are selecting a spam protection system careful about the following points.
- System must be browser independent.
- Do not load too much on your viewers to pass through the system.
- System should provide maximum security against robot. To prevent trial and error method every time user submit message, refreshes your security question or security image.
- Related Videos
- Related Articles
- Ask / Related Q&A
- Spam the Spammer. Will It Work?
- How To Avoid Being A Spam Target
- Spam and Social Media
- Spammers And Spam Hunters
- Zero Spam! - Prevention is Better Than a Cure
- Never Fear Spam Filtering Software is Here - Top 2 Spam Filtering Software Programs
- Spamming and spam blocker
- Real Estate Agents Become Spammers




Some Tips on Web Design
By: TravisOl | 02/12/2009The very first function of html was to demonstrate mathematical and numerical data. With time designers tried to improve this situation by changing code in order to create more beautiful and pleasing code. Do you know how to do it?
404 Error – Fix It Fast!
By: James parker | 02/12/2009The message “Not Found – The requested URL was not found on this server” is a clear indication that you’ve encountered the 404 error. In simpler terms, your web server was unable to find a certain entity you were looking for. Undoubtedly it’s a big turn-off for your website users, but you can turn this error page into not-so-irritating page by following the given tips:
Website design - Interpersonal Qualities of a good web designer
By: Grace | 02/12/2009This is probably the most important. If the web designer you are dealing with doesn’t have any work to show you, or they cannot produce a few websites they have done entirely themselves, you should be careful in dealing with them. What do their website development portfolio tells you.
Choosing a professional web designer
By: Red Giraffe Search | 02/12/2009Web site Designing is one of the key elements in establishing an online business and reaching your target audience. So, it becomes essential to hire professional website designers to make your website interactive and user-friendly. You should keep certain things in mind while you are going to hire a company or an individual for designing your website.
Utility of Drupal Development Services
By: Gaurav Kumar | 02/12/2009The utility of Drupal, a powerful Content Management System (CMS) and the benefits of hiring the services of a professional Drupal development services company are highlighted in this article.
Why Do You Need Customized Web Development Solutions For Your Business?
By: Arun Kumar | 02/12/2009The world has now come closer through the medium of Internet. Today, every thing is ruled by the web and most of our work is done instantly and effortlessly. A sizable number of businesses have migrated to the online space in the last few years. The rest of the businesses are also showing keen interest to make their presence felt online.
Create Your Corporate Identity With a Company Logo
By: Arun Kumar | 02/12/2009Corporate logo is the foremost identity of a company that would reflect its business theme and is therefore the most important aspect as well. This logo is what will be seen everywhere your name goes, including your website, advertisements in every medium, brochure, letterheads and even business cards.
Why It's Important to Have Good Website Design
By: Alison Rothwell | 02/12/2009It's important that your website layout is logical and easy to navigate. Internet users who land on your website can get easily frustrated if it is difficult to find information they need, and with fast internet speeds and search engines offering many alternatives, it can be easier for them to simply close your site and go somewhere else.
Earn online money by affiliate program
By: susen | 24/11/2009 | Affiliate ProgramsSo your success as an affiliate entirely depends upon the number of targeted visitors you can send everyday to the vendor's website. More visitors you send there will be greater chance of purchase and hence you can earn more online money.
Affiliate program
By: susen | 18/11/2009 | Affiliate ProgramsAffiliate program is the easiest way to earn money online. Here you do not need a big setup to establish your business; you need not to keep information about your customers, their credit card information etc. The only thing you need to start your business is a website.
What are cookies
By: susen | 07/10/2009 | Web DesignA cookie is a small text file saved by web server on the visitor computer. In internet you often see a check box with text "remember me in this computer" below a login form. The method it uses to remember the user is to set cookie to the user computer. When browser requests the login page again it also sends the previously saved cookie too.
JavaScript and Ajax
By: susen | 06/10/2009 | Web DesignAs JavaScript runs from the client computer its execution time is very short, in Ajax, execution time is much longer which depends on their internet connection speed, server hardware and number of bytes to be transferred.
Spamming and spam blocker
By: susen | 06/10/2009 | Web DesignSpammers abuse their electronic messaging system; post messages on blog, forum or guest book, or send spam emails to get free advertisement. So in all modern scripts available today have inbuilt spam blocker system.
Advantage of PHP include page in web page design
By: susen | 07/07/2009 | Web DesignPHP include page statement is an extremely useful statement to build WebPages. If you are very new in PHP or even don't know it at all, you can also utilize this statement to manage your website.
Flat file database
By: susen | 23/06/2009 | Web DesignA flat file database is one in which data is stored in plain text format. It is usually used to store and retrieve a small amount of data in a local text file. Most free web host do not allow their users to use MYSQL database for free. In that case flat file database is an alternative solution.