how to make myself become a developer ? i dont have admintool.

Results 1 to 11 of 11
  1. #1
    Apprentice gunzanaa05 is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    how to make myself become a developer ? i dont have admintool.

    see where is my admin tool? helps me please.

    1111.png


  2. #2
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts

    Re: how to make myself become a developer ? i dont have admintool.

    it's a troll topic ?

    No really because the scearch function when i tape on it return me a lot of topic where it's explain how turn account as dev.

    for admintools you have to compile it.

  3. #3
    Apprentice gunzanaa05 is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    Re: how to make myself become a developer ? i dont have admintool.

    please tell me how to go to compile.
    and tell me how to change my value from user to dev.

  4. #4
    Account Upgraded | Title Enabled! Dragonbooss is offline
    MemberRank
    May 2013 Join Date
    BrazilLocation
    267Posts

    Re: how to make myself become a developer ? i dont have admintool.

    --------------------------------------
    ----- Query feita por EllyssonMiike --------
    ----------------------------------------­---------
    USE warz; ----------------------------------------­------------------------------
    GO ----------------------------------------­-------------------------------------
    DECLARE @CustomerID VARCHAR(100); ----------------------------------------­------
    DECLARE @USER_cID VARCHAR(50); ----------------------------------------­---------
    DECLARE @Developer VARCHAR(10); ----------------------------------------­--------
    ----------------------------------------­----------------------------------------
    ----------------------------------------­----------------------------------------
    -- Colocar o e-mail do usuário no qual deseja tornar ou retirar o Developer. ---
    SET @USER_cID = 'dev_email@hotmail.com' -- Insira o e-mail do usuário ------
    SET @Developer = 'Sim'; -- Digite Sim para tornar Developer e Não para retirar -
    ----------------------------------------­----------------------------------------
    -- NÃO MEXA AQUI NESTA PARTE ----------------------------------------­-----------
    -- PODERÁ RESULTAR NO NÃO FUNCIONAMENTO DA QUERY -------------------------------
    ----------------------------------------­----------------------------------------
    IF @Developer = 'Sim' ----------------------------------------­------------------
    BEGIN; ----------------------------------------­---------------------------------
    SET @Developer = '1' ----------------------------------------­-------------------
    END; ----------------------------------------­-----------------------------------
    IF @Developer = 'Não' ----------------------------------------­------------------
    BEGIN; ----------------------------------------­---------------------------------
    SET @Developer = '0' ----------------------------------------­-------------------
    END; ----------------------------------------­-----------------------------------
    SET @CustomerID = (SELECT CustomerID FROM dbo.Accounts WHERE email=@USER_cID) --
    UPDATE dbo.Accounts SET IsDeveloper=@Developer WHERE email=@USER_cID -----------
    UPDATE dbo.UsersData SET IsDeveloper=@Developer WHERE CustomerID=@CustomerID ---
    ----------------------------------------­----------------------------------------

  5. #5
    Apprentice gunzanaa05 is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    Re: how to make myself become a developer ? i dont have admintool.

    Quote Originally Posted by Dragonbooss View Post
    --------------------------------------
    ----- Query feita por EllyssonMiike --------
    ----------------------------------------­---------
    USE warz; ----------------------------------------­------------------------------
    GO ----------------------------------------­-------------------------------------
    DECLARE @CustomerID VARCHAR(100); ----------------------------------------­------
    DECLARE @USER_cID VARCHAR(50); ----------------------------------------­---------
    DECLARE @Developer VARCHAR(10); ----------------------------------------­--------
    ----------------------------------------­----------------------------------------
    ----------------------------------------­----------------------------------------
    -- Colocar o e-mail do usuário no qual deseja tornar ou retirar o Developer. ---
    SET @USER_cID = 'dev_email@hotmail.com' -- Insira o e-mail do usuário ------
    SET @Developer = 'Sim'; -- Digite Sim para tornar Developer e Não para retirar -
    ----------------------------------------­----------------------------------------
    -- NÃO MEXA AQUI NESTA PARTE ----------------------------------------­-----------
    -- PODERÁ RESULTAR NO NÃO FUNCIONAMENTO DA QUERY -------------------------------
    ----------------------------------------­----------------------------------------
    IF @Developer = 'Sim' ----------------------------------------­------------------
    BEGIN; ----------------------------------------­---------------------------------
    SET @Developer = '1' ----------------------------------------­-------------------
    END; ----------------------------------------­-----------------------------------
    IF @Developer = 'Não' ----------------------------------------­------------------
    BEGIN; ----------------------------------------­---------------------------------
    SET @Developer = '0' ----------------------------------------­-------------------
    END; ----------------------------------------­-----------------------------------
    SET @CustomerID = (SELECT CustomerID FROM dbo.Accounts WHERE email=@USER_cID) --
    UPDATE dbo.Accounts SET IsDeveloper=@Developer WHERE email=@USER_cID -----------
    UPDATE dbo.UsersData SET IsDeveloper=@Developer WHERE CustomerID=@CustomerID ---
    ----------------------------------------­----------------------------------------
    how i can go to edit it ? where ?

  6. #6
    Account Upgraded | Title Enabled! Dragonbooss is offline
    MemberRank
    May 2013 Join Date
    BrazilLocation
    267Posts

    Re: how to make myself become a developer ? i dont have admintool.

    Edit: SET @USER_cID = 'dev_email@hotmail.com' -- Insira o e-mail do usuário ------

    Where dev_email is email of ur developer... and put this in SQL Server (New Query) and will run...

  7. #7
    Apprentice gunzanaa05 is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    Re: how to make myself become a developer ? i dont have admintool.

    can u capture that place to me please :) thanks

  8. #8
    Account Upgraded | Title Enabled! Dragonbooss is offline
    MemberRank
    May 2013 Join Date
    BrazilLocation
    267Posts

    Re: how to make myself become a developer ? i dont have admintool.

    --------------------------------------
    ----- Query feita por EllyssonMiike --------
    ----------------------------------------­---------
    USE warz; ----------------------------------------­------------------------------
    GO ----------------------------------------­-------------------------------------
    DECLARE @CustomerID VARCHAR(100); ----------------------------------------­------
    DECLARE @USER_cID VARCHAR(50); ----------------------------------------­---------
    DECLARE @Developer VARCHAR(10); ----------------------------------------­--------
    ----------------------------------------­----------------------------------------
    ----------------------------------------­----------------------------------------
    -- Colocar o e-mail do usuário no qual deseja tornar ou retirar o Developer. ---
    SET @USER_cID = 'dev_email@hotmail.com' -- Insira o e-mail do usuário ------
    SET @Developer = 'Sim'; -- Digite Sim para tornar Developer e Não para retirar -
    ----------------------------------------­----------------------------------------
    -- NÃO MEXA AQUI NESTA PARTE ----------------------------------------­-----------
    -- PODERÁ RESULTAR NO NÃO FUNCIONAMENTO DA QUERY -------------------------------
    ----------------------------------------­----------------------------------------
    IF @Developer = 'Sim' ----------------------------------------­------------------
    BEGIN; ----------------------------------------­---------------------------------
    SET @Developer = '1' ----------------------------------------­-------------------
    END; ----------------------------------------­-----------------------------------
    IF @Developer = 'Não' ----------------------------------------­------------------
    BEGIN; ----------------------------------------­---------------------------------
    SET @Developer = '0' ----------------------------------------­-------------------
    END; ----------------------------------------­-----------------------------------
    SET @CustomerID = (SELECT CustomerID FROM dbo.Accounts WHERE email=@USER_cID) --
    UPDATE dbo.Accounts SET IsDeveloper=@Developer WHERE email=@USER_cID -----------
    UPDATE dbo.UsersData SET IsDeveloper=@Developer WHERE CustomerID=@CustomerID ---
    ----------------------------------------­----------------------------------------

  9. #9
    Apprentice gunzanaa05 is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    Re: how to make myself become a developer ? i dont have admintool.

    what folder that i can edit it ? :'(

  10. #10
    Account Upgraded | Title Enabled! Dragonbooss is offline
    MemberRank
    May 2013 Join Date
    BrazilLocation
    267Posts

    Re: how to make myself become a developer ? i dont have admintool.

    SQL Server Management Studio > New Query

  11. #11
    Apprentice gunzanaa05 is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    Re: how to make myself become a developer ? i dont have admintool.

    Thanks :D



Advertisement