Setup - Gamerexde/hidemyplugins-web-interface GitHub Wiki

Setup

Instructions to install the web interface.

Note

HideMyPlugins Web Interface is an preview snapshot, this version should not be used in an production environment, or expose it to the public internet... Bugs or possibly security exploits may be present. Proceed with caution and at your own risk if you plan to use this in a production environment.

Requirements

Minimum requirements:

  • A website with a web hosting (Not Provided.)
  • The web hosting needs to have PHP and MySQL installed.
  • PHP 5 or newer.
  • A MySQL Server. The same applies to the plugin's configuration, SQLite will not work if you intend to use this Web Interface.

If you are running linux vps make sure to have LAMP (Linux Apache MySQL PHP) updated and configured.

Install

  1. Download the latest version of the web interface here.
  2. Extract the files to the web server root in public_html or html directory, rename the folder to "hidemyplugins" or something similar that you can identify with your web interface.
  3. Verify your web interface installation by going to "http://yourdomain.com/hidemyplugins"
  4. Edit the /config/settings.php, there you will put the MySQL database where your plugin is currently storing the data.
  5. Disable the Snapshot Relase notice by setting $version_notice = true to false in the settings.php.
  6. If everything is working fine, enjoy!

Troubleshooting

If you get a error try:

  • Verifying your database configuration making sure to have users permissions correctly set up and host's ip accesible to the interface.
  • Reinstalling the web interface.
  • Verifying that the plugin is using MySQL instead of SQLite to store data.