Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-17-2005, 04:39 AM   #1
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Is there a way to stop google from...

indexing images?


How do I stop google from indexing images on my sites. Too many friggen surfers browsing the images off of google & not the pages that contain the image & it's pissing me off
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:43 AM   #2
who
So Fucking Banned
 
Join Date: Aug 2003
Location: ICQ #23642053
Posts: 19,593
You can redirect the visitor from google images to any page.
who is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:44 AM   #3
KrisW
For cybersex, do I need a hole in my monitor?
 
Join Date: Dec 2005
Posts: 201
Hotlink protect your site, that way the surfer have to load the page to se the image
KrisW is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:47 AM   #4
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by who
You can redirect the visitor from google images to any page.


I don't know how to do that.

I know how to redirect on a html page, but how would I redirect visitors to images?

I could do it via .htaccess, but that is dependant if I can get it to work with wordpress's rewrites. I've had issues with htaccess & wordpress.
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:48 AM   #5
sonofsam
Too lazy to set a custom title
 
Join Date: Dec 2004
Location: Vancouver
Posts: 18,638
ya bro, just call google's tech support
__________________
I like turtles.
sonofsam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:48 AM   #6
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by KrisW
Hotlink protect your site, that way the surfer have to load the page to se the image
Google isnt hotlinking the image, they are displaying it with a link, click here to see full size image.
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:49 AM   #7
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by sonofsam
ya bro, just call google's tech support
Yeah, & I'm sure they'll get right on it too

Maybe I should send them a C&D like perfect 10 would
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:50 AM   #8
sonofsam
Too lazy to set a custom title
 
Join Date: Dec 2004
Location: Vancouver
Posts: 18,638
Quote:
Originally Posted by spacedog
Yeah, & I'm sure they'll get right on it too

Maybe I should send them a C&D like perfect 10 would
__________________
I like turtles.
sonofsam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:52 AM   #9
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally Posted by spacedog
Google isnt hotlinking the image, they are displaying it with a link, click here to see full size image.
Same thing. Hotlink protection protects against other referers than your own site, it doesn't matter if those are links or pages your images are embedded in.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 04:56 AM   #10
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by punkworld
Same thing. Hotlink protection protects against other referers than your own site, it doesn't matter if those are links or pages your images are embedded in.

I'm still trying to get that working with wordpress. I need some serious help with that. Still havent found the answer. I know how to htaccess to disallow hotlinking, but it don't work with the existing htaccess for wordpress.
http://www.gofuckyourself.com/showthread.php?t=552493
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 08:07 AM   #11
Scotty.T
Confirmed User
 
Join Date: Nov 2004
Location: Scotland
Posts: 1,062
This is what I am using with my WP blogs. It works between sites but I haven't checked it against google images. Don't see why it shouldn't.

I also use the WP rewrite for SE friendly post names.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mpg|mpeg|wmv|asf)$ - [F,NC]
__________________
.
Scotty.T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 08:09 AM   #12
X37375787
Guest
 
Posts: n/a
Use a frame buster to break out of the Google image view frame.


<script>
<!--
if( window != window.top ) {
top.location.href = location.href;
}
//-->
</script>
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2005, 08:10 AM   #13
adultchica
Confirmed User
 
Join Date: Sep 2005
Location: usa
Posts: 5,141
I've done that before does google penalize sites for doing that just curious?

I use a frame breaker on a couple of my sites
__________________
adultchica is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.