manoj_ghimire
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by manoj_ghimire-
manoj_ghimire commented,
cPAndrewHodge Thanks I will try it. is %APPLIST global variable for cpanel. cPanelMichael I am basically trying to get the stats of the spamassasin. Stats about total mails scanned from date1 to d...
-
manoj_ghimire commented,
I have realised that UAPI is like an app for all cpanel users. I was going in different direction. we can call whm api accountsummary likethis ==> hostname.com:2087/json-api/accountsummary?api....
-
manoj_ghimire created a post,
UAPI Root
hello how can I check if the user executing UAPI is a root user or not?
-
manoj_ghimire created a post,
UAPI Question
in the UAPI custom function tutorial it is given that : # Make the function unusable if the cPanel account is in demo mode. if ( $Cpanel::CPDATA{'DEMO'} ) { $result->error( '_ERROR_DEMO_MODE'...