Quick start, because I can't be arsed writing a full one ;)
SQL setup
- Create a user and database in your mysql server for the bot to use
- Populate the database using the .sql script
Note: Give the SQL user minimum permissions, restrict it to just the host the bot runs on, etc.
TCL setup
- Install mysqltcl package
- Put the QuoteEngine.tcl file in your eggdrop's scripts/ directory
- Edit the QuoteEngine-settings.sample.tcl file and save it as
QuoteEngine-settings.tcl in your scripts/ directory
- Put
source scripts/QuoteEngine.tcl in your bot's config file
Webpage setup
- Put the files in the www directory in the right place in your webserver
- Edit settings.sample.inc to have the right details, and rename to settings.inc
- Profit
3rd Party webpages