Need help transferring messages from FuseTalk [message #24208] |
Tue, 19 April 2005 23:33 |
BobB
Messages: 165 Registered: April 2005 Location: Tucson, AZ
Karma: 0
|
Senior Member |
|
|
We're in the process of upgrading an old FuseTalk board to FUDforum and are having some problems transferring the message archives. The FuseTalk board keeps them in a MS-SQL database format, and they've also been exported to a MS Access database, so we have them in both formats. What we need to do is get them into a format that FUDforum can use, including a way to make sure each message goes to the appropriate individual forum. Can anyone please give us some help with this?
|
|
|
|
|
Re: Need help transferring messages from FuseTalk [message #24230 is a reply to message #24217] |
Wed, 20 April 2005 13:46 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDAPI is a script fudapi.inc.php found inside the scripts/ directory. That script has stand-alone functions to adding new topics & replies. You can use those functions to add as many messages as you like to the forum.
FUDforum Core Developer
|
|
|
|
|
|
|
|
|
|
Re: Need help transferring messages from FuseTalk [message #24370 is a reply to message #24367] |
Mon, 25 April 2005 22:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDforum does not store plain-text versions of user passwords, instead is stored the 32 character long (hexadecimal) md5 checksum of the password. As long as this value is placed correctly into passwd field for each user, old logins will work.
FUDforum Core Developer
|
|
|
|
Re: Need help transferring messages from FuseTalk [message #24484 is a reply to message #24483] |
Thu, 28 April 2005 21:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The problem is that when you created the user accounts you didn't mark them as verified. This is why you may see login problems and accounts with no posts were removed.
Look inside fud_users.sql to see how to mark the account as verified.
FUDforum Core Developer
|
|
|
|
|
|
|
|
|
|