snewton
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by snewton-
snewton commented,
I figured it out. For the additional hook for when accounts are modified, I needed to use "Accounts::change_package" for the event and then update the code to: my $plan = $data->{'new_pkg'}; ...
-
snewton commented,
Thanks @cPanelTJ! I tried this code with the current registered hook and initially it didn't work, which had me shaking my head. So I started over from scratch and found that I was registering th...
-
snewton commented,
Any word on this?
-
snewton commented,
Are you getting any error spew from the hook module when you call whmapi1 createacct over CLI? What directory is your hook in? Is it registering properly through the manage_hooks script without ...
-
snewton commented,
@snewton My apologies for the delay in response. It has been quite a week playing catch-up as we're working on a lot of new, cool things right now. I wasn't able to fully finish reproducing your...
-
snewton commented,
@cPanelTJ, have you had a chance to look at this issue?
-
snewton created a post,
Hook for post account creation
I'm trying to create a hook that will enable CloudLinux Reseller Limits and set the limits for the reseller account when it is created and uses a specific reseller plan/package. This is what I hav...
-
snewton created a post,
Hook to enable IPv6 after account creation
What I want to do is enable IPv6 by default on accounts when they are created. I've registered a hook to run the following script, post account creation: #!/bin/sh /usr/local/cpanel/bin/whmapi1 i...
-
snewton created a post,
[CPANEL-27686] Not receiving new account email notifications
I've upgraded to version 80 and now I am seeing email delays and just general weirdness. When I create a new account (in WHMCS or even WHM directly), I am not receiving the typical new account ema...
-
snewton created a post,
[CPANEL-22499] Account suspension status isn't preserved after a server transfer
I did a server to server transfer last night and according to the transfer log everything went fine and all packages and accounts transferred to the new server, but today a reseller submitted a tic...