Hi all, Im using cPanel WHM, i would like to know if there is a script that can create accounts for me automatically, reading the domains froma text file? I have 75 domains and dont want to have to create the sites manually. Thanks in advance cumminsj
WHMCS does the job (google). $15 a month. I'm curently on a 15 day trial. It is automatic i just havn't figured it out yet. (Support refuses to give me help on server config on 15 day trial )
You can use '/scripts/wwwacct' to create accounts from the command line. Quickest way to do it would be to use notepad to create the commands and paste the into your shell. ok, if you know how to code a quick foreach would actually be faster. But if you're not a coder just use notepad something like '/scripts/wwwacct testo.com testo abc123' should do the trick. That will create the hosting for testo.com with the username testo and password abc123.