Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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 :
pagina - [Download]Registration Page By: Vitor Henrique - RaGEZONE Forums

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
Back
Top