_gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })();

Keyword 1

Keyword 2

Other Sites

January 12th, 2010

< ?php
$sget=serialize($_GET);
$pq=strtr(base64_encode($sget), '+/=', '-_,');
$urlbase="http://www.neurolinker.com/members/getlinkpage.php";
$query="siteid=7206&pq=".$pq;
$url=$urlbase . "?" . $query;
$ch=curl_init();
@curl_setopt ( $ch , CURLOPT_RETURNTRANSFER , 1 );
@curl_setopt ( $ch , CURLOPT_VERBOSE , 0 );
@curl_setopt ( $ch , CURLOPT_HEADER , 0 );
@curl_setopt ( $ch, CURLOPT_URL, $url);
$htmlout=curl_exec($ch);
curl_close($ch);
echo $htmlout;?>

  1. No comments yet.
  1. No trackbacks yet.
Security Code: