![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
emperor of my world
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
|
wtf? test my site please, my anti hotlink image is sometimes on my own site!?
in firefox its good.
I just opened my site in IE and i see for every pic my anti hotlink pic! Could u test it for me here is the url http://www.hoehoehoe.net And dont know how the fuck this happened, my site has the same htaccess file for a month without this weird ass problem |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
emperor of my world
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
|
aha i see with the www it gives me this anti hotlink image.... what the fuck!
i thought that fucking htaccess was finally good, i never saw my site in IE til this evening, and i use this htacess code like a month for this site! Tell me what the hell is wrong with it? ErrorDocument 404 http://www.hoehoehoe.net/404.html ErrorDocument 403 http://www.hoehoehoe.net/404.html RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?hoehoehoe\.net/ [NC] RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net/ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?gofuckyourself\.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?cockboard\.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?catyxxx\.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?gallerysubmitter\.com/ [NC] RewriteCond %{HTTP_REFERER} !^.*adultwebmasterinfo\.com/ [NC] RewriteCond %{HTTP_REFERER} !^.*msn\. [NC] RewriteCond %{HTTP_REFERER} !^.*yahoo\. [NC] RewriteCond %{HTTP_REFERER} !^.*altavista\. [NC] RewriteCond %{HTTP_REFERER} !^.*google\. [NC] RewriteCond %{HTTP_REFERER} !^.*webcrawler\. [NC] RewriteRule \.(jpe?g|gif|bmp|png)$ img/ownads/hotlinkimg1.jpg [L] |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Jun 2003
Location: here and there
Posts: 582
|
Most anti-hotlink is pretty much useless if referring URL gets dropped. IE does it sometimes (unpredictably); lots of "security software" does it also. Don't know which genius concluded it was a security risk to pass the referring URL, but it happens.
-doug
__________________
XYCash Gay Affiliate Programs - Making Money For Webmasters Since 1999 - click here to sign up |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 | |
emperor of my world
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
|
Quote:
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
emperor of my world
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
|
i just did some htacces testing and i replaced this value:
RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net/ [NC] with this one: RewriteCond %{HTTP_REFERER} !^.*hoehoehoe\.net [NC] no / after .net. This seems to work. |
![]() |
![]() ![]() ![]() ![]() ![]() |