friends
#------------------------------------------------------------#
# Link Feed For Domain gettingbackwithex.info
#
# ***IMPORTANT*** DO NOT MODIFY THIS CODE IN ANY WAY
# OR USE ON A DOMAIN OTHER THAN gettingbackwithex.info
#------------------------------------------------------------#
if(!isset($_GET["gopage"])){
$_GET["gopage"]="";
}
$ch = curl_init();
curl_setopt($ch,CURLOPT_ENCODING,"gzip,deflate");
curl_setopt($ch,CURLOPT_HTTPGET,true);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_URL,"http://www.3waylinkblueprint.com/feed.asp?p=".$_GET["gopage"]."&d=3407");
$linkshtml = curl_exec($ch);
curl_close($ch);
echo $linkshtml;
#------------------------------------------------------------#
?>
