Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-07-26, 11:34 AM   #1
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,758
Send a message via ICQ to Greenguy
Major Hotlinker

Torn pointed out this fucktard monkey to me a little while ago:

http://tbig10k.com/?category=free&page=1

They are hotlinking the shit out of a lot of domains - it looks like they have a spider that goes to link lists & TGP's, finds galleries & then hotlinks the images as if they were their own. They do give put up a text link that says "SUPPORT THE ORIGINAL GALLERY" for each of the thousands of galleries they have hotlinked, but IMHO that's not gonna cut it.

So, poke around & check your htaccess files - I saw a few sponsors & familiar domains on there that I use that are being hotlinked
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Old 2004-07-26, 11:45 AM   #2
Torn Rose
"Faith is believing what you know ain't so." ~ Mark Twain
 
Torn Rose's Avatar
 
Join Date: Aug 2003
Location: Portland, Oregon
Posts: 4,806
I am not at all good with htaccess, but Brett from sammy4u.com said he put it in his htaccess and it did not stop his images from being used.

So anyone have a suggestion?
Torn Rose is offline   Reply With Quote
Old 2004-07-26, 03:03 PM   #3
tootie
Rock stars ... is there anything they don't know?
 
Join Date: Jun 2004
Posts: 17
Yikes! I notice one of the domains being hotlinked is Neriah.com! I have a feeling Ms. Davis won't like that.
__________________
<a href="http://www.cherrychecks.com"><img src="http://www.bannerbabe.com/cc-120x60-01.gif"></a>
tootie is offline   Reply With Quote
Old 2004-07-26, 04:16 PM   #4
doll
If something goes wrong at the plant, blame the guy who can't speak English
 
Join Date: Dec 2003
Location: Houston, Texas
Posts: 36
Send a message via ICQ to doll Send a message via Yahoo to doll
Are you able to ban certain domains in your htaccess?
doll is offline   Reply With Quote
Old 2004-07-26, 04:23 PM   #5
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,758
Send a message via ICQ to Greenguy
You can redirect them to another domain/page (not on the same domain) by using this:

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} ^.*tbig10k.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*anotherdomain.*$
RewriteRule /* http://www.redirect-to.com/ [R,L]

If it sees that combo of letters in the referral, it will kick them to the redirect-to domain.

(and please - all you htaccess guru's, if this is incorrect, correct me - LOL)
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Old 2004-07-26, 05:17 PM   #6
tiny
Hello, is this President Clinton? Good! I figured if anyone knew where to get some tang it would be you
 
Join Date: Aug 2003
Location: maine
Posts: 447
Did a page source and I'd say that its being generated from the link below and thats probly where you'd need to flag it
</head>
<frameset rows="100%,*" border="0">
<frame src="http://sonicmedia.net/Clients/tbig10k/?category=free&page=1&" frameborder="0">
<frame frameborder="0" noresize>
</frameset>
</html>

ican't you add that domain in a robot text to stop any spider it might be sending out
tiny is offline   Reply With Quote
Old 2004-07-26, 05:38 PM   #7
Pervy
Lord help me, I'm just not that bright
 
Join Date: Jan 2004
Location: Asia
Posts: 100
Send a message via ICQ to Pervy
Greenguy,

What with this guy and the fusker stuff I was wondering if you know of a good htaccess tutorial ?

I searched the forums and there is so much stuff its hard to know where to start

Pervy
__________________
Pervy
<br>
Pervy is offline   Reply With Quote
Old 2004-07-26, 06:14 PM   #8
jscott
I saw weird stuff in that place last night. Weird, strange, sick, twisted, eerie, godless, evil stuff. And I want in
 
Join Date: Aug 2003
Location: Taiwan
Posts: 458
Send a message via ICQ to jscott
thanks for the info, i'm mailing some people i know that have stuff on there
__________________
Best cams to promote is Chaturbate
Another great one is Strip Cash
jscott is offline   Reply With Quote
Old 2004-07-26, 07:02 PM   #9
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Here is some htaccess info.

Go about 3/4 of the way down on this page.
http://www.cleos-porn-links.com/adul...ster-help.html

And here is an example
http://cleogoodstuff.com/htaccess.txt
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-07-26, 08:09 PM   #10
chilihost
Look at 'em. Watchin' my TV. Sittin on my couch. You better not be in my ass groove!
 
chilihost's Avatar
 
Join Date: Aug 2003
Posts: 465
To stop all hotlinkers use this code in your htaccess file (stored on your root directory):

Quote:
RewriteEngine on

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

RewriteRule .*\.(gif|GIF|jpg|JPG|mpg|MPG|Mpeg|mpeg|MPEG|rm|RM)$ http://www.yoursponsor.com [R,L]

To allow certain domains to hotlink, just copy the two RewriteCond lines and add in the domains you want to hotlink.

Oh, one other quick point, htaccess is a bit fussy depending on your server's apache setup and mod rewrite options, so its always best to consult with your hosting company if you have issues getting it working.


cheers,
Luke
__________________
HunkMoney+BritishBucks+LatinoBucks=50+ gay sites!
chilihost is offline   Reply With Quote
Old 2004-07-26, 08:16 PM   #11
Pervy
Lord help me, I'm just not that bright
 
Join Date: Jan 2004
Location: Asia
Posts: 100
Send a message via ICQ to Pervy
Thanks Cleo, there is some great stuff in there.

Pervy

Quote:
Originally posted by Cleo
Here is some htaccess info.

Go about 3/4 of the way down on this page.
http://www.cleos-porn-links.com/adul...ster-help.html

And here is an example
http://cleogoodstuff.com/htaccess.txt
__________________
Pervy
<br>
Pervy is offline   Reply With Quote
Old 2004-07-26, 08:49 PM   #12
DangerDave
Bonged
 
DangerDave's Avatar
 
Join Date: Mar 2003
Location: BrisVegas, AUSTRALIA
Posts: 4,882
Quote:
Originally posted by chilihost
To stop all hotlinkers use this code in your htaccess file (stored on your root directory):
Using that code as a blanket solution can cause you problems, especially with users that run Norton and have referrer blocking on

DD
__________________
Old Dollars >>>> Now with over 90 Hosted Free Sites <<<<
DangerDave.com.au - Adult Links to Free Porn
DangerDave is offline   Reply With Quote
Old 2004-07-27, 12:46 AM   #13
Monkey Spanker
Just because I don't care doesn't mean I don't understand!
 
Monkey Spanker's Avatar
 
Join Date: Jun 2004
Location: Florida
Posts: 97
Send a message via ICQ to Monkey Spanker
You should be able to set up hotlink protection on your CPanel. It is easier than dealing with htaccess because you just plug in domains that are allowed to hotlink and blocks the rest.

There is a way to redirect hotlinkers and still allow 'blank referrers' which will allow surfers with a firewall up to still see images and allows people to type in URLs that link directly to images without hotlinking. Here is what the htaccess should look like:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourotherdomain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yetanotherdomain.com.*$ [NC]
RewriteRule ^.+\.(jpg|jpeg|png|gif|bmp)$ http://www.yourdomain.com/randomimage.jpg [R,L]

There is a great new site a guy I know just started that gives you all the htaccess code you need and he is an htaccess wizard. I hope this isn't considered spam because it is a free service. Check it out! htaccesstools
__________________
PROUD MEMBER OF

ADULT NETWORK
Monkey Spanker is offline   Reply With Quote
Old 2004-07-27, 12:59 AM   #14
bret
Shut up brain, or I'll stab you with a Q-tip!
 
bret's Avatar
 
Join Date: Aug 2003
Posts: 110
HTTP_REFERER is generated by the client in the HTTP Header. It can easily be spoofed. However, this is usually done client side, and only a rougue browser would be spoofing HTTP headers.

Although I would not put it past someone to find a way around the client side limitations.

If this were the case .htaccess would be rendered useless.
bret is offline   Reply With Quote
Old 2004-07-27, 01:04 AM   #15
bret
Shut up brain, or I'll stab you with a Q-tip!
 
bret's Avatar
 
Join Date: Aug 2003
Posts: 110
i just took a look at this guys site...

no trickery, he i just praying on weak webmasters who do not protected their image files.

.htaccess would cure the problem.
bret is offline   Reply With Quote
Old 2004-07-27, 08:44 AM   #16
abe
Just because I don't care doesn't mean I don't understand!
 
Join Date: Sep 2003
Location: Belgium
Posts: 99
Quote:
Originally posted by Greenguy
You can redirect them to another domain/page (not on the same domain) by using this:

RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} ^.*tbig10k.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*anotherdomain.*$
RewriteRule /* http://www.redirect-to.com/ [R,L]

If it sees that combo of letters in the referral, it will kick them to the redirect-to domain.

(and please - all you htaccess guru's, if this is incorrect, correct me - LOL)
If you want you can redirect them to another folder on the same domain IF you put a new htaccess in that folder (in which the domains are not redirected)
abe is offline   Reply With Quote
Old 2004-07-27, 09:23 AM   #17
emmanuelle
0100011101100101011001010 1101011001000000100001101 1010000110100101100011
 
emmanuelle's Avatar
 
Join Date: Mar 2004
Location: Montreal
Posts: 1,441
Send a message via ICQ to emmanuelle
I believe that this is part of the 'fusker' phenom.

Since these sites come with a search feature, we simply watermark our pictures, and then reap the advertising.

If you cant beat 'em, join 'em....
emmanuelle is offline   Reply With Quote
Old 2004-07-27, 09:34 AM   #18
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally posted by emmanuelle
simply watermark our pictures, and then reap the advertising.
Besides having a standard htaccess file in place, and yes I just throw one in at the root of my domains, I'm sure to always put a logo with a domain name on all the pics that I use.

The truth is that if someone can view something they can also take it. We might not like it and we can block domains but that is about it other then hiring expensive people to file paperwork.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2004-07-27, 10:25 AM   #19
Alphawolf
Don't come to Florida for vacation. We're closed.
 
Alphawolf's Avatar
 
Join Date: Nov 2003
Location: Orlando, Florida
Posts: 1,874
Yeah. Watermarks help at least.

You know this guy was just crusin' galleries and saving pics without domain names stamped- and even some with domain names stamped:

http://www.greenguysboard.com/board/...&threadid=9551
Alphawolf is offline   Reply With Quote
Old 2004-07-27, 09:34 PM   #20
darksoft
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Join Date: Mar 2003
Posts: 56
I have ONE pic folder on each of my domains and use an htaccess in that folder similar to what greenguy posted. That way ANYTHING in that folder and subsequent folders is protected and it also allows me to permit hotlinking in any folder except that one, should the need arise. It's also to help with less cluttering of freesites, galleries, etc. One pic folder repository keeps things easy for me and the htaccess code is simple and small.

However, I also have one in the root of each domain for those sitesuckers and such, including fusker.
darksoft is offline   Reply With Quote
Old 2004-07-28, 12:33 AM   #21
Frank
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
 
Frank's Avatar
 
Join Date: Apr 2003
Posts: 70
I love hot linkers

I love hot linkers.... (it's FREE traffic).

As has been stated, there's ways to send them
to where you want them to go via htaccess, etc...

Use the free traffic to your advantage and enjoy. :-)

Just remember to stay ahead of the game so
you never have to catch up. Meaning... plan for it
before hand.

Always put your images and whatever else you need
protected under a protected enviroment and be prepared.
THEN... set back and "HOPE" someone hotlinks you.
The results can be fun to see. :-)
Frank is offline   Reply With Quote
Old 2004-08-02, 05:54 AM   #22
Pervy
Lord help me, I'm just not that bright
 
Join Date: Jan 2004
Location: Asia
Posts: 100
Send a message via ICQ to Pervy
Quote:
Originally posted by Cleo
Here is some htaccess info.

Go about 3/4 of the way down on this page.
http://www.cleos-porn-links.com/adul...ster-help.html

And here is an example
http://cleogoodstuff.com/htaccess.txt
Cleo,

I have tried the htaccess files you posted but seem to be doing something wrong...

I have an index.html file which is a warning page and then the enter link takes the surfer to my actual main page which is main.shtml

When I try using the htaccess file I cannot reach main.shtml

Do you have any idea what might be causing this ?

Thanks,

Pervy
__________________
Pervy
<br>
Pervy is offline   Reply With Quote
Old 2004-08-02, 02:43 PM   #23
lassiter
I'm normally not a praying man, but if you're up there, please save me Superman!
 
lassiter's Avatar
 
Join Date: Aug 2003
Location: Austin, TX
Posts: 473
Send a message via ICQ to lassiter Send a message via Yahoo to lassiter
Quote:
Originally posted by Pervy
Cleo,

I have tried the htaccess files you posted but seem to be doing something wrong...

I have an index.html file which is a warning page and then the enter link takes the surfer to my actual main page which is main.shtml

When I try using the htaccess file I cannot reach main.shtml

Do you have any idea what might be causing this ?

Thanks,

Pervy
You have to have your actual images in a separate subdirectory. The .htaccess file should live in that subdirectory, not in your main HTML directory.
lassiter is offline   Reply With Quote
Old 2004-08-02, 04:53 PM   #24
mistersmut
Internet! Is that thing still around?
 
mistersmut's Avatar
 
Join Date: Aug 2004
Posts: 3
thanks!

Thanks for including this bit -o- info in the newsletter. I just checked and found one of my domains on the main page! Gahh...
now I shall rectify.
mistersmut is offline   Reply With Quote
Old 2004-08-02, 07:13 PM   #25
torone
Internet! Is that thing still around?
 
Join Date: Aug 2003
Posts: 6
Send a message via Yahoo to torone
Quote:
Originally posted by Torn
I am not at all good with htaccess, but Brett from sammy4u.com said he put it in his htaccess and it did not stop his images from being used.

So anyone have a suggestion?
I use what I call an 'inclusive' .htaccess...only the sites I designate have direct access to the images. Seems to work like a charm.
__________________
Older than dirt...
torone is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:04 PM.


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