PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  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
adrienne
New Member
New Member


Joined: Feb 08, 2004
Posts: 6

PostPosted: Fri Nov 09, 2007 4:58 pm Reply with quote Back to top

I am looking for a script to convert Mambo to PHPNuke.

I've converted PHPbb over to PHPnuke in the past. I'm not familiar with Mambo - this is a friends site. I know how awesome Raven is though and figured if there was a script this would be the place to find it! Very Happy
View user's profile Send private message
adrienne
New Member
New Member


Joined: Feb 08, 2004
Posts: 6

PostPosted: Tue Nov 13, 2007 3:28 pm Reply with quote Back to top

I understand to convert from Mambo to PhpNuke you have to have both database files in one database. I've gotten that portion complete.

Mambo has a script that once you do this you can convert from PHPNuke to them.

Since no one here has responded I'm going to try to edit their script to change Mambo into phpnuke.

Wish me luck!
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Tue Nov 13, 2007 4:29 pm Reply with quote Back to top

Good luck and sorry I couldn't help.
View user's profile Send private message Send e-mail Visit poster's website
adrienne
New Member
New Member


Joined: Feb 08, 2004
Posts: 6

PostPosted: Wed Nov 14, 2007 8:19 am Reply with quote Back to top

Thanks for even checking to see if you could help Smile

The phpnuke to mambo conversion is a module on their page it looks like. That makes it a tad confusing. I'm still trying to knock it out. The only thing that my friend needs is the private messages, users and forum cat/messages.

rashedup.com/igs/com_ezphpnuke.zip is the converter. I'm still pecking away at it - I might have to find another converter to try to write backwards if I can't get this one.

I'm amazed that mambo has an easy translation from nuke but nuke has no easy translation from mambo Sad
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Wed Nov 14, 2007 1:53 pm Reply with quote Back to top

Why would anyone want to go from Mambo to Nuke? (ducking...)
View user's profile Send private message
adrienne
New Member
New Member


Joined: Feb 08, 2004
Posts: 6

PostPosted: Thu Nov 15, 2007 3:01 pm Reply with quote Back to top

I finally found a script that would allow mambo to phpbb but it didn't move the private messages. Hopefully I'll be able to find a way to transfer that too..

Once the pms are in phpbb form I can upgrade it to nuke
View user's profile Send private message
adrienne
New Member
New Member


Joined: Feb 08, 2004
Posts: 6

PostPosted: Thu Nov 15, 2007 4:03 pm Reply with quote Back to top

I just tried to put the script in a post and now it says I'm on perma ban Sad Dunno how I'm posting but might as well dig my grave Laughing

These are the two table structures for the private messages.

CREATE TABLE IF NOT EXISTS `phpbb_privmsgs` (
`privmsgs_id` mediumint(Cool unsigned NOT NULL auto_increment,
`privmsgs_type` tinyint(4) NOT NULL default '0',
`privmsgs_subject` varchar(255) NOT NULL default '0',
`privmsgs_from_userid` mediumint(Cool NOT NULL default '0',
`privmsgs_to_userid` mediumint(Cool NOT NULL default '0',
`privmsgs_date` int(11) NOT NULL default '0',
`privmsgs_ip` char(Cool NOT NULL,
`privmsgs_enable_bbcode` tinyint(1) NOT NULL default '1',
`privmsgs_enable_html` tinyint(1) NOT NULL default '0',
`privmsgs_enable_smilies` tinyint(1) NOT NULL default '1',
`privmsgs_attach_sig` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`privmsgs_id`),
KEY `privmsgs_from_userid` (`privmsgs_from_userid`),
KEY `privmsgs_to_userid` (`privmsgs_to_userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE TABLE IF NOT EXISTS `mos_pms` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(25) NOT NULL default '',
`whofrom` varchar(25) NOT NULL default '',
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`readstate` smallint(1) unsigned NOT NULL default '0',
`subject` varchar(255) NOT NULL default '',
`message` text NOT NULL,
PRIMARY KEY (`id`),
KEY `pms_idx1` (`username`,`readstate`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21041 ;


I'm not a database admin - does anyone have an idea how to convert the two?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Fri Nov 16, 2007 12:17 am Reply with quote Back to top

The second database table should not be required. mos_pms is a table used with Mambo so I don't know why it is trying to create that as the script is converting mambo to nuke.
UNLESS the script is later transfering the data from the Mambo table to the nuke one.

The first table name looks like it is for phpBB stand alone not nuke.
The correct table name should be nuke_bbprivmsgs
The fields for that table do look correct
View user's profile Send private message Send e-mail Visit poster's website
adrienne
New Member
New Member


Joined: Feb 08, 2004
Posts: 6

PostPosted: Fri Nov 16, 2007 1:29 pm Reply with quote Back to top

The only conversion script that I could find was from mambo to phpbb. I've updated phpbb to phpnuke in the past so that shouldn't be to much of an issue (crosses my fingers).

Unfortunately it did not change over the private messages. The tables I posted are the table structure for the mambo private messages and the phpbb (standalone) tables.

I'm hoping someone knows how to transfer the two Sad
View user's profile Send private message
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