Home Links Employment Contact Us Register Call Me International Quote contract Get Quote Login

[FrontPage Search Component]
# Link Url Link Request Step Last Modified Details
101. http://www.dollarsnyou.com/ 04/13/2008 09:53:25 ET View
102. http://www.millionaireactionplan.com/ 04/13/2008 09:53:25 ET View
103. http://www.profitfromaffiliate.com/ 04/13/2008 09:53:25 ET View
104. http://www.hotinternetprofits.com/ 04/13/2008 09:53:25 ET View
105. http://www.patcamponicheaffiliatemarketing.com/ 04/13/2008 09:53:25 ET View
106. http://www.uvme.biz/uvmeguest/ 04/13/2008 09:53:25 ET View
107. http://www.fast-easymoneyonline.com/ 04/13/2008 09:53:28 ET View
108. http://www.24hourwebcash.com/ 04/13/2008 09:53:28 ET View
109. http://www.rocketwealthsys.net/main/ 04/13/2008 09:53:28 ET View
110. http://www.eearnonline.org/ 04/13/2008 09:53:28 ET View
111. http://www.365jobs4u.com/ 04/13/2008 09:53:28 ET View
112. http://www.freeonlinebusinessforum.com/ 04/13/2008 09:53:28 ET View
113. http://www.sydsbiz.com/ 04/13/2008 09:53:29 ET View
114. http://www.virtual360.net/ 04/13/2008 09:53:29 ET View
115. http://www.thegadgitech.com/ 04/13/2008 09:53:29 ET View
116. http://www.ytbuddy.com/ 04/13/2008 09:53:29 ET View
117. http://www.hopkinslimousine.com/ 04/13/2008 09:53:32 ET View
118. http://www.homebiznes.e-biznes.org/ 04/13/2008 09:53:32 ET View
119. http://www.onlinedataentryjobs.co.in/ 04/13/2008 09:53:32 ET View
120. http://www.onlinebusinesscoaches.com/ 04/13/2008 09:53:32 ET View
121. http://www.google-way.com/ 04/13/2008 09:53:32 ET View
122. http://www.trabajarencasa.biz/ 04/13/2008 09:53:32 ET View
123. http://www.top-online-business.com/ 04/13/2008 09:53:32 ET View
124. http://www.ageldistributor.info/ 04/13/2008 09:53:33 ET View
125. http://www.beautifulpapercreations.com/ 04/13/2008 09:53:33 ET View
<% ' ******************************************************************** ' Paste this block of code on your web page where you would like text ' links to be displayed. This code will dynamically add and remove text ' links on your web page according to your BackLinks.com settings. ' ******************************************************************** Dim BLKey Dim OpenInNewWindow Dim PostingString Dim ErrorString Dim ResultString Dim LinkUrl ' The following variable defines whether links are opened in a new window ' (1 = Yes, 0 = No) OpenInNewWindow = 1 ' ******************************************************************* ' please do not modify any of the code below ' ******************************************************************* BLKey = "VWTZ-97LU-AI6B" ' # The following variable is sent to the BackLinks server in order to ' # generate working links on your page: If Request.ServerVariables("HTTPS") = "on" Then LinkUrl="https://" Else LinkUrl="http://" End If If Request.ServerVariables("REQUEST_URI") Then LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("REQUEST_URI") Else LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("PATH_INFO") If Request.ServerVariables("QUERY_STRING") <> "" Then LinkUrl = LinkUrl & "?" & Request.ServerVariables("QUERY_STRING") End If End If LinkUrl = server.URLencode(LinkUrl) ' # Generate the data to post to the BackLinks.com server PostingString = "&Key=" & BLKey PostingString = PostingString & "&OpenInNewWindow=" & OpenInNewWindow & "&LinkUrl=" & LinkUrl Function GetBackLinksData(HTTPQuery, ByRef Resp, ByRef Er) Dim HttpReqObj Set HttpReqObj = Nothing On Error Resume Next Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5.1") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5") End If On Error Resume Next If HttpReqObj Is Nothing Then On Error Resume Next Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP.4.0") End If On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Microsoft.XMLHTTP") End If On Error Resume Next If HttpReqObj Is Nothing Then Er = "HTTP requests not supported." GetBackLinksData = False Else HttpReqObj.open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, false HttpReqObj.Send If HttpReqObj.status <> 200 Then Er = "Error: Status=" & HttpReqObj.status & " Text='" & HttpReqObj.responseText & "'" GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If Set HttpReqObj = Nothing End If Else HttpReqObj.Open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, False HttpReqObj.Send If HttpReqObj.Status <> 200 Then Er = "Error: Status=" & HttpReqObj.Status & " Text=" & HttpReqObj.ResponseText GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If End If End Function If GetBackLinksData(PostingString, ResultString, ErrorString) Then Response.Write ResultString Else Response.Write ErrorString End If ' FINSIHED BackLinks.COM SCRIPT BLOCK %>