The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Dump user table to another database
I'm trying to dump colums "userid, username, password, email, joindate, and timezoneoffset" into another database.
I've tried a bunch of different combinations and nothing works yet. I'm just trying to echo the correct values and then I know how to dump them into the database I want. Here is a string I tried: PHP Code:
I've tried PHP Code:
Is there a better way to do this? I sure hope so lol. The only thing I can think of is to query the first column and pull up the userid numbers and dump it row by row based on the userid. If I loop it I think I could make it do the whole table. It sucks that I can't just use a incrementing value because if you delete a user the userid column skips that number. Like if you have userid 1,2,3,4 and you delete user 3 it would be 1,2,4..... Can you please shed some light on what I must do here? I've searched for a long while, read manuals till my eyes bleed and had no luck Thanks in advance, Jordan Quote:
Here is what to do for anyone else that needs help: PHP Code:
|
#2
|
||||
|
||||
This code is just off the top of my head... but it ought to work, or at least get you going along the right track.
PHP Code:
Edit: You could also just use Impex. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|