Jump to content

Multiple domains, same hosting package


guestsrl

Recommended Posts

Hi all.

I'm trying to add multiple domains under the same hosting package.

I can add domains to one user by adding orders, but that domains are not created on the server.

 

How can I add domains on server (DirectAdmin) without creating one hosting package for each domain?

 

Thank you and sorry for my bad English, I'm Italian.

Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...

Hi. I am investiging the functionality of WHMCS.

 

I need this function also.

 

My customers buy one hostingproduct and then they can add extra domains to it. Manually adding domains to DA and add it with a script to the administration DB is not an option.

Link to comment
Share on other sites

To be able to get this functionality right now I am changing functionality to this:

 

- Make a product special for this purspose

- Let the user choose that product, and then the domainname as normal.

- Then adjust the cart.php to show a drop down with all hosting products of that customer and let him choose the right one. Put it in a custom field.

- Then create your own server class(just inherit alle functions), use daplus for example. Go to the daplus_createaccount function and check if this product is chosen. If so, choose for add domain to hosting instead of add hosting.

- Same with daplus_terminateaccount, if this product then only delete that domain and not the hosting product entirely.

- This way you can charge the product for adding extra domains to the hosting.

- Just make another product to not add it as an extra domain but as an alias

- I also have to make this for plesk

 

Am I forgetting something ?

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated