|
Page 1 of 2
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 How To Block Some Addresses In Referrers Page
Hi there,
i played some days with the referrers page because i have spambots in my forum... if i ban the hostname (f.e. freeweb.siol.net) over ACP -> ban users. and after that i delete the referrers entries in the DB, some minutes later, the can access the forum again...
this drives me really crazy... i also tried to ban the complete IP numberblock but without any success... only some minutes, after that the are still in the list...
yesterday i spoke with Tom about that too, and we both thinking of an blacklist, like by the users registrations...
I just want to know from you, if you have also problems with such spambots who put affilate link to your referrers page.
and if someone has an hint to block them...
thx
cya
|
#1 Sun 27 Aug, 2006 14:16 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Nizzle 
Joined: August 2006
Posts: 152
Location:  Dordrecht..
|
 Re: Referrers Page
yeah I had the same problem
blocked all of them in .htacces now though
there's a shitload of them..
now they still visit but you just can't see it I guess..
dunno what that .htacces does but it was said on the old forum
____________ check out my site sometime
www.Dutch-HQ.net
|
#2 Sun 27 Aug, 2006 14:18 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: referrers page
Yes, this problem has already been discussed in the old xs.com.
Can you try this please?
OPEN includes/functions_referrers.php
FIND
$ref_black_list = array(
'.wst.st',
'.neyon.com',
'.byethost',
'cialis.w48.54.ru',
);
Add the domain you wish to block... and check if it works.
Let me know!
P.S.: another suggestion is to set Referrers Permissions to REGISTERED users or above in ACP => Configuration => Page Permissions.
P.P.S.: moved to Docs.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#3 Sun 27 Aug, 2006 15:24 |
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 Re: referrers page
Yes, this problem has already been discussed in the old xs.com.
Can you try this please?
OPEN includes/functions_referrers.php
FIND
$ref_black_list = array(
'.wst.st',
'.neyon.com',
'.byethost',
'cialis.w48.54.ru',
);
Add the domain you wish to block... and check if it works.
Let me know!
P.S.: another suggestion is to set Referrers Permissions to REGISTERED users or above in ACP => Configuration => Page Permissions.
P.P.S.: moved to Docs.
thx MG i add this and let you know.
i set the permissions for the referrers page to ADMIN so only i can see this.
|
#4 Sun 27 Aug, 2006 15:30 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: How To Block Some Addresses In Referrers Page
Yes... and if it works fine, please, post here a list of all the addresses you have inserted... so we may build our own black list!
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#5 Sun 27 Aug, 2006 15:34 |
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 Re: How To Block Some Addresses In Referrers Page
Yes... and if it works fine, please, post here a list of all the addresses you have inserted... so we may build our own black list! 
ok. i added this now, and do some tests.
maybe we can add an ACP/SQL feature for this to add such sites, if it works?! what do think?
|
#6 Sun 27 Aug, 2006 15:42 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: How To Block Some Addresses In Referrers Page
Yes... and if it works fine, please, post here a list of all the addresses you have inserted... so we may build our own black list! 
ok. i added this now, and do some tests.
maybe we can add an ACP/SQL feature for this to add such sites, if it works?! what do think?
Yes, this could be a solution... but first we have to make sure that those sites are blocked...
Another solution should be blocking those sites with CTracker too...
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#7 Sun 27 Aug, 2006 15:47 |
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 Re: How To Block Some Addresses In Referrers Page
ok this worked for me!
i did the following changes:
OPEN functions_referrers.php
FIND
$ref_black_list = array(
'.wst.st',
'.neyon.com',
'.byethost',
'cialis.w48.54.ru',
AFTER ADD
'.volja.net',
'.siol.net',
'xoomer.alice.it',
this are the 3 spambots that visit my referrers page many times.
and also i blocked 2 IPs in Ctracker ACP -> Security -> Proxy&Agent blocker
208.66.195.8 was many hours in my forum
- McColo Corporation MCCOLO (NET-208-66-192-0-1)
208.66.192.0 - 208.66.195.255
Digital Infinity Ltd DIGITALINFINITY (NET-208-66-195-0-1)
208.66.195.0 - 208.66.195.15
217.235.118.25 i think this IP is related to the xoomer.alice.it because, if i blocked the xoomer.alice.it in the functions_referrers.php this user hav access to. Only if i blocked this IP over Ctracker, the user hasn“t access.
cya
|
#8 Sun 27 Aug, 2006 19:21 |
|
Nizzle 
Joined: August 2006
Posts: 152
Location:  Dordrecht..
|
 Re: How To Block Some Addresses In Referrers Page
Yes, this problem has already been discussed in the old xs.com.
Can you try this please?
OPEN includes/functions_referrers.php
FIND
$ref_black_list = array(
'.wst.st',
'.neyon.com',
'.byethost',
'cialis.w48.54.ru',
);
Add the domain you wish to block... and check if it works.
Let me know!
P.S.: another suggestion is to set Referrers Permissions to REGISTERED users or above in ACP => Configuration => Page Permissions.
P.P.S.: moved to Docs.
MG
I had tried that at first
because .htacces sounded too important to fuck up
but it didn't really work
only some got left out..
even emptied the whole list and still they (who are in there) got back..
want my list?
haven't seen any new spammers in a long time now.. more than a month or so
I think I've pretty much got all of them
____________ check out my site sometime
www.Dutch-HQ.net
|
#9 Sun 27 Aug, 2006 20:08 |
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 Re: How To Block Some Addresses In Referrers Page
want my list?
haven't seen any new spammers in a long time now.. more than a month or so
I think I've pretty much got all of them 
yes. please share it. I want to take a look into it
THX!
|
#10 Sun 27 Aug, 2006 20:16 |
|
Nizzle 
Joined: August 2006
Posts: 152
Location:  Dordrecht..
|
 Re: How To Block Some Addresses In Referrers Page
hmm
I belive it's this part
- 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]
in the .htacces somewhere
____________ check out my site sometime
www.Dutch-HQ.net
|
#11 Sun 27 Aug, 2006 20:18 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: How To Block Some Addresses In Referrers Page
ok this worked for me!
i did the following changes:
...
and also i blocked 2 IPs in Ctracker ACP -> Security -> Proxy&Agent blocker
208.66.195.8 was many hours in my forum
- McColo Corporation MCCOLO (NET-208-66-192-0-1)
208.66.192.0 - 208.66.195.255
Digital Infinity Ltd DIGITALINFINITY (NET-208-66-195-0-1)
208.66.195.0 - 208.66.195.15
Thanks KugeL I've added these in the file.
Thanks Nizzle,
I've added also this one to standard HTACCESS, I'll release soon another patch.
Very nice idea to send spambots to Microsoft site.
RewriteRule .* http://www.microsoft.com/ [F,R,L]
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#12 Sun 27 Aug, 2006 21:25 |
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 Re: How To Block Some Addresses In Referrers Page
you blocked eurosport.com ?!
RewriteCond %{HTTP_REFERER} ^(.*)eurosport.com(.*)$ [OR]
|
#13 Sun 27 Aug, 2006 21:54 |
|
Nizzle 
Joined: August 2006
Posts: 152
Location:  Dordrecht..
|
 Re: How To Block Some Addresses In Referrers Page
you blocked eurosport.com ?!
RewriteCond %{HTTP_REFERER} ^(.*)eurosport.com(.*)$ [OR]
shouldn't be spamming me then
Very nice idea to send spambots to Microsoft site.
RewriteRule .* http://www.microsoft.com/ [F,R,L]
muwhahaha
____________ check out my site sometime
www.Dutch-HQ.net
|
#14 Mon 28 Aug, 2006 19:37 |
|
Claire 
Joined: August 2006
Posts: 151
Location:  London
|
 Re: How To Block Some Addresses In Referrers Page
Oh this is great
|
#15 Mon 28 Aug, 2006 21:55 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|