cPanelTJ
- Total activity 127
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 43
Comments
Recent activity by cPanelTJ-
Hey @DennisMidjord , Your methods will need to return something, and that should solve your issue. Something like... [CODE=php]function remove() { $vars = get_passed_data(); $username = $...
-
You'll need to make sure the permissions on your script file are set appropriately. $ chmod +x /var/cpanel/myapp/whm.php Then you should be able to register your hook without issue. $ bin...
-
Ah, interesting. Might you be running on CloudLinux? We discovered an issue with CloudLinux servers that have users running the retro theme generating a false-positive on this email report (more he...
-
Hi @rsutc , The index.html page is getting returned in your report because an addon/plugin is injecting an API 1 call on it. Since this is the only page in your list, this should be very easy to d...
-
Hey @Mr.Newlove , The LiveAPI system will only run locally on the server. In order to call the API remotely, you'll need an API Token for authentication that should be contained in the header of a...
-
@psytanium , What pages are listed in the table of the email notification? That should indicate which custom integrations are making the calls. More information can be found in this forum post:
-
Hi @Matt Paplham , I'm not seeing any issues with API Token authorization on my end. I've tested it for creating an account and list accounts through Perl, PHP, and curl. You said you tried an API...
-
Looks like replacing system("..."); with backticks, such as `whmapi1 ipv6_enable_account user=$user range=SHARED --output=json`; will stop the spew to STDOUT.
-
Excellent to hear! I did trim down the directory list in my previous post to show the supported directories that we'd recommend storing this module. Speaking with a developer internally, /usr/local...
-
Simply: /usr/local/cpanel/bin/manage_hooks add module NewAccountHook You'll need to ensure that the perl module is in any of the following directories: /opt/cpanel/perl5/514/site_lib/x86_64-linu...