|
You last visited: Today at 15:03
Advertisement
Server Verification Error
Discussion on Server Verification Error within the Flyff Private Server forum part of the Flyff category.
09/21/2015, 18:47
|
#1
|
elite*gold: 0
Join Date: Sep 2015
Posts: 13
Received Thanks: 0
|
Server Verification Error
Hello Elitepvers I need your help to fix my problem .
i want to ask how i can fix this Server Verification Error Own my Server
Response on my Thread Please !
Please Help me !
Thankyou !
|
|
|
09/21/2015, 19:17
|
#2
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
Looks like you have some problems with the database.
Check your CQuery-LogFile, it should state something with "LOGIN_STR".
|
|
|
09/21/2015, 19:30
|
#3
|
elite*gold: 0
Join Date: Sep 2015
Posts: 13
Received Thanks: 0
|
Quote:
Originally Posted by xTwiLightx
Looks like you have some problems with the database.
Check your CQuery-LogFile, it should state something with "LOGIN_STR".
|
Quote:
2015/09/22 01:16:16
query:LOGIN_STR ?, ?, ?, ?
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Incorrect syntax near 'LOGIN_STR'.
2015/09/22 01:20:46
query:LOGIN_STR ?, ?, ?, ?
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Incorrect syntax near 'LOGIN_STR'.
2015/09/22 01:23:24
query:LOGIN_STR ?, ?, ?, ?
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Incorrect syntax near 'LOGIN_STR'.
2015/09/22 01:23:26
query:LOGIN_STR ?, ?, ?, ?
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Incorrect syntax near 'LOGIN_STR'.
2015/09/22 01:23:47
query:LOGIN_STR ?, ?, ?, ?
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Incorrect syntax near 'LOGIN_STR'.
2015/09/22 01:30:31
query:LOGIN_STR ?, ?, ?, ?
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Incorrect syntax near 'LOGIN_STR'.
|
What i need to do ?? Please Help me !
Thankyou !
|
|
|
09/21/2015, 19:55
|
#4
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
Show us the code of your LOGIN_STR (from SQL Server Management Studio).
|
|
|
09/21/2015, 20:07
|
#5
|
elite*gold: 0
Join Date: Sep 2015
Posts: 13
Received Thanks: 0
|
i dont have use any code of LOGIN_STR
can you help me too fix my This Problem Please !
See here This is Database is Use :
Thankyou !
|
|
|
09/21/2015, 20:16
|
#6
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
We can't really analyse with no code.
If you can't get how to view your stored procedures in SQL Management Studio, we can't help you out.
|
|
|
09/21/2015, 20:24
|
#7
|
elite*gold: 0
Join Date: Sep 2015
Posts: 13
Received Thanks: 0
|
i see it on my LOGIN_STR
USE [ACCOUNT_DBF]
GO
/****** Object: StoredProcedure [dbo].[LOGIN_STR] Script Date: 09/22/2015 02:37:47 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROC [dbo].[LOGIN_STR]
@iaccount VARCHAR(32),
@ipassword char(32)
-- Ver. 14 PCZoneIP
,@i_IPAddress varchar(15) = '0.0.0.0'
/************************************************** *********************************
************************************************** *********************************
************************************************** *********************************
************************************************** *********************************
ACCOUNT_STR ????
??? : ???
??? : 2004.01.18
ex) ACCOUNT_STR 'beat','1234'
SELECT * FROM ACCOUNT_TBL_DETAIL WHERE account='aeonsoft'
************************************************** *********************************
************************************************** *********************************
************************************************** *********************************
************************************************** *********************************/
AS
set nocount on
-- Ver 14. PCZoneIP_Check
declare @o_Grade tinyint
exec dbo.USP_PCZoneIP_Check @i_IPAddress, @o_Grade output
IF EXISTS(SELECT a.account FROM ACCOUNT_TBL a,ACCOUNT_TBL_DETAIL b
WHERE a.account = b.account AND a.account = @iaccount ) -- AND gamecode = 'A000')
BEGIN
DECLARE @curDate char(8)
IF EXISTS(SELECT account FROM ACCOUNT_TBL
WHERE account = @iaccount AND password = @ipassword) BEGIN
SELECT @curDate=CONVERT(CHAR(8), getdate(), 112)
SELECT fError=CASE
-- WHEN session<>@isession OR sessionExpireDt<getdate() THEN '91'
WHEN BlockTime>=@curDate THEN '9'
ELSE '0' END,
fText= CASE
-- WHEN session<>@isession OR sessionExpireDt<getdate() THEN 'Session Expired'
WHEN BlockTime>=@curDate THEN 'Block' ELSE 'OK' END,
fCheck=tester,
f18='1'
-- Ver14. PCZoneIP
,fPCZone = @o_Grade
FROM ACCOUNT_TBL a INNER JOIN ACCOUNT_TBL_DETAIL b ON (a.account=b.account)
WHERE a.account=@iaccount
END
ELSE BEGIN
SELECT fError = '1', fText = 'Wrong Password !!',fCheck ='',f18='1', fPCZone = '0' -- PCZoneIP (, fPCZone = '0' ??)
END
END
ELSE BEGIN
SELECT fError = '2', fText = 'Account Not Exists !!',fCheck ='',f18='1', fPCZone = '0' -- PCZoneIP (, fPCZone = '0' ??)
END
RETURN
-- ?? ?? Rule
-- 1. (fError=2 ??) ????? ??. ????? "gamecode = A000" ? ??? ??.
-- 2. (fError=1 ??) ????.
-- 3. (fError=0 ??) ?? ? ?? ??( id_no1? a0000 )?? ??.??.??? ??
-- 4. (fError=3 ??) ?????, ???? ??.
-- 5. (fError=4 ??) ????.
-- 6. (fError=5 ??) 12? ???? ??. ???? "???? 12? ?? ??? ??? ]
-- ????? ?? ????." ?? ??.
-- 7. (fError=6 ??) ?????? ?? ?? ?? tester = 0 ?? "14? ?? ??? ???
-- ?????? ????? ?? ??? ?????"?? ??.
-- 8. (fError=0 ??) ?? ???? ?? ???? ??.
set nocount off
|
|
|
09/21/2015, 21:24
|
#8
|
elite*gold: 0
Join Date: Jan 2009
Posts: 1,741
Received Thanks: 1,674
|
Your server is sending 4 arguments for LOGIN_STR, but the procedure just accepts 3.
Are you using LANG_TWN as language?
|
|
|
09/21/2015, 22:34
|
#9
|
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
|
Delete my Mac Ban form My Source and compile new.
|
|
|
09/22/2015, 07:45
|
#10
|
elite*gold: 0
Join Date: Sep 2015
Posts: 13
Received Thanks: 0
|
Thanks for Helping !
#CLOSE
|
|
|
 |
Similar Threads
|
server verification error
06/15/2014 - Flyff Private Server - 2 Replies
liebe Elitepvpers Mein Server läuft jetzt (ist nur für mich)
aber ich komme nicht ingame es kommt die Meldung beim einlogen flyff server verification
habe den E-flyff client v15 neuz.exe geändert
|
Email verification error
02/21/2014 - S4 League - 0 Replies
http://i.epvpimg.com/wXOee.png
Please help ? What can i do ? I sended a ticket for that and have no reply
|
Server verification Error
08/24/2012 - Flyff Private Server - 2 Replies
Hallo Leute,
Ich hab n kleines Problem.
ich habe mir soeben alle Files von hier heruntergeladen:
http://www.elitepvpers.com/forum/flyff-pserver-gu ides-releases/1954459-release-v19-rdy-files-invisi ble-night.html
Server eingestellt, in der Neuz.exe vom Client meinen Port vom Server eingegeben,
einen Account erstellt (PW: kikugalanetPASSWORT (als MD5 Hash))
Jedoch erhalte ich, wenn ich mich einloggen will, den "Server Verification Error".
|
Please Help me with 'Server Verification error'.
06/03/2011 - Flyff Private Server - 0 Replies
Hello :)
Anyone Can help me with Server Verification error?
Let's start..
ok i will open the 1.accountserver 2.database 3. coreserver 4. certifier
5. login server 6. catche server 7. world server
then..
|
wtf? server verification error
05/11/2008 - Flyff - 5 Replies
wtf is ein server verification error?
das kommt atm die ganze zeit bei mir wenn ich versuche mich bei flyff (eflyff) einzuloggen. Kann mir einer sagen was ich tun muss damit das wieder geht?
Edit:: kay habs rausgefunden is owhl atm bei vielen so :)^^
sry for sinnlosbne post
|
All times are GMT +1. The time now is 15:03.
|
|