PDA

View Full Version : How to setup an anti-spam button?


buzincarl
06-30-2007, 10:48 AM
Hey Im looking to setup an anti-spam code / confirmation code for my download button, this way less people are spamming the site :P,

I wanted to setup a simple 3 digit code, a random code would appear(numbers),

Download button:

<center><input name='Submit' type='image' src='download.jpg' value='Submit' /></center>

SmC
06-30-2007, 09:56 PM
Well you could always do something in PHP or Javascript, making the user enter the code before download will progress. In the intrest of saving time and bandwidth I'd recommend the JS approach.

mikeyp
06-30-2007, 10:09 PM
Would you be looking for something like this?

http://www.modernbluedesign.com/web-design-blog/fighting-spam-with-css/