jimlongo
- Total activity 349
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 85
Posts
Recent activity by jimlongo-
Remove a Hook manually
given that I've been developing for a while this module, and there are hooks that are no longer relevant and weren't removed properly at the time, I'd like to clean up the hooks registry manually. ...
-
Update script for WHM plugin
I have a bash install script, and uninstall script. I want to know if there's a recommended way to write an update script. In addition can anyone share any strategies for auto-update of a plugin?...
-
License for Modules
Are there any requirements, or recommendations for a license to attach when creating an extension module?
-
Cleanup Feature Manager List?
Due to development and installing some nasty plugin I have a bunch of items in Feature Manager that don't exist anywhere on my server. If I grep for the names, they don't exist. Where is the Fe...
-
install apache module by script
I have a module that requires mod_substitute to be installed. The installer script does something along these lines (after checking if the module is already installed, and which version of Apache)...
-
externally accessible api
What current API types are available to access WHM from an external app? Primarily to get all domains (and subdomains) from an account. Might need to get userID from a main domain as well. In thi...
-
Error: ASL has not been configured
Started getting this message hourly for the last few days. I do not have ASL. I do subscribe to the Atomic Rules for ModSecurity. /etc/cron.hourly/asl: Error: ASL has not been configured
-
Hook for Feature List change
There is a WHM hook
-
AWS cPanel machine image
We're considering purchasing an AMI with cPanel. I have a couple questions for anyone who has experience with these products. Either AWS Marketplace: cPanel & WHM for Linux OR AWS Marketpla...
-
API Token length
i'm writing a shell script to install a module. the module requires an token. Wanted to do some validation on input. Are API Tokens always 32 characters in length?