PHP-NUKE to phpBB3 Convertor

PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9 - PHP-NUKE to phpBB3 Convertor

PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9

by vetsols » Sat Mar 05, 2011 10:11 pm

Just wanted to post an FYI about this. I just used this converter on my Nuke Evolution Xtreme version 2.0.9c site. The converter worked flawlessly! It did what it was suppose to do. The only real issue was that it did not convert the user groups, but I don't care. I can handle rebuilding the groups later. What matters is that ALL 1500 users are good to go as well as their passwords and all 4500 posts converted without issue.

Side Note: If you use this, MAKE SURE you run the maintenance functions as well as rebuild your search index.
User avatar
vetsols
Registered User
Posts: 4
Joined: Sat Mar 05, 2011 10:03 pm
Location: Ledyard, CT USA
Name: Marc
Contact:

Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9

by Trister » Mon Nov 21, 2011 5:22 am

Are you saying you were able to upgrade your evo-xtreme from phpbb2 to phpbb3? or just convert evo-xtreme into phpbb3?
Trister
Registered User
Posts: 7
Joined: Thu Nov 10, 2011 1:53 pm
Contact:

Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9

by solis » Sun Jan 01, 2012 12:42 pm

help me
solis
Registered User
Posts: 8
Joined: Sun Jan 01, 2012 12:39 pm
Location: Montpellier (FRANCE)
Name: Fabien
Contact:

Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2.0.9

by icomrade » Thu Mar 15, 2012 10:43 pm

This works for 2.0.9D, however, you will have some work to do. I had to use mysql and the admin feature to move topics to their old categories once converted.
viewtopic.php?f=65&t=642955

Sql syntax used to change forum id in the phpbb_topics table so they are correctly placed.

Code: Select all

UPDATE
    phpbb_topics
SET
   forum_id = [id you wish to move the topic to - i.e. the new id] where forum_id = [id you wish to change to the earlier specified - i.e. the old id]

Do NOT include brackets in the command, they are only to demonstrate where the value should be.

Example:

Code: Select all

UPDATE
    phpbb_topics
SET
   forum_id = 15 where forum_id = 3


This changes all topics that display in the forum with the ID 3 to display in the forum with the ID of 15.
icomrade
Registered User
Posts: 24
Joined: Wed Mar 14, 2012 3:28 pm
Contact:

Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2

by ice5192 » Wed Jul 11, 2012 1:38 am

i keep getting this

and my paths are right ?



Could not find path to your former board. Please check your settings and try again.
» ../nuke/modules/Forums was specified as the source path.
ice5192
Registered User
Posts: 5
Joined: Wed Jul 11, 2012 1:36 am
Contact:

Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2

by nextgen » Wed Aug 29, 2012 5:44 pm

You must either specify the path

../nukefolder/modules/Forums
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
nextgen
Registered User
Posts: 2395
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: PHP-NUKE to phpBB3 Convertor and Nuke Evolution Xtreme 2

by EmeraldDragon » Wed Jun 29, 2022 5:46 pm

I know that someone here already tried and successfully converted PhpBB for the older version of Nuke-Evolution Xtreme. I am trying to convert Phpbb for Nuke-Evolution Xtreme 2.0.9f.

And from my understanding, the path to put the convertor is: ../root-folder/modules/Forums.
But when I did that I do not see the tab for converting to version 3 anywhere. Am I missing something here? :?: I am currently testing it on my localhost at the moment.

Can someone clarify where everything is supposed to be for this convertor? TIA!

Regards,
Emerald Dragon
User avatar
EmeraldDragon
Registered User
Posts: 1
Joined: Tue Oct 20, 2020 5:00 pm
Contact: