Register FAQ Gallery Games Search Today's Posts Mark Forums Read
Exclusive HD Sites $40 Per SignUp / $1 Trial Joins
Language:    
Go Back   The Daily Blah > Tutorials
Reply
 
Tutorial Tools Display Modes
How to use Google Image traffic How to use Google Image traffic
how to redirect Google Image traffic
RAPTOR
09-12-2007
1.) create file called googleimages.php in your root dir

Quote:
<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>
2.) add this code to your .htaccess:

Quote:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://images.google
RewriteCond %{REQUEST_URI} !googleimages.php
RewriteCond %{REQUEST_URI} (.*)
RewriteRule /* /googleimages.php?url=%1 [R,L]
You can edit the php file to send em to your root instead if you want, and of course add the other image search services to the .htaccess.

Have fun  
Tutorial Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Featured Tutorials

fghfghfh

fghfgh
__________________
::: PORNHULK ::: BIGGEST GERMAN AWM BOARD & RESOURCE

Reply


Tutorial Tools
Display Modes

Posting Rules
You may not post new tutorials
You may not post
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump