The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
is there any way that i could transfer my existing members from my PHPNUKE to my new Vbulletin 2 forum???
|
#2
|
||||
|
||||
Well, I did it manually. However, the passwords of nuke are encrypted. So I set the password as the member name. After importing the users, I sent a "mass" mail telling them about the move providing the link to change the password.
For registering in nuke and vBulletin there's a hack in the hacks forum. |
#3
|
|||
|
|||
Quote:
Thx ! Cya ! N.B. |
#4
|
||||
|
||||
I didn't do it via mySQL. What I did was opening the nuke database with phpmyadmin looking at the table users. In a second browser I had the admin panel of vB open and add the user manually using the add function under users.
Alternaively you could also go to edit users in the phpnuke admin and the select one user after another. However, this is a the hard way. Actually you could write a php script for doing this but I don't have the time right now to do it. As I'm a PHP beginner it would take a bit of tweaking till I got it. To query the nuke users you could use following command: Code:
SELECT * FROM nuke_users |
#5
|
|||
|
|||
I really do need to find an other, but the manual way !
I have more then 5000 registered users |
#6
|
||||
|
||||
Well, I guess then you needed the script. I have a slight idea on how to do it but I really don't have the time to do it.
You'd need to get some minor details from the nuke database. I guess username and password would be enough (may also the name). Actually there are only 2 queries inside a loop necessary. |
#7
|
|||
|
|||
I am good with running apache, PHP and mysql ..
But I am not a coded, that is why I use PHPNuke .. yes, but I will try to create a little skript, hopefully it will work |
#8
|
|||
|
|||
Hm is there no addon that totally connects those 2?
Like news are threads , comments are posts / replys and all member information is the same on both things. |
#9
|
||||
|
||||
Quote:
However, there's vbPortal at http://www.phpportals.com which "merged" nuke and vBulletin. But it's not completely 1 to 1. |
#10
|
|||
|
|||
if you could create script to do it i willl thank you!!!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|