|
You last visited: Today at 15:14
Advertisement
[HELP]REG PAGE
Discussion on [HELP]REG PAGE within the Flyff Private Server forum part of the Flyff category.
10/18/2010, 16:52
|
#1
|
elite*gold: 0
Join Date: Jun 2009
Posts: 6
Received Thanks: 0
|
[HELP]REG PAGE
Warning: mssql_execute() [function.mssql-execute]: message: F�r die Prozedur oder Funktion webCreateAcc wurden zu viele Argumente angegeben. (severity 16) in C:\xampp\htdocs\register.php on line 145
Warning: mssql_execute() [function.mssql-execute]: stored procedure execution failed in C:\xampp\htdocs\register.php on line 145
Something is wrong on the execution
bitte um hilfe
|
|
|
10/18/2010, 19:13
|
#2
|
elite*gold: 73
Join Date: Sep 2008
Posts: 2,093
Received Thanks: 160
|
| 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') | | INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse, email) | | VALUES (@account, 'A000', '2', 'F', GETDATE(), @DateActivated, '20990101', '20050101', 'O', @email) | | END | | --ELSE BEGIN | | --print '->Account exists = ' | | --print @account | | --END |
das per Mssql ausführen
|
|
|
Similar Threads
|
[help]reg page
10/29/2008 - CO2 Private Server - 2 Replies
hey all i had a reg page on my normal pc and its working fine there but now i'm on my laptop did the same as on my pc but i can't get it to work can anyone help me pls i changed the ip and my details in the config of the reg page but it won't work
|
You know this page ?
02/22/2007 - Eudemons Online - 2 Replies
Can i win free eps there ?
http://www.eudemons.digitalzones.com/page2.html
|
All times are GMT +2. The time now is 15:15.
|
|