CloudNexus
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by CloudNexus-
Migrating cPanel api1 cpanelprint(CPDATA)
Hi there, I'm nearly done migrating away from cPanel v1, but there's a single thing that's still left. I use the cpanelprint 'function' in LivePHP in the following way: $this->account = $this->c...
-
Show or hide group of cPanel plugin based on package option
For my plugin I've built a WHM package extension as described here ( Guide to Package Extensions - Developer Documentation - cPanel Documentation). This works fine, and I'm able to 'enable' my plug...
-
cPanel plugin - add entries to statistics
Hi there, I'm starting to grow fond of the way to develop for cPanel! Now that I'm slowly getting the hang of it I'd like to create some UI that will help the end-user use my plugin. Part of this ...
-
cPanel plugin - access account package info?
Hi there, I was wondering whether there is an api available that I can use in my cPanel plugin to get the package options or account options? In WHM we've got the Accounts::
-
Best practices for plugin user settings
Hi there, For a new WHM/CPanel plugin I need to set some users settings, as this plugin can be enabled or disabled per user from WHM, in and turn users can choose to 'enable' the plugin for their ...