Web Hosting Talk







View Full Version : Automated Account Creation


StartAnISP
09-09-2002, 02:08 PM
Does anyone know of a good set of scripts that allow the automatic creation of hosting accounts on Raq 4's?

We want to have a page where people signup for service and their card gets charged and then their account is created instantly. We know how to do the payment piece and could pobably do this on our own if we were using a striaght Linux box with Apache. A little scared to hose the Cobalt GUI so we thought we would look for something already made to start from.

Any ideas?

ellebi
09-10-2002, 03:53 AM
Take a look at Auto Control Pro (http://www.directphp.com/) and SHAdm (http://shadm.hostmentor.com/).

mjehlenz
09-10-2002, 10:15 AM
You can also write your own scripts around the cobalt shell tools. (caddvsite etc...)

Cu, Moritz

StartAnISP
09-10-2002, 10:28 AM
You can also write your own scripts around the cobalt shell tools. (caddvsite etc...)


Can you point me in the right direction? This sounds like what I would like to do..

Website?

mjehlenz
09-11-2002, 08:05 AM
Originally posted by StartAnISP
Can you point me in the right direction? This sounds like what I would like to do..

man caddvsite
man cadduser

Just create a website that writes the orders to a file or database and create a cronjob that reads those orders and uses caddvsite and cadduser to create the accounts.

Cu, Moritz

StartAnISP
09-11-2002, 10:53 AM
Cool, thanks.. DId not realize these tools where already there on the box..