![]() |
I need - NEED - a script for GOOGLE IMAGES
I cannot seem to find the script I am looking for that redirects and possibly locks surfers into my site when viewing my pics in google images.
I am getting a TON of GI traffic and I want to eliminate window-shopping if possible. Can anyone please help? |
2hpIs this the effect you want: |
target="_parent"
wouldn't that do it? |
Quote:
|
you're welcome
|
Shit this isn't going to work if my images are hosted outside of the domain showing up in the results, is it?
FUCK |
Quote:
|
Bump, I need one to :upsidedow
|
I get thousand of image hits. I need that script too
|
Quote:
|
Code:
<script language="JavaScript1.1" type="text/JavaScript"> |
Quote:
|
Quote:
|
Would this be what you need?
Code:
if( window != window.top ) { top.location.href = location.href; } |
Giving away secrets....
Step 1: .htaccess: RewriteEngine On RewriteCond %{HTTP_REFERER} ^http://images.google RewriteCond %{REQUEST_URI} !googleimages.php RewriteCond %{REQUEST_URI} (.*) RewriteRule /* /googleimages.php?url=%1 [R,L] Step 2: googleimages.php <html><head><title>Loading Site...</title> <script language="Javascript"> <!-- if (top.location != location) top.location.href = 'http://<? print $_SERVER["SERVER_NAME"] . $url;?>'; //--> </script> </head> <body><center><a target=_top href="http://<? print $_SERVER["SERVER_NAME"] . $url; ?>">Click Here To Load The Site</a></center> </body></html> ---- Now you can bust out of the google frame on every page on your domain without having to modify any of them (all your galleries etc). |
getting rid of the frame is key
|
I also get a lot of that traffic, raising my bandwidth bill for nothing :(
|
Hey thanks a bunch Fuzebox!
|
Quote:
I someone likes to view more of your content let them decide !!! :mad: |
Does google stop listing your images after doing this trick?
|
I dont mind people window shopping. When you walk down the high street and look into a window to see what is offer do the window displays reach out and drag you inside?
|
Quote:
|
Quote:
|
anyone else noticed the refcode id belowing to franck ? :D
|
Gread Thread :D
Thanks :) |
Sorry I am a little retarted. I setup .htacess right but I have something wrong in the php, its sending the user to http://%3C/?%20print%20$_SERVER["SERVER_NAME"]%20.%20$url;?> doh!
Step 2: googleimages.php <html><head><title>Loading Site...</title> <script language="Javascript"> <!-- if (top.location != location) top.location.href = 'http://<? print $_SERVER["SERVER_NAME"] . $url;?>'; //--> </script> </head> <body><center><a target=_top href="http://<? print $_SERVER["SERVER_NAME"] . $url; ?>">Click Here To Load The Site</a></center> </body></html> |
Quote:
|
Bump for ya :D
|
Does this trick get you de-listed or sent back into the ass of Google?
|
interesting stuff, good bump
|
It is a good idea, in some aspects. But it may also piss off the surfer. Google is nice enough to pull the site into the frame that it came from, and that is your best sales tool. If you have on your site the things that will make the sales, then the image is just the bait. the site is the hook. Not set the hook.
|
Code:
<SCRIPT LANGUAGE=JavaScript> |
All times are GMT -7. The time now is 08:45 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123