USE [ACCOUNT_DBF]
GO
/****** Object: StoredProcedure [dbo].[webCreateAcc] Script Date: 08/17/2009 21:30:28 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[webCreateAcc]
@account VARCHAR(15),
@password VARCHAR(36),
@email VARCHAR(120)
AS
SET NOCOUNT ON
DECLARE @DateActivated AS CHAR(8)
IF NOT EXISTS (SELECT account FROM ACCOUNT_TBL WHERE account = @account) BEGIN
INSERT INTO ACCOUNT_TBL (account, [password], id_no2, isuse, member, realname)
VALUES (@account, @password, @password, 'T', 'A', 'F')
SET @DateActivated = CONVERT(CHAR(8), GETDATE()-1, 112 ) --Is the date today - 1
--UPDATE ACCOUNT_TBL_DETAIL SET BlockTime = @DateYesterday WHERE account = @userid
--INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
-- VALUES (@account, 'A000', '2', 'F', GETDATE(), '20990101', '20990101', '20050101', 'O')
Habe ne frage, habe gemacht was in den TuT steht, nur wie soll ich weiter machen, also wie bring ich das so, das man sich auf meiner HP dafür registrieren kann?? :O
can anyone get my register page? 06/22/2010 - CO2 Private Server - 2 Replies if anyone knows my ip can he get my register page? and if he can how can i make it impossible to download my registe page plz help meh
Register page 06/08/2010 - CO2 Private Server - 2 Replies Now the last thing i need is a register page for the 5165 source.
I use the one from arcos thread.
Well, I ve searched around forum, but all i found is for sql.
Anyone for ini?
[Help]register page 09/25/2009 - CO2 Private Server - 9 Replies hey guys
i need help to make Register page for TQ binary 3.0
pls if any one know tell me how to make good one or good guide :)
[Q] PHP Register Page 09/22/2009 - Dekaron Private Server - 24 Replies Ok normaly i dont ask it here but iam willing to give it a shot
When i go to my register page localhost:8070/register/register.php
i fill in all the info and press "Create Account" it will show me
"page cant be found"
The error