READ ME Carefully! 1. The main part of the script is Notify.asp. This script is the page that needs to be set in your PayPal preferences. What this means: Go into your paypal account, under preferences go to instant payment notification. It will open a page and ask you for the URL. The URL is (example) http://www.yourwebsite.com/ipn/notify.asp Just point it to where the notify.asp resides. Before doing this you will need to open notify.asp with any text editor, windows notepad is fine, and just make sure it is pointing to the database.(TOP line of the script, you really shouldn't have to edit this if you uploaded everything in the same directory structure as it unzipped.) 2. Open config.inc with notepad or any text editor. Inside is very self explanatory. This is where you will edit: Your email address that you use for paypal, the return URL thanks .asp the cancel_return URL. Also, top line, is the database connection (once again, if you uploaded the files in the same directory structure as how it unzipped you shouldn't have to edit that line.) 3.The thanks.asp page has variables that can only be used from the PayPal system. You have to use this page as your return url. I'm attaching a copy to make sure you have it. 4. The password is embedded in validate.asp. You will find a piece of code on the top of the page like this: If userid = "admin" then If pwd = "demo" then Just change admin and demo to your own password and user id. 5. Once everything is in place, point your browser to where default.asp resides. Use your username and password to login. There is a dummy list of transactions and products. Leave those in place until you have your own. (THE DATABASE CAN'T BE EMPTY OR YOU WILL RECIEVE ERRORS).