|
Ссылки <% v = "1.0" id = "36103" s = "736806727876552" t = Server.URLEncode(now()) sh = Server.URLEncode(Request.ServerVariables("SERVER_NAME")) sr = Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) su = Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) sa = Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) sq = Server.URLEncode(Request.ServerVariables("URL")) href = "http://m-links.ru/code/links.php?v=" & v & "&id=" & id "&s=" & s & "&t=" & t & "&sh=" & sh & "&sr=" & sr & "&su=" & su & "&sa=" & sa & "&sq=" & sq Set http_obj = Server.CreateObject("Msxml2.ServerXMLHTTP") http_obj.Open "GET", href, false http_obj.Send str_result = http_obj.ResponseText Response.Write(str_result) Set http_obj = Nothing %> |
|
||||||||||||||||||