QUOTE(IsolatedPurity @ Nov 29 2005, 09:44 PM)
Uh... hmmm...
Data like members and such are stored in a database... mysql...
To transfer stuff, I just have to write a complicated query to select all data from the old table and input it into the new table... such as for members:
insert into is047s3n_new.members (select * from is047s3n_data.members)
But it's a bit more complicated...
Files, like attachments, are harder to transfer because it has both database items and real files, so keeping the database in sync is a bit harder.
What will be definitely transfered:
Posts
Topics
User names, passwords, emails, stats
Shouts
The DLDB
What will not be transfered:
PM's
Avatars / Signatures / Titles
Attachments
User settings
[right][snapback]367907[/snapback][/right]