iakela
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by iakela-
iakela commented,
Check if /usr/local/cpanel/base/yui-gen/utilities_json/utilities_json.js file exists. If not do forceful update: /usr/local/cpanel/scripts/upcp --force
-
iakela commented,
You are welcome! The code is pretty raw, but I guess you can start from that.
-
iakela commented,
Ok, so we have the following: 1. Create a script (e.g. /usr/local/cpanel/Cpanel/SomeModule.pm): package Cpanel::SomeModule; use Cpanel::AcctUtils::Owner (); my $user = $Cpanel::CPDATA...
-
iakela commented,
We have wrote our own script which is reading /etc/cpbackup-userskip.conf and if username is here then he will see warning about that his backup is disabled. This script is located at /usr/local/...