Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
Prev Previous Post   Next Post Next
Old 2009-06-18, 12:11 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
if you see it in your stats, are they 200/304 successes? or 403s? There is an addon that they use for IE and can use for firefox that blocks referrers and sends an empty referrer, allowing them to still post their entries, but, surfers without those addons will surf galleries that have tons of 403 errors.

If it is in your stats, you can be somewhat sure that they aren't hitting .wmv files because Windows Media doesn't send a referrer.

Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} (fusker|fukser|fuskem|eonpal) [NC]
RewriteRule .* - [F,L]
is a little kinder. You can add more url 'pieces' inside the () as long as you separate the phrase with a |. The above code matches if it finds fusker, fukser, fuskem or eonpal in the url.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:25 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc