Classic ASP Implementation

271 views
Skip to first unread message

VikingGoat

unread,
Aug 5, 2009, 11:43:23 AM8/5/09
to reCAPTCHA
Todays lesson: Never mention that you want to learn to do something to
someone when they're desperate for help.

I've been asked to implement Recaptcha to a site using the Classic ASP
found in the Wiki (found here http://wiki.recaptcha.net/index.php/Overview#Classic_ASP),
and I've not really done much programming for ASP or ever implemented
Recaptcha.

Now I have of course replaced the Public and Private Keys, and the
form action relates is sending the user to the page I want it to, but
it doesn't seem to matter if I type in a correct string, incorrect
string, or just leave it blank, it still routes to the correct page.
Am I missing something?

My code is as follows: http://pastebin.com/m217e1045

VikingGoat

unread,
Aug 5, 2009, 2:18:40 PM8/5/09
to reCAPTCHA
Nevermind, I found what I was doing wrong.
My routing to the next page via the action in the form tag was
bypassing any boolean operators.


On Aug 5, 11:43 am, VikingGoat <vikingg...@gmail.com> wrote:
> Todays lesson: Never mention that you want to learn to do something to
> someone when they're desperate for help.
>
> I've been asked to implement Recaptcha to a site using the Classic ASP
> found in the Wiki (found herehttp://wiki.recaptcha.net/index.php/Overview#Classic_ASP),

Lastwolf

unread,
Aug 8, 2009, 2:31:17 PM8/8/09
to reCAPTCHA
How did you fix this problem?

I see the CAPTCHA on the page but I don't need to fill in the field to
submit my form. It's just not working. The form is sent via email and
send to thank you page without any input of CAPTCHA

Thanks

VikingGoat

unread,
Aug 12, 2009, 3:44:58 PM8/12/09
to reCAPTCHA
I haven't managed to fix it actually, I've found that the form action
is bypassing ReCaptcha all together, and thats the meat if the problem
I've been having I think.

On Aug 8, 2:31 pm, Lastwolf <webmas...@lastwolf.com> wrote:
> How did you fix this problem?
>
> I see the CAPTCHA on the page but I don't need to fill in the field to
> submit myform. It's just not working. Theformis sent via email and
> send to thank you page without any input of CAPTCHA
>
> Thanks
>
> On Aug 5, 2:18 pm, VikingGoat <vikingg...@gmail.com> wrote:
>
> > Nevermind, I found what I was doing wrong.
> > My routing to the next page via theactionin theformtag was
> > bypassing any boolean operators.
>
> > On Aug 5, 11:43 am, VikingGoat <vikingg...@gmail.com> wrote:
>
> > > Todays lesson: Never mention that you want to learn to do something to
> > > someone when they're desperate for help.
>
> > > I've been asked to implementRecaptchato a site using the Classic ASP
> > > found in the Wiki (found herehttp://wiki.recaptcha.net/index.php/Overview#Classic_ASP),
> > > and I've not really done much programming for ASP or ever implemented
> > >Recaptcha.
>
> > > Now I have of course replaced the Public and Private Keys, and the
> > >formactionrelates is sending the user to the page I want it to, but

JA

unread,
Aug 27, 2009, 8:36:00 AM8/27/09
to reCAPTCHA
Hi All,

Don't know if this has been solved but I had the same problems
implementing this in classic ASP, but have managed to get this working
using the example located at

http://www.worldofcode.com/recaptcha-classic-asp-implementation/

and downloading the zip file, located here > >
http://www.worldofcode.com/wp-content/uploads/2008/04/recaptcha_classic_asp.zip

For anyone else who may get stuck in the future..


On Aug 12, 8:44 pm, VikingGoat <vikingg...@gmail.com> wrote:
> I haven't managed to fix it actually, I've found that the form action
> is bypassingReCaptchaall together, and thats the meat if the problem
> I've been having I think.
>
> On Aug 8, 2:31 pm, Lastwolf <webmas...@lastwolf.com> wrote:
>
>
>
> > How did you fix this problem?
>
> > I see the CAPTCHA on the page but I don't need to fill in the field to
> > submit myform. It's just not working. Theformis sent via email and
> > send to thank you page without any input of CAPTCHA
>
> > Thanks
>
> > On Aug 5, 2:18 pm, VikingGoat <vikingg...@gmail.com> wrote:
>
> > > Nevermind, I found what I was doing wrong.
> > > My routing to the next page via theactionin theformtag was
> > > bypassing any boolean operators.
>
> > > On Aug 5, 11:43 am, VikingGoat <vikingg...@gmail.com> wrote:
>
> > > > Todays lesson: Never mention that you want to learn to do something to
> > > > someone when they're desperate for help.
>
> > > > I've been asked to implementRecaptchato a site using the ClassicASP
> > > > found in the Wiki (found herehttp://wiki.recaptcha.net/index.php/Overview#Classic_ASP),
> > > > and I've not really done much programming forASPor ever implemented
> > > >Recaptcha.
>
> > > > Now I have of course replaced the Public and Private Keys, and the
> > > >formactionrelates is sending the user to the page I want it to, but
> > > > it doesn't seem to matter if I type in a correct string, incorrect
> > > > string, or just leave it blank, it still routes to the correct page.
> > > > Am I missing something?
>
> > > > My code is as follows:http://pastebin.com/m217e1045- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages