[Help] Cannot Make Account In 1.02K

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 2, 2006
Messages
17
Reaction score
0
I used MuEditor2.1 for Server 1.02K
I filled out all the info then I pressed ok, but nothing happen ?
 
Last edited:
I downloaded and used CzF MuEditor
I got this error message
Code:
[Microsoft]ODBC SQL Server Driver][SQL Server] Could not fint stored procedure "SP_MD5_ENCODE_VALUE'

Can someone help me ?
 
Upvote 0
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 ?
 
Upvote 0
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
 
Upvote 0
do you have "WZ_MD5_MOD.dll" in "C:\Program Files\Microsoft SQL Server\MSSQL\Binn" ?
if not,

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'
 
Upvote 0
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
 
Upvote 0
in order to use MD5, you need to have "WZ_MD5_MOD.dll" in "C:\Program Files\Microsoft SQL Server\MSSQL\Binn"
 
Upvote 0
do you have "WZ_MD5_MOD.dll" in "C:\Program Files\Microsoft SQL Server\MSSQL\Binn" ?
if not,

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'

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
[Microsoft]ODBC SQL Server Driver][SQL Server] Could not find stored procedure "SP_MD5_ENCODE_VALUE'
But when I try with MD5 off
I got the message as the picture below
 

Attachments

  • Error 5.GIF - [Help] Cannot Make Account In 1.02K - RaGEZONE Forums
    Error 5.GIF
    126.3 KB · Views: 61
Upvote 0
Status
Not open for further replies.
Back