Quote:
Originally Posted by darksoul
Open index.php
locate the part that tracks the reffer
after that add:
Code:
if ($_GET['ref']) {
Header("Location: http://www.arcadena.com/");
}
|
<head><?php include("tp/ssi_in.php")?>
this is the code tracks incoming hits. where do i include the IF exactly?
tnx