Page 2 of 2

Re: phpBBSecurity_disallowed_referers

PostPosted: Thu Jan 31, 2008 6:35 pm
Author: CaNNon
yea lol
I was just removing that after a little more research!

PostPosted: Thu Jan 31, 2008 10:46 pm
Author: Leadfoot
Well all I know is I got one helluva lot of traffic that I need to block and as of right now the only way that I can do it is through that table. At least until my .hta access is fixed. Thanks for looking into it guys.


[EDIT]

God I finally went in and looked at the .hta access file myself and changed a couple of entries that the host had been trying and it is now working so it seems. If anyone else is having this problem open your .hta file and add this code to it.

Code: Select all
RewriteEngine on# Options +FollowSymlinksRewriteCond %{HTTP_REFERER} ixtractor.com [NC,OR]RewriteCond %{HTTP_REFERER} cooking-db.com [NC,OR]RewriteCond %{HTTP_REFERER} filemp3tune.com [NC,OR]RewriteCond %{HTTP_REFERER} homes-db.com [NC,OR]RewriteCond %{HTTP_REFERER} italianamp3.com [NC,OR]RewriteCond %{HTTP_REFERER} lavabeat.net [NC,OR]RewriteCond %{HTTP_REFERER} mixmusique.com [NC,OR]RewriteCond %{HTTP_REFERER} mp3clank.com [NC,OR]RewriteCond %{HTTP_REFERER} mp3leben.com [NC,OR]RewriteCond %{HTTP_REFERER} mp3walls.com [NC,OR]RewriteCond %{HTTP_REFERER} musicforum.org.uaRewriteRule .* - [F]  


those are the ones I have blocked so far u can edit them or add to the list. Just notice the last line does not have the [NC,OR] block

PostPosted: Fri Feb 01, 2008 11:36 am
Author: Leadfoot
I found a handy code generator for your .hta files. Just enter in who u want to block and it builds the code for you.

http://tools.dynamicdrive.com/userban/