.o. | one script directory for all files relating to the script in /glftpd/bin/ (default: ftp2mysql) |
.o. | added install.sh script for easy installing script and database...try! |
.o. | added shellnukerel.sh to nuke releases directly from shell instead of nuking from bot or from php-page. |
.o. | deleted txt2mysql.sh and instead wrote a c-program (txt2mysql) to insert the releases directly into the MYSQL database (instead of storing the release- information to a txt-file for further adding it per cron). |
.o. | script ftp2txt.sh renamed to ftp2mysql.sh and modified to launch the new c-program add2mysql |
.o. | added script rmrel.sh to delete releases from all your releases-txt files and the MYSQL-database and add it to deleted.txt. |
.o. | one directory to store all txt-files |
.o. | logfiles in scriptpath/log/ for script and errors (not yet ready) |
.o. | written one config file 'inc.conf' with all variables for ftp2mysql.sh, old-insert.sh, rmrel.sh, db.sh,shellnukerel.sh and eggdropnuke.sh and renamed some variables. |
.o. | remade architecture of the php-page and cleaned up the source. Now one config-file conf.inc.php. |
.o. | added tablefield '#' to php-output which contains the number of the release in the output-list. |
.o. | enhanced db.sh (now works with mysql and has more usefull functions, so to say the php-functions for the eggdrop) - the botscripts have now a list of channels in which they can only be executed by !triggers |
.o. | written a little backup-script to backup txt-files, log-files and the content of the MYSQL-database |
.o. | fixed bug with "+" as delimiter in _script_ftp2txt.sh (old txt2mysql.sh) and _bot_/db.sh changed "+" to "=" because of genres like Funk+Jazz. |
.o. | fixed Bug in old-insert.sh so that now releases with "-" in the artistname in the .message are inserted correctly into MYSQL. |