http://www.icyphoenix.com/viewtopic.php?f=30&t=189&p=1504#p1504
-----------------------------------
Nizzle
Sun 27 Aug, 2006 20:18

Re: How To Block Some Addresses In Referrers Page
-----------------------------------
hmm

I belive it's this part

[code]RewriteCond %{HTTP_REFERER} ^(.*)nflook.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)qmost.info(.*)$ [OR]
RewriteCond %{HTTP_REFERER} ^(.*)zless.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)pertest.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)bablover.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)semiwolf.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)dwgn.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)qway.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)elkam.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)ymore.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)feelor.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)emore.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)leenow.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)fun.org(.*)$ [OR]    
RewriteCond %{HTTP_REFERER} ^(.*)wp.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)dmost.info(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)way.org(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)sun.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)jvl.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)4ap.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)mem.com(.*)$ [OR]
RewriteCond %{HTTP_REFERER} ^(.*)netster.com(.*)$ [OR]    
RewriteCond %{HTTP_REFERER} ^(.*)map.com(.*)$ [OR]    
RewriteCond %{HTTP_REFERER} ^(.*)ize.com(.*)$ [OR]    
RewriteCond %{HTTP_REFERER} ^(.*)9cy.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)pages.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)fest.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)crossporn.com(.*)$ [OR] 
RewriteCond %{HTTP_REFERER} ^(.*)pills.ru(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)jobs.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)ever.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)this.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)now.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)mb.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)ies.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)ting.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)sites.ws(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)lynx.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)town.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)harvard.edu(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)mb.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)vy.nu(.*)$ [OR]                                                    
RewriteCond %{HTTP_REFERER} ^(.*)yu.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)buddy4u.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)allinternal.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)asstraffic.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)bikinibabes.tv(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)andipink.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)eurosport.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)cel-blogs.org(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)sexy-babes.tv(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)wrongsideoftown.com(.*)$ [OR]  
RewriteCond %{HTTP_REFERER} ^(.*)thecanalgallery.com(.*)$    
RewriteRule .* http://www.microsoft.com/ [F,R,L] [/code]

in the .htacces somewhere


