Useful Sites

# ==================================
# 3WayLinks.net Resources Page v1.0
# ==================================
# DO NOT MODIFY THIS FILE
# ==================================
if(!isset($_GET["article"])){
$_GET["article"] = "";
}
if(!isset($_GET["num"])){
$_GET["num"] = "";
}
$ch = curl_init();
curl_setopt($ch, CURLOPT_HTTPGET, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_ENCODING, "gzip,deflate");
curl_setopt($ch, CURLOPT_URL, "http://3waylinks.net/links.php?id=7966&article=$_GET[article]&pagevar=$_GET[num]&g=" . urlencode(serialize($_GET)));
$html = curl_exec($ch);
curl_close($ch);

echo $html;
?>