0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
shop_old_structure(not used)
/
affiliates
/
docs
/
[
Home
]
File: track.php
<?php if (!empty($_GET['jrox'])) { $cookie_expires = 1 * 60 * 60 * 24 * 365; $cookie_domain = '.domain.com'; //DON'T FORGET THE . (dot) before the domain setcookie("jrox", $_GET['jrox'], time()+$cookie_expires,"/", $cookie_domain); header("Location:http://www.domain.com"); } ?>