
Originally Posted by
S37uP!Update
If i am a MD5 database,what should i do?
I mean,in MuOnline database i have MD5,do i have to add some MD5 to master database?If yes,please tell me how to do that.
Yes you need to add MD5 to master database. Download the md5 dll here : WZ_MD5_MOD.dll , and copy it to Program Files\Microsoft SQL Server\MSSQL\Binn. After that open Query Analyzer and put the following code
Code:
USE master;
exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
After this go back to admincp and enable MD5 :)