Prevent Hotlinking and Bandwidth Theft
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Prevent Hotlinking and Bandwidth Theft
Take a link from your forum ie: a file or image then go here http://www.phpbb.com/community/viewforum.php?f=26
and make a post but dont post it just preview it and click the link in the preview
thats how i tested mine with 100% good results.
and make a post but dont post it just preview it and click the link in the preview

Prevent Hotlinking and Bandwidth Theft
You have installed it wrong after joining up every image is from what i can see is hotlinked protected or
you have the symptoms of using other sites images and they have just installed the hotlink mod and in return you get the image
uninstall it and read the first post here a few times
you have the symptoms of using other sites images and they have just installed the hotlink mod and in return you get the image
uninstall it and read the first post here a few times
Prevent Hotlinking and Bandwidth Theft
the images that I have on my forum that is made by my self and state on my computer
this is the code that state in the htaccess
this is the code that state in the htaccess
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?http://phpbb.grandtheftcrime.nl/index.php [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(php)$ ../stop.gif [L]
Prevent Hotlinking and Bandwidth Theft
okay I have do that but noting is changing take a look
now I get this
now I get this
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?http://phpbb.grandtheftcrime.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(php)$ ../stop.gif [L]
Prevent Hotlinking and Bandwidth Theft
Try:
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?grandtheftcrime.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(php)$ ../stop.gif [L]
Prevent Hotlinking and Bandwidth Theft
I have now this
look this or take a look on my forum
http://phpbb.grandtheftcrime.nl/download/file.php?id=29
EDIT
I think it is working
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?grandtheftcrime.nl/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(php)$ ../stop.gif [L]
http://phpbb.grandtheftcrime.nl/download/file.php?id=29
EDIT
I think it is working
Prevent Hotlinking and Bandwidth Theft
It works terror. Visit a topic to see your avatar. Click CTRL + F5 to refresh the browser.
Prevent Hotlinking and Bandwidth Theft
I have already refresht my broweser it is working thanks Stoker 
