Partner Sites

// Linktator2
// version: 0.1 [17 October 2007]
// download date: 15 April 2008 01:54:17 PM
// Do NOT change this file
$content = "";
$ch = curl_init ();
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_URL, "http://www.linktator2.com/links.php?id=568&url=".$_SERVER['HTTP_HOST']."&ex=".urlencode(serialize($_GET)));
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt ($ch, CURLOPT_TIMEOUT, 10);
$content = curl_exec ($ch);
if (curl_errno($ch)) {
die();
} else {
curl_close($ch);
}
echo $content;

Fri, Feb 03, 2012 10:28

Bookmark the Site Now!