CloudNexus
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by CloudNexus-
CloudNexus commented,
Thank you for the extra details. We are going to explore expanding the output in Variables::get_user_information later this week to include custom key value pairs added by plugins. Sadly, this won...
-
CloudNexus commented,
Thank you for your detailed and in-depth answer! So quick Note: I have 2 plugins (one for dotnet, and one for microsoft sql server for linux), both act in the same way. So the situation is a bit d...
-
CloudNexus commented,
Hi @CloudNexus , Thanks for reaching out on this issue. I am the product owner in charge of the cPanel API 1 retirement project. Let me get with the team this morning to get you a recommended sol...
-
CloudNexus created a post,
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...
-
CloudNexus commented,
What kind of code are you looking to include? If you don't want to break the sites of your customers you'll need to inject the code in a specific part of their pages (in the HEAD or BODY, but not A...
-
CloudNexus commented,
Hi there Lauren. You are very right (of course you are) - I copy pasted the default sample of the install.json script where the 'featuremanager = false' was defined. So it never showed up in featu...
-
CloudNexus commented,
Thank you!
-
CloudNexus commented,
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...
-
CloudNexus commented,
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...
-
CloudNexus commented,
Yes of course - it's quite simple really: package Cpanel::ResourceUsage::Custom::NexuscoreStats; use strict; use warnings; use Cpanel (); use Cpanel::API (); use ...