PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Mon Apr 27, 2009 6:50 pm Reply with quote Back to top

Hi, Raven.

As in our discussion last week, the phpBB3ToNuke got into Release Cadidate 1.

I tossed the whole code to beta testers (2 volunteers and no body applied. This is so sad and this will affect my team decision in releasing).

So, today, I began to port phpBB3ToNuke to Raven's.
So far, no flaw in working. It is still undertaking very tough and scrutinized process to double check every thing.

Now, it time for you to let me know your preferred style: still FiSubice2 like in this phpbb2?

Let me know.
View user's profile Send private message Visit poster's website
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2456
Location: Pittsburgh, Pennsylvania

PostPosted: Mon Apr 27, 2009 7:11 pm Reply with quote Back to top

I think you need to get the message out more. I don't think many people even know about this. You need to try and post news and in the forums of more site.

I for one didn't even know about this until yesterday.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Mon Apr 27, 2009 7:16 pm Reply with quote Back to top

I tried to sign up, but I found no registration form or way to apply for beta tester on the link you posted.
View user's profile Send private message Send e-mail Visit poster's website
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Mon Apr 27, 2009 7:26 pm Reply with quote Back to top

Oh, sory Nuken.

At the front of
Only registered users can see links on this board!
Get registered or login to the forums!
please select "Community" menu.
Under this menu, there are two Forum boards: phpBB3 and Simple Machine Forum.

Of them, select phpBB3tonuke and then, you will go to phpBB3Forums.
In there, there is a phpBB3ToNuke discussion:

Two people signed up and toolbox will take care of assignments.

Administrators and moderators's positions are empty.


Last edited by bluerace on Mon Apr 27, 2009 7:31 pm; edited 1 time in total
View user's profile Send private message Visit poster's website
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Mon Apr 27, 2009 7:28 pm Reply with quote Back to top

Otherwise, simple go to the following sites:
Only registered users can see links on this board!
Get registered or login to the forums!


or
Only registered users can see links on this board!
Get registered or login to the forums!


This phpBB3ToNuke is truely bi-direction to allow phpBB3 db to be available in phpbb3tonuke without any changes. This means that all phpBB3 will get into phpnuke WITH NO CHANGES.
View user's profile Send private message Visit poster's website
jestrella
Moderator


Joined: Dec 01, 2005
Posts: 535
Location: Santiago, Dominican Republic

PostPosted: Mon Apr 27, 2009 10:02 pm Reply with quote Back to top

I wish i had some more extra time to join you... but it's not currently possible at the moment. I will keep an eye on the topic and on your project to see how it evolves.
View user's profile Send private message Visit poster's website
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Tue Apr 28, 2009 12:48 am Reply with quote Back to top

Thanks for your concerning.
Yes, it is in the first release cadidate and some minor bugs apeears and disappers because some codes are slightly changed from time to time.

anyways, this phpBB3ToNuke begins to work for any kinds of phpnuke. For Raven's Scott (one of team members) will wire up FiSubSilver2 (the current Raven's site theme).
View user's profile Send private message Visit poster's website
jestrella
Moderator


Joined: Dec 01, 2005
Posts: 535
Location: Santiago, Dominican Republic

PostPosted: Tue Apr 28, 2009 9:29 am Reply with quote Back to top

will be there a conversion/upgrade path from bb2nuke to your bb3tonuke???
View user's profile Send private message Visit poster's website
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Tue Apr 28, 2009 1:33 pm Reply with quote Back to top

I don't think most users need upgrade patch because they are different system.
However, toolobx made a conversion script from bb2nuke to phpbb3tonuke and we test it. It works very very fine.
As long as you have your own MODs for bb2nuke, they will be ignored. Only standard bb2nuke data will be transfered automatically.

If you want, you may use both simultaneously in one phpnuke because phpbb3nuke is a module which does not heavily depend upon phpnuk user account.
Only some minor changes will be needed: 1) add around 10 lines of codes in admin-user creation part; 2) user-login section; 3) theme-pack part.

They are all minor, literally.
However, themes are another hot issue.
We did not decide to embed phpbb3tonuke styles under /themes/YOUR-THEME/forums style. So, that is the critical issue to use.

The third issue is multilingual system:
Do you know every php-nuke does not automatically change different langauges to bb2nuke forum languages?

For instance, you are running two languages: English and Germany.
Now, set your raven's or php-nuke to multi-lingual mode. Then, go to bb2nuke forum admin. Then what happens? still english? It does not change languages automatically based on phpnuke backend.

There is a fix that toolbox made for this: phpnuke langauges and bb2nuke languages.

Likewise, this is a critical issue in phpBB3ToNuke even though he and I wire-up some codes to change.

The third issue is UTF-8 coding.
Most recent CMS and Blogs go with UTF-8, which becomes a semi-standard. How about your phpnuke? What if you will get arabic users in your site? how about swedish?
So, the only way to adopt universal coding is to rely on UTF-8 without signature format.
Well, this is also one of topics I and Raven talked briefly.
phpBB3 team made a tool to convert ISO-8859 series character code to UTF-8. so, this will be a good starting step to make another tool to change all phpnuke DB to UTF-8 default character.

This is why cirtial?
Let me take one trivial thing: Randoum Forum block uses default DB langauge. However, phpBB3 and phpBB3ToNuke use UTF-8 without signature format. Then, the block shows ???? characters. To remedy this, the block should be changed to $db->sql_query("set charset = utf8"); (I don't remember exactly the query now). But this is not the permant fixation.

I believe you remember phpnuke became popular based on phpbb2 (aka bb2nuke). When phpbb2 was dropped and deprecated in phpbb community and Bulletin Board communities, old phpnuke sites and site users are screaming.

Anyways, we are writing up tons of isses to consider as a public volume for Enterprise PHP-NUKE. the main site where we are working uses all UTF-8 coding. Nobody is bothered by such coding even though backbone is phpnuke 8.1.

Here, as Raven pointed out, what if the old DB of bb2nuke is incompatible? That's why we are with extreme care. I think we have solved this issue alread and it is in experiements with some core charging testers.

To sum up, there is a conversion but we don't want to kick off bb2nuke data. That will depend absolutely on site admin's and your decision.
View user's profile Send private message Visit poster's website
nextgen
Worker
Worker


Joined: Sep 28, 2006
Posts: 135
Location: Maryland

PostPosted: Tue Apr 28, 2009 3:07 pm Reply with quote Back to top

If anyone knows about nukekorea then you know how fast and secure toolbox's code is. I have no doubt that his port will be fast and secure.
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Tue Apr 28, 2009 5:01 pm Reply with quote Back to top

nextgen, absolutely. I agree.
View user's profile Send private message Visit poster's website
eldorado
Involved
Involved


Joined: Sep 10, 2008
Posts: 414
Location: France,Translator

PostPosted: Tue Apr 28, 2009 11:26 pm Reply with quote Back to top

nextgen wrote:
If anyone knows about nukekorea then you know how fast and secure toolbox's code is. I have no doubt that his port will be fast and secure.

I've heard about toolbox before , not sure where. But it was a good review (nothing about nuke actually)
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum