Quote:
Originally Posted by hukker
What I would like to see in alcobot is an invite module that works without the need of any db... pretty pls
An idee is to save the info in a plain txt or whatever and encrypt the invite passwords with the same method as the ioftpd user files passwords... if not a txt why not use the same method you store info in nxtools and the databases...
|
The invite module already supports the same method used by nxTools - a SQLite database. AlcoBot's invite module supports three database back-ends:
SQLite3 - Local file database (for groups with one site).
MySQL - Remote server database (for groups with multiple sites, so each site can share the invite data).
PostgreSQL- Remote server database (for groups with multiple sites, so each site can share the invite data).