Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-11-09, 01:54 PM   #1
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
Quote:
Originally Posted by gamester View Post
Block traffic from multiple referrers

RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} badsite\.com [NC,OR]
RewriteCond %{HTTP_REFERER} anotherbadsite\.com
RewriteRule .* - [F]
The way that is written it has the one draw back in that a legitimate user from http://thisbadsite.com will be blocked too.
Code:
RewriteCond %{HTTP_REFERER} ^(www\.)?badsite\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^(www\.)?anotherbadsite\.com
Would be a way round it
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote
Old 2006-11-09, 02:39 PM   #2
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
Hey Frank,

Have you tried sifting through your server logs to see how the offending site is requesting your pages?

If none of the solutions mentioned here work posting a few lines of your server log may make it easier for more experience gurus to find a solution.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Old 2006-11-09, 03:12 PM   #3
frankthetank
Stupid risks make life worth living
 
Join Date: Jan 2005
Location: Renesse NL
Posts: 386
Send a message via ICQ to frankthetank
Quote:
Originally Posted by virgohippy View Post
Hey Frank,

Have you tried sifting through your server logs to see how the offending site is requesting your pages?

If none of the solutions mentioned here work posting a few lines of your server log may make it easier for more experience gurus to find a solution.
thank´s for all the kind replies. I discussed the problem with a programer and what I did get wrong was that it is not his domain or IP which pulls data from my server but the surfers IP. So it seems to be unresolved and I have to deal with it.

Here is the link to the cheating site for those who are interested in it.
(do not click the thumbs and install the .exe)

http://pleasure-porn.net/ronne/1419836110/1/?id=1114

And here is the code snippet from his site which includes my gallery link:

<iframe id="content" style="position:absolute; visibility:hidden;"></iframe><script language="JavaScript" src="http://pleasure-porn.net/js/cchrslib_t_1114.js"></script><script language="JavaScript">cchrslib_uid = "codac123";cchrslib_retry = 1;</script><script language="JavaScript">if(cch_is_here()){window.location.replace("http://www.europorntalk.com/freeporn/realitycreampie/10/thehun.html");}</script><script language="JavaScript"></script><html>

<head>

It´s an iframe above the head tag of his site.

Last edited by frankthetank; 2006-11-09 at 03:16 PM..
frankthetank is offline   Reply With Quote
Reply


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 03:37 PM.


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