As some of you request my code (even it is still in beta version, not a public release one) I will post it here ... Any suggestions/bugs/fixes are welcome..
There are two methods of converting Fireboard to phpBB2/3
The first one is a lot simplier but it's still beta . testers are welcomed to test the script
Simply follow these steps:
1. download the script from
iron-team.com/it/fb2phpbb.rar
2. edit the file by changing the database name,password,host and etc.
3. upload the file in your site
4. access it via your web browser
5. The convert method will create a super administrator in your phpbb for safety reasons
User: ironteam
Pass: admin
Besure to delete that username after you check that everything is ok ...
| Code: |
Fireboard 1.0.x to phbBB2 converter v1.1 beta
by c0ld SteeL (Iron Team) - http://www.iron-team.com/
* NOTE: The conversion will destroy all previous phpBB data !
* Contact:
Mailto: addicted2sex [at] abv.bg
Skype: ironcortain
* I am not responsible for any damage taken by this script. It's a BETA release
|
---------------------
The other method is by converting Fireboard to SMF then SMF to phpbb2 and then phpbb2 to phpbb3:
First of all download the Fireboard to SMF convert tool from
iron-team.com/it/fireboard2smf-IronTeam.rar and read the README.txt included in the archive.
Then convert the smf to phpbb:
1. Installed PhpBB 2.0.23 and made sure it worked
2. Used files within a zip file called convert_smf_111_v1b.zip to convert SMF -> Phpbb. Unfortunately, I can't find the link to the thread right now... I found this
www.phpbb.com/community/viewtopic.php?f=...=0&sk=t&sd=a
but it isn't as new a version.
I believe the file I used is here:
sourceforge.net/project/showfiles.php?group_id=141446
sorry I lost the link to the discussion.
NOTE 1 : I had to manually go into the database and upgrade my main account to 'level 1' to become admin again.
NOTE 2 : Your password probably won't work and you probably can't send yourself an email either. I hacked phpbb/includes/emailer.php and included the variable $this->msg into the error message so that the email appeared on the screen. This gave me the ability to reset my account and get a new password.
3. Implemented the following MOD on PhpBB to switch conflicting User Ids
www.phpbb.com/community/viewtopic.php?t=...86b6fec64c3e80c7cbca
(this part is tedious! the MOD is a pain to install and rearranging is no fun either)
Here are directions on how to install a Phpbb mod:
www.phpbb.com/community/viewtopic.php?t=61611
And finally convert the phpbb2 to phpbb3. It's not that hard is it ?!