Logo
Advanced Image CAPTCHA
Online Now: 0
Snippet Code
This is your basic CAPTCHA that you can find on many web sites to HELP stop robots.

image.php


<?php
// Font directory + font name
$font 'fonts/Disney.ttf';
// Total number of lines
$lineCount 40;
// Size of the font
$fontSize 40;
// Height of the image
$height 50;
// Width of the image
$width 150;
$img_handle imagecreate ($width$height) or die ("Cannot Create image");
// Set the Background Color RGB
$backColor imagecolorallocate($img_handle255255255);
// Set the Line Color RGB
$lineColor imagecolorallocate($img_handle175238238);
// Set the Text Color RGB
$txtColor imagecolorallocate($img_handle135206235);

// Do not edit below this point
$string "abcdefghijklmnopqrstuvwxyz0123456789";
for(
$i=0;$i<6;$i++){
    
$pos rand(0,36);
    
$str .= $string{$pos};
}
$textbox imagettfbbox($fontSize0$font$str) or die('Error in imagettfbbox function');
$x = ($width $textbox[4])/2;
$y = ($height $textbox[5])/2;
imagettftext($img_handle$fontSize0$x$y$txtColor$font $str) or die('Error in imagettftext function');
for(
$i=0;$i<$lineCount;$i++){
    
$x1 rand(0,$width);$x2 rand(0,$width);
    
$y1 rand(0,$width);$y2 rand(0,$width);
    
imageline($img_handle,$x1,$y1,$x2,$y2,$lineColor);
}
header('Content-Type: image/jpeg');
imagejpeg($img_handle,NULL,100);
imagedestroy($img_handle);

session_start();
$_SESSION['img_number'] = $str;
?> 

form.php


<form action="result.php" method="post">
    <img alt="Random Number" src="image.php"> 
    <input type="text" name="num"><br>
    <input type="submit" name="submit" value="Check">
</form> 

result.php


<?php
session_start
();
if(
$_SESSION['img_number'] != $_POST['num']){
    echo
'The number you entered doesn\'t match the image.<br>
    <a href="form.php">Try Again</a><br>'
;
}else{
    echo
'The numbers Match!<br>
    <a href="form.php">Try Again</a><br>'
;
}
?>
 
Snippet Comments

Add Your Comment

link building services
2011-06-28 23:32:44
Lots. Yes, I think it's missing a number of applications made by way of open source at this time. This sucks for a programmer like me.
Romantic Dinner
2011-06-27 20:18:54
I know that this post is quit old but still makes a lot of sense with me and it was a great help. Thanks for sharing it with us. Kudos!
Dublin Photographer
2011-06-27 09:49:08
I know that this post is quit old but still makes a lot of sense with me and it was a great help. Thanks for sharing it with us. Kudos!
acne facial
2011-06-27 00:00:29
to be honest this site is very informative:) thanks!
eyaculador precoz ejercicios
2011-06-26 08:17:25
thanks for sharing this informative post! great site!
types of weeds
2011-06-25 18:34:00
That is probably because there was an error on the next page, I fixed that problem, and should work now (the quote wasn't escaped)
quitar granos
2011-06-24 02:21:28
Great post you got there! It's very informative and interesting as well. I'll surely keep track on your site. THANK YOU
orlando accident lawyer
2011-06-21 19:11:13
This captcha works so well when it is setup. There is so much that you can do with it.
X4 Labs extender
2011-06-16 07:25:45
I was surfing net and fortunately came across this site and found very interesting stuff here. Its really fun to read. I enjoyed a lot. Thanks for sharing this wonderful information.
X4 Labs extender
2011-06-16 07:23:38
Supra For Sale
2011-06-11 00:08:25
The high speed engine of 300ZX accelerates from 0 to 60 miles per hour in the time range of 5 to 6 seconds and is a tough competitor against other rivals in terms of fuel economy. Some of the modern panel vans manufactured and launched by Toyota Company is Hiace which looks unique and distinctive with its front grille, smarter trim, wheel trims and comfortable interior. It comes with car like features which include Stereo system with CD/MP3 player, safety airbags and antilock braking system.
it services companies
2011-06-02 14:50:34
Well This post remind my old days when i was just started these things as I was new one but now i fully understand this stuff and must appreciate how positive you write
Personalised books
2011-05-31 23:55:40
The a neurobehavioral developmental disorder It is primarily characterized by the co existence of attentional.Thanks for sharing the informative post. Regards. Roy.
buy memory foam
2011-05-27 02:54:07
The biggest distributor and retailer of newspapers and magazines in Finland, the Netherlands and the Baltic countries with operation.Thanks for sharing the informative post. Regards DAVID77
best firefighting gear
2011-05-21 14:19:41
Am happy to find so many useful information here in the post, we need develop more strategies in this regard, thanks for sharing..
vglow
2011-05-20 12:02:40
Cash Renegade Review With The Most Amazing Cash Renegade Bonus
Dissertation Uk
2011-05-16 14:45:33
Das Buch "Mac OS X - Leopard" richtet sich an all jene, die Erfahrung mit anderen Betriebssystemen (wie Windows) haben und neu in die Leopard-Welt eintauchen wollen.
gdreitzler
2011-05-10 10:46:16
Best Internet Marketing Solutions
tracklightingpendant
2011-03-10 05:20:18
CAPTCHA is very annoying. Why can't others make it simpler? I have to squint my eyes to be able to make the letters.
hazemeil
2011-02-24 11:14:27
i hate captcha especially words and image that i am not sure is. but lets see how this one works hazemeil

Add Your Comment

 
Snippet Tools
Rate this Snippet:

Rate the difficulty level:

Request Snippet Update


Suggested Difficulty Level: Advanced
Current Score: 3.17
Total votes: 276
Total Views: 18079

Other top snippets by admin:

1. JPEG to ASCII Converter
2. Add (th, st, nd, rd, th) to the end of a number
3. Dynamic Page Content From Links
4. AJAX Quickie
5. Simple Image CAPTCHA

Search
Search for:







User Panel

User name:

Password:

Register And Post Your Own Snippets

New Snippets

1.  Shorten text and (4 of 1)

2.  file-based simple guest (0 of 0)

3.  adding an entry (0 of 0)

4.  integer to currency (1.33 of 3)

5.  Aggregate IP addresses (0 of 0)

6.  file handling (0 of 0)

7.  testing system with (0 of 0)

8.  Make an php (1 of 1)

9.  allow download in (5 of 1)

10.  redirect in 3 (0 of 0)

11.  live clock with (0 of 0)

12.  visit counter (3.5 of 2)

13.  contact form with (4 of 1)

14.  show a specific (0 of 0)

15.  The & sign (0 of 0)

16.  static variable in (0 of 0)

17.  multiplication table with (0 of 0)

18.  function with multiplicationt (0 of 0)

19.  php generated menu (0 of 0)

20.  drawing a table (0 of 0)

21.  embedded array (one (0 of 0)

22.  checks the week (0 of 0)

23.  put links on (4.5 of 2)

24.  Directory Image Gallery (0 of 0)

25.  TOS (4 of 1)

Home | Forum | Free PHP Web Hosting | Contact | Terms & Conditions |  
Donate
PHPSnips.com - ©2012 Amethyst Creative