Virtualmin domain name registration php

Posted by David Maitland on Stack Overflow See other posts from Stack Overflow or by David Maitland
Published on 2010-05-29T14:01:58Z Indexed on 2010/05/29 14:12 UTC
Read the original article Hit count: 122

Filed under:

in a PHP web page i need to run this following command to create a new domain:

virtualmin create-domain --domain DOMAIN --pass PASS --plan 'Standard Package' --limits-from-plan --features-from-plan

This is usually executed in a shell but i don't know how to do it from a web page and also i need to take the domain string and pass string from a web form. Can anyone help with the PHP code as my skills are basic and i have already tried a few things that just don't work.

Thanks.

© Stack Overflow or respective owner

Related posts about php