does anybody have a query to manually create an account other than these 3 queries that i already have...
Code:USE [Account] exec dbo.cabal_tool_registerAccount 'ID' ,'PASS' GOCode:USE [Account] exec dbo.cabal_tool_registerAccount 'id' ,'psw', 'email' GOCode:set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER FUNCTION [dbo].[fn_md5] @<i><b><a href="http://forum.ragezone.com/members/2000209952.html" target="_blank">Data</a></b></i> varchar(255)) RETURNS CHAR(32) AS BEGIN return SUBSTRING(master.dbo.fn_varbintohexstr(HashBytes('MD5', @<i><b><a href="http://forum.ragezone.com/members/2000209952.html" target="_blank">Data</a></b></i>)), 3, 32) END Exec dbo.cabal_tool_registeraccount 'XXX' , 'XXX'
https://youtu.be/86MY95C1Q_E
got some error's everytime i execute them, maybe i missed something or i just can't see it infront of my eyes...
thank you god bless!




Reply With Quote![[help] account creation](http://ragezone.com/hyper728.png)




