Server IP : 103.118.17.23 / Your IP : 216.73.216.168 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/_core/php/examples/plugins/ |
Upload File : |
<?php require_once('../qcubed.inc.php'); ?> <?php require('../includes/header.inc.php'); ?> <div id="instructions" class="full"> <h1>Unattended Installation for Plugins</h1> <p>When you're developing a plugin, it's often awkward to try to click-click-click through the Plugin Manager every time when you want to get the plugin going. Wouldn't it be great if you could just drop a plugin .zip file somewhere, and have it installed quickly?</p> <p>If you're configuring a brand new QCubed install, and you want to set up a few favorite plugins of yours, you also may want to save time and install a bunch of plugins at once.</p> <p>Unattended plugin installer to the rescue! Just place any of the plugin .zip files under includes/tmp/plugin.install, and launch the <strong><?= __DEVTOOLS__ ?>/plugin_unattended.php</strong> file in your browser. That utility will attempt to install every one of the plugins in that plugin.install folder, and give you detailed status on the results.</p> <p>Note that if you want to do run this utility remotely, you'll have to configure the <strong>AllowRemoteAdmin</strong> settings in configuration.inc.php.</p> </div> <style>#viewSource { display: none; }</style> <?php require('../includes/footer.inc.php'); ?>