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
larmc20
Journeyman
*

Posts: 67
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: May 2013
Reputation: 0



Post: #9
RE: ClientVersion
Well guys. I think I got it....

At least here is working with razor and other macro programs, and allow only 5.0.2 to log in even if change the encryption.

I dont have Injection yet, so I couldnt test with that. But I think will work fine.

PHP Code:
[DIALOG d_Clientversion]
0,0
NOCLOSE
NOMOVE
NODISPOSE
page 0
resizepic 140 69 9200 254 205
text 202 79 0 0
htmlgump 165 129 209 77 1 0 0
button 238 232 1306 248 1 0 0

[DIALOG d_Clientversion text]
ClientVersion Check
Para uma melhor jogabilidade no servidor serĂ¡ aceito apenas o client 5.0.2d

[DIALOG d_Clientversion button]
ON=0
// Button 1
// 
    
IF (<src.clientversion>) // This check need for get client version for first step of login, because this function fires any connection actions (twice)
            
IF !StrMatch(<src.clientversion>,5.0.2)
                    
SERV.LOG @Client use not available client version <src.clientversion>, available only 5.0.2d
                    src
.SYSMESSAGE @026 You use not available client version.
                  
src.SYSMESSAGE @026 On server available only 5.0.2 client.
                 
src.SENDPACKET 082 B05 // --> send custom disconnect packet for client
        
endif
endif
    if (<
src.reportedcliver>)
         if !
strmatch(<reportedcliver>,5.0.2)
                    
SERV.LOG @Client use not available client version <reportedcliver>, available only 5.0.2d
                      src
.SYSMESSAGE @026 You use not available client version.
                  
src.SYSMESSAGE @026 On server available only 5.0.2 client.
             
src.SENDPACKET 082 B05 // --> send custom disconnect packet for client
        
ENDIF
ENDIF 


[
EOF
06-16-2013 02:52 AM
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: 3 Guest(s)