Quote:
Originally Posted by Budget101
If you want to block spammers, insert a new field in the user profile & use regular expression to lock spammers out. Period.
Login to Admincp> User Profile Fields> Add a New Field >
Description: Enter any 3 five-letter words here ex: solve media blows
Call it Anti-Robot Field
Field Required- YES at Registration & Profile Updating
Field Editable- YES
Private Field- No
Searchable- NO
Show on memberlist- NP
Regular expression:
Code:
^\w{5}\s\w{5}\s\w{5}$
Display page: Edit Profile
Hit save and Voila- you now have a Perfect SPAM Prevention System that loads instantly without false promises & even better, now instead of spending all your time explaining to your site guests/members why they CANT access something because the captcha wont work no matter what they enter, you now have free time to search for Real Revenue Streams or add content so your current revenue streams will continue to increase.
|
Not too good of an idea, people code software and will have no trouble adding this one to their list.