Mobile app version of vmapp.org
Login or Join
Sims2060225

: Another possible trick is to create a form element that you hide with css, then validate your form, if that form element has content in it you can reject the form as a normal user would

@Sims2060225

Another possible trick is to create a form element that you hide with css, then validate your form, if that form element has content in it you can reject the form as a normal user would not have been able to fill it in therefore it must most likely be spam.

In htaccess you would have to fully block those IP's to my knowledge, but to block an IP from browsing your site, add the following to your HTAccess file

order allow,deny
deny from 127.0.0.1
allow from all`


where 127.0.0.1 is the IP you want to block, to block extra IP's just duplicate the deny line and edit the IP to match

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims2060225

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme