Warning: mssql_execute() [function.mssql-execute]: message: Cannot insert the value NULL into column 'email', table 'ACCOUNT_DBF.dbo.ACCOUNT_TBL_DETAIL'; column does not allow nulls. INSERT fails. (severity 16) in C:\AppServ\www\register\index.php on line 41
Warning: mssql_execute() [function.mssql-execute]: stored procedure execution failed in C:\AppServ\www\register\index.php on line 41
Something is wrong on the execution
Code:
Code:
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')
1. Wenn ihr 0 ahnung habt solltet ihr es entweder sein lassen oder euch mehr damit befassen.
2. Das fame template ist für v14 nicht für v15
3. Dieses register script hier habe ich auch noch nicht zum laufen bekommen ka woran das liegn könnte
1. Wenn ihr 0 ahnung habt solltet ihr es entweder sein lassen oder euch mehr damit befassen.
2. Das fame template ist für v14 nicht für v15
3. Dieses register script hier habe ich auch noch nicht zum laufen bekommen ka woran das liegn könnte
Warum schreibst du das wenn du es selbst nicht mal kannst???? --> also wenn du es nicht kannst dann lass es doch ganz einfach sein (sag ich mal so wenn ich von deinem Post ausgehe).
Zum Thema:
Habe auch das Problem das ich nur eine weise Seite bekomme oder den kompletten Quelltext sehe. Habe schon alles gemacht was hier genannt wurde. Leider hat dies aber nix genützt.
Wäre für jeden Lösungsansatz dankbar.
Kann mir den keiner helfen? hab schon des halbe internet durchforstet und nichts funktioniert
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