|
|
Posted 07/07/2004 04:11:42 |
|
|
Forum Member
      
Group: Customers
Last Login: 28/06/2005 05:18:34
Posts: 51,
Visits: 16
|
|
Well after struggling with config issues on my SQL server (thanks slammer worm) and some script issues thanks to my popup blocker Im just about ready to migrate our 3000+ user database from PHPBB to InstantForum.
My problem now is that PHPBB encrypts all user passwords using a keyless MD5 hash while instantfourm stores all PWs as clear text in the DB.
Since MD5 encryption is one way, is there anyone out there that has added MD5 support to instantforum?
There are .Net classes that handle MD5 which I could integrate in if someone would point me in the right direction to add this in.
Honestly im hoping someone has already done this to save me the trouble ;-).
|
|
|
|
Posted 07/07/2004 04:16:07 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
Hi Manitcor, Thank you for your post. The forum supports both plain text and TripleDES encrypted passwords within the database. From v3.4 onwards all passwords are saved into the database using TripleDES encryption. You can save them as plain text initially if you wish within the database for the conversion and the next time the member updates the profile information the password will be saved with the TripleDES encryption added. Does this help ?
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 21/07/2004 04:19:46 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
Hi Manitcor, How did things progress with this ? Did you manage to perform the PhpBB conversion ? I look forward to hearing from you 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 27/12/2004 12:05:07 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 01/01/2008 08:40:22
Posts: 3,
Visits: 61
|
|
Hi Manitcor, I would appreciate if you could share your experience with me too. I'm about to start moving from phpBB to InstantForum, and it would be nice if someone with real world experience could advice on what troubles I should expect. Regards, Yury
Best regards, Yury SmartCode Solutions WWW: http://www.s-code.com Tel: +1 (650) 472-2345 or +65 91125904 Fax: +1 (801) 904-5158
|
|
|
|
Posted 30/05/2005 09:25:53 |
|
|
Junior Member
      
Group: Customers
Last Login: 06/10/2006 05:59:33
Posts: 25,
Visits: 122
|
|
I have phpBB and looking for migrating to InstantASP. Anyone has suggestions or a script to move the messages from one database to the other?
-- Daniel Morin GenoPro Genealogy Software http://www.genopro.com/
|
|
|
|
Posted 01/06/2005 08:59:11 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
DanMorin (5/30/2005) I have phpBB and looking for migrating to InstantASP. Anyone has suggestions or a script to move the messages from one database to the other?Dear DanMorin, There is a field called GroupID in the InstantForum_Members table where you can set any MemberGroupID stored in the InstantForum_MemberGroups table. In your case, I would suggest you create a row in the InstantForum_MemberGroups table with a name like "Customers" and then use this MemberGroupID value when you move the Members from your old database to the InstantForum34 database. Also, you'll need to add a row in the InstantForum_ForumGroupsMemberGroups table with the ForumGroupID and the new MemberGroupID value for each Forum Group in your old System and do the same for the InstantForum_ForumMemberGroups table.
|
|
|
|
Posted 04/06/2005 06:56:18 |
|
|
Forum Member
      
Group: Customers
Last Login: 26/03/2007 05:11:10
Posts: 46,
Visits: 152
|
|
| The good news is that full convesion from phpBB forum to Instant Forum is possible. I've did a very basic conversion, I'm still working to get all detail completed such as phpBB code converted to html and post count adjust per topic. As for user password, they can't be converted but they can do a lost password and retrieved a new since I generated random password for every user. I think the main point is to not loose information... Sample of a real life forum converted phpBB original forum: http://www.genoclub.com/genealogyforum/ Instant Forum converted: http://support.genopro.com If anyone in InstantAsp staff interested with the script, message me. I will probably release it anyway when completed.
Running InstantASP forum with many code change.
|
|
|
|
Posted 10/01/2006 19:11:15 |
|
|
Forum Member
      
Group: Forum Members
Last Login: 04/04/2007 08:36:23
Posts: 47,
Visits: 59
|
|
| Hello folks, I see that its been months since anyone posted on this thread. I'm currently looking into moving 2000 users from a phpBB board to InstantASP. I have searched around for tools to make this migration happen, but haven't found anything concrete. Any news on this? Have any tools been developed for an "easy" transition? Fill me in please
|
|
|
|
Posted 11/01/2006 15:08:49 |
|
|
Forum Member
      
Group: Customers
Last Login: 26/03/2007 05:11:10
Posts: 46,
Visits: 152
|
|
| Hi, few months ago I send out my script that convert a phpBB forum to this forum to Ryan. Today I spend about 4 hours with someone, fixing little bugs and make it well package. I'm going to post here the files (compile) and the source code freely available to anyone that enjoy this forum and don't want to loose their posts. - Copy the aspx in the same folder as InstantForum - Copy the dll in the bin directory Enjoy the script! Download File HERE
Running InstantASP forum with many code change.
|
|
|
|
| | |