paulley23 Posted April 27, 2008 Share Posted April 27, 2008 Hi all I made a guestbook for a little site im working on, I have disabled the form button so no one can post yet but there some person posted on it. How can they post when i disabled the form button ??? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/103127-weird-problem-with-guestbook-i-made/ Share on other sites More sharing options...
Dragen Posted April 27, 2008 Share Posted April 27, 2008 what do you mean you disabled it? as in html disable attribute? #If so, then that's not going to stop spammers etc. Usually you can just press enter to send a form anyway. You need to disable the whole form, or take it off the net if it's not being used. (Use a local test server for testing out scripts) Link to comment https://forums.phpfreaks.com/topic/103127-weird-problem-with-guestbook-i-made/#findComment-528219 Share on other sites More sharing options...
paulley23 Posted April 27, 2008 Author Share Posted April 27, 2008 oh dam yeh i forgot that thanks Dragen Link to comment https://forums.phpfreaks.com/topic/103127-weird-problem-with-guestbook-i-made/#findComment-528222 Share on other sites More sharing options...
PFMaBiSmAd Posted April 27, 2008 Share Posted April 27, 2008 Anyone or any spam bot script can post data to the URL of your form processing code once they know that URL. Once you have a public page with an action="...." parameter on it, your form processing page can found. Anything you do in your form has no effect. Link to comment https://forums.phpfreaks.com/topic/103127-weird-problem-with-guestbook-i-made/#findComment-528229 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.