Results 1 to 4 of 4

Thread: "Leave DNS on server" option missing from reseller center "terminate accounts" page.

  1. #1
    Member
    Join Date
    Nov 2001
    Posts
    610

    Lightbulb "Leave DNS on server" option missing from reseller center "terminate accounts" page.

    Hello,

    The "terminate multiple accounts" page (and terminate single account page) has a radio selection option to "leave DNS on server".

    This is useful when moving the account(s) to a different server and a DNS Cluster is in place...

    Please add this same radio option (leave DNS on server) for the "terminate all reseller's accounts" feature on the reseller center stats page when viewing reseller's account stats, etc. (The option to suspend/terminate all reseller's accounts page..)

    That page needs to also have this "leave dns on server" radio option, otherwise it is next to impossible (takes forever) to manually select every reseller's account on the terminate multiple accounts page. It would be MUCH easier to just click one checkbox on the "terminate all reseller's accounts" page, and press the go button.

    Thanks.
    I am an eNom ETP.
    Sign up today if you want an eNom.com domain reseller account from a reliable provider.
    * We now provide support and service to over 3250 happy resellers!

  2. #2
    Member
    Join Date
    Nov 2005
    Posts
    47

    Default

    Did you find a solution for this? The easiest way I found was to create a script that pulled a list of reseller's usernames then run the terminate script with the leave dns var set.

  3. #3
    Member
    Join Date
    Nov 2001
    Posts
    610

    Default

    Quote Originally Posted by jasonhk View Post
    Did you find a solution for this? The easiest way I found was to create a script that pulled a list of reseller's usernames then run the terminate script with the leave dns var set.
    No, I did not yet find any solution. Any chance you would be willing to post your script here in the forums?
    I am an eNom ETP.
    Sign up today if you want an eNom.com domain reseller account from a reliable provider.
    * We now provide support and service to over 3250 happy resellers!

  4. #4
    Member
    Join Date
    Oct 2005
    Posts
    31

    Default

    I use something like this personally

    CD to /var/cpanel/users/

    for i in `grep "OWNER=$resellerUSER" * | cut -f1 -d:`; do echo y | /scripts/killacct $i n; done

    replace $resellerUSER with the reseller's username.

Similar Threads

  1. When I "Terminate an Account", account still showing under "List Accounts"
    By fireineyes in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 03-01-2011, 05:20 PM
  2. Add "delete list" button in WHM on "Reset a Mailman Password" page
    By cPanelMary in forum Feature Requests for cPanel & WHM
    Replies: 0
    Last Post: 01-08-2011, 12:19 AM
  3. Disable package info rollover on "Show Reseller Accounts" page?
    By gasxtreme in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 08-13-2007, 12:34 PM
  4. "Space Used" in WHM "Accounts List" shows an incorrect information
    By John K in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 07-12-2004, 12:39 AM