Account bundle - website, ftp user, db, dbuser, maildomain, mailbox

Discussion in 'Tips/Tricks/Mods' started by victortruica, Oct 2, 2015.

  1. victortruica

    victortruica New Member

    Hey Ispconfig3 people,

    I really wanted an easy way to create everything associated with a web account in one go. That's basically everything enumerated in the title. DNS is excluded because I don't use ISPConfig3 as a DNS server.

    So, in other words, instead of going through all sections of the ISPconfig3 gui (websites, ftp, db, mails), this script will create everything needed based on the domain name and usernames provided. Passwords are randomly generated. Other info like quotas can also be specified.

    Feel free to check out my script on github - https://gist.github.com/victor1tnet/542757bf82861074ce40 and the associated soap_config.php file https://gist.github.com/victor1tnet/d90963bc249d2536c95f
    I will prettify it and eventually add a front-end to it, but until then it's ready to be used. Tested earlier on my development environment.

    It has mostly been a copy'n'paste'n'modify from the soap documentation and examples found in remote_client/example in the ispconfig tar.gz file . I noticed that some of the parameters in the examples were deprecated.
     
    Last edited: Oct 2, 2015
  2. victortruica

    victortruica New Member

    webguyz likes this.

Share This Page