V15 Registerscript

08/21/2010 16:46 iBart#1
Hello People from E*PvPers,

I need some stuff for my new v15 server,

Does someone have a v15 registerscript with a config in it ?

Does someone have a cool webtemplate ?? (With WORKING registerpage for v15)


Thank you,
iBart
08/21/2010 17:23 Bigsword#2
[Only registered and activated users can see links. Click Here To Register...]

very nice Guide by Sedrika :)


or if you want to create the accounts by yourself
use this :

Quote:
USE [ACCOUNT_DBF]
GO

INSERT INTO [dbo].[ACCOUNT_TBL] ([account], [password], [isuse], [member], [id_no1], [id_no2], [realname], [reload], [OldPassword], [TempPassword], [cash])
VALUES
(N'Account ID', N'PW in MD5', N'F', N'A', N'', N'', 'F', NULL, NULL, NULL, '0')
GO

INSERT INTO [dbo].[ACCOUNT_TBL_DETAIL] ([account], [gamecode], [tester], [m_chLoginAuthority], [regdate], [BlockTime], [EndTime], [WebTime], [isuse], [secession], [email])
VALUES
(N'Account ID', N'A000', N'2', N'F', GETDATE(), N'', N'', N'20050101', N'O', NULL, N'')
GO
also done by Sedrika :P