Raised This Month: $51 Target: $400
 12% 

Admin Connect Logs


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Counter-Strike        Category:   Server Management       
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 06-26-2020 , 05:08   Admin Connect Logs
Reply With Quote #1

Admin Connect Logs
Version 1.5

Description:
Using this plugin, you can check the activity of managers (Admins) in your server
All details are stored in the following file, And you can check the specifications in this files
Code:
addons/amxmodx/configs/Connect_log/Connect_log-xxxxxxxx.log
And Disconnect:
Code:
addons/amxmodx/configs/Connect_log/Disconnect_log-xxxxxxxx.log
With the following command, you can watch the list of admins that entered the server in your "console"
  • amx_connect_info
( Show File ( addons/amxmodx/configs/Connect_log/Connect_log-xxxxxxxx.log ) in the console )


File save date code by : +ARUKARI-
PHP Code:
formatex    (szLog,     charsmax(szLog), szLogFileszTime    ); 
File Info code by : fysiks ( Edited By Me: AlferD )
Code:
    new usersfile[64], data[128]     get_configsdir(usersfile, sizeof(usersfile) - 1)     add(usersfile, sizeof(usersfile) - 1, "/users.ini")         new f = fopen(usersfile, "rt")     if(f)     {         while( fgets(f, data, charsmax(data)) )         {             trim(data)             if( !data[0] || data[0] == ';' || data[0] == '/' && data[1] == '/' ) continue;                         console_print(id, data);         }         fclose(f)     }

Requirements:
  • AMX Mod X 1.8.2 and up

  • Non-Steam is not supported.
Attached Files
File Type: sma Get Plugin or Get Source (connect_logs-1.5.sma - 229 views - 2.4 KB)

Last edited by alferd; 07-08-2020 at 09:11.
alferd is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode