Icy Phoenix

     
 

phpBB 3 To Icy Phoenix Conversion Tool

phpBB 3 To Icy Phoenix Conversion Tool

Article
Reply with quote    Download Post  
Post phpBB 3 To Icy Phoenix Conversion Tool 
 
Hi all,
today I have almost finished the basic version of phpBB 3 to Icy Phoenix conversion tool.

This tool will import from a phpBB 3 installation some of the DB tables to be used into Icy Phoenix: users, forums, topics and posts table will be converted into Icy Phoenix format.

Unfortunately not all information will be imported (such as private messages, permissions and attachments for example), so some work is still needed to do a proper conversion. But I think it is a good starting point for those who want to convert.

Some basic instructions on how to use this file:

  1. Lock your phpBB 3 board
  2. Make a full DB backup of your phpBB 3
  3. Install Icy Phoenix on the same DB, but with different table prefix (best would be to have Icy Phoenix tables with "ip_" prefix and phpBB 3 tables with "phpbb_" prefix)
  4. Edit the constant in "phpbb3_to_ip.php" file to reflect the correct prefix and name in case you need it
  5. Upload "phpbb3_to_ip.php" to your Icy Phoenix root and launch it
  6. When the conversion ends, you should have all users, forums, topics and posts in your Icy Phoenix DB


Alternatively you can try to run this procedure on a local environment, as it could be easier to fix everything before re-upload the new DB with only Icy Phoenix tables.

If someone is going to try this, I would be grateful to hear some feedback.

Thanks,
Luca

phpbb3_conversion_20120523.zip
Description: phpBB3 To Icy Phoenix Conversion Tool 
Download
Filename: phpbb3_conversion_20120523.zip
Filesize: 5.55 KB
Downloaded: 9330 Time(s)




 
Edited by Mighty Gorgon, Tue 22 May, 2012 16:03: Conversion Script Updated
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Mon 21 May, 2012 19:23 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


phpBB 3 To Icy Phoenix Conversion Tool

Comments
Reply with quote    Download Post  
Post Re: phpBB 3 To Icy Phoenix Conversion Tool 
 
Thanks MG,

I've tried running this on a live server.
Problem 1 was that nothing in those folders was accessible ... so I blanked out all the 127.0.0.1 redirects in htaccess.
Now the script seems to run but bumps into this error:
Fatal error: Call to a member function check_mem_limit() on a non-object in /home/joshua/public_html/IP/EF/install/phpbb3_conversion/common.php on line 42
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/joshua/public_html/IP/EF/install/phpbb3_conversion/phpbb3_to_ip.php on line 14

Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/joshua/public_html/IP/EF/install/phpbb3_conversion/phpbb3_to_ip.php on line 14

Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/joshua/public_html/IP/EF/install/phpbb3_conversion/phpbb3_to_ip.php on line 14

Fatal error: Call to a member function session_begin() on a non-object in /home/joshua/public_html/IP/EF/install/phpbb3_conversion/phpbb3_to_ip.php on line 21


For a short while I saw the modified _ip_users content in the DB (or I think I did   ), but it disapeared straight away, I guess because the script can't finnish.

On a side note ..I'm not on the advised DBversion



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Mon 21 May, 2012 21:57 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
I have tried ... agree was a database with 2 users and 3 topics, but I had no problem....
I think we should focus on these things ... Many people would like to change the board, but are afraid of having to redo everything from scratch, Icy Phoenix has many interesting things that other forums do not have, if a person finds it easy to change board, has nothing that prevents him from doing.



 
TopoMotoV3X - View user's profile Send private message  
TopoMotoV3X [ Mon 21 May, 2012 22:13 ]
Reply with quote    Download Post  
Post Re: phpBB 3 To Icy Phoenix Conversion Tool 
 
You are right ...if conversion is quick and easy, nothing would be stopping people to give it a go

BTW I've edited my previous post a bit



 
Joshua203 - View user's profile Send private message  
Joshua203 [ Mon 21 May, 2012 22:31 ]
Reply with quote    Download Post  
Post Re: phpBB 3 To Icy Phoenix Conversion Tool 
 
Ok never mind those error lines posted earlier, I just did not read the instructions very well  

Anyone having the same issue ... make sure you run phpbb3_to_ip.php from the root-directory (not from the install folder!)

Additionally I only had to comment out these lines in htaccess to be able to access any file:
Code: [Download] [Hide] [Select]
//RewriteCond %{HTTP_COOKIE}% s:(.*):%22test1%22%3b
//RewriteRule ^.*$ http://127.0.0.1/ [R,L]




 
Joshua203 - View user's profile Send private message  
Joshua203 [ Tue 22 May, 2012 14:26 ]
Reply with quote    Download Post  
Post Re: phpBB 3 To Icy Phoenix Conversion Tool 
 
The conversion script had a nasty bug which I should have fixed... please download it again.

Or you can run this just to make sure only user #2 is the admin:
Code: [Download] [Hide] [Select]
UPDATE ip_users SET user_level = 0 WHERE user_id <> 2




 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 22 May, 2012 16:04 ]
Reply with quote    Download Post  
Post Re: phpBB 3 To Icy Phoenix Conversion Tool 
 
Hi,
I have updated the script again to fix a couple of things and also added some improvements.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Wed 23 May, 2012 11:09 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
First, thank you for this conversion script!  
Just a question: What would be the best way to add images and attachment file?
Here is the output
 http://i.imgur.com/s8mDr4h.png

Edit: in your script, think of forum (link redirection) convertion



 
atmoner - View user's profile Send private message  
atmoner [ Tue 01 Dec, 2015 21:14 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
That seems pretty complex to do... First off, are you running phpBB3.0 or phpBB3.1?



 
Informpro - View user's profile Send private message  
Informpro [ Thu 03 Dec, 2015 09:28 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
Phpbb 3.0.12



 
atmoner - View user's profile Send private message  
atmoner [ Thu 03 Dec, 2015 09:32 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
There's no sign of a forum at your site - Only Image software... ?

And besides - We no longer support phpBB  



 
mort - View user's profile Send private message  
mort [ Thu 03 Dec, 2015 11:19 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
Well, why not support phpBB3 to Icy?



 
Informpro - View user's profile Send private message  
Informpro [ Thu 03 Dec, 2015 22:50 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
Informpro wrote: [View Post]
Well, why not support phpBB3 to Icy?


It's well over six months since I looked at anything to do with script / html - And I don't think that I'll be doing very much, if anything with it in future...



 
mort - View user's profile Send private message  
mort [ Fri 04 Dec, 2015 10:07 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
I'm migrating today!
What do you mean by support?



 
atmoner - View user's profile Send private message  
atmoner [ Sun 05 Feb, 2017 12:14 ]
Reply with quote    Download Post  
Post Re: PhpBB 3 To Icy Phoenix Conversion Tool 
 
I just mean it's a useful script to have



 
Informpro - View user's profile Send private message  
Informpro [ Mon 06 Feb, 2017 21:59 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next
 




 


 

  cron