![]()  | 
	
		
 THis is incredible 
		
		
		http://www.necrohiphop.com/cgi-bin/u...2;DaysPrune=45 NEEDS to be shutdown NOW. 
	These cocksmokers are running a fucking hotlink haven for freeloaders, they hack paysites, and have spoofing tutorials. These cock suckers wasted 20 dollars in bandwidth on me today, Time to get htaccess woked out to only allow certain domains to hotlink me.  | 
		
 To be honest if you didn't even have very basic htaccess up you may as well post a message saying 'I love being hotlinked - come burn by bandwidth now'. Daft thing not to do and only yourself to blame. 
	Other thing I'm curious about is how much do you pay for BW???? $20 is a lot unless you're paying WELL over the odds. Not saying the sites isn't full of thieving and freeloading scumbags but some of the blame really has gotta lie with you if you don't even have simple anti-hotlinking in place.  | 
		
 Quote: 
	
 I just put in a support ticket with my host to get this shit blocked  | 
		
 Quote: 
	
 If the host is slow lemma know and I'll mail a copy of the htaccess I use. Only basic stuff but it stops image hotlinking, most leech software and has redirects in for certain URL's which can all be handy. I'm a very long way from being any sort of expert on htaccess but if it works for me on 3 diff servers....  | 
		
 well, heres the thing. I need to ALLOW hotlinks from sexual-linkage.com and richardsrealm.com and thumbs-up.net and groups.yahoo.com/group/perfectteenpics/ 
	the rest I want blocked. That list would be appreciated. if support hasen't blocked this shit for me by the time I wake up (going to bed now) I'd like to try it out before this gets out of hand. Thanks.. back-off-bitch (AT) rogers (dot) com  | 
		
 Nice fuck'n pics in any case! 
	- Bookmarked - !!! :Graucho  | 
		
 20$ in bandwith ... about fucking time I spam that forum, looks like there must be some traffic there ... thanks for the info !! 
	 | 
		
 Quote: 
	
  | 
		
  | 
		
 :evil-laug 
	 | 
		
 They have a Go Fuck Yourself forum in there. 
	Lens, time to sue over copyright infringement! :1orglaugh  | 
		
 I think my web server hates me. When trying to stop hotlinking and allow certain sites it either stops all images from loading, or hotlink protections doesnt work at all. 
	RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?sexual-linkage.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?thumbs-up.net(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?richardsrealm.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?back-off-bitch.net(/).*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC] doesnt show images at all Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?sexual-linkage.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?thumbs-up.net(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?richardsrealm.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?back-off-bitch.net(/).*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC] doesnt show images at all Options +FollowSymlinks RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?sexual-linkage.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?thumbs-up.net(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?richardsrealm.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?back-off-bitch.net(/).*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC] all images show but still hotlinkable RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?sexual-linkage.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?thumbs-up.net(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?richardsrealm.com(/).*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?back-off-bitch.net(/).*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC] all images show but still hotlinkable All 4 were generated with http://www.htmlbasix.com/disablehotlinking.shtml  | 
		
 Quote: 
	
 problem is, these people are getting everything for free and hacking pay site db's to get passwords, so I doubt spamming them is worth your time  | 
		
  | 
		
 ya there must be some traffic there! 
	 | 
		
 If you're serious about taking legal action, posting death threats in a public forum might not have been the smartest move.  :2 cents: 
	 | 
		
 Quote: 
	
  | 
		
 Quote: 
	
  | 
		
 iwantchixx, after this, you're going to have to change your sig. 
	 | 
		
 Quote: 
	
  | 
		
 Quote: 
	
 Cindy xx  | 
		
 You got mail :) 
	 | 
		
 Quote: 
	
  | 
		
 funny shit when it happens to someone else.... I would just redirect the traffic. First, I would move the pics and/or galleries else where then I would just 404 the traffic to a sponsor. 
	KISS  | 
		
 Quote: 
	
  | 
		
 quote: 
	-------------------------------------------------------------------------------- Originally posted by iwantchixx moving pics/galleries to another folder is a good way to get blacklisted everywhere. you know that old rule that states "do not change teh gallery or face being blacklisted" -------------------------------------------------------------------------------- You are absolutely right.... Just rename your pics and keep the gallery link the same....then do the 404 thing...  | 
		
 They are not hotlinking you, just checked it out. They are just going straight to your gallery folder where you have no index.html, it lists all you pics. 
	just add this to your htaccess. RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://i.p number here/.*$ [NC] RewriteRule \.(gif|jpg)$ http://www.domain.com/index.shtml [R,L] IndexIgnore * make sure you put in indexignore * so you don't get this anymore. http://back-off-bitch.net/gal/ftv/isabella/images/  | 
		
 this is getting really frustrating, I finaly managed to get hotlink protection into place, all image slaod on my domain, but the domains i tried to allow are still being blocked... sigh... 
	 | 
		
 Yea, you need to put a default html page in them directories... every one, just in case.  Make a nice small FUCK OFF index.html page to shove into all of those directories. 
	 | 
		
 Quote: 
	
 ah, thats another thing they did, assholes. ok I got my antihotlinking into place and working properly. I had directory listing like that turned off. This is fucked up. hrm, ok, it;s not there anymore, shit and I can;t remember how to do it either  | 
		
 There are a lot of sites out there that hack pay sites (that is why I never pay for porn :Graucho ).  So what is so different about this one? 
	 | 
		
 Btw, there's a GFY user that hangs around there. 
	Is that you NBDesign? :winkwink:  | 
| All times are GMT -7. The time now is 08:38 PM. | 
	Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
	
	©2000-, AI Media Network Inc123