Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 35375

[help] account creation

$
0
0
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'
GO

Code:

USE [Account]
exec dbo.cabal_tool_registerAccount 'id' ,'psw', 'email'
GO

Code:

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!

Viewing all articles
Browse latest Browse all 35375

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>