![]() |
Content "Theft" Site
Have you been Fuskered? It is a site that will grab your art (images) and display them with out links to your advertising. All you get is the tag on the image if you put one there.
They can grab your whole gallery (or file of art) and place the images in a slide show for their surfers all on your bandwidth. Again without reference to or link to your sponsor or you if you're the sponsor. This is in obvious violation to license agreements with many sponsors on use of their art. You've got the gest or it. Not the first site to come along with this. Whether you can really call this theft is open for debate. Google links to images, but...... A simple demand email removed my links from their site: http://fusker.lewww.com/ |
yeah right and the other zillion clones they run ? wanna see our fusker logs ?
|
Good luck fighting that uphill battle :thumbsup
|
Quote:
You can play with htaccess to block them of course... |
Quote:
If they are not self hosting advising their host can bring them down.. Just need to word you request correctly. |
At least they remove yours asap when you email them.. but here is this site using more than 6,000 galleries and stealing your bandwidth: http://www.usefulidiot.com grr.
|
Quote:
I watch my stats for bandwidth leaks. So I'll catch the real big ones I hope. If a techie, say someone with the power of smokie comes along, well I'm screwed. If they want to direct link and show the ads with the content, that's great and I'll take the backlink too. Any others that are a pain to anyone. Let's get them out in the open here. I'm willing to spend time causing grief to the assholes. |
fusker has been around for a while www.fusker.com they provider the software to setup your own fusker. there are plenty of fuskers out there.
|
You can use htaccess to block use of art except if it is accessed through your site. That creats a couple of concerns. The first is googlebot.
The second concern is how you use htaccess. It may mean a htaccess file in every gallery to be most effective?? Any suggestions? |
Quote:
|
That is some fucked up shit
|
Quote:
Maybe its time to determine how to block fuskers without hurting googlebot or the other spiders crawling for SERP placement. Could add the IPs to the firewall. |
:thumbsup Have a firewall in place. I can use it. I also fucked it up once and brought my server down. That made me an IDIOT that day. Sleazy was right once.
Quote:
|
I always run a top level htaccess that sends Fusker and known clones
to an image that informs the user of a URL where they can access the images they want in a legitimate way. If you are not smart enough to protect from such things, then you are in the wrong segment of this business. |
Quote:
Good point. I just removed a lenghty htaccess worried that I had something in it that messed with google bot. Lost SERPs big time last index. May I point out that there are tons of people around that don't know jack about htacess files etc. that are making coin in the biz. They just wing it until they make enough to hire someone that does. |
Quote:
|
Quote:
removal of that htaccess file prolly earned me the placement with fusker. I need to study all more and add something I am sure of back. One could make a whole career of just htaccess BTW. |
This will block any referring site with "fusker" in the domain string.
RewriteEngine on RewriteCond %{HTTP_REFERER} .*fusker*.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ - [F,NC] If you want to return a specific image in it's place, use RewriteRule .* http://www.whoever.com/your_hotlink_dir/hotlink.jpg [F,R] I'd use a watermarked image promoting your site. Don't waste bandwidth by using goatse or whatever. I prefer to just drop the request. Note: on some servers, .* needs to be (.*) not sure why yet.. |
Quote:
|
me too
i've added this
RewriteEngine On RewriteCond %{HTTP_REFERER} ^.*fukser\.com.*$ RewriteRule /* http://www.candydreams.com [R,L] |
Quote:
-Dino |
Quote:
:2 cents: |
Quote:
Now how could you set that up so it blocks fusker, and say other sites as well such as url's that have "yahoo" in the referrer string? |
Quote:
The entire web got knocked down many notches in SERPs and the verdict is not out yet on what happened (except for a vague concensus that google changed its algo). Most are waiting for the next update to see if we need to change anything or if g will put its head on straight again (many surfers are complaining about useless search results after this last change - mainstream and adult). -Dino |
shitty deal, but this aint the only site doing that
|
Quote:
What if the fuskering site is actually called www.fusker.mysite.com, or fusker.mysite.com? Yours will only work for an actual *fusker.com. Also, the "beginning of string character" - the "^" - isn't stricly needed. if you include it, apache will evaluate it. For a referer string, it's not needed - it will always use the "beginning" of a referrer string unless you tell it not to. The same goes for the "end of string" - the "$". I left it in mine - no sure why :) |
Quote:
RewriteEngine on RewriteCond %{HTTP_REFERER} .*fusker*.*$ [NC] RewriteCond %{HTTP_REFERER} .*yahoo*.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ - [F,NC] |
Each page on Fusker has this:
If this fusker contains illegal content please use this link to report it. If ALL the images in this fusker are broken please use this link to report it. When you click it, it kills that page. A confirm window pops up for you to click, my question is, how can I automate clicking that button? I can write up the code to scroll through the fusker listings but how do I autosubmit it? I'd like to set a script to run every hour and wipe out their listings. |
Quote:
|
I just pulled the 'broken' link from a perl command line prog. here's the code in the popup - really easy to post the contents back:
Code:
<body> ion/pre_call_moderation.php |
Appreciate the info on htaccess for those that offered examples. Word to the wise for those of short of guru status. htaccess command results vary from server to server. Slight syntax chnage can make a big difference.
Suggest taking time to understand exactly what's going on with your particular server. Seems easier to block them as they become known with your firewall. Problem is is there is software out there that loads on the surfers PC. So that would be the requesting IP. Obvious mess. I was dumb and happy with my htaccess file I had in place. I picked it in part from a board and then studied each command and readup on htaccess. Didn't have a problem that I knew of anyway until I pulled the htaccess file. Then I found the fusker leak in fairly short time. Pulled it casue I lost serps and was worried that maybe it had something to do with googlebot and my htaccess file. It was a concern from day one to be honest, but all was going fine for along time. All kinds of reasons to lose SERPs. So when that happens like it did, you look at everything and try to get rid of everything that could be a problem. My fear is blocking the SE spiders... Sure google IPs are known. BUT ya have to keep up with changes. Then there is the rest of the SEs. |
Quote:
|
|
Quote:
|
Good deal I used that javer code and looks like it's working. Here's a screencap of 100 fuskers getting axed at a time, if anyone wants the code, I'll post it (It uses ColdFusion)
http://www.kaporn.com/fusk.jpg Edit: didn't see your post there Smokey, I guess we'll be doubleteaming then |
Quote:
|
I just built a vb socks program to repeat hit the delete url.
|
Useful idiot is starting to get blocked, which is sad because I'm really enjoying all that free porn :)
|
lol i think your hitting it to hard with yours because its only getting 1 out of every 3 thru for me * must be server busy :) or its just taking awhile to refresh..
Maybe ill let you delete the database and ill run the bot to keep any new posts out |
Quote:
|
Quote:
sounds good I'll just wipe it clean then hee hee |
Quote:
Where in St. Pete are you? I moved from there about 5 months ago. Used to hang out at the Rare Olive downtown all the time. |
Quote:
:thumbsup |
Quote:
|
Quote:
|
Quote:
I live in Gulfport now, but I used to live above the Rare Olive up on the top floor. Actually there wasn't anything in that spot then, it was empty. That was 93-95. If I go downtown I usually end up at the State, I get to go to the shows for free since I maintain their websites. |
http://babes.usefulidiot.com/ "Currently listing 10895 galleries. Not Seeing what you want? Use Random."
Here is the thread I started about him btw: http://gofuckyourself.com/showthread.php?t=399613 |
Quote:
|
Not much can be done about the smart ones beyond using sessions to verify if they are allowed to view content, instead of the http referrer.
pornolizer.org tells the surfers to turn off referrer logging in their browser, so you can't even block those surfers with htaccess unless you want to risk getting banned by TGPs for not allowing blank referrers on images. |
All times are GMT -7. The time now is 08:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123