GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   1/2 of my 404 traffic is Fusker.Leww (https://gfy.com/showthread.php?t=424410)

slapass 01-30-2005 10:31 AM

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?

sexdwarf 01-30-2005 10:35 AM

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...

NickPapageorgio 01-30-2005 10:37 AM

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.

BVF 01-30-2005 10:38 AM

Good ole fusker lewww people. I hope they hotlink every fucking gallery I have online.

slapass 01-30-2005 10:40 AM

lets see if they like AAC or AFF. Free sign up and actually meet the girls... well maybe.

:winkwink:

slapass 01-30-2005 10:40 AM

Quote:

Originally Posted by BVF
Good ole fusker lewww people. I hope they hotlink every fucking gallery I have online.


Why do you like them?

49thParallel 01-30-2005 10:47 AM

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.

slapass 01-30-2005 10:54 AM

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

BVF 01-30-2005 10:56 AM

Quote:

Originally Posted by slapass
Why do you like them?

Luckily for me, I didn't take the hun's advice and I kept my watermarks on my pics. One time, he said that I could get accepted if I took off the watermarks and I was like fuck that.

So now. every picture of mine that is hotlinked has my domain on it anyway, therefore it's free advertising.

slapass 01-30-2005 10:59 AM

Quote:

Originally Posted by BVF
Luckily for me, I didn't take the hun's advice and I kept my watermarks on my pics. One time, he said that I could get accepted if I took off the watermarks and I was like fuck that.

So now. every picture of mine that is hotlinked has my domain on it anyway, therefore it's free advertising.

Cool but not useful for me. I should go in and mass renumber the pictures.

The other question that comes up is why is this ok?

RawAlex 01-30-2005 11:01 AM

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

slapass 01-30-2005 11:02 AM

Quote:

Originally Posted by RawAlex
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

If I can redirect their request ot them, why can't i redirect it to a paysite?

MattO 01-30-2005 11:06 AM

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.

49thParallel 01-30-2005 11:25 AM

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.

slapass 01-30-2005 12:00 PM

Quote:

Originally Posted by 49thParallel
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.

I can't track the ACC sales that well but last month I made $40 with AFF on this traffic. My idea was to increase the amount and hurt them. They assume that there are imagess in between so what if I number mine 50 apart? a 12 pic gallery would load 600 sections. Now their bandwith is getting used and I am getting more hits to my sposnor.

But otherwise I am going to use your idea in addition.

Boss Traffic Jim 01-30-2005 12:07 PM

Quote:

Originally Posted by RawAlex
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

That is what I do also :upsidedow It's a waste of time and effort to try to send their traffic to anything. It's a free loader site that will never buy anything, so send them their BW right back to them. :2 cents:

Donny 01-30-2005 12:10 PM

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.

49thParallel 01-30-2005 12:11 PM

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]

49thParallel 01-30-2005 12:18 PM

Quote:

Originally Posted by Afrin
That is what I do also :upsidedow It's a waste of time and effort to try to send their traffic to anything. It's a free loader site that will never buy anything, so send them their BW right back to them. :2 cents:

Using this logic, then TGP and search engine traffic would also be useless. How many people do you know that initially go to the web looking to find a pay site? Almost all traffic starts as freeloader traffic. You then have to use your best marketing pitch to convert them into purchasers.

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....

slapass 01-30-2005 12:25 PM

Quote:

Originally Posted by 49thParallel
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]

Awesome and what happens if I do not have an image in that spot?

49thParallel 01-30-2005 12:39 PM

Quote:

Originally Posted by slapass
Awesome and what happens if I do not have an image in that spot?

It will just load a red x. It won't redirect the page to your 404 page, although it would be nice if it did. The only way you can get a image to go to a 404 is if the surfer actually types in his address bar http://www.yourdomain.com/image.jpg and image.jpg doesn't exist.

slapass 01-30-2005 12:42 PM

Quote:

Originally Posted by 49thParallel
It will just load a red x. It won't redirect the page to your 404 page, although it would be nice if it did. The only way you can get a image to go to a 404 is if the surfer actually types in his address bar http://www.yourdomain.com/image.jpg and image.jpg doesn't exist.

Awesome well it is all in place lets see if I generate some typeins to my other site and so more 404.


:thumbsup

And who says GFY is just surfers with nothing to share.

49thParallel 01-30-2005 12:53 PM

Quote:

Originally Posted by slapass
Awesome well it is all in place lets see if I generate some typeins to my other site and so more 404.


:thumbsup

And who says GFY is just surfers with nothing to share.

No problem! But don't celebrate to much..overall GFY is still a place filled with bitching and complaining..and very little in the way of useful information. For real info, GFY shall remain on the very bottom of my list of resources.

SpaceAce 01-30-2005 01:28 PM

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

slapass 01-30-2005 06:07 PM

Quote:

Originally Posted by 49thParallel
No problem! But don't celebrate to much..overall GFY is still a place filled with bitching and complaining..and very little in the way of useful information. For real info, GFY shall remain on the very bottom of my list of resources.

Dude this is really sweet! I am seeing typeins. I am promoting a very low volume domain so the upswing is noticable. I will let everyone know if this works out.

Anyone know what I change to make the htaccess work for all sites that hotlink me?

fris 01-30-2005 06:10 PM

Quote:

Originally Posted by slapass
Dude this is really sweet! I am seeing typeins. I am promoting a very low volume domain so the upswing is noticable. I will let everyone know if this works out.

Anyone know what I change to make the htaccess work for all sites that hotlink me?

todd hit me up. babes.coolios.net raped one of my sites.

i just fixed it.

345801040

tungsten 01-30-2005 06:11 PM

try the free programs..

Mr Pheer 01-30-2005 06:36 PM

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

Mr Pheer 01-30-2005 06:37 PM

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....

SmokeyTheBear 01-30-2005 06:39 PM

Quote:

Originally Posted by MrPheer
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


cool , did you redirect or use php ?

Mr Pheer 01-30-2005 06:40 PM

Quote:

Originally Posted by SmokeyTheBear
cool , did you redirect or use php ?

neither, its mod rewrite

this trick really kicks ass in the search engines

thonglife 01-30-2005 06:43 PM

Quote:

Originally Posted by MattO
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.

403 + .htaccess... bye-bye fusker

slapass 01-30-2005 06:45 PM

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.

Alex 01-30-2005 06:50 PM

Quote:

Originally Posted by sexdwarf
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...


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.

Mr Pheer 01-30-2005 06:51 PM

Quote:

Originally Posted by slapass
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.

I'm not sure what my SE script would do if it tried to load an image from a domain that was a 404 instead of an image redirect... but I'm about to find out :)

Odin88 01-30-2005 06:51 PM

Quote:

Originally Posted by MrPheer
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

Care to share? Or am I going to have to hunt this one down myself? Pretty neat trick.

pussyluver 01-30-2005 06:52 PM

Quote:

Originally Posted by DonovanPhillips
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.

Did the same thing a few weeks ago. Went back and checked. My links were gone. Of course I knew that from my stats report.

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.

slapass 01-30-2005 06:55 PM

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.

Mr Pheer 01-30-2005 06:57 PM

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.

Mr Pheer 01-30-2005 06:57 PM

http://gifanimation.sites.fadulth.co...angelboris.gif

wtf how am I seeing 3D without glasses?

xclusive 01-30-2005 07:07 PM

htaccess is the way to go

pussyluver 01-30-2005 07:15 PM

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

pussyluver 01-30-2005 07:18 PM

The new fuskers work though.

even got http://www.jennajamesonprivate.com/

pussyluver 01-30-2005 07:20 PM

Not sure that is really a Jenna site!

Cirrus 01-30-2005 07:28 PM

interesting

rowan 01-30-2005 08:45 PM

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:

RawAlex 01-30-2005 08:53 PM

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

rowan 01-30-2005 08:54 PM

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.

DWB 01-30-2005 09:14 PM

Quote:

Originally Posted by rowan
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.

That's interesting.

49thParallel 01-30-2005 09:53 PM

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