You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 49 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - PostNuke Members porting... [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
massdigitalmedia
Corporal
Corporal


Joined: Sep 01, 2003
Posts: 57

Location: Huntington Beach, CA USA

PostPosted: Thu Sep 04, 2003 7:33 am Reply with quoteBack to top

Is there any way to port a Post Nuke membership database to PHPNuke? This is the last step in our migration, but we're having some trouble getting the members moved over. We have over 800, so I really can't trash them all and start over. Any help would be appreciated.

_________________
________________________
Scott Salvi
Mass Digital Media
http://www.massdigitalmedia.com
3912903 - ICQ
massdigitalmedia - AIM
Find all posts by massdigitalmediaView user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressICQ Number
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Sep 04, 2003 8:39 am Reply with quoteBack to top

Make a backup of PostNuke's nuke_users table with phpMyAdmin, make sure you select "complete inserts", the backup will have the table's structure and insert lines for all users, these will look something like:
Code:
INSERT INTO `nuke_users` VALUES (1, '', 'Anonymous', '', '', '', 'blank.gif', '1055706103', '', '', '', '', '', 0, 0, '', '', '', '', 10, '', 0, 0, 0, '', 0, '', '', 4096, 0, '12.0');

Copy those insert lines into a separate file and insert between `nuke_users` and VALUES the following:
Code:
(user_id, name, username, user_email, femail, user_website, user_avatar, user_regdate, user_icq, user_occ, user_from, user_interests, user_sig, user_viewemail, user_theme, user_aim, user_yim, user_msnm, user_password, storynum, umode, uorder, thold, noscore, bio, ublockon, ublock, theme, commentmax, counter, user_timezone)

so that they will now look something like:
Code:
INSERT INTO `nuke_users` (user_id, name, username, user_email, femail, user_website, user_avatar, user_regdate, user_icq, user_occ, user_from, user_interests, user_sig, user_viewemail, user_theme, user_aim, user_yim, user_msnm, user_password, storynum, umode, uorder, thold, noscore, bio, ublockon, ublock, theme, commentmax, counter, user_timezone) VALUES (1, '', 'Anonymous', '', '', '', 'blank.gif', '1055706103', '', '', '', '', '', 0, 0, '', '', '', '', 10, '', 0, 0, 0, '', 0, '', '', 4096, 0, '12.0');

After you have created Nuke's database tables you can use the modified insert lines to load your users, by default Nuke creates an anonymous user so remove the anonymous user from your insert lines, no need for duplicates. Good luck.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
massdigitalmedia
Corporal
Corporal


Joined: Sep 01, 2003
Posts: 57

Location: Huntington Beach, CA USA

PostPosted: Thu Sep 04, 2003 10:58 am Reply with quoteBack to top

Thanks man! Got it smooth as silk! All their passwords & such will remain?

_________________
________________________
Scott Salvi
Mass Digital Media
http://www.massdigitalmedia.com
3912903 - ICQ
massdigitalmedia - AIM
Find all posts by massdigitalmediaView user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressICQ Number
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Sat Sep 06, 2003 12:46 pm Reply with quoteBack to top

The userlist should transfer intact password and all.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
markber
Nuke Cadet
Nuke Cadet


Joined: Aug 30, 2004
Posts: 1


PostPosted: Mon Aug 30, 2004 1:22 am Reply with quoteBack to top

Is there a way to transfer Postnuke news and links to Nuke?

Thanks,

Mark
Find all posts by markberView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.576 Seconds - 19 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::