plugins

  1. P

    Inject code to all websites?

    Hello, I would like to write a plugin which allows me to inject a small part of code to all my websites in cPanel. I believe it is possible to Apache, I don't know how to communicate with it via the custom plugin. Did anyone try something similar? Any comments could be helpful. I don't know...
  2. S

    How to enable .htaccess for our plugins?

    Hi, For a new plugin, I need to have all URLs to be redirected to our index.cgi file. To achieve this I uploaded an htaccess file our plugin directory but that didn't work and unfortunately, I can't find the apache configuration file for WHM service. 1. Does WHM run under Apache? 2. If yes...
  3. S

    How to add a new Menu Group to WHM?

    Hi, We want our group of plugins to have their own menu group in WHM. The idea is rather than them all listed under plugins to have them have their own separate group. Can you please guide me on how to do this? Unfortunately, I can't find any documentation.
  4. D

    Question about cPanel Plugins

    Hello, I hope someone can help me. what are all cPanel plugins can we offer to customers like SEO tools, backup, etc?
  5. A

    Creating plugin with bash

    Hey Guys, I'm completely new in cPanel/WHM plugin creation. I wanted to create a plugin and I'm not really interested in learning PHP or perl at this point. So I wanted to code the plugin in bash. Is that possible? I'm simply trying to achieve a site migration plugin. Any guidance would be...
  6. R

    Option for 1 click updates for all WordPress Websites, Plugins and Themes

    If the automated updates for WordPress, Plugins and Themes is not working in cPanel, is there a way to manually click on ONE BUTTON and Update all websites WordPress Core software, Plugins and Themes in one shot? If yes, how does one do it? I have a ton on websites on - Removed - I've managed...
  7. N

    Unable to update plugins in wordpress

    Hello, I am facing the issue when I am updating,deleting the plugin on wordpress When I am trying to update any plugin it is giving me error i.e. Updating failed: {"success":true,"data":{"update":"plugin","slug":"wp-super-cache","plugin":"wp-super-cache\/wp-cache.php","pluginName":"WP Super...
  8. M

    cPanel plugins documentation

    Hi! I´m about to install version 68 and I am thinking of creating some cpanel plugins for my users. Specifically I am thinking of installing Wordpress with some settings. I have searched many times in forums and in your documentation and the only information I have found is this one...
  9. V

    SOLVED Plugins Open In New Window v64

    Has anyone else been able to get a WHM plugin to open in the same window post v64? Neither target=mainFrame nor target=_self has worked for me in either of these versions. running v66 at the moment. Confirmed that /usr/local/cpanel/bin/show_appconfig shows target: _self on the plugin in...
  10. A

    SOLVED Uninstall Plugin

    I'm trying to uninstall a plugin and cannot seem to get it to work. I used /usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/perfmgr/perfmgr.conf and /usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/perfmgr/ and...
  11. N

    SOLVED Unable to upgrade wordpress plugins

    Hi, We're having a strange issue with upgrading wordpress plugins from within wordpress. The wordpress engine was uploaded by the end user (but it is also happening when using wordpress installs from softaculous). When trying to upgrade a plugin, an error occurs. The message being displaying...
  12. C

    SOLVED Manage Plugins on DNS-Only

    Hey, Installed two DNSONLY servers this morning - both installed fine on fresh CentOS 7.x installs - went to the finish the setup wizard after installation, no problem either. Next I went to install the Munin Server Monitor (cPanel > Manage Plugins) and got this error immediately: The API...
  13. I

    SOLVED WordPress Issue When Install/Upgrade Plugins or Themes

    Hello, Today I am configuring a new server according to the standard. After I compile EA4 using CloudLinux + All Basic Options + ZendGuard profile, I choose suPHP as php-handler in MultiPHP Manager menu. And then create one hosting account and install WordPress. But, when I try to install new...
  14. cPanelAdamF

    What’s going on in WHM?

    Reposting snippet here from a very important blog post which plugin developers should read: Hi Everyone, Adam here. I wanted to spend some time spelling out what’s going on in the user experience of cPanel & WHM. Plugin developers should pay close attention to the changes we’re making. Now...
  15. M

    Disable WHMSonic from being shown in cPanel

    How to disable WHMSonic not be show to users in cpanel. I have a problem if someone clicks on WHMSonic then you can not go back.
  16. Krydos

    SOLVED cPanel Plugin Icon not showing

    Hi, I'm creating a plugin for cPanel and everything is going well so far, except the icon shows up blank. I created an install.json file with the contents: [ { "icon" : "tomcat_48x48.png", "group_id" : "software", "order" : 998, "name" : "Java", "type" : "link", "id"...
  17. speckados

    Creating Plugins

    Referenced Thread: How to create a Plugin (WHM & cPanel) Hi. I get some time, I have some free time, and I want to revisit the issue. Your example is rather an example of how a plugin is installed, not that as interact with the API. Things like: 1. As access the plugin in console mode (as...
  18. V

    Plugin does not appear in WHM

    Hey guys I'm trying to install some plugins on my WHM more 'm running into me with this error. The plugin and exercise is the DNS Check the NDC HOST / Usr / local / cpanel / bin / register_appconfig : Summary This tool Allows you to install an appconfig file an Ensures That It Is registered...
  19. T

    plugin installation

    Hello I have created mutiple plugin files and I kept those in folder /usr/local/src/cpplugin How can I install them at once ? I tried below command but it didnt work "for plugin in `\ls /usr/local/src/cpplugin/`; do /usr/local/cpanel/bin/register_cpanelplugin $plugin; done"
  20. Amber Layton

    Plugin Question

    Pardon the newb question, but I need the cpanel variables (e.g. [% user ]%) to work within PHP, as well as have the same look & feel as other plugins. Is there a guide to maintaining the formatting of the html.tt files around a PHP plugin? Since we can't include php in an html file, I'm looking...