| koun |
| Resource Seeker |

 |
| |
| Joined: Apr 08, 2004 |
| Posts: 7 |
|
|
|
 |
 |
 |
|
I have phpnuke site that has version 6.8 and phpBB 2.0.8 and my nuke_user sql looks like that :
| Code: |
INSERT INTO `nuke_users` VALUES (9, 'kuntera', 'kuntera', 'kuntera@yahoo.com', '', '', 'gallery/blank.gif', 'Aug 19, 2003', NULL, NULL, NULL, '', NULL, 0, NULL, NULL, NULL, NULL, 'b6b69a9eb534ca916d0f791c36804e5a', 10, '', 0, 0, 0, '', 0, '', '', 4096, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 10, NULL, 'greek', 'D M d, Y g:i a', 0, 0, 0, NULL, 1, 1, 1, 1, 1, 1, 0, 0, 0, 3, NULL, NULL, NULL, 2, '2', 'YES', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '0');
|
My new site has version 7.9 and my nuke user sql code looks like this:
| Code: |
INSERT INTO `nuke_users` VALUES (2, '', 'koun', 'admin@patrinorama.com', '', 'http://www.patrinorama.com/v5', 'gallery/blank.gif', 'May 28, 2007', NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, '00b7691d86d96aebd21dd9e138f90840', 10, '', 0, 0, 0, '', 0, '', '', 4096, 0, 0, 0, 0, 0, 2, 1, 0, 1, 0, 0, 0, 10, NULL, 'english', 'D M d, Y g:i a', 0, 0, 0, NULL, 1, 1, 1, 1, 1, 1, 0, 0, 0, 3, NULL, NULL, NULL, 0, '0', 0);
|
I have 3000 user that i want to move from my old site to the new one.
Is there an easy way for that ?
Thanks in advance! |
|