I used MuEditor2.1 for Server 1.02K
I filled out all the info then I pressed ok, but nothing happen ?
Printable View
I used MuEditor2.1 for Server 1.02K
I filled out all the info then I pressed ok, but nothing happen ?
I downloaded and used CzF MuEditor
I got this error message
Can someone help me ?Code:[Microsoft]ODBC SQL Server Driver][SQL Server] Could not fint stored procedure "SP_MD5_ENCODE_VALUE'
use the MuAccountMaker in the server file
teh MuEditor dont have MD5 encryption
My Server File doesn't have any MuACcountMaker
By the way , CzF does have MD5 but it still doesnt work :scratch:
Something is wrong with the store procedure, I think
It shows error when I try to make account as the message in the 2nd post
If I press OK the 2nd time, It says Account Exist
Then if I log in with that account and the password suppose to be there, it say password is incorrect, and I can't change it.
Can someone tell me what is the problem ?
if the mu account maker doesn't work, then your ODBC are messed
I understand
But what can I do to fix it :punch:
i have like 3 ODBC files ODBC, odbc1, odbc3
Btw, is there anyway you can remove the ODBC once it registered ?
Or it will remove itself when you delete the server files
do you have "WZ_MD5_MOD.dll" in "C:\Program Files\Microsoft SQL Server\MSSQL\Binn" ?
if not, ClickHere
Also, Open Query Analyzer and put this code then execute, make sure "master" is selected.
Code:USE master;
exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
Thanks, I'll try to do that
Maybe your DB doesn't have MD5 enabled, but your CzF editor is looking for an "encode" procedure. I'd try with MD5 OFF in the editor before trying to add it to the DB
not that it's really a bad thing lol
in order to use MD5, you need to have "WZ_MD5_MOD.dll" in "C:\Program Files\Microsoft SQL Server\MSSQL\Binn"
Yu need md5sum. Try find accoun maker with md5sum or install web Muweb +md5.
I tried that just now
I downloaded the dll file, I put it in Bin folder
I inserted the code into Query Analyzer
Under master, executed query
But I still got the same error when I tried making accounts
But when I try with MD5 offQuote:
[Microsoft]ODBC SQL Server Driver][SQL Server] Could not find stored procedure "SP_MD5_ENCODE_VALUE'
I got the message as the picture below
I have this problem too.