WendzelNNTPd database converter: 0.8.0
===========================================
Author : Kristijan Smiljanic (kristijan@leftor.ba)
Date   : 2009-05-23
Version: 0.8.0

===========================================
Description:

This PHP script convert old WendzelNNTPd database into new format.
Tested on this WendzelNNTPd databases:
- from: 1.2.0 to: 1.4.2

If newsgroups names in old database is not same as newsgroups names in new database, you can set converts table in const.php.
If you do not set this table, then newsgroups name will be same.

===========================================
How to use & how to Configure

1. Install new WendzelNNTPd, with clean database
2. Make newsgroup in new database
3. unzip this script in any folder
4. copy old database file in same folder, and rename that file to: usenet_old.db
5. copy new database file in same folder, and live name: usenet.db
6. copy file nextmsgid (old or new) to same folder
7. Change const.php (You can set source and destination groupnames)
7. Start php script: convert.php
8. Copy usenet.db, nextmsgid, and cdp* files in: /var/spool/news/wendzelnntpd

===========================================
This script is Open Source.