<?
setcookie("r", $r, time()+574657,"/");
error_reporting(0);
include "conn.php";
include "lang.php";
$a=mysql_result(mysql_query("select url from system where id=$system_id"),0);
if(!$a)$a="http://www.jetswap.com";
$to=urlencode($to);
header("Location: $a/$to");
?>