cPanel and CWP plugin template.
- cPanel/WHM path:
/usr/local/cpanel/whostmgr/docroot/cgi/imh-new-plugin/index.php - CWP path:
/usr/local/cwpsrv/htdocs/resources/admin/modules/imh-new-plugin.php
- Run as the Root user:
curl -fsSL https://raw.githubusercontent.com/gemini2463/imh-new-plugin/master/install.sh | sh
- install.sh
- index.php - Identical to
imh-new-plugin.php. - index.php.sha256 -
sha256sum index.php > index.php.sha256 - imh-new-plugin.php - Identical to
index.php. - imh-new-plugin.php.sha256 -
sha256sum imh-new-plugin.php > imh-new-plugin.php.sha256
- imh-new-plugin.js - Bundle React or any other javascript in this file.
- imh-new-plugin.js.sha256 -
sha256sum imh-new-plugin.js > imh-new-plugin.js.sha256
- imh-new-plugin.png - 48x48 png image
- imh-new-plugin.png.sha256 -
sha256sum imh-new-plugin.png > imh-new-plugin.png.sha256
- imh-new-plugin.conf - AppConfig Configuration File
- imh-new-plugin.conf.sha256 -
sha256sum imh-new-plugin.conf > imh-new-plugin.conf.sha256
