GM_Stuff is just when you are using the release from Dash, else, it is not needed, as it is a completely custom database that was added to get some aspects of the adminCP to work properly
USE [PS_UserData]
GO
/****** Objekt: StoredProcedure [dbo].[usp_Try_GameLogin_Taiwan] Skriptdatum: 04/23/2012 17:36:59 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
@CompanyIP varchar(15),
@TempIP varchar(15),
@Check int
SET @Status = -1
SET @LoginTime = GETDATE()
--------------------------------------------------
SET @CompanyIP = '61.107.81'
SET @UserIP = LTRIM( RTRIM(@UserIP) )
--------------------------------------------------
SET @Check = 0
--------------------------------------------------
SELECT @UserUID=UserUID, @Status=Status, @Leave=Leave FROM Users_Master WHERE UserID = @UserID
-- NotExist User OR Leave User
IF( @UserUID = 0 OR @Leave = 1 )
BEGIN
SET @Status = -3
END
ELSE
BEGIN
-- Check Password
EXEC dbo.sp_LoginSuccessCheck @UserID, @InPassword, @Check output
IF ( @@ERROR = 0 )
BEGIN
IF( @Check <> 1 )
BEGIN
SET @Status = -1
END
END
ELSE
BEGIN
SET @Status = -1
END
/* Old
SET @InEnPassword = master.dbo.fn_md5(@InPassword)
IF ( @InEnPassword <> @EnPassword )
BEGIN
SET @Status = -1
END
*/
END
-- BlockUser Check
IF( (@Status >= 2) AND (@Status <= 6) )
BEGIN
-- Get Block Limit Date AND Replace date text
DECLARE @BlockEndDate datetime
SELECT @BlockEndDate = BlockEndDate FROM Users_Block WHERE UserUID = @UserUID
IF ( @@ROWCOUNT <> 0 )
BEGIN
-- Block Release
IF ( @BlockEndDate <= @LoginTime )
BEGIN
SET @Status = 0
UPDATE Users_Master SET Status = @Status WHERE UserUID = @UserUID
END
END
END
-- Admin IP Check(2006-02-21)
/*
IF( @Status = 16 OR @Status = 32 OR @Status = 48 OR @Status = 64 OR @Status = 80 )
BEGIN
SET @TempIP = LEFT(@UserIP, 9)
IF( @TempIP <> @CompanyIP )
BEGIN
SET @Status = -999
END
END
*/
-- Select
SELECT @Status AS Status, @UserUID AS UserUID
-- Log Insert
IF( @Status = 0 OR @Status = 16 OR @Status = 32 OR @Status = 48 OR @Status = 64 OR @Status = 80 )
BEGIN
EXEC usp_Insert_LoginLog_E @SessionID=@SessionID, @UserUID=@UserUID, @UserIP=@UserIP, @LogType=0, @LogTime=@LoginTime, @LoginType=@LoginType
END
SET NOCOUNT OFF
account doesn't exist please help! 12/03/2013 - Shaiya PServer Development - 2 Replies Hello Friends
I create a new account again gives this error.
I looked but could not find a result previously opened Issues Forum
Please tell me what to do!
http://d1207.hizliresim.com/z/t/b1sdc.jpg
the account does not exist 04/19/2012 - Shaiya - 2 Replies le compte n'existe pas shaiya et pour tous les joueur sa fait le meme chose
the account does not exist Shaiya and for all his players made the same thing
:confused:
http://www.elitepvpers.com/forum/attachment.php?a ttachmentid=127806&stc=1&d=1334851327
[HELP] Account does not exist upon first click then does on second 12/28/2011 - Shaiya Private Server - 3 Replies I have tried searching the forums for this issue but all I find is problems with starting the server, I have mine all set up and "semi" public but when I or anyone else logs in we get a message saying account does not exist but if you click ok and re-enter your password it logs in, does anyone know what the problem is?
Why i take this account does not exist? 11/05/2011 - Shaiya - 5 Replies db on shaiya server, game public ip= whatismyip.com and public ip:whatismyip.com ,so all whatismyip.com in db i must change to my computers ip or 127.0.0.1???
Help me
HElpmeee
Metin2SG acc account does not exist 01/27/2011 - Metin2 - 13 Replies hi leute habe ja schon 1 acs mit dem ich ja für 1 woche farmen war wegen den kostenlosen itemshop dingen da dann woltle ich noch 1 acc machen alles hat funktioniert doch als ich mich einloggen wollte account does not exist