<% '=============================================================================== ' toptenserp.com/ Resource File v1.2 - ASP ' Created: 2008-02-03 19:55:03 ' ' Member ID: 1030 ' Member Name: Terry Schierer ' Domain ID: 339 ' Domain Name: lifetime-slim.com ' Do NOT try to use this code on any other domain than the one above! ' It will NOT work and it WILL violate our TOS and your account might be closed! ' -------------------------------------------------------------------------- ' *** PLEASE DO NOT MODIFY THIS FILE OR IT MIGHT NOT WORK!!! *** ' -------------------------------------------------------------------------- ' Upload this file partners.asp to the root directory of http://www.lifetime-slim.com. ' Add a link from http://www.lifetime-slim.com that point to this file, like this: ' ' My Best Diet Plan Partners ' ' IMPORTANT: You MUST upload it as an ASCII / TEXT file to your server, NOT as binary!. ' ' For this resource file to work YOUR SERVER MUST HAVE ASP installed! ' ' Copyright 2008 - toptenserp.com - With MANY thanks to Cole Williams '=============================================================================== Dim objWinHttp Dim pagenext, pageurl pagenext = Request.QueryString("next") pageurl = "http://www.toptenserp.com/get_outbounds_asp.php?m=1030&did=339&p=6&next=" & pagenext Set objWinHttp = Server.CreateObject("WinHttp.WinHttpRequest.5.1") objWinHttp.open "GET", pageurl objWinHttp.send response.write objWinHttp.responseText Set objWinHttp = Nothing %>