REORDER PHPBB POSTS

This script will reorder phpBB posts. This is useful if for some reason (f.i. 
a conversion from other forum software) the topics are not being sorted by
date. This happens because phpBB expects post_id's to be chronological, which
will result in weird sorting on forums that do not have this chronological 
post_id's.

USAGE
* Backup your database in case the reordering fails
* Disable your board
* Upload reorder.php into your phpBB dir
* Call reorder.php in your browser and follow instructions on screen
* Delete reorder.php
* Backup reordered database
* Restore reordered database
* Re-enable your board

You will have to backup and restore your reordered database so the post_id's
will resume at the new maximum post_id instead of the intermediate maximum 
post_id. 
If you don't understand what I'm saying, simply do this backup-and-restore,
or you'll be complaining afterwards ;)

HISTORY
1.0.0 - First release
1.0.1 - Bugfix first_post_id's

COPYRIGHT
Coding (c) 2003 Matthijs van de Water (phpbb@matthijs.net)
Downloaded from http://www.matthijs.net/phpbb/
