PDA

View Full Version : Vencimento VIP



Rapadura
19/03/2018, 11:57 PM
Alguém poderia me explicar como faço pra por o vencimento do vip na web Ferrarezi?, consigo normalmente adicionar o vip, mas o vencimento não aparece.

[Only registered and activated users can see links]

Mentor
20/03/2018, 12:35 AM
Pode ser a template que não está puxando a coluna vip que está configurado no site, revise a Template expecificamente a parte onde informa isso.

Rapadura
20/03/2018, 02:20 AM
O Problema é que todas as templates do ferrarezi está com o mesmo erro, não mostra o vencimento.

L.Henrique
20/03/2018, 10:26 AM
Rapadura

Teste isso, só lembre de fazer um backup. Não lembro se está completa, tenho isso a muito tempo.



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
GO


SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO

Rapadura
20/03/2018, 10:35 PM
@Rapadura ([Only registered and activated users can see links])

Teste isso, só lembre de fazer um backup. Não lembro se está completa, tenho isso a muito tempo.



SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO


alter Procedure [dbo].[WZ_GetAccountLevel]
[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


[Only registered and activated users can see links]


SET NOCOUNT OFF
SET XACT_ABORT OFF


END
GO


SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO


[Only registered and activated users can see links]
Mensagem 102, Nível 15, Estado 1, Procedimento WZ_GetAccountLevel, Linha 25
Sintaxe incorreta próxima a 'e'."


Oq devo fazer ?

19 minutes:------- Atualizado -------

Henrique, usei esse aqui e foi


USE [MuOnline]
GO
/****** Object: StoredProcedure [dbo].[WZ_GetAccountLevel] Script Date: 03/20/2018 22:16:20 ******/
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


[Only registered and activated users can see links]


SET NOCOUNT OFF
SET XACT_ABORT OFF


END


Mas continua do mesmo jeito! :/

maniacoo
21/03/2018, 01:15 AM
Posta a sua LoginAjax2.tpl.php

Pasta Do seu Template/modules

Rapadura
21/03/2018, 01:53 AM
Aqui está


<div class="logado">

<strong>
Olá, {name}!
</strong><br />


<a href="?c=UserPanel">
[Painel de Usu&aacute;rio]
</a><br /> <br />


<a href="?c=Messages">
Você tem<span style="color:#ff0">
{messages}
</span>aviso(s)
</a>.<br /> <br />

&nbsp;&nbsp;&nbsp; {vip_status}<br />
&nbsp;&nbsp;&nbsp; {due_date}<br /> <br />

<strong>
Cr&eacute;dito:
</strong>R${credits},00<br />


<strong>
Relikias:
</strong>{Credit_3}<br />

<strong>
Eventos:
</strong>{Credit_4}<br /> <br />
<a href="localhost/index.php?logout">
[Deslogar]
</a>
</div>

maniacoo
21/03/2018, 11:00 AM
Rapadura me passa seu skype via MP
que eu irei te ajudar a arrumar isso