Go Back   CodingForums.com > Web Projects and Services Marketplace > Web Projects > Small projects (quick fixes and changes)

Notices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-09-2008, 05:25 PM   PM User | #1
owt200x
Regular Coder

 
Join Date: Sep 2008
Location: Oklahoma
Posts: 249
Thanks: 11
Thanked 13 Times in 13 Posts
owt200x is an unknown quantity at this point
human verification script

I was wondering is someone could make a php version of this script http://darkcoast.com/humanornot.php as a donation for my homeless shelter.

Barry

Last edited by owt200x; 12-11-2008 at 07:01 AM..
owt200x is offline   Reply With Quote
Old 12-09-2008, 05:58 PM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
This is in the wrong forum. This is for paid work offers. This should really be in the project collaboration forum unless you are willing to pay some monetary value?
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 12-09-2008, 07:44 PM   PM User | #3
owt200x
Regular Coder

 
Join Date: Sep 2008
Location: Oklahoma
Posts: 249
Thanks: 11
Thanked 13 Times in 13 Posts
owt200x is an unknown quantity at this point
i could pay $10 for someone to make it
owt200x is offline   Reply With Quote
Old 12-09-2008, 09:50 PM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
What part of the script are you wanting? Just the part that asks the question and wants an answer? Why can't you use the one on their site? Its free for download.

Also where would the questions and answers come from? They could come from a database but you would need to know how to populate the database.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 12-09-2008, 10:00 PM   PM User | #5
owt200x
Regular Coder

 
Join Date: Sep 2008
Location: Oklahoma
Posts: 249
Thanks: 11
Thanked 13 Times in 13 Posts
owt200x is an unknown quantity at this point
i need the whole thing done in php, questions and answers (and answer check), id rather them be stored in php variables, but in a DB on my server if they have to.

I am using the one off their site in my script right now, but came across a problem where you didnt have to enter any verification if you turn JS off. Thats why i need it in php.

In my contact form script there is an option to use OpenCaptcha or Darkcoasts Human Verification script, but I still cant make it work right with my script to revert to OpenCaptcha if JS is disabled and the human verification is selected.
owt200x is offline   Reply With Quote
Old 12-09-2008, 10:18 PM   PM User | #6
CFMaBiSmAd
Senior Coder

 
CFMaBiSmAd's Avatar
 
Join Date: Oct 2006
Location: Denver, Colorado USA
Posts: 2,711
Thanks: 2
Thanked 251 Times in 243 Posts
CFMaBiSmAd is a jewel in the roughCFMaBiSmAd is a jewel in the roughCFMaBiSmAd is a jewel in the roughCFMaBiSmAd is a jewel in the rough
That darkcoast script is pointless. It is all done in javascript and if the answer is correct it returns a TRUE value to the browser's form submit function to cause the form data to be submitted to the action="..." URL.

Spam bot scripts don't even care about any of that, they just parse the action="..." URL out of the <form tag and submit data directly to that URL.
__________________
If you are learning PHP, developing PHP code, or debugging PHP code, do yourself a favor and check your web server log for errors and/or turn on full PHP error reporting in php.ini or in a .htaccess file to get PHP to help you.
CFMaBiSmAd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:37 AM.


Advertisement
Log in to turn off these ads.