hmm, you can do that per phpmyadmin, no need for coding a hack:
the importing board you have to know the highest userid used (lets call it xx)
the run this queries on the EXPORTING board:
UPDATE user SET userid=userid+xx
UPDATE userfields SET userid=userid+xx
then just download the content of these two tables and import em with phpmyadmin at the importing board
as i know Neo is coding a hack for importing a whole vb into another but it's not finished
|