README 748 B

1234567891011121314151617181920212223242526272829
  1. QuoteEngine by JamesOff
  2. http://jamesoff.net
  3. Quick start, because I can't be arsed writing a full one ;)
  4. SQL setup
  5. ---------
  6. 1. Create a user and database in your mysql server for the bot to use
  7. 2. Populate the database using the .sql script
  8. TCL setup
  9. ---------
  10. 1. Install mysqltcl package
  11. 2. Put the QuoteEngine.tcl file in your eggdrop's scripts/ directory
  12. 3. Edit the QuoteEngine-settings.sample.tcl file and save it as
  13. QuoteEngine-settings.tcl in your scripts/ directory
  14. 4. Put "source scripts/QuoteEngine.tcl" in your bot's config file
  15. Webpage setup
  16. -------------
  17. 1. Put the files in the www directory in the right place in your webserver
  18. 2. Edit settings.sample.inc to have the right details, and rename to settings.inc
  19. 3. Profit