Everyone Good
I want to Auto Add premium in new account please help me
thank
Everyone Good
I want to Auto Add premium in new account please help me
thank
Try it
in WZ_ACCOUNT_CREATE
Add
Code:update UsersData set IsPremium = 1 where CustomerID=@CustomerID
this?
update UsersData set IsPremium = 1 PremiumExpireDate = '2014-16-11 00:00:00.000' where CustomerID=@CustomerID
update UsersData set isPremium=1 WHERE CustomerID=@CustomerID
update UsersData set PremiumExpireDate=DATEADD(DAY, 3, GETDATE()) WHERE CustomerID=@CustomerID
3 days Premium
You could just do this if your server is using account types
Open WZ_ACCOUNT_CREATE then you will see this.
declare @KeyserialType int = 0
0 = Legend acc
2 = Normal acc