R
E
S
O
U
R
C
E
S
       Home      Products & Services      Contact Us      Links


WebHatchers will design & develop your site for you.
_______________________

Website Menu Heaven: menus, buttons, etc.
_______________________

Send us your questions.
_______________________


_______________________
HOME
Browser Insanity
JavaScript
Popups and Tooltips
Free Website Search
HTML Form Creator
Animation
Buttons and Menus
Counters
Captchas
Image Uploading
CSS and HTML
PHP
AJAX
XPATH
Website Poll
IM and Texting
Databases—MySQL
   or Not MySQL
Personal Status Boards
Content Management
   Systems
Article Content
   Management Systems
Website Directory
   CMS Systems
Photo Gallery CMS
Forum CMS
Blog CMS
Customer Records
   Management CMS
Address Book CMS
Private Messaging CMS
Chat Room CMS




Personal Status Boards (PSB™)

Standard Free PSB

PSB Pro Version

Social PSB

Social PSB Plus (with Email)

Business PSB

Business PSB Plus (with Email)

PSB demo

Social PSB demo

Business PSB demo

So what's all this PSB stuff about?

Chart comparing business status boards

PSB hosting diagram

PSB Licence Agreement



Copyright © 2002 -
MCS Investments, Inc. sitemap

PSBs, social networking, social evolution, microcommunities, personal status boards
PSBs, social networking, business personal status boards
website design, ecommerce solutions
website menus, buttons, image rotators
Ez-Architect, home design software
the magic carpet and the cement wall, children's adventure book
the squirrel valley railroad, model railroad videos, model train dvds
the deep rock railroad, model railroad videos, model train dvds

PHP Captcha Scripts and Tutorial with reCAPTCHA



PHP Captcha Scripts and Tutorial with Arithmetic Question



PHP Captcha Scripts and Tutorial with Text Copying



PHP Captcha Scripts and Tutorial with Simple Question Answering



PHP Captcha Scripts and Tutorial with reCAPTCHA


This page is a tutorial on "PHP Captcha Scripts and Tutorial with reCAPTCHA." Our overall method is to sign up with reCaptcha and use the materials and examples they provide. Both PHP Captcha Scripts and Tutorial with Arithmetic Question and PHP Captcha Scripts and Tutorial with Text Copying use the PHP GD Library and a TrueType font and PHP to make captchas. But this script just displays the reCAPTCHA generated by reCaptcha, as you can see in the example above.

Using reCaptcha is the safest free way to do captchas, and it's popular as well as effective. But it's more fun to make your own captcha system, like the ones we supply. If you are prioritizing safety and popularity and effectiveness over fun, use reCAPTCHA.

A CAPTCHA is a program that can tell whether its user is a human or a computer, unless it gets fooled by a very smart bot. You've probably seen lots of captchas. They are colorful images with distorted text at the bottom of Web registration forms, logins, polls, etc. CAPTCHAs are used by many websites to prevent abuse from "bots," or automated programs usually written to read registration forms and then sign up like a human would. Bots' goals are mostly to generate spam. No computer program can read distorted text as well as humans can, so bots cannot navigate sites protected by CAPTCHAs. (Yet.)

The rest of this page assumes you wish to use a reCAPTCHA captcha script. They can be used on anything captchas can be used on. Our PHP Captcha Scripts and Tutorial with reCAPTCHA script isn't a script—it's a bunch of them. Five of our 6 Personal Status Boards (PSBs) have register-with-captcha.php scripts included with them that use the reCAPTCHA method. Anywhere you want a reCAPTCHA captcha you may apply this method. It is FREE. register-with-captcha.php outlines how you can apply this method for your own site registration scripts. We use Personal Status Board (PSB) registration as an example.

Registration-PHP-Code-for-Multiple-PSB-Hosts-with-Captcha.html and Registration-PHP-Code-for-Multiple-PSB-Hosts.html are very similar. The only differences are the codes shown in red text. If you get interested in PSBs as you read this, their links are:

Standard Free PSB

PSB Pro Version

Social PSB

Social PSB Plus (with Email)

Business PSB

Business PSB Plus (with Email)


All but the first of these has a register-with-captcha.php script that comes with it.