
maxcell
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by maxcell-
maxcell commented,
No, the only files in that directory are: ./ caches/ datastore/ live-engine-connector-6G3GSJ2ISf.sock= live-engine-connector-Ohm6XdvRqO.sock= live-engine-connector-ypeNFypAbt.so...
-
maxcell commented,
It may be helpful if I give you an example scenario with details of what I'm trying to accomplish. In this example, we'll have a cPanel plugin that will give the user some options for installing W...
-
maxcell commented,
Just a little update, I get the permission denied errors if I try download with a shell command using system.. When using LWP::Simple, it returns 200 status but doesn't actually save the file to /v...
-
maxcell commented,
I decided to change my approach a little bit. Instead I'm going to create a cPanel php live plugin and I'll use single signon to automatically login and take the user to my cPanel plugin logged in ...
-
maxcell commented,
cPanelMichael, Thanks for you suggestions! Are there any other ways to be able to write custom functions for the WHM API? I was hoping to use WHM/cPanel's existing API and add some custom funct...
-
maxcell commented,
Here's a simple example: UAPI module MyExample.pm (/usr/local/cpanel/Cpanel/API/MyExample.pm) package Cpanel::API::MyExample; use strict; our $VERSION = '1.0'; # Cpanel Dependencies use Cpane...
-
maxcell commented,
I wasn't having trouble with the API call, that is working just fine and returning data. What I'm having trouble is getting the home dir info using sub function { # $Cpanel::CPDATA pulls dat...
-
maxcell commented,
Running that command in your example above in the command prompt returns the correct info.. I am writing a UAPI custom module that will be accessed via the WHM API 1.. So I execute the functions ...
-
maxcell commented,
Michael, Thanks for the info.. I tried those functions but I kept getting errors.. I must not be using them properly. I'm getting this error: Can't call method "uapi" on an undefined value at /usr...
-
maxcell created a post,
Custom UAPI Module - cPanel Variables
I'm working on a custom UAPI module that will be called from WHM API 1. So far I've been able to perform basic functions and return the information I need. However I'm stuck trying to figure out ho...