Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
asp captcha w/ fp extensions
Name: fleetmack Date: May 1, 2007 at 09:29:11 Pacific OS: win2003 server CPU/Ram: blah Product: blah/blah
Comment:
Our work uses frontpage for its website, and it is not willing to change. Likewise, they will not install PHP on the server. Frustration is immense behind this desk!!
Anyways, we have a vast number of forms that are processed with frontpage extensions. bots are terrorizing these as of late and i need some kind of image verification (captcha) which will work with these frontpage-extension based forms, i assume i'll need to use asp...
...any help is much appreciated. i've googled around, but i don't know asp or frontpage at all, i'm a php and apache guy, so everything i find sounds like jibberish to me.
Name: Michael J (by mjdamato) Date: May 1, 2007 at 14:55:11 Pacific
Reply:
If your site is not a "major" site and if you ar not using a CMS solution you might be safe faking it. Just create 1 or a small number of security images. Then create your forms to use that image (or a random image from the set). And then test the security input field when the user submits the form.
Summary: Hi, I've just set up IIS with FP extensions on my XP Pro machine to test some pages and forms I've created with Frontpage 2003. I have been testing a couple of forms, one to record user choices of som...
Summary: I am trying to write to a directory using PHP5. The commands I am using are : $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", "ab"); $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", "w"); $fp = f...
Summary: Yeah that's not surprising that it doesn't hold up with 30k values. Don't trust that kind of processing to javascript...Any number of things can go wrong. I don't know whether or not there are set l...