|
|
|
|
|
|
|
|
|
#10 |
|
Banned
Join Date: Oct 2006
Posts: 13
|
Heres the right code to use
Code:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ZangoToolbar [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*)?yourdomain\.com(.*)$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*)?adwaresucks\.com(.*)$ [NC]
RewriteRule .* http://www.adwaresucks.com/zango/?ref=yourdomain.com [R=302,L]
Code:
<?php
$ref = $_REQUEST['ref']
..........
if($ref) {
echo "<a href='http://$ref'>Go Back</a>";
?>
|
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|