5 ms·
There was a site that existed to block forum spam. It was designed for PHPBB forums. Also, Wordpress has add-ons to block spammers. However, something that c
by Freebytes 16y ago
There was a site that existed to block forum spam. It was designed for PHPBB forums. Also, Wordpress has add-ons to block spammers. However, something that could be used globally would be nice. I wonder if you could somehow have a DNSBL for your .htaccess file. It could check the list based on the IP address and then block. If that is not an option, some plugin files for popular languages would be efficient as well. (.php and .rb) How would the site be made profitable, though?
Or, are you referring to blocking based on the URL? Instead of blocking the content coming to your site, you would want to block access to sites with bad URLs? Spybot Search and Destroy does something similar to this with URL blocking, but that is only client side. How would this work within your browsers without using the proxy features and then giving up your privacy about which sites you visit?