Author |
Message |
Chase
New Member


Joined: Jul 31, 2004
Posts: 13
|
Posted:
Fri Aug 06, 2004 8:25 pm |
|
i have a general question ..im wondering sence i have so many diffrent websites if it is possible to transfer users from a whole diffrent install of phpnuke to another one..if so how..because im clueless on how to do so ..thx |
|
|
|
 |
GeekyGuy
Client

Joined: Jun 03, 2004
Posts: 302
Location: Huber Heights Ohio
|
Posted:
Fri Aug 06, 2004 9:08 pm |
|
Chase,
I am sure if I am incorrect in this, someone will correct me...
I think both sites would have to be running the same Nuke version, or at lease very close versions. From one site, using PHPmyAdmin, Export the nuke_users table including the 'add drop table', and select 'Save as file'. This will give you an sql file named nuke_users.sql
On the second site, just import this nuke_users.sql and it should add the users to the second site. Their passwords will be the same on the second site as on the first. |
_________________ "The Daytona 500 is ours! We won it, we won it, we won it!", Dale Earnhardt, February 15th, 1998, Daytona 500 |
|
 |
 |
Chase

|
Posted:
Fri Aug 06, 2004 9:12 pm |
|
|
|
 |
GeekyGuy

|
Posted:
Fri Aug 06, 2004 9:18 pm |
|
Let us know if you get it done  |
|
|
|
 |
Chase

|
Posted:
Fri Aug 06, 2004 9:22 pm |
|
im doing it now..it diddent seem to work right for me..i dont see the users added..im lookin here..im a new b to phpnuke so bare with me lol |
|
|
|
 |
GeekyGuy

|
Posted:
Fri Aug 06, 2004 9:24 pm |
|
Chase,
I've only been in PHP-Nuke since May
So I'm still a noob too |
|
|
|
 |
Chase

|
Posted:
Fri Aug 06, 2004 9:25 pm |
|
i dont see the import deal on here..just insert right?....do i need to drop the old table first? |
|
|
|
 |
Chase

|
Posted:
Fri Aug 06, 2004 9:25 pm |
|
laffing..i dont feel so left out now lol |
|
|
|
 |
GeekyGuy

|
Posted:
Fri Aug 06, 2004 9:32 pm |
|
From the second site phpmyadmin, click on the SQL tab, and then on the 'Browse' button and find the file you want to import. And no, do not drop the table as you will lose the users you already have. If the number of fields in the tables match, it should import with no problems. |
|
|
|
 |
Chase

|
Posted:
Fri Aug 06, 2004 9:35 pm |
|
ok this is the problem with doing that..i ended up droping the table..this is a brand new site anyway..the problem is it imporst as phpbb users and they do not add to the list..im figuring out now how to rename that file so that it reads nuke_users in phpmy admin..the actual file itself reads nuke_users.sql so |
|
|
|
 |
GeekyGuy

|
Posted:
Fri Aug 06, 2004 9:38 pm |
|
Find this partCode:#
# Table structure for table `nuke_users`
#
DROP TABLE IF EXISTS `nuke_users`;
CREATE TABLE `nuke_users` (
|
And make sure it says nuke_users |
|
|
|
 |
Chase

|
Posted:
Fri Aug 06, 2004 9:45 pm |
|
laffing it diddent work it completely jes deleted al users period..thats weird..i opend that sql file in word pad..i dont havea sql program ..that maybe why? |
|
|
|
 |
|