About:

PHPNukeBB2phpBB is a PHP script that will copy all the forum-database information from PHPNuke to phpBB and makes an easy migrate from PHPNuke [forum modules] to phpBB.

 

 

How to:

What you need is simple, Just upload the PHP script file to your server change the settings in the script as your database server and your both PHPNuke and phpBB require.

//Enter or change your DataBase information below.
$dbhost =
"localhost";
$dbname =
"database";
$dbusername =
"root";
$dbpassword =
"";


//Enter or change the prefix as your DataBase settings.
$phpnuke_prefix = "nuke_";
$phpbb_prefix = "phpbb_";

 

Help:

If you need any help, You can just take contact with me data-base@iraqitek.com or visit PHPNukeBB2phpBB forum in iraqitek.com

 

Download:

PHPNukeBB2phpBB v0.3d (tested on the latest - phpnuke 7.7 & phpbb 2.0.22)

Changes:
- Optimize the code for more accurate data copy (solve some problems with MODed PHPNuke).
This version is fully updated (90% of all parts are rewritten & optimized) just to test it before the final release.
-Fix a problem with user levels.

Older Version:

PHPNukeBB2phpBB v0.2 (tested on the latest - phpnuke 7.5 & phpbb 2.0.12)

Changes:
- No need to change the users right (Admin, Mod, normal users) manual the script do it all now.
- Add more [copy the ranks settings, the avatar names and many more].
- Fix bugs here and there.


PHPNukeBB2phpBB v0.1(First release)

 

 
Sarmad Jari [Data-Base] @ www.iraqitek.com