PDA

View Full Version : Problema de Vip Web Ferrarezi



Terrorista
19/11/2017, 05:20 PM
Bom Dia , Boa Tarde , Booa Noite

Eu queria uma ajuda de vocês hoje eu deparei com o server do meo amigo , ate o Meo nao ta retirando o vip e nem a data ta ficando certo

Vai a Procedures que eu tenho Para Da Vip .

1 - Nao sei se essa ea Certa.

USE [MuOnline]
GO
/****** Object: StoredProcedure [dbo].[WZ_SetAccountLevel] Script Date: 11/19/2017 15:17:33 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
[Only registered and activated users can see links]
AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON

[Only registered and activated users can see links]
[Only registered and activated users can see links]

[Only registered and activated users can see links]

[Only registered and activated users can see links]
BEGIN
[Only registered and activated users can see links]

[Only registered and activated users can see links]
END
ELSE
BEGIN
[Only registered and activated users can see links]

[Only registered and activated users can see links]
END

[Only registered and activated users can see links]

SET NOCOUNT OFF
SET XACT_ABORT OFF

END
[Only registered and activated users can see links] (3.2 KiB) Exibido 6 vezes
Entao Galera Nois esta usando essa tabela - modi_days
Nao sei se essa ea exata ou a exta e - AccountExpireDate

Alguem pode me ajuda ? Obrigado deiz jah.



Agora Prestei Atenção ten essa tbm la.

USE [MuOnline]
GO
/****** Object: StoredProcedure [dbo].[WZ_GetAccountLevel] Script Date: 11/19/2017 15:50:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[WZ_GetAccountLevel]

[FONT=&amp]AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON

[Only registered and activated users can see links]

SET NOCOUNT OFF
SET XACT_ABORT OFF

END

AnDeR
19/11/2017, 05:45 PM
se voce estiver usando o Season 6 da x-team ou muemu ou do Louis é AccountExpireDate

lorranmota
19/11/2017, 06:28 PM
Tem que refazer essas procedures.

Terrorista
19/11/2017, 06:36 PM
lorranmota se nao tem pra aruma pra nois ai por favoor :d tamos no aperto akie

1 45 minutes:------- Atualizado -------

Problema Resolvido .
Procedures Feita Por - lorranmota

USE [MuOnline]
GO
/****** Object: StoredProcedure [dbo].[WZ_GetAccountLevel] Script Date: 18/12/2016 20:10:49 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER Procedure [dbo].[WZ_GetAccountLevel]
@Account varchar(10)
AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON

[Only registered and activated users can see links]
[Only registered and activated users can see links]

[Only registered and activated users can see links]

[Only registered and activated users can see links]
BEGIN
[Only registered and activated users can see links]

[Only registered and activated users can see links]
END

[Only registered and activated users can see links]

SET NOCOUNT OFF
SET XACT_ABORT OFF

END