• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Download]Registration Page By: Vitor Henrique

Newbie Spellweaver
Joined
Jan 31, 2012
Messages
6
Reaction score
0
Hello Guys,
Some time ago I made this page and decided to post for y'all.
-It checks if the user and mail already exists on SQL !
-To configure, open the file "configurar.php" and configure the data :
Print :


Query :

USE [ini3_py_account]
GO

/****** Object: Table [dbo].[Ini3_UserLogin] Script Date: 10/26/2012 20:05:46 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

ALTER TABLE [dbo].[Ini3_UserLogin](
[idx] [int] IDENTITY(1,1) NOT NULL,
[UserID] [varchar](32) NOT NULL,
[Password] [varchar](100) NOT NULL,
[IsDelete] [char](1) NOT NULL,
[Birthday] [datetime] NOT NULL,
[Sex] [tinyint] NOT NULL,
[VisaIDCard] [char](13) NOT NULL,
[Confirm18] [tinyint] NOT NULL,
[UserName] [varchar](32) NOT NULL,
[Zipcode] [char](8) NOT NULL,
[Item_Event] [tinyint] NOT NULL,
[Exp_Event] [tinyint] NOT NULL,
[Visa_Ref] [int] NULL,
[varchar](100) NULL,
[Pergunta] [varchar](100) NULL,
[Resposta] [varchar](100) NULL,
[Nome] [varchar](100) NULL,
[Sobrenome] [varchar](100) NULL,
CONSTRAINT [PK_Ini3_UserLogin] PRIMARY KEY CLUSTERED
(
[UserID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE [dbo].[Ini3_UserLogin] ADD CONSTRAINT [DF_PY_UserLogin_IsDelete] DEFAULT ('N') FOR [IsDelete]
GO

ALTER TABLE [dbo].[Ini3_UserLogin] ADD CONSTRAINT [DF_Ini3_UserLogin_Confirm18] DEFAULT ((0)) FOR [Confirm18]
GO

ALTER TABLE [dbo].[Ini3_UserLogin] ADD CONSTRAINT [DF_Ini3_UserLogin_ItemRate] DEFAULT ((1)) FOR [Item_Event]
GO

ALTER TABLE [dbo].[Ini3_UserLogin] ADD CONSTRAINT [DF_Ini3_UserLogin_Exp_Event] DEFAULT ((1)) FOR [Exp_Event]
GO [/spoiler]

Download :
[QUOTE][ATTACH]126667[/ATTACH][/QUOTE]

Please don't remove the credits:laugh:
Thanks.
 

Attachments

You must be registered for see attachments list