luckdragon
New member
- Joined
- Oct 31, 2008
- Messages
- 3
Hi
i currently use cpanel for our servers but it is too expensive for a new project i am working on at the moment so i am looking into alternatives. DA seems to be growing in popularity however i need some very specific functionality and was wondering if this is possible with DA.
The project i am working on will need to use a PHP Api to execute certain DA functions. To be more precise i need to do the following:
The project is located here:
/home/project/
within the project there are several accounts, these accounts are stored here, each account in its own directory:
/home/project/public_html/accounts/accountid/
the accounts are created from within the project with php, on creation i need to also create a subdomain that links to the project directory like this:
accountid.project.com -> /home/project/public_html/accounts/accountid/
i also need to be able to attach domains in the same way like this:
www.accountid.com -> /home/project/public_html/accounts/accountid/
in cpanel i call the addon-domain function from php which allows me to pass a new (sub)domain, a main domain to hang it on and a directory that it links too.
is there a php api for DA that would provide the same functionality?
Thank you
i currently use cpanel for our servers but it is too expensive for a new project i am working on at the moment so i am looking into alternatives. DA seems to be growing in popularity however i need some very specific functionality and was wondering if this is possible with DA.
The project i am working on will need to use a PHP Api to execute certain DA functions. To be more precise i need to do the following:
The project is located here:
/home/project/
within the project there are several accounts, these accounts are stored here, each account in its own directory:
/home/project/public_html/accounts/accountid/
the accounts are created from within the project with php, on creation i need to also create a subdomain that links to the project directory like this:
accountid.project.com -> /home/project/public_html/accounts/accountid/
i also need to be able to attach domains in the same way like this:
www.accountid.com -> /home/project/public_html/accounts/accountid/
in cpanel i call the addon-domain function from php which allows me to pass a new (sub)domain, a main domain to hang it on and a directory that it links too.
is there a php api for DA that would provide the same functionality?
Thank you