Hi to all,
i'm trying to use an old simple webiste for Mu found in web in a list of many packs for Muonline . Since i liked very much it , i'd like adapt it for my Season 8 server of Mu running with slq 2008 . It have support for MD5 .
A part an error of missing of "Vi_CURR_INFO" tab in slq , i having an annoying error when i try to register an account .
I suspect something about MD5 conversion of password , but yet i cannot understand well . I tried many things but without results.
i used this query but nothing changed
Code:use [master] Go set ANSI_NULLS ON set QUOTED_IDENTIFIER ON Go CREATE FUNCTION [dbo].[fn_md5] @DaTa varchar(255)) RETURNS CHAR(32) AS BEGIN return SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('MD5', @DaTa)), 3, 32) END Go GRANT EXECUTE ON [dbo].[fn_md5] TO [public] Go
Error message changed after i tried to modify query using database "MuOnline" instead "master"
Anyway problem remain , account is not added , only values in "VI_CURR_INFO"
This is file named in the error "register2.php"
I can't modify because is protected . I used UnPhp.net for catch something
![]()



, 


Reply With Quote![[HELP] mssql error message in website](http://ragezone.com/hyper728.png)


