![]() |
1/2 of my 404 traffic is Fusker.Leww
What do those folks buy? They are hotlinking me but they are also generating about 6k of 404 traffic a day. Any ideas? Hot link protect to drive them off or leave it alone and try and convert the freeloaders?
|
you should give freeloaders things they want... i would try referring them to the free item sites, you could possibly get something out of it, but i doubt they will pay for anything...
|
I get those same fuckers on my sites. I redirect them to various places but for the most part, they are freeloaders. I wouldn't expect to make a whole lot off of them. That's ofcourse speaking from my own experiences.
|
Good ole fusker lewww people. I hope they hotlink every fucking gallery I have online.
|
lets see if they like AAC or AFF. Free sign up and actually meet the girls... well maybe.
:winkwink: |
Quote:
Why do you like them? |
The traffic is useless. If you dig deeper, you will find that they are not seeing your gallery, only the pics from the gallery. They don't see your advertising. Plus, you can't redirect them. (You can't redirect an image, just an html page).
What I did is put a command in my htaccess file to substitute all images called by fusker with another hotlink image. You can still make money with this. Make the image an ad for your site. And then add some kind of wording the indicates that the surfer must type the url into his browser's address box. Otherwise, you are simply providing free images to fusker, with no chance of making a penny. |
I redirected my 404 traffic to Adult action cam. The referrer list is all fusker. Going back on the link I can see why. They number the pics in sequence. I do not do this so pic 123 is not next to 124 so there are gaps. The people look in the gaps.
123 pic 124 no pic 125 no pic 126 pic etc |
Quote:
So now. every picture of mine that is hotlinked has my domain on it anyway, therefore it's free advertising. |
Quote:
The other question that comes up is why is this ok? |
It's free advertising to people who aren't going to pay anyway. Fusker is a blight on the adult industry.
Want some real fun? Redirect all their requests back to them... Let them generate a page each time. Their servers will melt. Alex |
Quote:
|
I used to be able to mass de-list their stuff, but they've put a character recognition thing on their site that you have to fill out in order to remove a gallery, so removing thousands at a time is impossible.
I'd love to see thieir shit go away. |
Hmmm.seems that no one wants to take my suggestion. Oh well, you can continue to let them slow down your servers by serving up thousands of images...hoping that that one out of a thousand surfers will then try to go directly to your site..resulting in a 404. Or you can reread my suggestion, and make sure EVERY fusker visitor sees an ad for your site...and use a lot less bandwidth.
Oh why oh why do I bother giving advice. It seems much easier to let most of you muddle about in your own mediocraty. |
Quote:
But otherwise I am going to use your idea in addition. |
Quote:
|
I emailed them and asked them to remove anything relating to my domains. They claim that they have done so and that my domains are not allowed anymore.
|
If you decide to go the htaccess method, here's the best way to do it. This will load a new image for all of the fusker sites, not just fusker.lewww. Depending on your server, you may not need the first 2 lines below.
Options +SymLinksIfOwnerMatch RewriteEngine on RewriteCond %{HTTP_REFERER} .*.fusker* [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.yourdomain.com/hotlink.gif [R,NC] |
Quote:
And again I stress, you can not redirect images. You can, however serve up a "hotlink" image. So, as I stated before, 99.9% of the bandwidth will still be from your server. And yep, you may get 1 out of 1,000 visitors who will then try to see what else is on your domain, resulting in the 404. But the other 999 will simply see your entire gallery, free of advertising...served up from YOUR server. Oh, this makes my head hurt.... |
Quote:
|
Quote:
|
Quote:
:thumbsup And who says GFY is just surfers with nothing to share. |
Quote:
|
If you can't make money from the traffic and just want to make things unpleasant for the freeloaders, create a gigantic image (say, 5,000x5,000 pixels) and fill it in all white. The image will still be small in filesize (also, the browser won't download the image over and over again) but will wreck the freeloaders' experiences.
SpaceAce |
Quote:
Anyone know what I change to make the htaccess work for all sites that hotlink me? |
Quote:
i just fixed it. 345801040 |
try the free programs..
|
Just experimenting here with image redirects....
this image does not exist on the domain heatcam.com, inserting it into the page anyway http://blah.heatcam.com/gfy.jpg ok and now making a link to it http://blah.heatcam.com/gfy.jpg |
very interesting... indeed
shows in properties as its on my domain heatcam.com but if you click the link to the same image it redirects you... fuck how do I do these things.... |
Quote:
cool , did you redirect or use php ? |
Quote:
this trick really kicks ass in the search engines |
Quote:
|
mcpheer figure out how to throw him to a paysite on image hotlink and these free hotlink sites will be golden
BTW here is what I ended up with: Options All -Indexes RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC] RewriteRule .*\.(jpg|jpeg|png|bmp|exe|zip|swf|mp3|rar)$ http://www.yourdomain.com/banners/Broken.gif [R,NC] Works so it is very cool. |
Quote:
SHHH... stop giving away all the good ideas. Although it is brilliant because these people dont understand in free trials if you have to have your credit card verified. But this free****.com doesnt ask for a CC when the register. |
Quote:
|
Quote:
|
Quote:
When I saw that they were eating 3% of my bandwidth for one site, I got pissed. Now it would appear I could of made some bank with code in my htacsess. |
Yeah shit they missed half my sites I just registered so I can recommend them.
Rabbits REviews is advertising on the top so they must buy porn. |
hmm if I rename the real image so it 404's and have the domain to 404 to the index page, nothing happens
oh well, it still kicks ass in the search engines being able to name an image anything and have an image load. |
|
htaccess is the way to go
|
http://leww.fusker.com/ is really fucked up now. Most of the images are red-x or a message pops that says the image has been removed. Looks like most webmasters have taken note of them.
Think Leww has been fuckered :1orglaugh :1orglaugh |
|
Not sure that is really a Jenna site!
|
interesting
|
It's been said a few times in this thread but half of you are not absorbing it... so I'll make it crystal clear for you. :error
You can redirect an img src, but only to another image. The browser is expecting an image and will not render HTML. Here, I'll prove it, img src'ing yahoo: http://www.yahoo.com/ Depending on your browser you'll either see a red X, broken pic, or nothing at all. You cannot img src HTML and expect it to display. Thank you for listening and understanding. :winkwink: |
You have to remember, this isn't traffic - they are loading images, not pages. If they were loading pages, you could live with it.
So you just redirect image hotlinks back to random pages on their domain (just use the file name they requested as a page... that is enough to generate a 404 on their end). So when they request 100 images from your server, they have to handle 100 404 requests. Fusker as a service needs to die. Alex |
I've decided to post a free tip because hotlinking sucks... use this script to send back a 401 result (authentication failed/password required). This will pop up a password prompt.
<?php $msg = "Visit www.mydomain.com for the real pics"; header("HTTP/1.0 401 authreq"); header("WWW-Authenticate: Basic realm=\"$msg\""); die; ?> Use your htaccess to redirect hotlinks to that script. Replace $msg with whatever text you want to appear in the password prompt box. Enjoy. |
Quote:
|
Wow. I must say that I am surprised by how many webmasters followed this thread and implemented .htaccess. Even a couple of days ago, you could go to fusker and 99% of the galleries showed pics. Now, it's about 1/2 pics and 1/2 red x's or advertising messages.
And slapass, the method for .htaccess you have chosen will work. Just so others know the difference between the htaccess I provided and the one you listed...mine is used to block specific domains, such as fusker. Yours prevents hotlinking from any and all sites, except for your own domain. The only reason I prefer my method better is that some TGPs pull a thumbnail from your gallery, and display it on their front page, which then links to your full gallery, complete with your advertising. I don't want to block this legitimate use of images. |
All times are GMT -7. The time now is 10:34 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123