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 01-24-2008, 10:15 AM   #1
Makaveli
Confirmed User
 
Makaveli's Avatar
 
Industry Role:
Join Date: Feb 2001
Posts: 1,027
Redirecting Google Image traffic?

Does google get pissed off over this?
Makaveli is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 10:17 AM   #2
mrwilson
mrwilson 2.0
 
Industry Role:
Join Date: Jul 2007
Location: ICQ: 465406783
Posts: 5,122
Not sure, but what can they do about it really?
It's your image they have taken.
I set all hotlinked images to redirect to the mainpage on my site.
mrwilson is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 10:42 AM   #3
MikeB
Confirmed User
 
Join Date: Feb 2002
Posts: 2,012
Also how long until google dances and the image results page is jumbled around?
MikeB is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 11:49 AM   #4
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally Posted by mrwilson View Post
Not sure, but what can they do about it really?
It's your image they have taken.
I set all hotlinked images to redirect to the mainpage on my site.
well not saying they do, but potentially they could penalize or ban your search rankings.
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 11:58 AM   #5
polle54
Confirmed User
 
Join Date: Jul 2004
Location: The Beach
Posts: 4,626
If you break the frames they will not keep indexing your images

If you just perform a normal redirect of what's in the lower frame I have not seen any problem.

I make around $5/1000 images hits by redirecting. and haven't seen any penelizing yet.
__________________
ICQ# 143561781
polle54 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 01:47 PM   #6
Phil
Confirmed User
 
Phil's Avatar
 
Join Date: Jan 2004
Posts: 7,659
i don't thinks so. I use redirect script on all free tgp domains that we give out and it works fine.
__________________
Ask Phil
Phil is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 01:50 PM   #7
Makaveli
Confirmed User
 
Makaveli's Avatar
 
Industry Role:
Join Date: Feb 2001
Posts: 1,027
Quote:
Originally Posted by CAMOKAT View Post
i don't thinks so. I use redirect script on all free tgp domains that we give out and it works fine.
Can I have that code?
Makaveli is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 03:00 PM   #8
Nicky
Judge Jury and Executioner
 
Nicky's Avatar
 
Industry Role:
Join Date: Mar 2003
Location: Sweden
Posts: 30,069
Quote:
Originally Posted by polle54 View Post
If you break the frames they will not keep indexing your images

If you just perform a normal redirect of what's in the lower frame I have not seen any problem.

I make around $5/1000 images hits by redirecting. and haven't seen any penelizing yet.
What sponsor works best for you? Obviously it's a question of niche but generaly is it dating or something?
__________________

gfynicky @ gmail.com
Nicky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 03:28 PM   #9
Phil
Confirmed User
 
Phil's Avatar
 
Join Date: Jan 2004
Posts: 7,659
Quote:
Originally Posted by Makaveli View Post
Can I have that code?
Code:
Options +FollowSymlinks 
ErrorDocument 400 http://www.404.com
ErrorDocument 401 http://www.404.com
ErrorDocument 403 http://www.404.com
ErrorDocument 404 http://www.404.com
ErrorDocument 500 http://www.404.com
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} .*images.ask.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*images.google.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*msn.com/images.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*live.com/images.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*aol.com/aolcom/image.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*altavista.com/image.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*excite.com/info.xcite/search/images.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com.*$ [NC]
RewriteRule .* http://www.where-to-redirect.com [R,L]
__________________
Ask Phil
Phil is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2008, 11:09 PM   #10
bigalownz
Confirmed User
 
bigalownz's Avatar
 
Industry Role:
Join Date: Aug 2005
Location: NEW ZEALAND
Posts: 1,657
this is what i use

(htaccess)

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?images.google
RewriteCond %{REQUEST_URI} !googleimages.php
RewriteCond %{REQUEST_URI} (.*)
RewriteRule /* /googleimages.php?url=%1 [R,L]

(googleimages.php)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Loading Site...</title>
<script language="JavaScript" type="text/javascript">
if (top.location != location) top.location.href = 'http://<? print $_SERVER["SERVER_NAME"] . $url;?>';
</script>
<script language="JavaScript" type="text/javascript">
<!-- Hide from old Browsers
if (top != self) top.location.href = location.href;
// Stop hiding from old browsers -->
</SCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div align="center"><a href="http://<? print $_SERVER["SERVER_NAME"] . $url; ?>" target=_top class="style1">Click Here To Load The Site</a></div>
</body></html>
__________________
$100 free credit for all hosting needs
bigalownz 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.