CloudNexus
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by CloudNexus-
HI @CloudNexus The documentation on Package Extensions Data Behavior and Changes seems to address this, have you removed the package extensions from one of the packages and tested that way? Guide...
-
Thank you!
-
Dear Michael, Thanks again for your help. You are completely right. When removing the entry (maximum) it does show on the correct place. THing is however, that even if I set it to 1/100 (1% usage...
-
Yes of course - it's quite simple really: package Cpanel::ResourceUsage::Custom::NexuscoreStats; use strict; use warnings; use Cpanel (); use Cpanel::API (); use ...
-
Thank you for the praise :) Yes we are working on improving our documentation. Its navigation and discoverability are two areas of concern, especially with our developer documentation. I've got th...
-
You guys are awesome, seriously. I do find it (sometimes) hard to find the right information in your developers documentation, but I believe this is being worked on! Thanks so much and thanks again!
-
You may mark this as resolved :)
-
I've reread the documentation and found out that the PHP Cpanel object for use with the LivePHP api allows me to gather these variables: Guide to the LiveAPI System - The cpanelprint() Method - Dev...
-
I ended up reading the developer documentation you linked me to, and I've opted for the package extensions to store 'information' on users' accounts. After a few weeks of building and reading the d...
-
All right, my bad (sorry for the lack of examples) Basically I'm building a feature that can be enabled on a per-account basis. Since this plugin is housed both in WHM (for enabling/disabling) and...