[help] account creation

Results 1 to 7 of 7
  1. #1
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Support [help] account creation

    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!
    Last edited by 4pLay; 20-09-18 at 09:32 AM. Reason: added some SS & video from begatool


  2. #2
    Valued Member samus is offline
    MemberRank
    Aug 2014 Join Date
    Managua, NicaraLocation
    104Posts

    Re: [help] account creation

    do u use a clean database?

  3. #3
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: [help] account creation

    Quote Originally Posted by samus View Post
    do u use a clean database?
    i use toasts files for fresh start... what should i do next mate? im really getting lost here.

    thanks god bless!

  4. #4
    Apprentice mack071997 is offline
    MemberRank
    Apr 2014 Join Date
    19Posts

    Re: [help] account creation

    try to use this

    USE [ACCOUNT]
    GO


    DECLARE @return_value int


    EXEC @return_value = [dbo].[cabal_tool_registerAccount]
    @id = N'test22',
    @password = N'1234',
    @email = N'test@gmail.com'


    SELECT 'Return Value' = @return_value


    GO

  5. #5
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: [help] account creation

    Quote Originally Posted by mack071997 View Post
    try to use this

    USE [ACCOUNT]
    GO


    DECLARE @return_value int


    EXEC @return_value = [dbo].[cabal_tool_registerAccount]
    @id = N'test22',
    @password = N'1234',
    @email = N'test@gmail.com'


    SELECT 'Return Value' = @return_value


    GO
    need some help on steps to do when you install sql 2014?



    maybe i missed out something?

  6. #6
    Account Upgraded | Title Enabled! Myster Dev is offline
    MemberRank
    Apr 2014 Join Date
    127.0.0.1Location
    746Posts

    Re: [help] account creation

    Quote Originally Posted by 4pLay View Post
    need some help on steps to do when you install sql 2014?



    maybe i missed out something?
    if you're using Cabal Pilipinas files much better is to convert database from 2014 to 2008 so any tools will work on it :)

  7. #7
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: [help] account creation

    Quote Originally Posted by Myster Dev View Post
    if you're using Cabal Pilipinas files much better is to convert database from 2014 to 2008 so any tools will work on it :)
    yeah,.. so i downgraded my sql to 2k8 and it seems toasts DB's are not compatible with 2k14 sql. now everythin's ok but i have not yet started to up everythin' to cabal pilipinas files...



Advertisement