This is a discussion on "Authentication" within the Starting Out section. This forum, and the thread "Authentication are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Authentication
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Authentication
I hope I am placing this in the right section.
I struggle along managing two web sites for Junior Athletic organizations. Each of these sites have feed back pages on them, that allows the user to generate feedback to members of the organization. The feedback form sends the required info to the isp which forwards the information in an e-mail to appropriate members of the organization. The spammers are hitting the forms and sending messages about medication and other stuff several times a day. I changed the e-mail address that the isp uses to forward the information but they automatically picked up the new address and sent an e-mail within seconds. I am looking for a solution. I don't know how to do it, but is it possible to use what I call "Image Authentication" to solve this problem. I see this on many web sites where the web page requires the user to input characters that are generated in an image into an input box and submit to the host for authentication. If someone is aware of how to do this, could you please provide me with some code and instruction, Or do you have another idea? Thanks in advance for any assistance Bline Last edited by Aso; Jul 3rd, 2008 at 18:23. |
|
|
|
||||
|
Re: Authentication
Are you using PHP?
If so, Captcha is what you're looking for. This is my favourite here: http://recaptcha.net/learnmore.html. Hope this helps! |
| The Following User Says Thank You to Marc For This Useful Post: | ||
|
|||
|
Re: Authentication
No I use FrontPage.
Thanks Billie |
|
||||
|
Re: Authentication
Frontpage is your program. What does the file end in? .php?
|
|
||||
|
Re: Authentication
Not even sure if frontpage will allow for this as frontpage extensions on the server tend to break everything and anything not frontpage related. So this means you are running on a windows server (which is bad enough) loaded with frontpage extensions (which is even worse). you are pretty much prone to all sorts of security holes and attacks regardless of what you do.
Your best and easiest bet would be to make a small batch of "captcha" images yourself and use those, won't be automated but it may help.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jul 3rd, 2008 at 16:25. |
|
|||
|
Re: Authentication
.htm, .html or .asp
Thanks Bline |
|
||||
|
Re: Authentication
You can try this: http://www.tipstricks.org/ not sure how good it is etc..
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
| The Following User Says Thank You to moojoo For This Useful Post: | ||
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User authentication problems | karinne | PHP Forum | 4 | May 16th, 2007 21:45 |
| Windows/IIS Authentication | pancho2389 | ASP.NET Forum | 0 | Jan 7th, 2006 09:34 |