how to add manualy credits to all account??

Results 1 to 4 of 4
  1. #1
    Member ragefighter is offline
    MemberRank
    Nov 2011 Join Date
    60Posts

    sad how to add manualy credits to all account??

    how to add manualy credits to all account??


  2. #2
    hmmm :D JaneX is offline
    MemberRank
    Jan 2005 Join Date
    918Posts

    Re: how to add manualy credits to all account??

    in [SQL QUERY] select [your primary mu online database] and write this:

    Code:
    UPDATE MEMB_CREDITS
    set CREDITS = (Amount)
    where AccountID = ''
    i kindah forgot the wrong format but it should work ;)

    or browse your sql server mu online database

    muonline > memb_credits

    there is a two column there Credits and account

    u can set your account there and credits :D

  3. #3
    Member ragefighter is offline
    MemberRank
    Nov 2011 Join Date
    60Posts

    Re: how to add manualy credits to all account??

    Quote Originally Posted by janex23 View Post
    in [SQL QUERY] select [your primary mu online database] and write this:

    Code:
    UPDATE MEMB_CREDITS
    set CREDITS = (Amount)
    where AccountID = ''
    i kindah forgot the wrong format but it should work ;)

    or browse your sql server mu online database

    muonline > memb_credits

    there is a two column there Credits and account

    u can set your account there and credits :D
    is there another way? there are many account T.T
    is there a way just 1 click all account will added credits??

  4. #4
    hmmm :D JaneX is offline
    MemberRank
    Jan 2005 Join Date
    918Posts

    Re: how to add manualy credits to all account??

    well for me is i do import the memb_info account column to account column @ memb_credits table. (its a pain on teh ass really) so i can add all accounts with credits.

    dunno how to do it in just one click but thats the only way i knew how to do it sorry. xc



Advertisement