Do you have plugin to block visitor from referer ?
I found that most who come to my blog is BOT that want they Referer show in my Top Referer Sidebar. It take a lot of bandwidth and my host close my site cause this bot use data transfer very much.
I download OUTDATE plug-in cause I want try to edit code to block user from referer. But I don't know how should I start. I didn't found where code I should edit to block referer.
Reference Blocker
-
Dream
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Reference Blocker
Sadly serendipity cannot block referers on its own. You can only do that using mod_rewrite; there are several tutorials out there on how to block referrers using that way. Since it is a very generic approach and has not much to do with serendipity, there is no "out of the box" plugin available.
If you would do it as a s9y plugin, it would defeat the means of referrer blocking, because all requests would need to go through to s9y, and thus are already causing the traffic and CPU time.
Thus you need to block it on a much earlier level, which is only possible with mod_rewrite. PHP solutions cannot block this.
Internal s9y referrer tracking (not blocking!) can be edited with the "Block referrers" Configuration Option. But this only prevents listing special hosts in the "Referrers" sidebar plugin, and does not block hosts. (See above again for the reasons *g*)
Best regards,
Garvin
If you would do it as a s9y plugin, it would defeat the means of referrer blocking, because all requests would need to go through to s9y, and thus are already causing the traffic and CPU time.
Thus you need to block it on a much earlier level, which is only possible with mod_rewrite. PHP solutions cannot block this.
Internal s9y referrer tracking (not blocking!) can be edited with the "Block referrers" Configuration Option. But this only prevents listing special hosts in the "Referrers" sidebar plugin, and does not block hosts. (See above again for the reasons *g*)
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/