Web Hosting Talk







View Full Version : Automated user creation?


ukwebhost
03-16-2002, 05:22 PM
Hi,

I know that there are auto-signup scripts around, although does anyone know of a free script to create a new 'users' instantly?


Thanks.

ASPCode.net
03-16-2002, 05:43 PM
Well, not sure what you want to do - do you ( as the system admin ) need a webbased tools to create users for the different vhosts?

There are these command line tools from Jeff Bilicki:
http://cobalt-aid.sourceforge.net/rpms/

If you know your way with PHP and some basic cron stuff, it is not too hard to create a PHP frontend which lets you input domain and username/password - throw that into a MySQL database - and have a cron job periodically read the database and then call the adduser script ( from Jeff ).

ukwebhost
03-16-2002, 05:46 PM
Hi,

Thanks I'll check it out