This convertor will transfer the following:
	* Categories
	* Forums
	* Topics
	* Posts
	* Users
	* Groups
	* Private messages
	* Topics watch
	* Polls
	* Authorizations
	* Banned list
	* Ranks
	* Censored words
	* some configuration settings
	* search word lists

********************************************************************************************************
Notes:

	* Images for Ranks, avatars and smilies will have to be copied from PHP-Nuke to the appropriate
	   phpBB directories and the directory paths adjusted in the Administration Control Panel.
	* Themes will need to be reinstalled. All users are set to the default theme.
	* Script works only for MySQL databases.
	* Script will convert to the plain-jane, vanilla version of phpBB only. MODs will have to be reinstalled.
	
		There may be problems when converting that you will get an error message that a field does not exist.
		This field needs to be deleted from the table list in the conv_nuke.php file and the convertor run again.
		Open conv_nuke.php for editing with a text editor.
		Look for the line that begins with   $array = array("disallow","categories", 
		The line will be around line 66.
		Remove the missing table from the list of tables

********************************************************************************************************
Convertor instructions:
1)	Install the latest version of phpBB available at http://www.phpbb.com/downloads.php
	It is preferable to have PHP-Nuke and phpBB in the same database, but not necessary.
	PHP-Nuke and phpBB should at least be on the same server
2)	Unzip conv_nuke.php

3)	Copy conv_nuke.php to your phpBB root directory

4)	Run conv_nuke.php and fill in the configuration settings.
	"localhost" is assumed for the server.
5)	The convertor will take only a few minutes to run after which you will get a success or fail message.
6)	Sign into your phpBB forum with your PHP-Nuke forum admin account id and password.

Support is given at http://www.phpbb.com/phpBB/viewtopic.php?t=304974

********************************************************************************************************
Change log
v1.1
Jonny Lamb
Username: jonnylamb at phpbb.com
Contact me at phpBB.com for support

You use this script at your own risk
I cannot be responsible for any data
loss that occurs.
--------------------------------------------------------------------------------------
v1.21 by jaymer at phpbb.com - Nov 12 2004
modified by jaymer cause it wouldn't work for me.
wouldn't even convert the first record cause of escaped Quotes
*  function sql_addslashes added
*  added the call to sql_addslashes, removed Lamb's call to 'addslashes'
*  added defaults to the nuke/phpbb paths on the submit form
NOTE:  this script DOES convert data, but my board still doesn't recognize the new topics.
--------------------------------------------------------------------------------------
version 1.2.3 by Dicky - July 3, 2005

* Added defaults to the nuke/phpbb server names on the submit form
* Add topics_watch to conversion
* Fix groups to convert properly
* Adjust user_level to match phpBB user levels
* Set PHP-Nuke anonymous user_id of 1 to phpBB anonymous user_id of -1 for topics and posts.
* Add code so script will run with php Register Globals = Off
* Added script by dkklein (http://www.phpbb.com)to add missing user groups
--------------------------------------------------------------------------------------
version 1.2.5 by Dicky - July 16, 2005

* Converted queries to be phpBB DBAL compliant as much as possible
* Added error checking to all queries
* Fixed the Add Missing Groups script to point to the correct database
--------------------------------------------------------------------------------------

version 1.2.7 by Dicky - July 21, 2005

* Fixed the database connection problem to connect to the correct database
--------------------------------------------------------------------------------------

version 1.2.9 by Dicky - July 23, 2005

* Removed almost all the DBAL queries to fix the database connection problem 
* Moved the transferring of word search tables to the end of the script
--------------------------------------------------------------------------------------

version 1.2.11 by Dicky - Aug 6, 2005
* Add sql_addslashes function to some text fields
--------------------------------------------------------------------------------------

version 1.2.12 by Dicky - Aug 6, 2005
* Add sql_addslashes function to some more text fields
--------------------------------------------------------------------------------------

version 1.2.13 by Dicky - January 15, 2006
* Fixed the Search Words transfer
--------------------------------------------------------------------------------------
Support can be found at http://www.phpbb.com/phpBB/viewtopic.php?t=304974