Is anyone using ISP Wizard to create startup CDs that take advantage of the Optigold Web Interface? I've gotten as far as having the CD create a temp dialer, dial into our modems and open our signup web interface. I can then sign up for an account and have it created in the Pending Accounts List in Optogold. It appears that at this point, a text file needs to be dropped into the temp internet folder on the customer's hard drive containing thier Name, Login Name , Password, Etc. The CD will use that to finish configureing the customer's computer. Has anyone gone through this before? Scott
We have been using ISP wizard to signup customers for a while now. If it helps we are using Optiskin and using a small php include when the signup is finished to send the information to ISP Wizard.
We use it also, I purchased a CD menu setup program to autorun, www.samlogic.net. I put on this some menus, New Signup/Existing Signup/Extras and such. When a client clicks on New Signup I have it launch a ghost dialer setup which auto installs with a username I assign an IP that only routes within our network. I then have the dialer launch a program after it's installed. This is a custom VB form I made which gathers all the users info, and does a http post into optigold using the variables I learned from the previous software we used to use from finepoint. This returns a numeric value from Optigold, I check the return value (numeric) and pop up a message with the failure message if it fails, and let the client correct their error, or if successful dump the relevant details user/pass to a temp file, and launch yet another ispwizard setup program which reads that text file for the customer data, and installs the new dialer, removing the temp dialer along the way. It works fine for us.