The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ClientVersion
Author Message
Breaker
Apprentice
*

Posts: 20
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 2



Post: #5
RE: ClientVersion
PHP Code:
[FUNCTION f_onaccount_login]
IF (<
ARGO.CLIENTVERSION>) // This check need for get client version for first step of login, because this function fires any connection actions (twice)
   
IF !StrMatch(2.0.3,<ARGO.CLIENTVERSION>)
      
SERV.LOG @Client use not available client version <ARGO.CLIENTVERSION>, available only 2.0.3
      ARGO
.SYSMESSAGE @026 You use not available client version.
      
ARGO.SYSMESSAGE @026 On server available only 2.0.3 client.
      
ARGO.SENDPACKET 082 B05 // --> send custom disconnect packet for client
      //RETURN 1 // --> default sphere disconnect the client
   
ENDIF
ENDIF 

Code:
Packet Name: Login Denied
Packet Number: 0x82
Sent By: Server
Size: 2 Bytes

[b]Packet Build[/b]
BYTE[1] cmd
BYTE[1] reason

[b]Notes[/b]
Login denied reasons (gump message):

0x00 - Incorrect name/password.
0x01 - Someone is already using this account.
0x02 - Your account has been blocked.
0x03 - Your account credentials are invalid.
0x04 - Communication problem.
0x05 - The IGR concurrency limit has been met.
0x06 - The IGR time limit has been met.
0x07 - General IGR authentication failure.
(This post was last modified: 06-14-2013 03:16 AM by Breaker.)
06-14-2013 03:07 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
ClientVersion - larmc20 - 06-13-2013, 02:20 PM
RE: ClientVersion - Shaklaban - 06-13-2013, 02:25 PM
RE: ClientVersion - Gyros - 06-13-2013, 07:25 PM
RE: ClientVersion - larmc20 - 06-13-2013, 11:09 PM
RE: ClientVersion - Breaker - 06-14-2013 03:07 AM
RE: ClientVersion - larmc20 - 06-14-2013, 08:35 AM
RE: ClientVersion - Breaker - 06-14-2013, 11:54 PM
RE: ClientVersion - larmc20 - 06-15-2013, 06:22 AM
RE: ClientVersion - larmc20 - 06-16-2013, 02:52 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)