Results 1 to 8 of 8

Thread: Shared Hosting with multiple servers

  1. #1
    Join Date
    Mar 2009
    Posts
    28

    Default Shared Hosting with multiple servers

    So my issue...

    I have servers from all over the US. I'm not sure if this is possible or not. but I'm looking at allowing a customer to choose which data center they want. using all the same package. So I dont have to have 100's of packages. I can have one for cPanel, one for Plesk, one for Direct Admin.

    Is this possible?

    Thanks,

    ~Michael

  2. #2
    Join Date
    Feb 2009
    Location
    Atlanta, GA
    Posts
    1,683

    Default

    I don't think you can define a server group as a configurable option.. You'd have to provision them semi-manually if you want to do that. (You would have to manually pick the server based on their selection and accept the order)

  3. #3
    Join Date
    Jun 2009
    Location
    UK
    Posts
    6,331

    Default

    You'd need to create a separate product for each product in each location I'm afraid.
    WHMCompleteSolution
    The Complete Client Management, Billing & Support System
    www.whmcs.com

  4. #4
    Join Date
    Mar 2009
    Posts
    28

    Default

    yeah, but man it would be handy to have a module that took your list of servers, and allowed the customer to choose.

  5. #5
    Join Date
    Jul 2009
    Posts
    3

    Default

    Indeed, would be very nice!

  6. #6
    Join Date
    Feb 2010
    Location
    United Kingdom
    Posts
    608

    Default

    You can always create a configurable option in the packages.

    hosting location = x
    hosting location = y
    hosting location = z

    You manually process the orders for this package set and provision the service in the datacentre chosen,

    I understand you are looking to provision these automagically however unless you are ready to get into the nuts and bolts of building your own order process with this detailing integrated you might be waiting a while, if indeed it does ever make a release
    Last edited by disgruntled; 09-14-10 at 12:26 PM.

  7. #7
    Join Date
    Feb 2010
    Posts
    3

    Default

    Alternatively, create a configurable option, then add a "AfterShoppingCartCheckout" hook and then in your hook:

    PHP Code:
    mysql_query('UPDATE tblhosting SET server = "' $server '" WHERE id = "' $id '"'); 

  8. #8
    Join Date
    Feb 2010
    Location
    United Kingdom
    Posts
    608

    Default

    Quote Originally Posted by ShaneMcC View Post
    Alternatively, create a configurable option, then add a "AfterShoppingCartCheckout" hook and then in your hook:

    PHP Code:
    mysql_query('UPDATE tblhosting SET server = "' $server '" WHERE id = "' $id '"'); 

    Lateral thinking.. Nice

Similar Threads

  1. Multiple location shared hosting autoprovisioning
    By farooq in forum Customisation & Integration Questions
    Replies: 2
    Last Post: 08-12-12, 04:53 AM
  2. Replies: 0
    Last Post: 04-16-11, 03:56 PM