We have lots of scripts that are linked to our ubb 6.5.2 forum user database. Now there's already lots of work in updating the queries, but the usernumbers have also been changed.
Anyone know of a hack or something else in the import proces to stop the renumbering proces? Or is there a table like ubbt_IMPORT_MAP which makes it easy for me to find out new usernumbers?
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#179164 - 02/22/0705:28 PMRe: Any way to stop the renumbering of users when upgrading?
[Re: Yarp™]
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
The table that maps the old usernumber to the new usernumber is just temporary and is deleted after the import is finished. You could comment out the portion that drops that table at the end so it's still there.
Around line 1658 of threads_import you'll see a line where it drops the table called memtemp.