Rewrite Cloaking Script

Rewrite Cloaking Script
I am using the attached cloaking script to serve my page to all users except the IP’s listed in the script.

The page with the cloaking script is going to look like page.php?subid=variable. I need to grab this variable and pass it to the page inside the cloaking script at the bottom.

Typically I put the following code at the very top of the page:

<?PHP
$subid=$_GET[subid];
?>

However, it does not seem to be working with the attached cloaking code.

So, I need the script re-written so it does the IP cloaking function as well as pass the subid variable I need for tracking.

Leave a Reply

Your email address will not be published. Required fields are marked *