MySQL Help

MySQL Help

I created this plugin for myself but I will improve it if someone requests it.

This plugin stores the text from the /help command on a MySQL database. It is possible to create sub-help-pages (e. g. /help plugin subpage page) and more.

Installation

  • Get the latest version of MySQL Help.
  • Get SQLibrary (or else it won't work).

And your done!

Configuration

As soon you started your server with my plugin it generates a config file where you add your MySQL access data. If you have added your credentials reload/restart your server and the table will be created. Now just access the table via php or other language to edit it.

The MySQL table

A table will be created as follows

id      - Primary Key (for identification)
page    - To find the page
          The subpages are separated by a /
content - Content of the page
          Newlines are with /n
          Color codes are with &[code]

ToDo

  • Permissions?
  • Configurable seperators and display formats
  • Open for any suggestions...

Bugs

  • Tell me if you find any...

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files