EngineGP - Hosting сontrol panel
Go to file
Sergei Solovev c12ad02d9d Undefined variable: url_search when navigating to the list of wiki categories
Whoops\Exception\ErrorException thrown with message "Undefined variable: list"

Stacktrace:
# 4 Whoops\Exception\ErrorException in /var/www/enginegp/system/acp/sections/wiki/cats.php:10
# 3 Whoops\Run:handleError in /var/www/enginegp/system/acp/sections/wiki/cats.php:10
# 2 include in /var/www/enginegp/system/acp/engine/wiki.php:30
# 1 include in /var/www/enginegp/system/acp/distributor.php:86
# 0 include in /var/www/enginegp/acp/index.php:47
2024-05-27 15:07:17 +03:00
.github Added integration with Dependabot 2024-04-09 18:25:53 +07:00
acp Update copyright 2024-04-10 23:31:20 +03:00
files add files 2023-03-05 02:45:46 +03:00
system Undefined variable: url_search when navigating to the list of wiki categories 2024-05-27 15:07:17 +03:00
temp add files 2023-03-05 02:45:46 +03:00
template The scroll button has been updated 2024-05-23 14:26:36 +03:00
upload/avatars add files 2023-03-05 02:45:46 +03:00
.env.example The cron key is placed in the .env file 2024-04-13 14:57:39 +03:00
.gitignore Added .log extension in gitignore 2024-04-09 17:39:59 +07:00
.htaccess Added support .env files 2024-03-15 04:47:14 +03:00
403.html Update copyright 2024-04-10 23:31:20 +03:00
404.html Update copyright 2024-04-10 23:31:20 +03:00
composer.json Added checking memcache extension in composer.json 2024-04-09 17:44:34 +07:00
composer.lock Added integration with Dependabot 2024-04-09 18:25:53 +07:00
cron.php Update copyright 2024-04-10 23:31:20 +03:00
enginegp.sql The panel directory has been updated 2024-04-14 21:15:44 +03:00
fail.html Update copyright 2024-04-10 23:31:20 +03:00
favicon.ico add files 2023-03-05 02:45:46 +03:00
index.php Update copyright 2024-04-10 23:31:20 +03:00
LICENSE Update LICENSE 2024-03-10 12:46:16 +03:00
notice.wav add files 2023-03-05 02:45:46 +03:00
README.md Update README.md 2024-05-24 01:11:05 +03:00
robots.txt add files 2023-03-05 02:45:46 +03:00
success.html Update copyright 2024-04-10 23:31:20 +03:00

About The Project

EngineGP is an open source control panel that provides the ability to manage and game servers. EngineGP was written between 2010 and 2015 (in writing style) by Valery Marchenko. The original EngineGP did not include licensing and was passed from hand to hand. In 2018, the author of the source code disappeared, and the revision of the code was continued by Sergey Solovev under the MIT license.

Requirements

  • PHP: 7.4 and above.
  • PHP Extensions: php-common, php-cli, php-memcache, php-mysql, php-xml, php-mbstring, php-gd, php-imagick, php-zip, php-curl, php-ssh2
  • Database: MySQL 5.7 and above or MariaDB 10.5 and above.
  • Web Server: Apache 2.4 or Nginx.

Libraries and Dependencies

  • Composer: For managing PHP dependencies.

Supported Games

  • Counter-Strike: 1.6
  • Counter-Strike: Source
  • Counter-Strike: Source v34
  • Counter-Strike: Global Offensive
  • Counter-Strike: 2
  • Criminal Russia Multiplayer
  • San Andreas Multiplayer
  • Multi Theft Auto
  • Minecraft Java
  • RUST

Automatic installation

Update indexes and packages

apt -y update && apt -y upgrade

Install GIT

apt -y install git

Clone the repository

git clone https://github.com/EngineGPDev/Autoinstall.git

Make the installation file executable

chmod +x ./Autoinstall/install.sh

Run automatic installation

./Autoinstall/install.sh

Contributors

Official sources