free prem :SS

Results 1 to 1 of 1
  1. #1
    Account Upgraded | Title Enabled! wesley2811 is offline
    MemberRank
    Jul 2010 Join Date
    BelgiumLocation
    257Posts

    free prem :SS

    CREATE TRIGGER [premiumforall] ON [dbo].[cabal_charge_auth]
    FOR INSERT, UPDATE, DELETE
    AS
    UPDATE [account].[dbo].[cabal_charge_auth] SET
    [Type] = 5
    ,[ExpireDate] = DATEADD(year, 10, getdate())
    ,[PayMinutes] = 999999
    ,[ServiceKind] = 1

    still getting Free user :S when i make a new acc
    i tryd this to
    UPDATE [account].[dbo].[cabal_charge_auth] SET
    [Type] = 2
    ,[ExpireDate] = DATEADD(year, 10, getdate())
    ,[PayMinutes] = 999999
    ,[ServiceKind] = 1
    Last edited by wesley2811; 09-08-10 at 04:37 PM.




Advertisement