USANet Creations
Users Support and Discussion Areas

NOTE: Always state the software package you have
when asking questions so you will get the correct answer,
as it does make a big difference in the answers you'll get!

| Main Site Home Page | Forums Home Page |

Subject: "Captcha"   Previous Topic | Next Topic
nonePrinter-friendly copy    
Conferences MakeBid Auction user submitted addons and updates Topic #360
Reading page 1 of 1 pages
shnippy click here to view user rating
Charter Member
493 posts, 2 feedbacks, 4 points
Sep-14-10, 09:05 PM (CST)
Click to add this user to your buddy list  
"Captcha"
 
   Hi Richard,

I can't remember if I had seen a addon for using captcha on the registration page or not.

did a search and came up with nothing.

are there ant threads on here about using captcha in the reg process, or is it something i will have to add on my own.

getting a little tired of the morons registering with auto-reg software, and when i check ip's they always come back to fresh apache install pages.

would like to add captch to try to slow them down just a little bit.

thank you,
shnippy


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Homermoderator click here to view user rating
Member since Jan-10-08
334 posts, 3 feedbacks, 6 points
Sep-15-10, 01:07 PM (CST)
Click to view user profileClick to add this user to your buddy list  
1. "RE: Captcha"
 
   I can give you a little help with an old version. I don't know if I used this in my scripts, but as you seem to know a little, you will be able to "reconstruct" the content to match your script.

Others: BE AWARE, it's not Makebid, it will not just work!

http://www.usanetcreations.com/dcforum/User_files/4c910a5655c84077.html

Let e know, I may have some time to look at it..
Homer

If you don't know where you're going, any road will get you there.

Attachments
http://www.usanetcreations.com/dcforum/User_files/4c910a5655c84077.html

  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Joven76
Member since Aug-22-10
36 posts, Rate this user
Sep-16-10, 07:21 PM (CST)
Click to add this user to your buddy list  
2. "RE: Captcha"
 
   This is definatly something I'd be interested in... But I don't know script very well... Still learning...


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
shnippy click here to view user rating
Charter Member
493 posts, 2 feedbacks, 4 points
Sep-16-10, 10:02 PM (CST)
Click to add this user to your buddy list  
3. "RE: Captcha"
 
   thank you homer,
i will give it a go.

many thanks in advance.

"someday maybe someone might come up with an e-smack, to give a virtual reality smack to those idiots that have nothing better to do than to spend their useless time trying to weasle their way into the infrastructure of hardworking peoples website".

cheers,
shnippy


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
Homermoderator click here to view user rating
Member since Jan-10-08
334 posts, 3 feedbacks, 6 points
Sep-17-10, 10:15 AM (CST)
Click to view user profileClick to add this user to your buddy list  
4. "RE: Captcha"
 
   I checked and found the original Add-On, it is the one I also used in my scripts. It should not be to complicated to rework it for your script, but you have to chmode the image files corectly to make it work.

The only problem could possibly arrive, if more than one new user registers at more or less the same time and the second user overwrites the "valid" image-code of the first user before he has endet his registration. Then, he would receive a "not valid" Reply and would have to redo his registration. I don't know but I imagine that this could be possible, since the routine only creates 1 Security image at one time. Whenever this image is overwritten, the given value to the (older) registrant would be void. ...I guess..?!

Anyway, it's better than nothing.


I put the image check code right here:

sub procreg {


#-#### Security Code
$form{'SECCODE'} = uc($form{'SECCODE'});
&oops('Sever Security Verification File Failed To Be Created.') unless (open SECTEMPFILE, "$config{'basepath'}Temp");
my $secfile = <SECTEMPFILE>;
close SECTEMPFILE;
&oops('Security Verification Error. Return to the Verification Page and refresh it to generate a new Security Code.') unless (($secfile) == ($form{'SECCODE'}));
unlink("$config{'basepath'}Temp");
#-#### END Security Code

...
...
...

Do not use this above code-sample, it's only for information and it probably don't match with the original as enclosed in the txt-file.

Good Luck

Homer

PS: Others, PLEASE do not play around with any ACTIVE Auction Script.
The Add-On has NOT be adapted to match Makebid Scripts without Modifications.

If you don't know where you're going, any road will get you there.

Attachments
http://www.usanetcreations.com/dcforum/User_files/4c9382a8098a77b5.zip
http://www.usanetcreations.com/dcforum/User_files/4c9382b509a414fe.zip
http://www.usanetcreations.com/dcforum/User_files/4c9382c209c4d158.txt

  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote
shnippy click here to view user rating
Charter Member
493 posts, 2 feedbacks, 4 points
Sep-17-10, 01:06 PM (CST)
Click to add this user to your buddy list  
5. "RE: Captcha"
 
   Excellent!

Thank you Homer. Much appreciated.

Cheers,
shnippy


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote


Conferences | Topics | Previous Topic | Next Topic
Rate this topic Rate this topic