Icy Phoenix

     
 



Post new topic  Reply to topic 
Page 1 of 1
 
 
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: 2116 Time(s)

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Edited by Mighty Gorgon, Tue 22 May, 2012 16:03: Conversion Script Updated
Mighty Gorgon - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
Thanks for the useful Topic Mighty Gorgon:
TopoMotoV3X (21 May), Joshua203 (23 May), Limun (02 June) 
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
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
 




____________
http://WinMX.ExoFire.net (development/under construction ...Forever?¿?)
 
Joshua203 - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
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.
 




____________
IP Version: 1.3.0.53b
Server: Linux
 
TopoMotoV3X - View user's profileSend private messageVisit poster's website 
Back to topPage bottom
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
 




____________
http://WinMX.ExoFire.net (development/under construction ...Forever?¿?)
 
Joshua203 - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
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]

 




____________
http://WinMX.ExoFire.net (development/under construction ...Forever?¿?)
 
Joshua203 - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
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

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty Gorgon - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty Gorgon - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
  

 

cron