Skip to content
This repository was archived by the owner on Jan 9, 2018. It is now read-only.

vimishor/Servers-Live.regnick-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CStrike-Regnick: Servers Live module

Servers Live is a module for CStrike-Regnick, which provides additional information for each server registred in application, like: current map, online players and server lattency .

Requirements

Installation

  • From the archive, upload each directory to his correspondent on the server:
    • [archive]/upload/app/modules/servers to [regnick_install]/app/modules/servers
    • [archive]/upload/pub/storage/servers_live to [regnick_install]/pub/storage/servers_live
  • Access http://example.com/regnick/servers/.
  • Done.

FAQ

  1. Live data is cached ?
    Yes, data fetched from servers, it is cached for 5 mins.

  2. How can I change the default cache time ?
    Edit app/modules/servers/config/servers.php and change value for $config['cache_time'].

  3. Can i use this module as a frontpage (aka index) ?
    Yes, you can. Edit app/config/routes and change value for $route['default_controller']: $route['default_controller'] = "servers/show";

  4. How can I prevent the frontpage to change on default one, after each CStrike-Regnick update ?
    Copy app/config/routes.php to app/config/production/routes.php and any changes you made to that file will be preserved accross updates.

LICENSE

GNU General Public License v2

About

[UNMAINTAINED] CStrike-Regnick servers live module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors