cPanelTJ
- Total activity 127
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 43
Comments
Recent activity by cPanelTJ-
As long as you have a valid cPanel license and access to WHM for server administration, you can activate WP Toolkit Deluxe in WHM Feature Manager. Can you please share the information that led you...
-
I have followed path inside WordPress Toolkit and clicked PURCHASE. It transfers to general page and path to purchase should be through Home / Server Configuration / WHM Marketplace ...
-
Hi @cosmin.balanean , I believe I've identified your issue, and I have a few additional tips to help as well. I noticed you are using cPanel API 2's function Guide to UAPI Create a database user...
-
From what I see in the current API docs, there are certain things that can only be done with a strange workaround using parameters that call the UAPI. That is to say, one has to go searching the p...
-
Hi Guys, I have a case where I need to transfer about 100 accounts but I only have cPanel logins to all of them. So I looked at WHMAPI1 enqueue_transfer_item to queue the transfer of accounts. Y...
-
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 t...
-
Using the manage_hooks utility to list my hooks, this hook appears as: # /usr/local/cpanel/bin/manage_hooks list ... ... Whostmgr: Accounts::Create: stage: post ...
-
Hi @snewton , The script is working for me in /usr/local/cpanel and in /user/local/cpanel/hooks. Here is my code from ULC: [CODE=perl]#!/usr/local/cpanel/3rdparty/bin/perl package ResellerTest...
-
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...
-
Just to update, I've been working with CloudLinux support regarding this and the correct command to use for enabling Reseller Limits for an account, so I am using the following code: ... However...