Jump to content

Sol

Coders
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    16

Files posted by Sol

  1. SQL stats logger

    SQL Stats recorder v0.2.
     
    Setup:
    1. add dbstats.lua to lua_modules inside serverconfig.
    2. create MySQL account and fill data on dbstats.lua ( DB:Connect("dbname", "dbuser", "dbpassword", "dbhost", 3306) )
    3. type !sqlcreate on console or with rcon.
     
    Client: !stats or !ratio commands show client's stats
    Client: !listratio command shows all players stats
    Client: !top kills or !top deaths commands show current top players.
    Client: !resetstats command resets the client's stats in database.

    514 downloads

    Updated

  2. ETEng Source

    ETEng Source

    170 downloads

    0 comments

    Updated

  3. ETENG

    ETEng is a server binary modification that is to improve performance of server and fix serverside bugs and exploits.
    Modification includes already some small features like ( rcon ipfilter ; client connection rules ; getstatus confiruation sys ; builtin multi-protocol and more).
     
    Added: sv_protocolcheck {0,1}: 0-Server doesn't check clients protocols, 1-Server allows only one protocol of sv_protocol.
    Added: sv_protocol {82,84}: 82- 2.55 Protocol, 84 - 2.6b Protocol, This is shown in getinfo.
    Added: sv_protect {0,1}: 0-Server doesn't check clients userinfo. 1-Server check clients for fake clients (q3fill exploit).
    Added: sv_maxreqs {n}: N-getstatus Request per sv_reqtime.
    Added: sv_reqtime {ms}: ms: ( default 1000 = 1s ) Time per sv_maxreqs request.
    Added: sv_maxclientsip {n}: Maximum number of connections allowed from one particular IP.
    Added: sv_rconfilter {0,1}: 0-Server doesn't check the client IP when using rcon. 1-Server filters the source rcon cmds.
    Added: sv_rcon1 - sv_rcon5 {IP}: Works if sv_rconfilter is enabled. Example: sv_rcon1 "83.0.0.1" IP Mask is also supported Ex: sv_rcon1 "83.0.0.*"
    Added: Win32 Support
     
    Fixed: wwwdl, getstatus exploit.
    Fixed: Invalid .PK3 files referenced error.

    211 downloads

    0 comments

    Updated

  4. Admin Check

    www.sol-solutions.pl
     
    Admin Check LUA Script.
    Version: 1.0
     
    MinAdmLevel = 20 -- Min Adminlevel to show admin on list
    AdmLeveltocmd = 0 -- Min Adminlevel to run this command
     
    Maxchars = 10 -- name len (max chars)

    151 downloads

    Submitted

×
×
  • Create New...