<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> <% Dim rePass Dim rePass_numRows Set rePass = Server.CreateObject("ADODB.Recordset") rePass.ActiveConnection = MM_connAFF2_STRING rePass.Source = "SELECT * FROM usPas" rePass.CursorType = 0 rePass.CursorLocation = 2 rePass.LockType = 1 rePass.Open() rePass_numRows = 0 %> Making money on eBay| The Best Way To Sell Ebooks on Ebay

Making Money on eBay

The Best Way To Sell Ebooks on Ebay

right click on the link and select 'Save Target As...

download

::

making money on ebay logo



FREE make money on eBay news and tips by email! Your privacy is guaranteed.
Email:
Name:

 

make money on ebay © 2005

 

<% rePass.Close() Set rePass = Nothing %>