haulpd
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by haulpd-
haulpd commented,
Hi I run that command via php exec($cmd, $output, $result) on my live plugins and get that error: array(2) { [0]=> string(1) "1" [1]=> string(47) "Permission denied [only root or nobody allowed]"...
-
haulpd created a post,
Call cxs scan from cPanel plugin
I want provided to my customer to scan malware via cxs on cpanel plugin. But I received error: Permission denied [only root or nobody allowed] I had tried add jailshell to account, check php.ini H...
-
haulpd commented,
Thank you Michael
-
haulpd commented,
Yes, it like that, just default .htaccess of Wordpress do You have solution to add redirect rule to top of .htaccess or we need copy old .htaccess to .htaccess.current and write new .htaccess to ho...
-
haulpd created a post,
How to put RewriteRule create by Mime::add_redirect to top of .htaccess
How to change position of RewriteRule in .htaccess I have call UAPI to redirect customer website if that matched my rules, but I have a problem that if in .htaccess my customer have rule with [L],...
-
haulpd created a post,
Redirect customer website using apache or nginx directive via API
I want add Redirect directive to apache or nginx to redirect customer website to another site when it have malware via API instead of use UAPI Mine::add_redirect, which at RerwriteRule to .htaccess...
-
haulpd commented,
Can I create a popup with custom notification when customer login to cPanel :)2082/2083) ? Thank You
-
haulpd created a post,
Push notifications when cPanel account login
Dear, I have run 1 API Client, that fetch all email warning from many cPanel Servers. I want popup notification to cPanel account when they login to cPanel if they matched with rule from API clien...
-
haulpd commented,
It solved, I create_user_session with fake account, and it false "You cannot create a session for the user "fake account" because they do not exist." Thanks
-
haulpd commented,
Hi cPanelMichael How to call that API from client code at another server. I have search for authen to call UAPI but can not implement with Python. I want call Mine:add_redirect and tried authen via...