Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: [PLUGIN] Referral System  (Visto 7618 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline robkaguerou #20 Posteado: May 10, 2021, 01:35:29 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 58
  • Gracias recibida: 10
  • pe
If an account is not verified within 12 hours of the initial registration, the referral is automatically removed.

como se confirma?¡


Offline mauter5 #21 Posteado: May 26, 2021, 04:23:43 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 42
  • Gracias recibida: 130
  • lt
error,



solucion?

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

SET ANSI_PADDING ON

CREATE TABLE [dbo].[WEBENGINE_REFERRALSYSTEM](
   [id] [int] IDENTITY(1,1) NOT NULL,
   [referral_username] [varchar](10) NOT NULL,
   [referral_character] [varchar](10) NOT NULL,
   [referred_username] [varchar](10) NOT NULL,
   [referred_character] [varchar](10) NULL,
   [referred_registration_date] [datetime] NOT NULL,
   [referred_last_check] [datetime] NULL,
   [referred_complete_date] [datetime] NULL,
   [status] [tinyint] NOT NULL
) ON [PRIMARY]


SET ANSI_PADDING OFF

ALTER TABLE [dbo].[WEBENGINE_REFERRALSYSTEM] ADD  CONSTRAINT [DF_WEBENGINE_REFERRALSYSTEM_status]  DEFAULT ((0)) FOR [status]


Offline ArcSyS #22 Posteado: October 01, 2021, 08:44:51 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 87
  • Gracias recibida: 26
  • ph
error,



solucion?

How to use this? I click SQL Querry then? just execute on my MUonline.db?
SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

SET ANSI_PADDING ON

CREATE TABLE [dbo].[WEBENGINE_REFERRALSYSTEM](
   [id] [int] IDENTITY(1,1) NOT NULL,
   [referral_username] [varchar](10) NOT NULL,
   [referral_character] [varchar](10) NOT NULL,
   [referred_username] [varchar](10) NOT NULL,
   [referred_character] [varchar](10) NULL,
   [referred_registration_date] [datetime] NOT NULL,
   [referred_last_check] [datetime] NULL,
   [referred_complete_date] [datetime] NULL,
   [status] [tinyint] NOT NULL
) ON [PRIMARY]


SET ANSI_PADDING OFF

ALTER TABLE [dbo].[WEBENGINE_REFERRALSYSTEM] ADD  CONSTRAINT [DF_WEBENGINE_REFERRALSYSTEM_status]  DEFAULT ((0)) FOR [status]

ArcSyS Gaming

Offline vitor #23 Posteado: March 30, 2022, 09:42:48 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 27
  • Gracias recibida: 5
  • br


it's duplicating in cron every time cron runs, help ??


Offline carmax #24 Posteado: December 18, 2023, 10:36:31 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 1
  • ar

Offline sonytfm #25 Posteado: December 24, 2023, 12:57:15 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 384
  • Gracias recibida: 2602
  • ar
andara con la 1.2.5 que hizo yhoon?


Offline wyrven #26 Posteado: April 18, 2024, 03:33:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 160
  • Gracias recibida: 36
  • ar
Alguien los usó para que recomiende alguno en particular? 

Sino cuanto estan @yhoon  los plug?

XD


Offline Zetita22 #27 Posteado: June 08, 2024, 01:12:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 19
  • Gracias recibida: 6
  • ar

Offline MAMMOTH #28 Posteado: June 15, 2024, 01:55:03 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 343
  • Gracias recibida: 78
  • de

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate