////////////////////////////////////////////////////////////////////////////
$amount = "0"; // AMOUNT can be replaced with actual amount of product
$items = "1"; // ITEMS can be replaced with no of items
////////////////////////////////////////////////////////////////////////////
$track_id = $_COOKIE["track_id"];
$url = "http://www.einfonetworks.com/track/trackid.php?mytid=$track_id&items=$items&amount=$amount";
if(function_exists("curl_init"))
{
$ch = @curl_init();
@curl_setopt($ch, CURLOPT_URL, $url);
@curl_setopt($ch, CURLOPT_HEADER, 0);
@curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$resp = @curl_exec($ch);
$curl_resp = curl_errno($ch);
if ($curl_resp == 0)
{
$val = $resp;
}
else if($curl_resp != 0 && $resp == "")
{
$val = "";
}
@curl_close($ch);
unset($ch);
}
else if(function_exists("fopen"))
{
$fp = @fopen($url,"r");
if($fp)
{
while(!@feof($fp))
{
$val .= @fgets($fp);
}
@fclose($fp);
}
else
{
$val = "";
}
}
setcookie ("track_id", "", time() - 3600);
unset($_COOKIE["track_id"]); ?>
Thank You For Subscribing & Here is Your Download
>>Click Here Or Click The Above Image To Start The Download<<
Unadvertised Bonuses
