• Welcome to DNForum.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Wanted: Service Cpanel - Hotlink - Help

Status
Not open for further replies.

furca

DNF Addict
The Originals
Legacy Exclusive Member
Joined
Oct 22, 2004
Messages
3,506
Reaction score
5
Hi,


I have a cpanel reseller, I have the domain RareTradeValues.com, and its a site for a popular game (habbo hotel). People are hotlinking stealing images and bandwidth, and I want to get back at them :P


I want to make the image transform to something like "CLICK ME" and go to my site, raretradevalues.com

I've tried this http://www.raretradevalues.com/rtvstolen.htm

I redirect the hotlink to that site,


but one of the stealing sites "http://www.freewebs.com/habbonuthouse/rarevalues.htm" just shows alot of broken images... help please
 
If your host supports mod_rewite then Add the following code to your .htaccess file:

Code:
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} .*jpg$|.*gif$|.*png$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !yoursite\.com [NC]  -- ##
RewriteCond %{HTTP_REFERER} !otherallowedsites\.com [NC]  -- ##
RewriteCond %{HTTP_REFERER} !google\. [NC]
RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]   -- ###

RewriteRule (.*) /denied.jpg  -- ##

-- ## Please replace with correct values.
--### required for google image search

hope this will help you

:-)
 
Try this one:

Hotlink Reverser Lite is a free version of Hotlink Reverser Pro. It is an advanced script that will automatically change the name of your content files and the links on your web pages. All visitors who come from a site that is hotlinking to your content files can be redirected to any url you want. Instead of losing money you'll be making money!

http://www.physq.com/details.html
 
With Cpanel its easy, A freind had somebody hotlinking all his images, He made a hotlink.gif file with the site url in

"this file is illegally being hotlinked from XXX.com"
 
Status
Not open for further replies.
Back
Top Bottom