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)
-   -   Tommy and Jays are no longer the biggest? (http://www.greenguysboard.com/board/showthread.php?t=17535)

Rayzor 2005-03-15 01:40 PM

Tommy and Jays are no longer the biggest?
 
Tommy's and Jay's have been knocked off the top spot in my stats by this site:

http://fusker.lewww.com/index.php

What the f**k is this site? is this a good thing, is it hammering my BW for free.

Am i paranoid (in the same day i've found that somebody got into my PHPAdmin |angry| )?

Has anyone heard of this lot?

Cleo 2005-03-15 01:43 PM

http://fusker.lewww.com/index.php
That is BW sucking assholes linking to your pics without them ever seeing your ads. :(

Useless 2005-03-15 01:44 PM

Update your .htaccess to block those fuckers before they eat you out of house and home.

cd34 2005-03-15 01:49 PM

RewriteEngine on
RewriteCond %{HTTP_REFERER} fusker [NC,OR]
RewriteCond %{HTTP_REFERER} fucsker [NC,OR]
RewriteCond %{HTTP_REFERER} fukser [NC]
RewriteRule .* - [F,L]

That would at least prevent them for now

cow 2005-03-15 01:49 PM

Never heard of him and never seen the site too.

Moo

cow 2005-03-15 01:52 PM

Quote:

That is BW sucking assholes linking to your pics without them ever seeing your ads.
Quote:

Update your .htaccess to block those fuckers before they eat you out of house and home.
Wow, he is a fucker !!!!

Moo

Rayzor 2005-03-15 02:10 PM

I Thought that title would get attention :) (you are still the best, really)

Thanks everyone for the quick responses! much appreciated, and thanks for the .HTaccess code.

I've added it but how can i be sure that asshole isn't still sucking 3GB a day from me?

cd34 2005-03-15 02:14 PM

tail your logfiles and watch for the pretty 403s

check your realtime bandwidth graphs

Theproofhouse 2005-03-15 03:43 PM

Yep, I also had these fuckers. Just put ht.access

Boogie 2005-03-15 04:26 PM

these guys are a fucking cancer on the internet. The fact that they have sponsors who continue to pay them for stealing bandwidth makes me feel dead inside.

stuveltje 2005-03-15 05:16 PM

fusker did someone mention fusker |shocking|

digifan 2005-03-16 09:43 AM

They gave me headaches in the past too.

grzepa 2005-03-16 11:14 AM

@Boogie: I totally agree with you... thats a fucked up situation, he should be forced to promote scat.

RawAlex 2005-03-16 11:46 AM

The sponsors who pay for this stuff really need to come on out here and explain why they accept traffic from a hotlinking scum ass fuckwad loser thief.

Adbrite?

hello?

Alex

SirMoby 2005-03-16 12:02 PM

I remember when I first started surfing for porn it was quite common for some very well known sites to hot link images in member's areas. Very well known sites that are still in biz today. As recently as last year I saw a couple of very well respected TGPs trading traffic with a site that hotlinked.

Yes these fuskers are fuckers but it's been happening a long time and I bet you're getting traffic from folks that at one time did something similar.

Sure I'd love to kick the snot of these guys and beat all the $$$ worth of stolen BW out of them but that ain't going to happen.

SinSational 2005-03-16 02:41 PM

Quote:

Originally Posted by digifan
They gave me headaches in the past too.

i think they have give a lot of people problems

troy 2005-03-16 05:01 PM

I also had the luck to meet them |angry|

McSpike 2005-03-16 05:13 PM

learn how to profit from that. that's my 2 cents.

I'd be happy if you hotlinked from me. be my guest. burn 1TB if you need. you will only put a grin on my face

troy 2005-03-16 05:21 PM

I already have 3 sales from my hot link thanks fusker

spacemanspiff 2005-03-16 05:52 PM

Quote:

Originally Posted by McSpike
learn how to profit from that. that's my 2 cents.

I'd be happy if you hotlinked from me. be my guest. burn 1TB if you need. you will only put a grin on my face

OK, I'll bite. What do you do to fusk the fuckers? Swap out the hotlinked images with a ad?

McSpike 2005-03-16 06:30 PM

Quote:

Originally Posted by spacemanspiff
OK, I'll bite. What do you do to fusk the fuckers? Swap out the hotlinked images with a ad?

yup. the smart ones do it. but if you know some PHP, imagemagick and mod_rewrite in htaccess boy you can shoot out a hell of a targeted ads. this insane idea just poped in my head. boy I am pumped up today. I just came back from a marketing seminar and I am full of unbelievable ideas.

Pervypete 2005-03-16 07:18 PM

Can anyoneone show an example?
 
Can anyone could throw an enlightening example of a typical hotlink redirecting mod_rewrite command, how it should look in the .htaccess, and where it should be placed... (top or bottom) - btw, this is a great suggestion, why not redirect the shitheads instead of just blocking them! |bow|

What just hit my pervert mind... wouldn't those fother mucking hotlinkers just be able to detect and block such a kinda redirection trick pretty quickly?

McSpike 2005-03-17 06:45 AM

well you can't redirect them but can show a different picture, I mean an ad ;)

spacemanspiff 2005-03-17 08:06 AM

I seem to recall an .htaccess that would redirect a surfer to the page of your choice when they clicked on a link or thumb. I think you could specify which referrers to look for too. I'll have to look around and see if I can find it.

Corleone 2005-03-19 11:22 AM

I hate fusker..

add a htaccess hitlink protection!:)

troy 2005-03-19 11:47 AM

This is what I use.

AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On


ErrorDocument 400 http://www.yourdomain.com/
ErrorDocument 403 http://www.yourdomain.com/
ErrorDocument 404 http://www.yourdomain.com/
ErrorDocument 500 http://www.yourdomain.com/
ErrorDocument 501 http://www.yourdomain.com/
ErrorDocument 503 http://www.yourdomain.com/

RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com:80/.*$ [NC]

ReWriteRule .*\.(JPG|jpg|JPg|Jpg|GIF|gif|GIf|Gif)$ http://www.yourdomain.com/hotlink.htm [R,L]

This is what they get:
http://www.mlilahsporndimension.com/hotlink.htm

Hope it helps
|peace|

cd34 2005-03-19 11:50 AM

Quote:

Originally Posted by troy
ReWriteRule .*\.(JPG|jpg|JPg|Jpg|GIF|gif|GIf|Gif)$ http://www.yourdomain.com/hotlink.htm [R,L]

Realizing of course that all they are seeing is broken images right?

The browser is expecting an image, and you are handing it an html page which will never get seen by a hotlinker.

Cleo 2005-03-19 12:17 PM

Things where so much more fun before popup blockers.
http://kinky-cleo.com/hell/index.html

Wenchy 2005-03-19 04:54 PM

Quote:

Originally Posted by cd34
Realizing of course that all they are seeing is broken images right?

The browser is expecting an image, and you are handing it an html page which will never get seen by a hotlinker.

Isn't it possible to make the rewrite URL that of an image/ad file (.jpg/.gif) rather than .htm/.html? I'm still dusting off the .htaccess center of my brain, but I seem to recall that being possible...

cd34 2005-03-19 05:06 PM

You can change the .html to an image, something like:

http://www.greenguysboard.com/board/...=142450#142450

xxxjay 2005-03-21 03:20 PM

Oh damn, I quit then.

Rayzor 2005-03-22 01:29 PM

Can i have your site then? ;)

fris 2005-03-24 08:02 PM

i doubt the fusker makes any revenue. besides from the ads at the top. jays se traffic is gold. i wonder how much the fusker is making off their sexsearch ad :)

pornrex 2005-03-25 02:32 AM

Most of y'all just "talk" about how fuskers is this and fuskers is that but not one of you have actually come up with a solution to this person's thread dilemma.

Rayzor, honestly, If I had a simple solution for you I would gladly share it with you instead of pretending to care but unfortunately I don't right now.

One of my good friends at my hosting company suggested that I invest in a hotlinking protection package, the name of which escapes me at the moment. Its a touch expensive but well worth it in the long haul.

I will get the name of the package for you and post it tomorrow whether your interested or not.

RawAlex 2005-03-25 02:44 AM

pornrex - the htaccess recommended by cd34 on page 1 woudl take care of the immediate problem of fusker. You can also block off all access to images (as someone else has posted above). I think both of those things can work to resolve a big part of the problem.

Most "protection packages", from what I can tell, will end up eating your server alive. You will end up spending huge amounts of system resources or make it more difficult for your surfers to view the content you want them to see.

Keep a close eye on your server usage... :-)

Alex

pornrex 2005-03-25 02:56 AM

Quote:

Originally Posted by RawAlex
pornrex - the htaccess recommended by cd34 on page 1 woudl take care of the immediate problem of fusker. You can also block off all access to images (as someone else has posted above). I think both of those things can work to resolve a big part of the problem.

Most "protection packages", from what I can tell, will end up eating your server alive. You will end up spending huge amounts of system resources or make it more difficult for your surfers to view the content you want them to see.

Keep a close eye on your server usage... :-)

Alex

Fair enough Alex. But, dont you think mucking around with your .htaccess file is playing with fire? One of the tech supports I talk to all the time at my hosting company said that if you dont know what you are doing, you could be headed for a whole lotta trouble...

Also...its next to impossible trying to submit to you. I have tried in the last 2 days to submit 2 sites to you but have all but given up.

Everytime I wait the alotted amount of time and then come back I keep getting the same sorry you have exceeded message please waited 61 minutes...and I never even had the chance to submit!

Lastly, maybe someone here could answer a question of mine. I have a dedicated server and things seem to be running smoothly. My hosting company told me that I have to figure out what stats package I want to use to keep track of my stats as they do not provide one for me at the price range that I'm at which in my opinion is absurd. I was quite happy with the virtual host cpanel they provided when I was on a virtual host but they said that their version of cpanel is not offered via the dedicated route blah blah blah. I am not happy with webalyzer - I find that its too limited and it does not give me enough stats to analyze jack shit. Can you recommend a stats package, or maybe a host that offers a cpanel for a basic dedicated server plan?

RawAlex 2005-03-25 03:15 AM

pornrex: i will be opening up the nubmer a little bit starting later today. I am trying to fine tune it so that I am getting back the number of submits I want per day. I am trying to spread it out all over the day so webmasters in all time zones get a chance. The number is purposely low right now, because I had a backlog to get through. But I have pretty much caught up, so I can open it up a bit more.

Try again a little later, I shoudl have the number turned up soon.

As a side note: If you install a lock on your front door, there is a chance you mess up the door frame. But I doubt you would want to have a house without a lock.

If you are not comfortable installing an htaccess file, I am thinking that a whole protection package might be an even bigger hurdle to get over.

Alex

pornrex 2005-03-25 03:23 AM

Quote:

Originally Posted by RawAlex
pornrex: i will be opening up the nubmer a little bit starting later today. I am trying to fine tune it so that I am getting back the number of submits I want per day. I am trying to spread it out all over the day so webmasters in all time zones get a chance. The number is purposely low right now, because I had a backlog to get through. But I have pretty much caught up, so I can open it up a bit more.

Try again a little later, I shoudl have the number turned up soon.

As a side note: If you install a lock on your front door, there is a chance you mess up the door frame. But I doubt you would want to have a house without a lock.

If you are not comfortable installing an htaccess file, I am thinking that a whole protection package might be an even bigger hurdle to get over.

Alex

hehehe...cool. |thumb Actually it worked out well enough...I surfed your site saw some really cool stuff learned a shit load of stuff in the process and came "this close" to giving you a sale! :D

As far as your encrypted message, thanks for the tip and I love it when I learn something new everyday but in this case, I was referring to other people regarding the whole .htaccess issue. |cheers|

Jel 2005-03-25 05:07 AM

I use this:
http://fusker.lewww.com/index.php?li...query=bukkake&
but just had a thought - could I serve an ad from phpadsnew and make it clickable? Gotta run but I'll try when I get back :)

Jel 2005-03-25 06:16 AM

Quote:

Originally Posted by cfnmparty
I use this:
http://fusker.lewww.com/index.php?li...query=bukkake&
but just had a thought - could I serve an ad from phpadsnew and make it clickable? Gotta run but I'll try when I get back :)

Answer = no :D


All times are GMT -4. The time now is 03:58 PM.

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