|
Page 1 of 2
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
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:
- Lock your phpBB 3 board
- Make a full DB backup of your phpBB 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)
- Edit the constant in "phpbb3_to_ip.php" file to reflect the correct prefix and name in case you need it
- Upload "phpbb3_to_ip.php" to your Icy Phoenix root and launch it
- 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
Description: |
phpBB3 To Icy Phoenix Conversion Tool |
Download |
Filename: |
phpbb3_conversion_20120523.zip |
Filesize: |
5.55 KB |
Downloaded: |
9447 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 |
4 users like this post • Share |
#1 Mon 21 May, 2012 19:23 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
Share |
#2 Mon 21 May, 2012 21:57 |
|
TopoMotoV3X
Joined: January 2008
Posts: 120
Location: Sardinia/Cagliari
|
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
|
Share |
#3 Mon 21 May, 2012 22:13 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
Share |
#4 Mon 21 May, 2012 22:31 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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:
//RewriteCond %{HTTP_COOKIE}% s:(.*):%22test1%22%3b
//RewriteRule ^.*$ http://127.0.0.1/ [R,L]
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
Share |
#5 Tue 22 May, 2012 14:26 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
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:
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
|
Share |
#6 Tue 22 May, 2012 16:04 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
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
|
1 user likes this post • Share |
#7 Wed 23 May, 2012 11:09 |
|
atmoner
Joined: December 2015
Posts: 6
Location:
|
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
|
Share |
#8 Tue 01 Dec, 2015 21:14 |
|
Informpro
Joined: October 2008
Posts: 1110
Location:
|
Re: PhpBB 3 To Icy Phoenix Conversion Tool
That seems pretty complex to do... First off, are you running phpBB3.0 or phpBB3.1?
|
Share |
#9 Thu 03 Dec, 2015 09:28 |
|
atmoner
Joined: December 2015
Posts: 6
Location:
|
Re: PhpBB 3 To Icy Phoenix Conversion Tool
Phpbb 3.0.12
|
Share |
#10 Thu 03 Dec, 2015 09:32 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
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
|
Share |
#11 Thu 03 Dec, 2015 11:19 |
|
Informpro
Joined: October 2008
Posts: 1110
Location:
|
Re: PhpBB 3 To Icy Phoenix Conversion Tool
Well, why not support phpBB3 to Icy?
|
Share |
#12 Thu 03 Dec, 2015 22:50 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
Re: PhpBB 3 To Icy Phoenix Conversion Tool
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...
|
Share |
#13 Fri 04 Dec, 2015 10:07 |
|
atmoner
Joined: December 2015
Posts: 6
Location:
|
Re: PhpBB 3 To Icy Phoenix Conversion Tool
I'm migrating today!
What do you mean by support?
|
Share |
#14 Sun 05 Feb, 2017 12:14 |
|
Informpro
Joined: October 2008
Posts: 1110
Location:
|
Re: PhpBB 3 To Icy Phoenix Conversion Tool
I just mean it's a useful script to have
|
Share |
#15 Mon 06 Feb, 2017 21:59 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
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
|
|
|
|