Commit graph

30 commits

Author SHA1 Message Date
Sergei Solovev 276ec7f3eb Updating the server name reference in code
This change replaces the use of $_SERVER['SERVER_NAME'] with $_SERVER['HTTP_HOST'] throughout the codebase. The modification ensures consistency and compliance with best practices, since $_SERVER['HTTP_HOST'] is often used to extract the host header from an HTTP request. This update may improve compatibility and security, especially in scenarios where the Host header plays a key role in proper server configuration and routing. Please review and test the changes carefully to ensure smooth functionality in different environments.
2023-12-23 04:50:14 +03:00
Sergei Solovev c68552a0fb Added a graph library 2023-12-19 21:38:10 +03:00
Sergei Solovev 33f3660fcc Pre-added RUST
The necessary files and directories have been created
2023-12-10 17:47:19 +03:00
Sergei Solovev e2d62c2b41 Fixed Rcon 2023-12-10 15:29:08 +03:00
Sergei Solovev 3405e159ab The old SourceQuery library has been removed 2023-12-10 00:18:04 +03:00
Sergei Solovev 6b693734d4 Minor fixes CS2 2023-12-09 23:58:26 +03:00
Sergei Solovev 6cc6c09121 Fix CS2 2023-12-09 20:11:52 +03:00
Sergei Solovev 24ccb37caf Update rcon library
The xPaw library has been updated and added via composer
2023-12-07 22:08:55 +03:00
Sergei Solovev 880494ad85 Minor update
Fixed a situation where the amount might not be displayed when ordering the server
2023-12-03 22:33:51 +03:00
Sergei Solovev 669866b59c Minor Update CS2 2023-12-03 21:12:41 +03:00
Sergei Solovev 07324f4d38 Fixed game server load statistics 2023-12-03 21:12:12 +03:00
Sergei Solovev eaf8a97bed Fixed graphs 2023-12-03 18:28:06 +03:00
Sergei Solovev a43402dee8 Minor fixes 2023-12-03 18:08:16 +03:00
Sergei Solovev 9fd9971249 fix load indicators 2023-12-03 17:54:47 +03:00
Sergei Solovev c07a049eff Update install and start CS2 2023-12-03 16:33:41 +03:00
Sergei Solovev 64d9b0eb28 Pre-added CS:2
The necessary files and directories have been created
2023-12-03 00:03:12 +03:00
Sergei Solovev 815b67b8fe Restoring important functionality
This change covers many files necessary for the normal functioning of the control panel. They mainly affect access to an array element.
2023-11-13 01:39:35 +03:00
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00
Sergei Solovev abab8bccea EngineGPv3 Publication 2023-11-11 23:56:12 +03:00
Sergei Solovev 4be487f883 Conversion to PSR code format. Part #1 2023-05-05 04:17:19 +03:00
Sergei Solovev 293fc5dd7d Fixed a bug when ordering game servers
When ordering a game server, the order was not processed and the server was not created.
2023-05-04 16:33:49 +03:00
Sergei Solovev 8d108c3e08 explode(): Passing null to parameter #2 ($string) of type string is deprecated
Stacktrace:
#5 Whoops\Exception\ErrorException in /var/enginegp/system/library/games/games.php:454
2023-04-06 22:33:35 +03:00
Sergei Solovev 55b34825cd TypeError thrown with message "Unsupported operand types: float - string"
Stacktrace:
#4 TypeError in /var/enginegp/system/library/games/games.php:366
2023-04-06 22:06:36 +03:00
Sergey 32a9bc0305 Minor fixes 2023-03-05 16:59:34 +03:00
Roman Kelesidis f25d484062 Fixed deprecated in games.php line 374
Deprecated: Optional parameter $data declared before required parameter $sum is implicitly treated as a required parameter in C:\OSPanel\domains\localhost\system\library\games\games.php on line 374
2023-03-05 13:56:57 +07:00
Sergei 4b17c9c6da
Merge pull request #11 from belomaxorka/fixed-deprecated-method-parse_time
Fixed deprecated in games.php line 262
2023-03-05 09:51:14 +03:00
Roman Kelesidis 12fbdafcf2 Fixed deprecated in games.php line 262
Deprecated: Optional parameter $aTime declared before required parameter $tarif is implicitly treated as a required parameter in C:\OSPanel\domains\localhost\system\library\games\games.php on line 262
2023-03-05 13:49:25 +07:00
Roman Kelesidis ea8cbf05ca Fixed fatal in games.php line 177
Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\OSPanel\domains\localhost\system\library\games\games.php on line 177
2023-03-05 13:41:50 +07:00
Roman Kelesidis cd7195b868 Fixed deprecated in games.php line124
Deprecated: Optional parameter $data declared before required parameter $cid is implicitly treated as a required parameter in C:\OSPanel\domains\localhost\system\library\games\games.php on line 124
2023-03-05 13:33:34 +07:00
Sergey 8063f16b0d add files 2023-03-05 02:45:46 +03:00