<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>BotDetect 3 PHP CAPTCHA Library WebApp Index</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow, noodp" />
<style type="text/css"><!--
body {
background-color: #e8eaf0;
font-family: Verdana, Arial;
font-size: 14px;
margin: 0;
padding: 10px 10px 40px 20px;
width: 700px;
}
h1 {
padding: 15px 0 0 0;
margin: 0;
font-size: 17px;
}
h2 {
padding: 15px 0 0 0;
margin: 0;
font-size: 15px;
}
h3 {
margin: 10px 0 0 0;
padding: 0;
font-variant: small-caps;
font-size: 13px;
}
fieldset {
background-color: #EEEEFF;
padding: 3px 10px 10px 10px;
margin: 11px 11px 21px 11px;
border: 1px solid #bbd;
border-bottom: 1px solid #99b;
border-right: 1px solid #99b;
width: 600px !important;
display: block;
}
legend {
padding: 2px 7px;
margin: 0;
color: #999999;
font-size: 13px;
}
ul {
margin: 0 0 0 30px;
padding: 0 0 5px 0;
}
li p {
margin: 0;
padding: 0;
}
ul li ul {
margin: 0 0 15px 0;
padding: 0 0 0 30px;
}
code {
font-size: 15px;
}
.note {
margin: 10px 10px 20px 10px;
width: 310px;
}
.note p {
font-size: 12px;
}
#notes {
position: absolute;
top: 15px;
left: 455px;
}
img.gears {
float: left;
margin: 18px 20px 10px 0;
}
--></style>
</head>
<body>
<img class="gears" src="http://captcha.biz/images/gears/GearsPhp.gif" alt="" />
<h1>BotDetect CAPTCHA PHP Web Applications</h1>
<p>An overview of web applications installed with BotDetect 3 PHP CAPTCHA Library.</p>
<h2>BotDetect Demos</h2>
<p>Demo web applications demonstrate various BotDetect CAPTCHA features and options.</p>
<fieldset>
<h3>BotDetect Features Demo</h3>
<p>This demo allows you to easily experiment with various BotDetect parameters and their combinations, so you can determine the best CAPTCHA settings for your needs.</p>
<ul>
<li><a target="_blank" href="BotDetectFeaturesDemo/index.php">Run the Demo</a></li>
</ul>
</fieldset>
<h2>BotDetect Integration Samples</h2>
<p>Integration sample projects show how to integrate BotDetect in your PHP applications.</p>
<fieldset>
<h3>PHP Basic Captcha Sample</h3>
<p>This sample project shows the most basic source code required to protect an PHP form with BotDetect CAPTCHA and validate the user input.</p>
<p>It can be used as a starting point when you are first learning how to use BotDetect.</p>
<ul>
<li><a target="_blank" href="PhpBasicCaptchaSample/index.php">Run the Sample Project</a></li>
</ul>
</fieldset>
<fieldset>
<h3>PHP Form Captcha Sample</h3>
<p>This sample project shows how to add BotDetect CAPTCHA protection to a typical PHP form.</p>
<p>Captcha validation is integrated with other form fields validation, and only submissions that meet all validation criteria are accepted.</p>
<p>If the Captcha is sucessfully solved but other field validation fails, the Captcha is hidden since the users have already proven they are human.</p>
<p>This kind of validation could be used on various types of public forms which accept messages, and are at risk of unwanted automated submissions.</p>
<p>For example, it could be used to ensure bots can't submit anything to a contact form, add guestbook entries, blog post comments or anonymous message board / forum replies.</p>
<ul>
<li><a target="_blank" href="PhpFormCaptchaSample/index.php">Run the Sample Project</a></li>
</ul>
</fieldset>
</body>