[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
/ karlab Public archive

CS 1.6 AMDMODX MODULE: WEBSERVER, HWINFO, ETC.

License

Notifications You must be signed in to change notification settings

UnrealKaraulov/karlab

Repository files navigation

karlab

  • Test server download speed (download 100mb test file)
  • @return none

native test_download_speed(const id);

  • Print information about system
  • @return none

native print_sys_info(const id);

native init_mini_server(const port);

  • Stop mini server
  • @return none

native stop_mini_server();

  • Called when server got any request
  • @param ip request REMOTE IP
  • @param req request STRING
  • @return none

forward mini_server_req(ip[],req[]);

  • Need call for every mini_server_req with same IP
  • @param ip same as mini_server_req
  • @param res response string for mini_server_req
  • @return none

native mini_server_res(const ip[],const res[]);

debug function

native test_regex_req(const id);

About

CS 1.6 AMDMODX MODULE: WEBSERVER, HWINFO, ETC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages