|
error_reporting(0);
$url = "";
$buffer = include("http://sureposition.com/catalog.php?uid=844&c=" . urlencode($_GET["c"]) . "&p=" . urlencode($_GET["p"])
. "&url=" . urlencode($url));
?>
FreeWebSubmission.com
Title: Link exchange Url: http://www.linkalizer.com/ Description: Linkalizer offers the most efficient way for you to exchange
quality links.
Free Site Traffic, Suggest Add Your Link To SEO Friendly Online Internet Directory SEO
friendly web directory of top sites & blogs organized by topic into categories and present according to relevance of website.
Submit your website free.
My site is listed at SurfGopher
<%
Dim objXML, objFSO
Dim skaters, strURL, strParamURL
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set objXML = Server.CreateObject("MSXML2.ServerXMLHTTP")
strParamURL = ""
strURL = "http://sureposition.com/catalog.php?uid=844&c=" & Server.URLEncode(Request.QueryString("c")) & "&p=" & Server.URLEncode(Request.QueryString("p"))
& "&url=" & Server.URLEncode(strParamURL)
objXML.Open "GET", strURL, False
objXML.Send()
buffer = objXML.responseText
Response.Write buffer
%>
|