Welcome Guest ( Log In | Register)



3 Pages V  < 1 2 3 >  
Reply to this topicStart new topic
> A Simple Php Captcha - Image Validation
jeffny01
post May 23 2007, 03:54 PM
Post #11


Newbie
*

Group: Members
Posts: 2
Joined: 22-May 07
Member No.: 43,494



Looks like a really good tutorial, but for someone like me who knows nothing about php and GD libraries,
it doesn't do much for me. I need to add the captcha image validation to a form that I currently have on my
website that allows potential clients to sign up for my company's services. I have no idea how to get
it done. I've tried many differnet tutorials, but I can never get it to work.

What I need a step by step guide for complete idiots, which I am. I do have some knowledge of HTML,
so there may be some hope for me yet.

Any assistance you fine folks can provide will be greatly appreciated. I can be contacted at
jeffny01@yahoo.com

Thanks in advance!


Jeff Z.
Go to the top of the page
 
+Quote Post
Blessed
post May 25 2007, 08:57 AM
Post #12


Advanced Member
*******

Group: Members
Posts: 144
Joined: 22-March 07
Member No.: 40,472



Gretings

man this is a wonderful tutorial m y friend,

i can relly use this is on my registration sript.
thanx for this i was lookng for something like this biggrin.gif

Thanx laugh.gif
Go to the top of the page
 
+Quote Post
Sprnknwn
post May 25 2007, 09:25 AM
Post #13


Privileged Member
*********

Group: Members
Posts: 821
Joined: 6-March 05
Member No.: 4,202



This is becoming really useful nowadays that bots are overloading blogs and phpbbs... I'm having probles myself, so I definitely will check this and see if I can use it.
Go to the top of the page
 
+Quote Post
jamiehutber
post Jun 7 2007, 09:42 PM
Post #14


Newbie
*

Group: Members
Posts: 1
Joined: 7-June 07
Member No.: 44,366



arghh brillant guys! saved my life... i was sick and tired of spamming mofos tongue.gif
Go to the top of the page
 
+Quote Post
reconraiders
post Jun 10 2007, 06:48 PM
Post #15


Super Member
*********

Group: Members
Posts: 221
Joined: 6-June 07
Member No.: 44,288



Very nice tutorial. I've been wanting to set up my own CAPTCHA system for my website. This will come in handy.
Go to the top of the page
 
+Quote Post
iGuest
post Jan 21 2008, 05:06 PM
Post #16


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Thank you very much
A Simple Php Captcha - Image Validation

Thank you very much for this wonderful tutorial. I really needed something like this, EASY TO UNDERSTAND.

-feedback by adrian
Go to the top of the page
 
+Quote Post
alex1985
post Mar 8 2008, 10:10 AM
Post #17


Super Member
*********

Group: [HOSTED]
Posts: 397
Joined: 9-February 08
Member No.: 57,615



Listen, guys! How can I plug this captcha script into two things.

1. Registration Form
2. Login Form.

And I would like that it will be kind of an answer, for instance, 56+2={...}.
A user who wanna register, has to type an answer in field box.
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 8 2008, 12:49 PM
Post #18


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,153
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol



This Captcha script just works with an image designed to confuse the edge detection software used by spammers. The system of typing an answer to a math problem is also a good idea, but requires a slightly different approach. However, if you are interested, I might write a tutorial for that, and a few other ideas for Captchas.
Go to the top of the page
 
+Quote Post
alex1985
post Mar 26 2008, 03:46 AM
Post #19


Super Member
*********

Group: [HOSTED]
Posts: 397
Joined: 9-February 08
Member No.: 57,615



So, how can I integrate it with my registration project
Go to the top of the page
 
+Quote Post
galexcd