Print Page | Close Window

Converting phpBB to Web Wiz

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Database Discussion
Forum Description: Discussion and chat on database related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=13871
Printed Date: 29 March 2026 at 7:40pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Converting phpBB to Web Wiz
Posted By: claytone19
Subject: Converting phpBB to Web Wiz
Date Posted: 17 February 2005 at 9:33pm
I know this has been discussed a little here before, but for anyone who cares to know, I am in the process of converting my phpbb board over to web wiz. If anyone wants to discuss it, I would be glad to.

I have the Usernames and passwords all coverted, and I am working on the forms now. So users can at least log in now.

There are several ways to convert the phpbb MD5 passwords to webwiz forum. For anyone who wants a quick and easy way, you can just change the Web Wiz encryption to MD5 without using a salt key.

It is better to use a salt key, but you will have to do a little more work for that, but it isn't too bad and can be done.

Waiting to see if there is any interest.



Replies:
Posted By: MadDog
Date Posted: 17 February 2005 at 11:59pm
How are you doing the conversion? Manually, scripted, etc...

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: claytone19
Date Posted: 18 February 2005 at 12:09am
Well, I manually write the code Smile

But after that my code did/will do all the hard work.


Posted By: dpyers
Date Posted: 18 February 2005 at 12:21am
I think the people who would be most interested would be the people who visit once, find that it would be hard, then go away.
 
I think a write up on how you did the conversion would make a great sticky topic. Even for people who don't come from phpbb, stuff like changing the WW password to MD5 is useful for lots of other people trying to integrate wwf into their site.
 
Most of the integration scenarios I've seen involve changing the existing site to wwf encryption mechanisms and having users re-register. I just love it when someone comes up with an approach to a problem at a 180 degree different angle than my mindset.


-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: claytone19
Date Posted: 18 February 2005 at 2:42pm
Well, If anyone wants to know more about how to change wwf to MD5 encryption then message me and I will try help you out, but here is a start.

Keep Encryption variables set to true in both common.asp files.

Then create a File that contains a VBScript MD5 function (email me if you need one) to a file called MD5.asp in the functions directory.

Then find any file in the site that has an inlcude of  functions_hash1way.asp and change the code to include your MD5.asp instead.

Then find every place in the site that calls the function HashEncode() and change it to call your MD5() function.

you also have to remove all the places that add a salt key to the end of your password, but they are all pretty close to the same line of code as the HashEncode().

Its not as hard as it may sound. once you have your code changed then edit your Administrator's password to the MD5 encrypted string of your password, if you are converting from another board like phpbb then you can just cut and paste your password from your other board into the wwf password field. You can then loggin and it will use md5 encryption.
Of course now you will not be using a Salt key.

but I hope that can help someone.

brad


Posted By: Bitwize
Date Posted: 04 March 2005 at 7:51pm
So, has anyone found a relatively simple way to do the entire conversion?  I'm helping a buddy out and don't want to spend an entire weekend on this.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net