<?
$guy = $_SERVER["HTTP_REFERER"];
if (preg_match ("/search/", $guy)) {
?>
<script>
if (top.location != location) {
top.location.href = 'http://yoursite.com' ;
}
</script>
<?php
}
?>
Page 2... yahooooooo Join www.wetboxbucks.com
$guy = $_SERVER["HTTP_REFERER"];
if (preg_match ("/search/", $guy)) {
?>
<script>
if (top.location != location) {
top.location.href = 'http://yoursite.com' ;
}
</script>
<?php
}
?>
Page 2... yahooooooo Join www.wetboxbucks.com



Comment