From 276ec7f3ebb2903e2a310af1a6f3d908ea56079c Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Sat, 23 Dec 2023 04:50:14 +0300 Subject: [PATCH] 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. --- system/acp/distributor.php | 2 +- system/acp/engine/addons.php | 2 +- system/acp/engine/boost.php | 2 +- system/acp/engine/cashback.php | 2 +- system/acp/engine/control.php | 2 +- system/acp/engine/hosting.php | 2 +- system/acp/engine/index.php | 2 +- system/acp/engine/jobs.php | 2 +- system/acp/engine/letter.php | 2 +- system/acp/engine/logs.php | 2 +- system/acp/engine/news.php | 2 +- system/acp/engine/notice.php | 2 +- system/acp/engine/pages.php | 2 +- system/acp/engine/promo.php | 2 +- system/acp/engine/servers.php | 2 +- system/acp/engine/system.php | 2 +- system/acp/engine/tarifs.php | 2 +- system/acp/engine/units.php | 2 +- system/acp/engine/users.php | 2 +- system/acp/engine/web.php | 2 +- system/acp/engine/wiki.php | 2 +- system/acp/sections/addons/addcat.php | 2 +- system/acp/sections/addons/addpl.php | 2 +- system/acp/sections/addons/cats.php | 2 +- system/acp/sections/addons/delete.php | 2 +- system/acp/sections/addons/index.php | 2 +- system/acp/sections/addons/plugin.php | 2 +- system/acp/sections/addons/search.php | 2 +- system/acp/sections/addons/update.php | 2 +- system/acp/sections/addons/updmp.php | 2 +- system/acp/sections/boost/index.php | 2 +- system/acp/sections/boost/search.php | 2 +- system/acp/sections/boost/service.php | 2 +- system/acp/sections/control/delete.php | 2 +- system/acp/sections/control/index.php | 2 +- system/acp/sections/control/overdue.php | 2 +- system/acp/sections/control/search.php | 2 +- system/acp/sections/control/server.php | 2 +- system/acp/sections/jobs/add.php | 2 +- system/acp/sections/jobs/edit.php | 2 +- system/acp/sections/jobs/index.php | 2 +- system/acp/sections/jobs/request.php | 2 +- system/acp/sections/letter/index.php | 2 +- system/acp/sections/letter/send.php | 2 +- system/acp/sections/logs/buy.php | 2 +- system/acp/sections/logs/cashout.php | 2 +- system/acp/sections/logs/extend.php | 2 +- system/acp/sections/logs/index.php | 2 +- system/acp/sections/logs/part.php | 2 +- system/acp/sections/logs/replenish.php | 2 +- system/acp/sections/logs/search.php | 2 +- system/acp/sections/logs/sysearch.php | 2 +- system/acp/sections/news/add.php | 2 +- system/acp/sections/news/delete.php | 2 +- system/acp/sections/news/index.php | 2 +- system/acp/sections/news/news.php | 2 +- system/acp/sections/news/search.php | 2 +- system/acp/sections/notice/add.php | 2 +- system/acp/sections/notice/delete.php | 2 +- system/acp/sections/notice/end.php | 2 +- system/acp/sections/notice/index.php | 2 +- system/acp/sections/notice/notice.php | 2 +- system/acp/sections/notice/search.php | 2 +- system/acp/sections/pages/add.php | 2 +- system/acp/sections/pages/delete.php | 2 +- system/acp/sections/pages/index.php | 2 +- system/acp/sections/pages/page.php | 2 +- system/acp/sections/promo/add.php | 2 +- system/acp/sections/promo/delete.php | 2 +- system/acp/sections/promo/end.php | 2 +- system/acp/sections/promo/index.php | 2 +- system/acp/sections/promo/promo.php | 2 +- system/acp/sections/promo/search.php | 2 +- system/acp/sections/promo/stats.php | 2 +- system/acp/sections/servers/crmp.php | 2 +- system/acp/sections/servers/cs.php | 2 +- system/acp/sections/servers/cs2.php | 2 +- system/acp/sections/servers/csgo.php | 2 +- system/acp/sections/servers/css.php | 2 +- system/acp/sections/servers/cssold.php | 2 +- system/acp/sections/servers/delete.php | 2 +- system/acp/sections/servers/index.php | 2 +- system/acp/sections/servers/mc.php | 2 +- system/acp/sections/servers/mta.php | 2 +- system/acp/sections/servers/overdue.php | 2 +- system/acp/sections/servers/rust.php | 2 +- system/acp/sections/servers/samp.php | 2 +- system/acp/sections/servers/search.php | 2 +- system/acp/sections/servers/server.php | 2 +- system/acp/sections/tarifs/add.php | 2 +- system/acp/sections/tarifs/copy.php | 2 +- system/acp/sections/tarifs/delete.php | 2 +- system/acp/sections/tarifs/index.php | 2 +- system/acp/sections/tarifs/search.php | 2 +- system/acp/sections/tarifs/stats.php | 2 +- system/acp/sections/tarifs/tarif.php | 2 +- system/acp/sections/units/add.php | 2 +- system/acp/sections/units/delete.php | 2 +- system/acp/sections/units/index.php | 2 +- system/acp/sections/units/loading.php | 2 +- system/acp/sections/units/stats.php | 2 +- system/acp/sections/units/unit.php | 2 +- system/acp/sections/users/action.php | 2 +- system/acp/sections/users/delete.php | 2 +- system/acp/sections/users/index.php | 2 +- system/acp/sections/users/offline.php | 2 +- system/acp/sections/users/online.php | 2 +- system/acp/sections/users/search.php | 2 +- system/acp/sections/users/signup.php | 2 +- system/acp/sections/users/stats.php | 2 +- system/acp/sections/users/user.php | 2 +- system/acp/sections/web/amxbans.php | 2 +- system/acp/sections/web/astats.php | 2 +- system/acp/sections/web/csbans.php | 2 +- system/acp/sections/web/csstats.php | 2 +- system/acp/sections/web/hosting.php | 2 +- system/acp/sections/web/index.php | 2 +- system/acp/sections/web/mysql.php | 2 +- system/acp/sections/web/psychostats.php | 2 +- system/acp/sections/web/rankme.php | 2 +- system/acp/sections/web/search.php | 2 +- system/acp/sections/web/sourcebans.php | 2 +- system/acp/sections/wiki/add.php | 2 +- system/acp/sections/wiki/addcat.php | 2 +- system/acp/sections/wiki/cat.php | 2 +- system/acp/sections/wiki/cats.php | 2 +- system/acp/sections/wiki/delete.php | 2 +- system/acp/sections/wiki/index.php | 2 +- system/acp/sections/wiki/search.php | 2 +- system/acp/sections/wiki/wiki.php | 2 +- system/data/acpengine.php | 2 +- system/data/boost.php | 2 +- system/data/config.php | 2 +- system/data/engine.php | 2 +- system/data/filedits.php | 2 +- system/data/graph.php | 2 +- system/data/header.php | 2 +- system/data/maps.php | 2 +- system/data/mysql.php | 2 +- system/data/params.php | 2 +- system/data/scfg/crmp.php | 2 +- system/data/scfg/cs.php | 2 +- system/data/scfg/cs2.php | 2 +- system/data/scfg/csgo.php | 2 +- system/data/scfg/css.php | 2 +- system/data/scfg/cssold.php | 2 +- system/data/scfg/mc.php | 2 +- system/data/scfg/samp.php | 2 +- system/data/text/error.php | 2 +- system/data/text/input.php | 2 +- system/data/text/logs.php | 2 +- system/data/text/mail.php | 2 +- system/data/text/other.php | 2 +- system/data/text/output.php | 2 +- system/data/text/servers.php | 2 +- system/data/text/syslogs.php | 2 +- system/data/web.php | 2 +- system/distributor.php | 2 +- system/engine/404.php | 2 +- system/engine/agreement.php | 2 +- system/engine/api.php | 2 +- system/engine/api_v1.php | 2 +- system/engine/autocontrol.php | 2 +- system/engine/chat.php | 2 +- system/engine/check.php | 2 +- system/engine/contacts.php | 2 +- system/engine/control.php | 2 +- system/engine/freekassa.php | 2 +- system/engine/graph.php | 2 +- system/engine/help.php | 2 +- system/engine/index.php | 2 +- system/engine/jobs.php | 2 +- system/engine/megp/auth.php | 2 +- system/engine/megp/help.php | 2 +- system/engine/megp/index.php | 2 +- system/engine/megp/news.php | 2 +- system/engine/megp/quit.php | 2 +- system/engine/megp/recovery.php | 2 +- system/engine/megp/replenish.php | 2 +- system/engine/megp/servers.php | 2 +- system/engine/monitoring.php | 2 +- system/engine/news.php | 2 +- system/engine/pages.php | 2 +- system/engine/partners.php | 2 +- system/engine/pluginbuy.php | 2 +- system/engine/plugins.php | 2 +- system/engine/replenish.php | 2 +- system/engine/servers.php | 2 +- system/engine/services.php | 2 +- system/engine/unitpay.php | 2 +- system/engine/unitpay_entity.php | 2 +- system/engine/user.php | 2 +- system/engine/webmoney.php | 2 +- system/engine/wiki.php | 2 +- system/library/acpsystem.php | 2 +- system/library/api.php | 2 +- system/library/control/actions.php | 2 +- system/library/control/control.php | 2 +- system/library/control/cs/action.php | 2 +- system/library/control/cs/rcon.php | 2 +- system/library/control/cs/scan.php | 2 +- system/library/control/csgo/action.php | 2 +- system/library/control/csgo/rcon.php | 2 +- system/library/control/csgo/scan.php | 2 +- system/library/control/css/action.php | 2 +- system/library/control/css/rcon.php | 2 +- system/library/control/css/scan.php | 2 +- system/library/control/cssold/action.php | 2 +- system/library/control/cssold/rcon.php | 2 +- system/library/control/cssold/scan.php | 2 +- system/library/control/plugins.php | 2 +- system/library/control/scans.php | 2 +- system/library/cron.php | 2 +- system/library/cron/control_delete.php | 2 +- system/library/cron/control_install.php | 2 +- system/library/cron/control_scan_servers.php | 2 +- system/library/cron/control_scan_servers_admins.php | 2 +- system/library/cron/control_scan_servers_copy.php | 2 +- system/library/cron/control_scan_servers_down.php | 2 +- system/library/cron/control_scan_servers_route.php | 2 +- system/library/cron/control_server_action.php | 2 +- system/library/cron/control_server_cron.php | 2 +- system/library/cron/control_server_scan.php | 2 +- system/library/cron/control_threads.php | 2 +- system/library/cron/graph_servers_day.php | 2 +- system/library/cron/graph_servers_hour.php | 2 +- system/library/cron/notice_help.php | 2 +- system/library/cron/notice_help_admin.php | 2 +- system/library/cron/notice_server_overdue.php | 2 +- system/library/cron/preparing_web_delete.php | 2 +- system/library/cron/privileges.php | 2 +- system/library/cron/scan_control.php | 2 +- system/library/cron/scan_servers.php | 2 +- system/library/cron/scan_servers_admins.php | 2 +- system/library/cron/scan_servers_copy.php | 2 +- system/library/cron/scan_servers_down.php | 2 +- system/library/cron/scan_servers_load.php | 2 +- system/library/cron/scan_servers_route.php | 2 +- system/library/cron/scan_servers_stop.php | 2 +- system/library/cron/server_action.php | 2 +- system/library/cron/server_cron.php | 2 +- system/library/cron/server_delete.php | 2 +- system/library/cron/server_scan.php | 2 +- system/library/cron/threads.php | 2 +- system/library/cron/update_address.php | 2 +- system/library/cron/users_recovery_signup.php | 2 +- system/library/cron/web_delete.php | 2 +- system/library/ftp.php | 2 +- system/library/games/actions.php | 2 +- system/library/games/boost.php | 2 +- system/library/games/crmp/action.php | 2 +- system/library/games/crmp/scan.php | 2 +- system/library/games/crmp/service.php | 2 +- system/library/games/crmp/tarif.php | 2 +- system/library/games/cs/action.php | 2 +- system/library/games/cs/rcon.php | 2 +- system/library/games/cs/scan.php | 2 +- system/library/games/cs/service.php | 2 +- system/library/games/cs/tarif.php | 2 +- system/library/games/cs2/action.php | 2 +- system/library/games/cs2/rcon.php | 2 +- system/library/games/cs2/scan.php | 2 +- system/library/games/cs2/service.php | 2 +- system/library/games/cs2/tarif.php | 2 +- system/library/games/csgo/action.php | 2 +- system/library/games/csgo/rcon.php | 2 +- system/library/games/csgo/scan.php | 2 +- system/library/games/csgo/service.php | 2 +- system/library/games/csgo/tarif.php | 2 +- system/library/games/css/action.php | 2 +- system/library/games/css/rcon.php | 2 +- system/library/games/css/scan.php | 2 +- system/library/games/css/service.php | 2 +- system/library/games/css/tarif.php | 2 +- system/library/games/cssold/action.php | 2 +- system/library/games/cssold/rcon.php | 2 +- system/library/games/cssold/scan.php | 2 +- system/library/games/cssold/service.php | 2 +- system/library/games/cssold/tarif.php | 2 +- system/library/games/games.php | 2 +- system/library/games/graph.php | 2 +- system/library/games/graph/pData.php | 2 +- system/library/games/graph/pDraw.php | 2 +- system/library/games/graph/pImage.php | 2 +- system/library/games/mc/action.php | 2 +- system/library/games/mc/scan.php | 2 +- system/library/games/mc/service.php | 2 +- system/library/games/mc/tarif.php | 2 +- system/library/games/mta/action.php | 2 +- system/library/games/mta/scan.php | 2 +- system/library/games/mta/service.php | 2 +- system/library/games/mta/tarif.php | 2 +- system/library/games/plugins.php | 2 +- system/library/games/query/McQuery.php | 2 +- system/library/games/query/MtaQuery.php | 2 +- system/library/games/query/SampQuery.php | 2 +- system/library/games/rust/action.php | 2 +- system/library/games/rust/rcon.php | 2 +- system/library/games/rust/scan.php | 2 +- system/library/games/rust/service.php | 2 +- system/library/games/rust/tarif.php | 2 +- system/library/games/samp/action.php | 2 +- system/library/games/samp/scan.php | 2 +- system/library/games/samp/service.php | 2 +- system/library/games/samp/tarif.php | 2 +- system/library/games/scans.php | 2 +- system/library/games/services.php | 2 +- system/library/games/tarifs.php | 2 +- system/library/geo.php | 2 +- system/library/help.php | 2 +- system/library/html.php | 2 +- system/library/megp.php | 2 +- system/library/smtp.php | 2 +- system/library/sql.php | 2 +- system/library/ssh.php | 2 +- system/library/system.php | 4 ++-- system/library/users.php | 2 +- system/library/web/free.php | 2 +- system/library/zip.php | 2 +- system/mdistributor.php | 2 +- system/sections/chat/chats.php | 2 +- system/sections/chat/dialog.php | 2 +- system/sections/check/compiler.php | 2 +- system/sections/check/index.php | 2 +- system/sections/control/extend.php | 2 +- system/sections/control/index.php | 2 +- system/sections/control/install.php | 2 +- system/sections/control/noaccess.php | 2 +- system/sections/control/reboot.php | 2 +- system/sections/control/scan.php | 2 +- system/sections/control/servers/action.php | 2 +- system/sections/control/servers/boost.php | 2 +- system/sections/control/servers/console.php | 2 +- system/sections/control/servers/copy.php | 2 +- system/sections/control/servers/cs/boost.php | 2 +- system/sections/control/servers/cs/console.php | 2 +- system/sections/control/servers/cs/copy.php | 2 +- system/sections/control/servers/cs/index.php | 2 +- system/sections/control/servers/cs/plugins.php | 2 +- system/sections/control/servers/cs/rcon.php | 2 +- system/sections/control/servers/cs/settings.php | 2 +- system/sections/control/servers/cs/settings/admins.php | 2 +- system/sections/control/servers/cs/settings/amxlogs.php | 2 +- system/sections/control/servers/cs/settings/bans.php | 2 +- system/sections/control/servers/cs/settings/debug.php | 2 +- system/sections/control/servers/cs/settings/logs.php | 2 +- system/sections/control/servers/cs/settings/server.php | 2 +- system/sections/control/servers/cs/settings/start.php | 2 +- system/sections/control/servers/cs/settings/top.php | 2 +- system/sections/control/servers/csgo/console.php | 2 +- system/sections/control/servers/csgo/copy.php | 2 +- system/sections/control/servers/csgo/index.php | 2 +- system/sections/control/servers/csgo/plugins.php | 2 +- system/sections/control/servers/csgo/rcon.php | 2 +- system/sections/control/servers/csgo/settings.php | 2 +- system/sections/control/servers/csgo/settings/admins.php | 2 +- system/sections/control/servers/csgo/settings/bans.php | 2 +- system/sections/control/servers/csgo/settings/debug.php | 2 +- system/sections/control/servers/csgo/settings/logs.php | 2 +- system/sections/control/servers/csgo/settings/server.php | 2 +- system/sections/control/servers/csgo/settings/smlogs.php | 2 +- system/sections/control/servers/csgo/settings/start.php | 2 +- system/sections/control/servers/css/console.php | 2 +- system/sections/control/servers/css/copy.php | 2 +- system/sections/control/servers/css/index.php | 2 +- system/sections/control/servers/css/plugins.php | 2 +- system/sections/control/servers/css/rcon.php | 2 +- system/sections/control/servers/css/settings.php | 2 +- system/sections/control/servers/css/settings/admins.php | 2 +- system/sections/control/servers/css/settings/bans.php | 2 +- system/sections/control/servers/css/settings/debug.php | 2 +- system/sections/control/servers/css/settings/logs.php | 2 +- system/sections/control/servers/css/settings/server.php | 2 +- system/sections/control/servers/css/settings/smlogs.php | 2 +- system/sections/control/servers/css/settings/start.php | 2 +- system/sections/control/servers/cssold/console.php | 2 +- system/sections/control/servers/cssold/copy.php | 2 +- system/sections/control/servers/cssold/index.php | 2 +- system/sections/control/servers/cssold/plugins.php | 2 +- system/sections/control/servers/cssold/rcon.php | 2 +- system/sections/control/servers/cssold/settings.php | 2 +- system/sections/control/servers/cssold/settings/admins.php | 2 +- system/sections/control/servers/cssold/settings/bans.php | 2 +- system/sections/control/servers/cssold/settings/debug.php | 2 +- system/sections/control/servers/cssold/settings/logs.php | 2 +- system/sections/control/servers/cssold/settings/server.php | 2 +- system/sections/control/servers/cssold/settings/smlogs.php | 2 +- system/sections/control/servers/cssold/settings/start.php | 2 +- system/sections/control/servers/cssold/start.php | 2 +- system/sections/control/servers/filetp.php | 2 +- system/sections/control/servers/games/copy/check.php | 2 +- system/sections/control/servers/games/copy/create.php | 2 +- system/sections/control/servers/games/copy/fullcopy.php | 2 +- system/sections/control/servers/games/copy/recfull.php | 2 +- system/sections/control/servers/games/copy/recpart.php | 2 +- system/sections/control/servers/games/copy/remove.php | 2 +- system/sections/control/servers/games/plugins/config.php | 2 +- system/sections/control/servers/games/plugins/delete.php | 2 +- system/sections/control/servers/games/plugins/install.php | 2 +- system/sections/control/servers/games/plugins/plugin.php | 2 +- system/sections/control/servers/games/plugins/search.php | 2 +- system/sections/control/servers/games/plugins/update.php | 2 +- system/sections/control/servers/games/settings/crontab.php | 2 +- system/sections/control/servers/games/settings/file.php | 2 +- system/sections/control/servers/games/settings/firewall.php | 2 +- system/sections/control/servers/games/settings/pack.php | 2 +- system/sections/control/servers/games/settings/startlogs.php | 2 +- system/sections/control/servers/index.php | 2 +- system/sections/control/servers/noaccess.php | 2 +- system/sections/control/servers/plugins.php | 2 +- system/sections/control/servers/rcon.php | 2 +- system/sections/control/servers/scan.php | 2 +- system/sections/control/servers/settings.php | 2 +- system/sections/control/settings.php | 2 +- system/sections/help/action/close.php | 2 +- system/sections/help/action/delete.php | 2 +- system/sections/help/action/open.php | 2 +- system/sections/help/action/read.php | 2 +- system/sections/help/action/remove.php | 2 +- system/sections/help/action/reply.php | 2 +- system/sections/help/action/write.php | 2 +- system/sections/help/close.php | 2 +- system/sections/help/create.php | 2 +- system/sections/help/dialog.php | 2 +- system/sections/help/notice.php | 2 +- system/sections/help/open.php | 2 +- system/sections/help/upload.php | 2 +- system/sections/megp/news/index.php | 2 +- system/sections/megp/news/news.php | 2 +- system/sections/megp/servers/action.php | 2 +- system/sections/megp/servers/boost.php | 2 +- system/sections/megp/servers/console.php | 2 +- system/sections/megp/servers/crmp/console.php | 2 +- system/sections/megp/servers/crmp/index.php | 2 +- system/sections/megp/servers/crmp/settings.php | 2 +- system/sections/megp/servers/crmp/settings/start.php | 2 +- system/sections/megp/servers/crmp/tarif.php | 2 +- system/sections/megp/servers/crmp/tarif/extend.php | 2 +- system/sections/megp/servers/crmp/tarif/slots.php | 2 +- system/sections/megp/servers/cs/boost.php | 2 +- system/sections/megp/servers/cs/console.php | 2 +- system/sections/megp/servers/cs/index.php | 2 +- system/sections/megp/servers/cs/settings.php | 2 +- system/sections/megp/servers/cs/settings/start.php | 2 +- system/sections/megp/servers/cs/tarif.php | 2 +- system/sections/megp/servers/cs/tarif/extend.php | 2 +- system/sections/megp/servers/cs/tarif/plan.php | 2 +- system/sections/megp/servers/cs/tarif/slots.php | 2 +- system/sections/megp/servers/csgo/console.php | 2 +- system/sections/megp/servers/csgo/index.php | 2 +- system/sections/megp/servers/csgo/settings.php | 2 +- system/sections/megp/servers/csgo/settings/start.php | 2 +- system/sections/megp/servers/csgo/tarif.php | 2 +- system/sections/megp/servers/csgo/tarif/extend.php | 2 +- system/sections/megp/servers/csgo/tarif/plan.php | 2 +- system/sections/megp/servers/csgo/tarif/slots.php | 2 +- system/sections/megp/servers/cssold/console.php | 2 +- system/sections/megp/servers/cssold/index.php | 2 +- system/sections/megp/servers/cssold/settings.php | 2 +- system/sections/megp/servers/cssold/settings/start.php | 2 +- system/sections/megp/servers/cssold/tarif.php | 2 +- system/sections/megp/servers/cssold/tarif/extend.php | 2 +- system/sections/megp/servers/cssold/tarif/plan.php | 2 +- system/sections/megp/servers/cssold/tarif/slots.php | 2 +- system/sections/megp/servers/games/tarif.php | 2 +- system/sections/megp/servers/games/tarif/extend.php | 2 +- system/sections/megp/servers/games/tarif/slots.php | 2 +- system/sections/megp/servers/index.php | 2 +- system/sections/megp/servers/list.php | 2 +- system/sections/megp/servers/mc/console.php | 2 +- system/sections/megp/servers/mc/index.php | 2 +- system/sections/megp/servers/mc/settings.php | 2 +- system/sections/megp/servers/mc/settings/start.php | 2 +- system/sections/megp/servers/mc/tarif.php | 2 +- system/sections/megp/servers/mc/tarif/extend.php | 2 +- system/sections/megp/servers/mc/tarif/plan.php | 2 +- system/sections/megp/servers/mc/tarif/slots.php | 2 +- system/sections/megp/servers/mta/console.php | 2 +- system/sections/megp/servers/mta/index.php | 2 +- system/sections/megp/servers/mta/settings.php | 2 +- system/sections/megp/servers/mta/settings/start.php | 2 +- system/sections/megp/servers/mta/tarif.php | 2 +- system/sections/megp/servers/mta/tarif/extend.php | 2 +- system/sections/megp/servers/mta/tarif/slots.php | 2 +- system/sections/megp/servers/noaccess.php | 2 +- system/sections/megp/servers/owners_list.php | 2 +- system/sections/megp/servers/samp/console.php | 2 +- system/sections/megp/servers/samp/index.php | 2 +- system/sections/megp/servers/samp/settings.php | 2 +- system/sections/megp/servers/samp/settings/start.php | 2 +- system/sections/megp/servers/samp/tarif.php | 2 +- system/sections/megp/servers/samp/tarif/extend.php | 2 +- system/sections/megp/servers/samp/tarif/slots.php | 2 +- system/sections/megp/servers/scan.php | 2 +- system/sections/megp/servers/settings.php | 2 +- system/sections/megp/servers/tarif.php | 2 +- system/sections/monitoring/all.php | 2 +- system/sections/monitoring/server.php | 2 +- system/sections/news/index.php | 2 +- system/sections/news/news.php | 2 +- system/sections/servers/action.php | 2 +- system/sections/servers/boost.php | 2 +- system/sections/servers/console.php | 2 +- system/sections/servers/copy.php | 2 +- system/sections/servers/crmp/console.php | 2 +- system/sections/servers/crmp/copy.php | 2 +- system/sections/servers/crmp/graph.php | 2 +- system/sections/servers/crmp/index.php | 2 +- system/sections/servers/crmp/plugins.php | 2 +- system/sections/servers/crmp/rcon.php | 2 +- system/sections/servers/crmp/settings.php | 2 +- system/sections/servers/crmp/settings/server.php | 2 +- system/sections/servers/crmp/settings/start.php | 2 +- system/sections/servers/crmp/tarif.php | 2 +- system/sections/servers/crmp/tarif/extend.php | 2 +- system/sections/servers/crmp/tarif/slots.php | 2 +- system/sections/servers/crmp/tarif/unit.php | 2 +- system/sections/servers/crmp/web.php | 2 +- system/sections/servers/cs/boost.php | 2 +- system/sections/servers/cs/console.php | 2 +- system/sections/servers/cs/copy.php | 2 +- system/sections/servers/cs/graph.php | 2 +- system/sections/servers/cs/index.php | 2 +- system/sections/servers/cs/maps.php | 2 +- system/sections/servers/cs/maps/delete.php | 2 +- system/sections/servers/cs/maps/install.php | 2 +- system/sections/servers/cs/maps/list.php | 2 +- system/sections/servers/cs/maps/listing.php | 2 +- system/sections/servers/cs/maps/search.php | 2 +- system/sections/servers/cs/plugins.php | 2 +- system/sections/servers/cs/rcon.php | 2 +- system/sections/servers/cs/settings.php | 2 +- system/sections/servers/cs/settings/admins.php | 2 +- system/sections/servers/cs/settings/amxlogs.php | 2 +- system/sections/servers/cs/settings/antiddos.php | 2 +- system/sections/servers/cs/settings/bans.php | 2 +- system/sections/servers/cs/settings/debug.php | 2 +- system/sections/servers/cs/settings/logs.php | 2 +- system/sections/servers/cs/settings/privileges.php | 2 +- system/sections/servers/cs/settings/server.php | 2 +- system/sections/servers/cs/settings/start.php | 2 +- system/sections/servers/cs/settings/top.php | 2 +- system/sections/servers/cs/tarif.php | 2 +- system/sections/servers/cs/tarif/extend.php | 2 +- system/sections/servers/cs/tarif/plan.php | 2 +- system/sections/servers/cs/tarif/slots.php | 2 +- system/sections/servers/cs/tarif/unit.php | 2 +- system/sections/servers/cs/web.php | 2 +- system/sections/servers/cs2/console.php | 2 +- system/sections/servers/cs2/copy.php | 2 +- system/sections/servers/cs2/graph.php | 2 +- system/sections/servers/cs2/index.php | 2 +- system/sections/servers/cs2/maps.php | 2 +- system/sections/servers/cs2/maps/delete.php | 2 +- system/sections/servers/cs2/maps/install.php | 2 +- system/sections/servers/cs2/maps/list.php | 2 +- system/sections/servers/cs2/maps/listing.php | 2 +- system/sections/servers/cs2/maps/search.php | 2 +- system/sections/servers/cs2/owners.php | 2 +- system/sections/servers/cs2/plugins.php | 2 +- system/sections/servers/cs2/rcon.php | 2 +- system/sections/servers/cs2/settings.php | 2 +- system/sections/servers/cs2/settings/admins.php | 2 +- system/sections/servers/cs2/settings/bans.php | 2 +- system/sections/servers/cs2/settings/debug.php | 2 +- system/sections/servers/cs2/settings/logs.php | 2 +- system/sections/servers/cs2/settings/server.php | 2 +- system/sections/servers/cs2/settings/smlogs.php | 2 +- system/sections/servers/cs2/settings/start.php | 2 +- system/sections/servers/cs2/tarif.php | 2 +- system/sections/servers/cs2/tarif/extend.php | 2 +- system/sections/servers/cs2/tarif/plan.php | 2 +- system/sections/servers/cs2/tarif/slots.php | 2 +- system/sections/servers/cs2/tarif/unit.php | 2 +- system/sections/servers/cs2/web.php | 2 +- system/sections/servers/csgo/console.php | 2 +- system/sections/servers/csgo/copy.php | 2 +- system/sections/servers/csgo/graph.php | 2 +- system/sections/servers/csgo/index.php | 2 +- system/sections/servers/csgo/maps.php | 2 +- system/sections/servers/csgo/maps/delete.php | 2 +- system/sections/servers/csgo/maps/install.php | 2 +- system/sections/servers/csgo/maps/list.php | 2 +- system/sections/servers/csgo/maps/listing.php | 2 +- system/sections/servers/csgo/maps/search.php | 2 +- system/sections/servers/csgo/owners.php | 2 +- system/sections/servers/csgo/plugins.php | 2 +- system/sections/servers/csgo/rcon.php | 2 +- system/sections/servers/csgo/settings.php | 2 +- system/sections/servers/csgo/settings/admins.php | 2 +- system/sections/servers/csgo/settings/bans.php | 2 +- system/sections/servers/csgo/settings/debug.php | 2 +- system/sections/servers/csgo/settings/logs.php | 2 +- system/sections/servers/csgo/settings/server.php | 2 +- system/sections/servers/csgo/settings/smlogs.php | 2 +- system/sections/servers/csgo/settings/start.php | 2 +- system/sections/servers/csgo/tarif.php | 2 +- system/sections/servers/csgo/tarif/extend.php | 2 +- system/sections/servers/csgo/tarif/plan.php | 2 +- system/sections/servers/csgo/tarif/slots.php | 2 +- system/sections/servers/csgo/tarif/unit.php | 2 +- system/sections/servers/csgo/web.php | 2 +- system/sections/servers/css/console.php | 2 +- system/sections/servers/css/copy.php | 2 +- system/sections/servers/css/graph.php | 2 +- system/sections/servers/css/index.php | 2 +- system/sections/servers/css/maps.php | 2 +- system/sections/servers/css/maps/delete.php | 2 +- system/sections/servers/css/maps/install.php | 2 +- system/sections/servers/css/maps/list.php | 2 +- system/sections/servers/css/maps/listing.php | 2 +- system/sections/servers/css/maps/search.php | 2 +- system/sections/servers/css/owners.php | 2 +- system/sections/servers/css/plugins.php | 2 +- system/sections/servers/css/rcon.php | 2 +- system/sections/servers/css/settings.php | 2 +- system/sections/servers/css/settings/admins.php | 2 +- system/sections/servers/css/settings/antiddos.php | 2 +- system/sections/servers/css/settings/bans.php | 2 +- system/sections/servers/css/settings/debug.php | 2 +- system/sections/servers/css/settings/logs.php | 2 +- system/sections/servers/css/settings/server.php | 2 +- system/sections/servers/css/settings/smlogs.php | 2 +- system/sections/servers/css/settings/start.php | 2 +- system/sections/servers/css/tarif.php | 2 +- system/sections/servers/css/tarif/extend.php | 2 +- system/sections/servers/css/tarif/plan.php | 2 +- system/sections/servers/css/tarif/slots.php | 2 +- system/sections/servers/css/tarif/unit.php | 2 +- system/sections/servers/css/web.php | 2 +- system/sections/servers/cssold/console.php | 2 +- system/sections/servers/cssold/copy.php | 2 +- system/sections/servers/cssold/graph.php | 2 +- system/sections/servers/cssold/index.php | 2 +- system/sections/servers/cssold/maps.php | 2 +- system/sections/servers/cssold/maps/delete.php | 2 +- system/sections/servers/cssold/maps/install.php | 2 +- system/sections/servers/cssold/maps/list.php | 2 +- system/sections/servers/cssold/maps/listing.php | 2 +- system/sections/servers/cssold/maps/search.php | 2 +- system/sections/servers/cssold/owners.php | 2 +- system/sections/servers/cssold/plugins.php | 2 +- system/sections/servers/cssold/rcon.php | 2 +- system/sections/servers/cssold/settings.php | 2 +- system/sections/servers/cssold/settings/admins.php | 2 +- system/sections/servers/cssold/settings/antiddos.php | 2 +- system/sections/servers/cssold/settings/bans.php | 2 +- system/sections/servers/cssold/settings/debug.php | 2 +- system/sections/servers/cssold/settings/logs.php | 2 +- system/sections/servers/cssold/settings/server.php | 2 +- system/sections/servers/cssold/settings/smlogs.php | 2 +- system/sections/servers/cssold/settings/start.php | 2 +- system/sections/servers/cssold/tarif.php | 2 +- system/sections/servers/cssold/tarif/extend.php | 2 +- system/sections/servers/cssold/tarif/plan.php | 2 +- system/sections/servers/cssold/tarif/slots.php | 2 +- system/sections/servers/cssold/tarif/unit.php | 2 +- system/sections/servers/cssold/web.php | 2 +- system/sections/servers/filetp.php | 2 +- system/sections/servers/games/copy/check.php | 2 +- system/sections/servers/games/copy/create.php | 2 +- system/sections/servers/games/copy/fullcopy.php | 2 +- system/sections/servers/games/copy/recfull.php | 2 +- system/sections/servers/games/copy/recpart.php | 2 +- system/sections/servers/games/copy/remove.php | 2 +- system/sections/servers/games/owners.php | 2 +- system/sections/servers/games/plugins/config.php | 2 +- system/sections/servers/games/plugins/delete.php | 2 +- system/sections/servers/games/plugins/install.php | 2 +- system/sections/servers/games/plugins/plugin.php | 2 +- system/sections/servers/games/plugins/search.php | 2 +- system/sections/servers/games/plugins/update.php | 2 +- system/sections/servers/games/settings/api.php | 2 +- system/sections/servers/games/settings/crontab.php | 2 +- system/sections/servers/games/settings/file.php | 2 +- system/sections/servers/games/settings/firewall.php | 2 +- system/sections/servers/games/settings/pack.php | 2 +- system/sections/servers/games/settings/startlogs.php | 2 +- system/sections/servers/games/tarif.php | 2 +- system/sections/servers/games/tarif/addextend.php | 2 +- system/sections/servers/games/tarif/address.php | 2 +- system/sections/servers/games/tarif/extend.php | 2 +- system/sections/servers/games/tarif/slots.php | 2 +- system/sections/servers/games/tarif/unit.php | 2 +- system/sections/servers/graph.php | 2 +- system/sections/servers/index.php | 2 +- system/sections/servers/list.php | 2 +- system/sections/servers/maps.php | 2 +- system/sections/servers/mc/console.php | 2 +- system/sections/servers/mc/copy.php | 2 +- system/sections/servers/mc/graph.php | 2 +- system/sections/servers/mc/index.php | 2 +- system/sections/servers/mc/owners.php | 2 +- system/sections/servers/mc/plugins.php | 2 +- system/sections/servers/mc/settings.php | 2 +- system/sections/servers/mc/settings/server.php | 2 +- system/sections/servers/mc/settings/start.php | 2 +- system/sections/servers/mc/tarif.php | 2 +- system/sections/servers/mc/tarif/extend.php | 2 +- system/sections/servers/mc/tarif/plan.php | 2 +- system/sections/servers/mc/tarif/slots.php | 2 +- system/sections/servers/mc/tarif/unit.php | 2 +- system/sections/servers/mc/web.php | 2 +- system/sections/servers/mta/console.php | 2 +- system/sections/servers/mta/copy.php | 2 +- system/sections/servers/mta/graph.php | 2 +- system/sections/servers/mta/index.php | 2 +- system/sections/servers/mta/owners.php | 2 +- system/sections/servers/mta/plugins.php | 2 +- system/sections/servers/mta/settings.php | 2 +- system/sections/servers/mta/settings/start.php | 2 +- system/sections/servers/mta/tarif.php | 2 +- system/sections/servers/mta/tarif/extend.php | 2 +- system/sections/servers/mta/tarif/slots.php | 2 +- system/sections/servers/mta/tarif/unit.php | 2 +- system/sections/servers/mta/web.php | 2 +- system/sections/servers/noaccess.php | 2 +- system/sections/servers/owners.php | 2 +- system/sections/servers/owners_list.php | 2 +- system/sections/servers/plugins.php | 2 +- system/sections/servers/rcon.php | 2 +- system/sections/servers/rust/console.php | 2 +- system/sections/servers/rust/copy.php | 2 +- system/sections/servers/rust/graph.php | 2 +- system/sections/servers/rust/index.php | 2 +- system/sections/servers/rust/maps.php | 2 +- system/sections/servers/rust/maps/delete.php | 2 +- system/sections/servers/rust/maps/install.php | 2 +- system/sections/servers/rust/maps/list.php | 2 +- system/sections/servers/rust/maps/listing.php | 2 +- system/sections/servers/rust/maps/search.php | 2 +- system/sections/servers/rust/owners.php | 2 +- system/sections/servers/rust/plugins.php | 2 +- system/sections/servers/rust/rcon.php | 2 +- system/sections/servers/rust/settings.php | 2 +- system/sections/servers/rust/settings/admins.php | 2 +- system/sections/servers/rust/settings/bans.php | 2 +- system/sections/servers/rust/settings/debug.php | 2 +- system/sections/servers/rust/settings/logs.php | 2 +- system/sections/servers/rust/settings/server.php | 2 +- system/sections/servers/rust/settings/smlogs.php | 2 +- system/sections/servers/rust/settings/start.php | 2 +- system/sections/servers/rust/tarif.php | 2 +- system/sections/servers/rust/tarif/extend.php | 2 +- system/sections/servers/rust/tarif/plan.php | 2 +- system/sections/servers/rust/tarif/slots.php | 2 +- system/sections/servers/rust/tarif/unit.php | 2 +- system/sections/servers/rust/web.php | 2 +- system/sections/servers/samp/console.php | 2 +- system/sections/servers/samp/copy.php | 2 +- system/sections/servers/samp/graph.php | 2 +- system/sections/servers/samp/index.php | 2 +- system/sections/servers/samp/owners.php | 2 +- system/sections/servers/samp/plugins.php | 2 +- system/sections/servers/samp/rcon.php | 2 +- system/sections/servers/samp/settings.php | 2 +- system/sections/servers/samp/settings/server.php | 2 +- system/sections/servers/samp/settings/start.php | 2 +- system/sections/servers/samp/tarif.php | 2 +- system/sections/servers/samp/tarif/extend.php | 2 +- system/sections/servers/samp/tarif/slots.php | 2 +- system/sections/servers/samp/tarif/unit.php | 2 +- system/sections/servers/samp/web.php | 2 +- system/sections/servers/scan.php | 2 +- system/sections/servers/settings.php | 2 +- system/sections/servers/tarif.php | 2 +- system/sections/servers/web.php | 2 +- system/sections/services/control.php | 2 +- system/sections/services/crmp.php | 2 +- system/sections/services/cs.php | 2 +- system/sections/services/cs2.php | 2 +- system/sections/services/csgo.php | 2 +- system/sections/services/css.php | 2 +- system/sections/services/cssold.php | 2 +- system/sections/services/mc.php | 2 +- system/sections/services/mta.php | 2 +- system/sections/services/privileges.php | 2 +- system/sections/services/rust.php | 2 +- system/sections/services/samp.php | 2 +- system/sections/user/auth.php | 2 +- system/sections/user/lk.php | 2 +- system/sections/user/lk/action.php | 2 +- system/sections/user/lk/auth.php | 2 +- system/sections/user/lk/cashback.php | 2 +- system/sections/user/lk/index.php | 2 +- system/sections/user/lk/logs.php | 2 +- system/sections/user/lk/security.php | 2 +- system/sections/user/lk/settings.php | 2 +- system/sections/user/quit.php | 2 +- system/sections/user/recovery.php | 2 +- system/sections/user/replenish.php | 2 +- system/sections/user/signup.php | 2 +- system/sections/web/aes/free/connect.php | 2 +- system/sections/web/aes/free/delete.php | 2 +- system/sections/web/aes/free/install.php | 2 +- system/sections/web/aes/free/manage.php | 2 +- system/sections/web/aes/free/update.php | 2 +- system/sections/web/amxbans/free/connect.php | 2 +- system/sections/web/amxbans/free/delete.php | 2 +- system/sections/web/amxbans/free/install.php | 2 +- system/sections/web/amxbans/free/manage.php | 2 +- system/sections/web/amxbans/free/passwd.php | 2 +- system/sections/web/amxbans/free/update.php | 2 +- system/sections/web/astats/free/connect.php | 2 +- system/sections/web/astats/free/delete.php | 2 +- system/sections/web/astats/free/install.php | 2 +- system/sections/web/astats/free/manage.php | 2 +- system/sections/web/astats/free/update.php | 2 +- system/sections/web/bp/free/delete.php | 2 +- system/sections/web/bp/free/install.php | 2 +- system/sections/web/bp/free/manage.php | 2 +- system/sections/web/bp/free/settings.php | 2 +- system/sections/web/csbans/free/connect.php | 2 +- system/sections/web/csbans/free/delete.php | 2 +- system/sections/web/csbans/free/install.php | 2 +- system/sections/web/csbans/free/manage.php | 2 +- system/sections/web/csbans/free/passwd.php | 2 +- system/sections/web/csbans/free/update.php | 2 +- system/sections/web/csstats/free/connect.php | 2 +- system/sections/web/csstats/free/delete.php | 2 +- system/sections/web/csstats/free/install.php | 2 +- system/sections/web/csstats/free/manage.php | 2 +- system/sections/web/csstats/free/update.php | 2 +- system/sections/web/hosting/free/delete.php | 2 +- system/sections/web/hosting/free/install.php | 2 +- system/sections/web/hosting/free/manage.php | 2 +- system/sections/web/hosting/free/passwd.php | 2 +- system/sections/web/mysql/free/delete.php | 2 +- system/sections/web/mysql/free/install.php | 2 +- system/sections/web/mysql/free/manage.php | 2 +- system/sections/web/mysql/free/passwd.php | 2 +- system/sections/web/sourcebans/free/connect.php | 2 +- system/sections/web/sourcebans/free/delete.php | 2 +- system/sections/web/sourcebans/free/install.php | 2 +- system/sections/web/sourcebans/free/manage.php | 2 +- system/sections/web/sourcebans/free/passwd.php | 2 +- system/sections/web/sourcebans/free/update.php | 2 +- system/sections/web/superban/free/connect.php | 2 +- system/sections/web/superban/free/delete.php | 2 +- system/sections/web/superban/free/install.php | 2 +- system/sections/web/superban/free/manage.php | 2 +- system/sections/web/superban/free/passwd.php | 2 +- system/sections/web/superban/free/update.php | 2 +- system/sections/wiki/answer.php | 2 +- system/sections/wiki/index.php | 2 +- system/sections/wiki/msearch.php | 2 +- system/sections/wiki/question.php | 2 +- system/sections/wiki/search.php | 2 +- 848 files changed, 849 insertions(+), 849 deletions(-) diff --git a/system/acp/distributor.php b/system/acp/distributor.php index cdb622c..a2b0d9f 100644 --- a/system/acp/distributor.php +++ b/system/acp/distributor.php @@ -1,6 +1,6 @@ Управление дополнениями'; diff --git a/system/acp/engine/boost.php b/system/acp/engine/boost.php index 834558d..7798834 100644 --- a/system/acp/engine/boost.php +++ b/system/acp/engine/boost.php @@ -1,6 +1,6 @@ Контроль'; diff --git a/system/acp/engine/hosting.php b/system/acp/engine/hosting.php index 6c9f097..1d190ac 100644 --- a/system/acp/engine/hosting.php +++ b/system/acp/engine/hosting.php @@ -1,6 +1,6 @@ Список вирт. хостингов'; diff --git a/system/acp/engine/index.php b/system/acp/engine/index.php index 83d7d96..8cc9bc8 100644 --- a/system/acp/engine/index.php +++ b/system/acp/engine/index.php @@ -1,6 +1,6 @@ Вакансии'; diff --git a/system/acp/engine/letter.php b/system/acp/engine/letter.php index 03d49dd..9440775 100644 --- a/system/acp/engine/letter.php +++ b/system/acp/engine/letter.php @@ -1,6 +1,6 @@ Рассылка новостей'; diff --git a/system/acp/engine/logs.php b/system/acp/engine/logs.php index f025cec..7f08815 100644 --- a/system/acp/engine/logs.php +++ b/system/acp/engine/logs.php @@ -1,6 +1,6 @@ Логи операций'; diff --git a/system/acp/engine/news.php b/system/acp/engine/news.php index 05b288c..3572f40 100644 --- a/system/acp/engine/news.php +++ b/system/acp/engine/news.php @@ -1,6 +1,6 @@ Управление новостями'; diff --git a/system/acp/engine/notice.php b/system/acp/engine/notice.php index 92a6e6d..79277a2 100644 --- a/system/acp/engine/notice.php +++ b/system/acp/engine/notice.php @@ -1,6 +1,6 @@ Управление уведомлениями'; diff --git a/system/acp/engine/pages.php b/system/acp/engine/pages.php index 8c74530..1630e0d 100644 --- a/system/acp/engine/pages.php +++ b/system/acp/engine/pages.php @@ -1,6 +1,6 @@ Управление старницами'; diff --git a/system/acp/engine/promo.php b/system/acp/engine/promo.php index a51a78b..3dcdc26 100644 --- a/system/acp/engine/promo.php +++ b/system/acp/engine/promo.php @@ -1,6 +1,6 @@ Управление акциями'; diff --git a/system/acp/engine/servers.php b/system/acp/engine/servers.php index 74040f6..3d07774 100644 --- a/system/acp/engine/servers.php +++ b/system/acp/engine/servers.php @@ -1,6 +1,6 @@ Список серверов'; diff --git a/system/acp/engine/system.php b/system/acp/engine/system.php index dfe0fee..953d475 100644 --- a/system/acp/engine/system.php +++ b/system/acp/engine/system.php @@ -1,6 +1,6 @@ query('SELECT `address`, `passwd` FROM `panel` LIMIT 1'); diff --git a/system/acp/engine/tarifs.php b/system/acp/engine/tarifs.php index 28c9077..3bac8c0 100644 --- a/system/acp/engine/tarifs.php +++ b/system/acp/engine/tarifs.php @@ -1,6 +1,6 @@ Управление тарифами'; diff --git a/system/acp/engine/units.php b/system/acp/engine/units.php index 6685636..2af8f96 100644 --- a/system/acp/engine/units.php +++ b/system/acp/engine/units.php @@ -1,6 +1,6 @@ Управление локациями'; diff --git a/system/acp/engine/users.php b/system/acp/engine/users.php index 1a4caf4..74db691 100644 --- a/system/acp/engine/users.php +++ b/system/acp/engine/users.php @@ -1,6 +1,6 @@ Управление пользователями'; diff --git a/system/acp/engine/web.php b/system/acp/engine/web.php index 652dc81..a9941ca 100644 --- a/system/acp/engine/web.php +++ b/system/acp/engine/web.php @@ -1,6 +1,6 @@ Список бесплатных услуг'; diff --git a/system/acp/engine/wiki.php b/system/acp/engine/wiki.php index 4a2156d..1c92096 100644 --- a/system/acp/engine/wiki.php +++ b/system/acp/engine/wiki.php @@ -1,6 +1,6 @@ Управление википедией'; diff --git a/system/acp/sections/addons/addcat.php b/system/acp/sections/addons/addcat.php index 0b00169..a4465a6 100644 --- a/system/acp/sections/addons/addcat.php +++ b/system/acp/sections/addons/addcat.php @@ -1,6 +1,6 @@ query('SELECT `id`, `game`, `name`, `sort` FROM `plugins_category` ORDER BY `game` ASC'); while ($cat = $sql->get($cats)) { diff --git a/system/acp/sections/addons/delete.php b/system/acp/sections/addons/delete.php index 9347bb7..5379acf 100644 --- a/system/acp/sections/addons/delete.php +++ b/system/acp/sections/addons/delete.php @@ -1,6 +1,6 @@ query('SELECT * FROM `plugins` WHERE `id`="' . $id . '" LIMIT 1'); $plugin = $sql->get(); diff --git a/system/acp/sections/addons/search.php b/system/acp/sections/addons/search.php index 1903c71..576a7d5 100644 --- a/system/acp/sections/addons/search.php +++ b/system/acp/sections/addons/search.php @@ -1,6 +1,6 @@ query('SELECT * FROM `plugins_update` WHERE `id`="' . $id . '" LIMIT 1'); $plugin = $sql->get(); diff --git a/system/acp/sections/addons/updmp.php b/system/acp/sections/addons/updmp.php index 52ebd6b..1c8fb89 100644 --- a/system/acp/sections/addons/updmp.php +++ b/system/acp/sections/addons/updmp.php @@ -1,6 +1,6 @@ query('UPDATE `control` set `user`="-1", `status`="overdue", `time`="0", `overdue`="0" WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/control/index.php b/system/acp/sections/control/index.php index e27c458..f8b58b0 100644 --- a/system/acp/sections/control/index.php +++ b/system/acp/sections/control/index.php @@ -1,6 +1,6 @@ query('SELECT `time`, `overdue` FROM `control` WHERE `id`="' . $id . '" LIMIT 1'); $ctrl = $sql->get(); diff --git a/system/acp/sections/jobs/add.php b/system/acp/sections/jobs/add.php index 6407b21..0f3686e 100644 --- a/system/acp/sections/jobs/add.php +++ b/system/acp/sections/jobs/add.php @@ -1,6 +1,6 @@ query('SELECT * FROM `jobs` WHERE `id`="' . $id . '" LIMIT 1'); if (!$sql->num()) diff --git a/system/acp/sections/jobs/index.php b/system/acp/sections/jobs/index.php index 1200969..6056dea 100644 --- a/system/acp/sections/jobs/index.php +++ b/system/acp/sections/jobs/index.php @@ -1,6 +1,6 @@ query('SELECT * FROM `jobs_app` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/letter/index.php b/system/acp/sections/letter/index.php index e5e390f..8b6cc41 100644 --- a/system/acp/sections/letter/index.php +++ b/system/acp/sections/letter/index.php @@ -1,6 +1,6 @@ 'Пользователь', 'support' => 'Тех.поддержка', 'admin' => 'Администратор'); $list = ''; diff --git a/system/acp/sections/letter/send.php b/system/acp/sections/letter/send.php index 65f06ec..420dc5c 100644 --- a/system/acp/sections/letter/send.php +++ b/system/acp/sections/letter/send.php @@ -1,6 +1,6 @@ query('DELETE FROM `news` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/news/index.php b/system/acp/sections/news/index.php index c92d0fe..a915702 100644 --- a/system/acp/sections/news/index.php +++ b/system/acp/sections/news/index.php @@ -1,6 +1,6 @@ query('SELECT `name`, `text`, `full_text`, `tags` FROM `news` WHERE `id`="' . $id . '" LIMIT 1'); $news = $sql->get(); diff --git a/system/acp/sections/news/search.php b/system/acp/sections/news/search.php index 03be9f8..b43b95b 100644 --- a/system/acp/sections/news/search.php +++ b/system/acp/sections/news/search.php @@ -1,6 +1,6 @@ query('DELETE FROM `notice` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/notice/end.php b/system/acp/sections/notice/end.php index 104c5e4..acff458 100644 --- a/system/acp/sections/notice/end.php +++ b/system/acp/sections/notice/end.php @@ -1,6 +1,6 @@ query('SELECT * FROM `notice` WHERE `id`="' . $id . '" LIMIT 1'); $notice = $sql->get(); diff --git a/system/acp/sections/notice/search.php b/system/acp/sections/notice/search.php index ba292e7..ab350df 100644 --- a/system/acp/sections/notice/search.php +++ b/system/acp/sections/notice/search.php @@ -1,6 +1,6 @@ query('SELECT `file` FROM `pages` WHERE `id`="' . $id . '" LIMIT 1'); $page = $sql->get(); diff --git a/system/acp/sections/pages/index.php b/system/acp/sections/pages/index.php index 0f4fd0f..6973fe5 100644 --- a/system/acp/sections/pages/index.php +++ b/system/acp/sections/pages/index.php @@ -1,6 +1,6 @@ query('SELECT `name`, `file` FROM `pages` WHERE `id`="' . $id . '" LIMIT 1'); $page = $sql->get(); diff --git a/system/acp/sections/promo/add.php b/system/acp/sections/promo/add.php index fdeb265..4facf3c 100644 --- a/system/acp/sections/promo/add.php +++ b/system/acp/sections/promo/add.php @@ -1,6 +1,6 @@ query('DELETE FROM `promo` WHERE `id`="' . $id . '" LIMIT 1'); $sql->query('DELETE FROM `promo_use` WHERE `promo`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/promo/end.php b/system/acp/sections/promo/end.php index 28ca18e..cbf6379 100644 --- a/system/acp/sections/promo/end.php +++ b/system/acp/sections/promo/end.php @@ -1,6 +1,6 @@ query('SELECT * FROM `promo` WHERE `id`="' . $id . '" LIMIT 1'); $promo = $sql->get(); diff --git a/system/acp/sections/promo/search.php b/system/acp/sections/promo/search.php index 62b3c7c..850dfcc 100644 --- a/system/acp/sections/promo/search.php +++ b/system/acp/sections/promo/search.php @@ -1,6 +1,6 @@ query('DELETE FROM `promo_use` WHERE `id`="' . sys::int($url['delete']) . '" LIMIT 1'); diff --git a/system/acp/sections/servers/crmp.php b/system/acp/sections/servers/crmp.php index 260839d..3ee2b54 100644 --- a/system/acp/sections/servers/crmp.php +++ b/system/acp/sections/servers/crmp.php @@ -1,6 +1,6 @@ query('UPDATE `servers` set `user`="-1", `status`="overdue", `time`="0", `overdue`="0" WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/servers/index.php b/system/acp/sections/servers/index.php index c2e3e32..e45c669 100644 --- a/system/acp/sections/servers/index.php +++ b/system/acp/sections/servers/index.php @@ -1,6 +1,6 @@ query('SELECT `time`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/acp/sections/tarifs/add.php b/system/acp/sections/tarifs/add.php index 3cbfbf2..f6b2c11 100644 --- a/system/acp/sections/tarifs/add.php +++ b/system/acp/sections/tarifs/add.php @@ -1,6 +1,6 @@ query('SELECT * FROM `tarifs` WHERE `id`="' . $id . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/acp/sections/tarifs/delete.php b/system/acp/sections/tarifs/delete.php index 03a0d74..4785915 100644 --- a/system/acp/sections/tarifs/delete.php +++ b/system/acp/sections/tarifs/delete.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `servers` WHERE `tarif`="' . $id . '" LIMIT 1'); if ($sql->num()) diff --git a/system/acp/sections/tarifs/index.php b/system/acp/sections/tarifs/index.php index 36ec1d1..f83359c 100644 --- a/system/acp/sections/tarifs/index.php +++ b/system/acp/sections/tarifs/index.php @@ -1,6 +1,6 @@ query('SELECT * FROM `tarifs` WHERE `id`="' . $id . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/acp/sections/units/add.php b/system/acp/sections/units/add.php index 877d553..c21de42 100644 --- a/system/acp/sections/units/add.php +++ b/system/acp/sections/units/add.php @@ -1,6 +1,6 @@ query('SELECT `address`, `passwd` FROM `panel` LIMIT 1'); diff --git a/system/acp/sections/units/index.php b/system/acp/sections/units/index.php index 300738a..cf947fd 100644 --- a/system/acp/sections/units/index.php +++ b/system/acp/sections/units/index.php @@ -1,6 +1,6 @@ query('SELECT `address`, `passwd` FROM `units` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/units/stats.php b/system/acp/sections/units/stats.php index 6ea0b3a..2056bc6 100644 --- a/system/acp/sections/units/stats.php +++ b/system/acp/sections/units/stats.php @@ -1,6 +1,6 @@ query('SELECT * FROM `units` WHERE `id`="' . $id . '" LIMIT 1'); $unit = $sql->get(); diff --git a/system/acp/sections/users/action.php b/system/acp/sections/users/action.php index 63c6f7f..7dff6b1 100644 --- a/system/acp/sections/users/action.php +++ b/system/acp/sections/users/action.php @@ -1,6 +1,6 @@ query('DELETE FROM `auth` WHERE `user`="' . $id . '"'); diff --git a/system/acp/sections/users/index.php b/system/acp/sections/users/index.php index cf017ba..74b782f 100644 --- a/system/acp/sections/users/index.php +++ b/system/acp/sections/users/index.php @@ -1,6 +1,6 @@ query('DELETE FROM `signup` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/users/stats.php b/system/acp/sections/users/stats.php index a952622..6ad90ea 100644 --- a/system/acp/sections/users/stats.php +++ b/system/acp/sections/users/stats.php @@ -1,6 +1,6 @@ 'Работает', diff --git a/system/acp/sections/web/amxbans.php b/system/acp/sections/web/amxbans.php index 6abf721..e65031d 100644 --- a/system/acp/sections/web/amxbans.php +++ b/system/acp/sections/web/amxbans.php @@ -1,6 +1,6 @@ query('SELECT * FROM `wiki_category` WHERE `id`="' . $id . '" LIMIT 1'); $wiki = $sql->get(); diff --git a/system/acp/sections/wiki/cats.php b/system/acp/sections/wiki/cats.php index 79eb6b1..badcdb0 100644 --- a/system/acp/sections/wiki/cats.php +++ b/system/acp/sections/wiki/cats.php @@ -1,6 +1,6 @@ query('SELECT `id`, `name`, `sort` FROM `wiki_category` ORDER BY `id` ASC'); while ($cat = $sql->get($cats)) { diff --git a/system/acp/sections/wiki/delete.php b/system/acp/sections/wiki/delete.php index 886ea3f..19b8cf2 100644 --- a/system/acp/sections/wiki/delete.php +++ b/system/acp/sections/wiki/delete.php @@ -1,6 +1,6 @@ query('DELETE FROM `wiki_category` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/acp/sections/wiki/index.php b/system/acp/sections/wiki/index.php index 728d28e..efb0a41 100644 --- a/system/acp/sections/wiki/index.php +++ b/system/acp/sections/wiki/index.php @@ -1,6 +1,6 @@ query('SELECT `name`, `cat`, `tags` FROM `wiki` WHERE `id`="' . $id . '" LIMIT 1'); $wiki = $sql->get(); diff --git a/system/data/acpengine.php b/system/data/acpengine.php index 779e4be..1daa590 100644 --- a/system/data/acpengine.php +++ b/system/data/acpengine.php @@ -1,6 +1,6 @@ array( diff --git a/system/data/config.php b/system/data/config.php index dac72be..281ad47 100644 --- a/system/data/config.php +++ b/system/data/config.php @@ -1,6 +1,6 @@ 'EngineGP', // Название сайта diff --git a/system/data/engine.php b/system/data/engine.php index ca82a27..8b481cf 100644 --- a/system/data/engine.php +++ b/system/data/engine.php @@ -1,6 +1,6 @@ array( diff --git a/system/data/header.php b/system/data/header.php index 1d370dc..361b15b 100644 --- a/system/data/header.php +++ b/system/data/header.php @@ -1,6 +1,6 @@ array( diff --git a/system/data/maps.php b/system/data/maps.php index 2e07acd..4682cf6 100644 --- a/system/data/maps.php +++ b/system/data/maps.php @@ -1,6 +1,6 @@ array( diff --git a/system/data/mysql.php b/system/data/mysql.php index 9c69a28..c6e66d0 100644 --- a/system/data/mysql.php +++ b/system/data/mysql.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/cs.php b/system/data/scfg/cs.php index 60c2720..e01f7c4 100644 --- a/system/data/scfg/cs.php +++ b/system/data/scfg/cs.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/cs2.php b/system/data/scfg/cs2.php index a7e3473..fe2199c 100644 --- a/system/data/scfg/cs2.php +++ b/system/data/scfg/cs2.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/csgo.php b/system/data/scfg/csgo.php index a7e3473..fe2199c 100644 --- a/system/data/scfg/csgo.php +++ b/system/data/scfg/csgo.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/css.php b/system/data/scfg/css.php index a3f7b51..9c6ea6b 100644 --- a/system/data/scfg/css.php +++ b/system/data/scfg/css.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/cssold.php b/system/data/scfg/cssold.php index a642187..b2cff0a 100644 --- a/system/data/scfg/cssold.php +++ b/system/data/scfg/cssold.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/mc.php b/system/data/scfg/mc.php index c2d63b4..cb51bd6 100644 --- a/system/data/scfg/mc.php +++ b/system/data/scfg/mc.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/scfg/samp.php b/system/data/scfg/samp.php index 987651d..6911554 100644 --- a/system/data/scfg/samp.php +++ b/system/data/scfg/samp.php @@ -1,6 +1,6 @@ 'Название игрового сервера.', diff --git a/system/data/text/error.php b/system/data/text/error.php index 0e57d0f..4414b42 100644 --- a/system/data/text/error.php +++ b/system/data/text/error.php @@ -1,6 +1,6 @@ array( diff --git a/system/data/text/input.php b/system/data/text/input.php index 04386ca..f136a95 100644 --- a/system/data/text/input.php +++ b/system/data/text/input.php @@ -1,6 +1,6 @@ 'Необходимо заполнить все поля.', diff --git a/system/data/text/logs.php b/system/data/text/logs.php index 2fc0d51..6b8e6d0 100644 --- a/system/data/text/logs.php +++ b/system/data/text/logs.php @@ -1,6 +1,6 @@ 'Аренда игрового сервера на срок: [days], списана сумма: [money] руб. (сервер: #[id])', diff --git a/system/data/text/mail.php b/system/data/text/mail.php index 43c0439..151710b 100644 --- a/system/data/text/mail.php +++ b/system/data/text/mail.php @@ -1,6 +1,6 @@ '
Здравствуйте, для завершения регистрации ' diff --git a/system/data/text/other.php b/system/data/text/other.php index b66f843..9ebe424 100644 --- a/system/data/text/other.php +++ b/system/data/text/other.php @@ -1,6 +1,6 @@ 'Пожалуйста, дождитесь выполнения предыдущего запроса.', diff --git a/system/data/text/output.php b/system/data/text/output.php index 8dffabf..f20218a 100644 --- a/system/data/text/output.php +++ b/system/data/text/output.php @@ -1,6 +1,6 @@ 'На указанную почту отправлено письмо с дальнейшей инструкцией.', diff --git a/system/data/text/servers.php b/system/data/text/servers.php index 95dc1f9..dccca22 100644 --- a/system/data/text/servers.php +++ b/system/data/text/servers.php @@ -1,6 +1,6 @@ 'Игровой сервер выключен.', diff --git a/system/data/text/syslogs.php b/system/data/text/syslogs.php index d30a52c..0852809 100644 --- a/system/data/text/syslogs.php +++ b/system/data/text/syslogs.php @@ -1,6 +1,6 @@ 'Переустановка игрового сервера.', diff --git a/system/data/web.php b/system/data/web.php index 9ac9de4..d18bfee 100644 --- a/system/data/web.php +++ b/system/data/web.php @@ -1,6 +1,6 @@ nav($title); diff --git a/system/engine/api.php b/system/engine/api.php index b481975..7389941 100644 --- a/system/engine/api.php +++ b/system/engine/api.php @@ -1,6 +1,6 @@ 'ключ не указан')); $action = isset($url['action']) ? $url['action'] : sys::outjs(array('e' => 'метод не указан')); diff --git a/system/engine/api_v1.php b/system/engine/api_v1.php index 6968e3c..ee037c7 100644 --- a/system/engine/api_v1.php +++ b/system/engine/api_v1.php @@ -1,6 +1,6 @@ nav($title); diff --git a/system/engine/autocontrol.php b/system/engine/autocontrol.php index 95a3f28..51a26c7 100644 --- a/system/engine/autocontrol.php +++ b/system/engine/autocontrol.php @@ -1,6 +1,6 @@ nav($title); diff --git a/system/engine/jobs.php b/system/engine/jobs.php index c7cdcb5..8bd726f 100644 --- a/system/engine/jobs.php +++ b/system/engine/jobs.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/system/engine/megp/help.php b/system/engine/megp/help.php index 3fbaa65..c23e614 100644 --- a/system/engine/megp/help.php +++ b/system/engine/megp/help.php @@ -1,6 +1,6 @@ query('SELECT `id`, `name`, `full_text`, `views`, `tags`, `date` FROM `news` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/engine/megp/quit.php b/system/engine/megp/quit.php index 09093f2..916fb7e 100644 --- a/system/engine/megp/quit.php +++ b/system/engine/megp/quit.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/system/engine/megp/recovery.php b/system/engine/megp/recovery.php index 801a34c..d7672ae 100644 --- a/system/engine/megp/recovery.php +++ b/system/engine/megp/recovery.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/system/engine/megp/replenish.php b/system/engine/megp/replenish.php index 36ccac2..cd56c7e 100644 --- a/system/engine/megp/replenish.php +++ b/system/engine/megp/replenish.php @@ -1,6 +1,6 @@ nav($title); diff --git a/system/engine/pluginbuy.php b/system/engine/pluginbuy.php index 67548a1..c3b73f8 100644 --- a/system/engine/pluginbuy.php +++ b/system/engine/pluginbuy.php @@ -1,6 +1,6 @@ 'Counter-Strike: 1.6', diff --git a/system/engine/replenish.php b/system/engine/replenish.php index 16b5327..e0b2990 100644 --- a/system/engine/replenish.php +++ b/system/engine/replenish.php @@ -1,6 +1,6 @@ query('SELECT `price`, `time` FROM `control` WHERE `id`="' . $id . '" LIMIT 1'); $ctrl = $sql->get(); diff --git a/system/sections/control/index.php b/system/sections/control/index.php index f1af597..413ce8f 100644 --- a/system/sections/control/index.php +++ b/system/sections/control/index.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); $html->nav('Список игровых серверов #' . $id); diff --git a/system/sections/control/install.php b/system/sections/control/install.php index 5fefa42..096a2fc 100644 --- a/system/sections/control/install.php +++ b/system/sections/control/install.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); diff --git a/system/sections/control/noaccess.php b/system/sections/control/noaccess.php index f0bd46a..d6d078f 100644 --- a/system/sections/control/noaccess.php +++ b/system/sections/control/noaccess.php @@ -1,6 +1,6 @@ nav('Раздел недоступен'); diff --git a/system/sections/control/reboot.php b/system/sections/control/reboot.php index b260a15..7bb6d19 100644 --- a/system/sections/control/reboot.php +++ b/system/sections/control/reboot.php @@ -1,6 +1,6 @@ 'Сервер должен быть в рабочем состоянии')); diff --git a/system/sections/control/scan.php b/system/sections/control/scan.php index 818f84c..d6af7a7 100644 --- a/system/sections/control/scan.php +++ b/system/sections/control/scan.php @@ -1,6 +1,6 @@ query('SELECT `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/boost.php b/system/sections/control/servers/boost.php index ea3b644..b4acfa3 100644 --- a/system/sections/control/servers/boost.php +++ b/system/sections/control/servers/boost.php @@ -1,6 +1,6 @@ query('SELECT `address`, `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/console.php b/system/sections/control/servers/console.php index ee22895..4952b23 100644 --- a/system/sections/control/servers/console.php +++ b/system/sections/control/servers/console.php @@ -1,6 +1,6 @@ query('SELECT `address`, `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/copy.php b/system/sections/control/servers/copy.php index 134c182..9dbe806 100644 --- a/system/sections/control/servers/copy.php +++ b/system/sections/control/servers/copy.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `address`, `game`, `pack`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/cs/boost.php b/system/sections/control/servers/cs/boost.php index 47559a5..db519fe 100644 --- a/system/sections/control/servers/cs/boost.php +++ b/system/sections/control/servers/cs/boost.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `time_start` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cs/copy.php b/system/sections/control/servers/cs/copy.php index a52b92a..9f5cd54 100644 --- a/system/sections/control/servers/cs/copy.php +++ b/system/sections/control/servers/cs/copy.php @@ -1,6 +1,6 @@ query('SELECT `slots`, `online`, `players`, `name`, `map` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cs/plugins.php b/system/sections/control/servers/cs/plugins.php index 04e36dc..127f0c5 100644 --- a/system/sections/control/servers/cs/plugins.php +++ b/system/sections/control/servers/cs/plugins.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); $html->nav('Список игровых серверов #' . $id, $cfg['http'] . 'control/id/' . $id); diff --git a/system/sections/control/servers/cs/rcon.php b/system/sections/control/servers/cs/rcon.php index 5bf5a0d..cfc4afb 100644 --- a/system/sections/control/servers/cs/rcon.php +++ b/system/sections/control/servers/cs/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `pack` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cs/settings/admins.php b/system/sections/control/servers/cs/settings/admins.php index 12d79d1..f231a62 100644 --- a/system/sections/control/servers/cs/settings/admins.php +++ b/system/sections/control/servers/cs/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/control/servers/cs/settings/amxlogs.php b/system/sections/control/servers/cs/settings/amxlogs.php index b924741..31505f4 100644 --- a/system/sections/control/servers/cs/settings/amxlogs.php +++ b/system/sections/control/servers/cs/settings/amxlogs.php @@ -1,6 +1,6 @@ nav('Логи AMX'); diff --git a/system/sections/control/servers/cs/settings/bans.php b/system/sections/control/servers/cs/settings/bans.php index 68c4664..ca24494 100644 --- a/system/sections/control/servers/cs/settings/bans.php +++ b/system/sections/control/servers/cs/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/control/servers/cs/settings/debug.php b/system/sections/control/servers/cs/settings/debug.php index ccdcafe..2046e92 100644 --- a/system/sections/control/servers/cs/settings/debug.php +++ b/system/sections/control/servers/cs/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/control/servers/cs/settings/logs.php b/system/sections/control/servers/cs/settings/logs.php index b791356..81aa351 100644 --- a/system/sections/control/servers/cs/settings/logs.php +++ b/system/sections/control/servers/cs/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/control/servers/cs/settings/server.php b/system/sections/control/servers/cs/settings/server.php index 392e617..5045d42 100644 --- a/system/sections/control/servers/cs/settings/server.php +++ b/system/sections/control/servers/cs/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/control/servers/cs/settings/start.php b/system/sections/control/servers/cs/settings/start.php index 68779d3..f434be4 100644 --- a/system/sections/control/servers/cs/settings/start.php +++ b/system/sections/control/servers/cs/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `map_start`, `vac`, `fps`, `fastdl`, `autorestart`, `pingboost`, `core_fix` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cs/settings/top.php b/system/sections/control/servers/cs/settings/top.php index 519ba01..b837e8d 100644 --- a/system/sections/control/servers/cs/settings/top.php +++ b/system/sections/control/servers/cs/settings/top.php @@ -1,6 +1,6 @@ query('SELECT `address`, `passwd` FROM `control` WHERE `id`="' . $id . '" LIMIT 1'); $unit = $sql->get(); diff --git a/system/sections/control/servers/csgo/console.php b/system/sections/control/servers/csgo/console.php index bf532f5..48ab902 100644 --- a/system/sections/control/servers/csgo/console.php +++ b/system/sections/control/servers/csgo/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `time_start` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/csgo/copy.php b/system/sections/control/servers/csgo/copy.php index a52b92a..9f5cd54 100644 --- a/system/sections/control/servers/csgo/copy.php +++ b/system/sections/control/servers/csgo/copy.php @@ -1,6 +1,6 @@ query('SELECT `slots`, `online`, `players`, `name`, `map` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/csgo/plugins.php b/system/sections/control/servers/csgo/plugins.php index 04e36dc..127f0c5 100644 --- a/system/sections/control/servers/csgo/plugins.php +++ b/system/sections/control/servers/csgo/plugins.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); $html->nav('Список игровых серверов #' . $id, $cfg['http'] . 'control/id/' . $id); diff --git a/system/sections/control/servers/csgo/rcon.php b/system/sections/control/servers/csgo/rcon.php index dc87e00..cbe5705 100644 --- a/system/sections/control/servers/csgo/rcon.php +++ b/system/sections/control/servers/csgo/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `pack` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/csgo/settings/admins.php b/system/sections/control/servers/csgo/settings/admins.php index b153475..1c903b8 100644 --- a/system/sections/control/servers/csgo/settings/admins.php +++ b/system/sections/control/servers/csgo/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/control/servers/csgo/settings/bans.php b/system/sections/control/servers/csgo/settings/bans.php index c620a3e..e395c7c 100644 --- a/system/sections/control/servers/csgo/settings/bans.php +++ b/system/sections/control/servers/csgo/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/control/servers/csgo/settings/debug.php b/system/sections/control/servers/csgo/settings/debug.php index ccdcafe..2046e92 100644 --- a/system/sections/control/servers/csgo/settings/debug.php +++ b/system/sections/control/servers/csgo/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/control/servers/csgo/settings/logs.php b/system/sections/control/servers/csgo/settings/logs.php index 6f5df9b..794b71d 100644 --- a/system/sections/control/servers/csgo/settings/logs.php +++ b/system/sections/control/servers/csgo/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/control/servers/csgo/settings/server.php b/system/sections/control/servers/csgo/settings/server.php index 21d38d0..e96660f 100644 --- a/system/sections/control/servers/csgo/settings/server.php +++ b/system/sections/control/servers/csgo/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/control/servers/csgo/settings/smlogs.php b/system/sections/control/servers/csgo/settings/smlogs.php index c411fbb..7a96ee9 100644 --- a/system/sections/control/servers/csgo/settings/smlogs.php +++ b/system/sections/control/servers/csgo/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/control/servers/csgo/settings/start.php b/system/sections/control/servers/csgo/settings/start.php index 0ef809f..948092a 100644 --- a/system/sections/control/servers/csgo/settings/start.php +++ b/system/sections/control/servers/csgo/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `map_start`, `vac`, `fastdl`, `autorestart`, `tickrate`, `core_fix`, `pingboost` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/css/console.php b/system/sections/control/servers/css/console.php index 1eb3ee6..8d43c81 100644 --- a/system/sections/control/servers/css/console.php +++ b/system/sections/control/servers/css/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `time_start` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/css/copy.php b/system/sections/control/servers/css/copy.php index a52b92a..9f5cd54 100644 --- a/system/sections/control/servers/css/copy.php +++ b/system/sections/control/servers/css/copy.php @@ -1,6 +1,6 @@ query('SELECT `slots`, `online`, `players`, `name`, `pack`, `map` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/css/plugins.php b/system/sections/control/servers/css/plugins.php index 04e36dc..127f0c5 100644 --- a/system/sections/control/servers/css/plugins.php +++ b/system/sections/control/servers/css/plugins.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); $html->nav('Список игровых серверов #' . $id, $cfg['http'] . 'control/id/' . $id); diff --git a/system/sections/control/servers/css/rcon.php b/system/sections/control/servers/css/rcon.php index dc87e00..cbe5705 100644 --- a/system/sections/control/servers/css/rcon.php +++ b/system/sections/control/servers/css/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `pack` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/css/settings/admins.php b/system/sections/control/servers/css/settings/admins.php index 834b0e1..38a9a00 100644 --- a/system/sections/control/servers/css/settings/admins.php +++ b/system/sections/control/servers/css/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/control/servers/css/settings/bans.php b/system/sections/control/servers/css/settings/bans.php index b44908a..a522123 100644 --- a/system/sections/control/servers/css/settings/bans.php +++ b/system/sections/control/servers/css/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/control/servers/css/settings/debug.php b/system/sections/control/servers/css/settings/debug.php index ccdcafe..2046e92 100644 --- a/system/sections/control/servers/css/settings/debug.php +++ b/system/sections/control/servers/css/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/control/servers/css/settings/logs.php b/system/sections/control/servers/css/settings/logs.php index b791356..81aa351 100644 --- a/system/sections/control/servers/css/settings/logs.php +++ b/system/sections/control/servers/css/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/control/servers/css/settings/server.php b/system/sections/control/servers/css/settings/server.php index 6049a23..d457650 100644 --- a/system/sections/control/servers/css/settings/server.php +++ b/system/sections/control/servers/css/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/control/servers/css/settings/smlogs.php b/system/sections/control/servers/css/settings/smlogs.php index f678d22..cd38511 100644 --- a/system/sections/control/servers/css/settings/smlogs.php +++ b/system/sections/control/servers/css/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/control/servers/css/settings/start.php b/system/sections/control/servers/css/settings/start.php index 3409adf..309e5ad 100644 --- a/system/sections/control/servers/css/settings/start.php +++ b/system/sections/control/servers/css/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `map_start`, `vac`, `fastdl`, `autorestart`, `tickrate`, `core_fix` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cssold/console.php b/system/sections/control/servers/cssold/console.php index 1eb3ee6..8d43c81 100644 --- a/system/sections/control/servers/cssold/console.php +++ b/system/sections/control/servers/cssold/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `time_start` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cssold/copy.php b/system/sections/control/servers/cssold/copy.php index a52b92a..9f5cd54 100644 --- a/system/sections/control/servers/cssold/copy.php +++ b/system/sections/control/servers/cssold/copy.php @@ -1,6 +1,6 @@ query('SELECT `slots`, `online`, `players`, `name`, `pack`, `map` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cssold/plugins.php b/system/sections/control/servers/cssold/plugins.php index 04e36dc..127f0c5 100644 --- a/system/sections/control/servers/cssold/plugins.php +++ b/system/sections/control/servers/cssold/plugins.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); $html->nav('Список игровых серверов #' . $id, $cfg['http'] . 'control/id/' . $id); diff --git a/system/sections/control/servers/cssold/rcon.php b/system/sections/control/servers/cssold/rcon.php index dc87e00..cbe5705 100644 --- a/system/sections/control/servers/cssold/rcon.php +++ b/system/sections/control/servers/cssold/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `pack` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cssold/settings/admins.php b/system/sections/control/servers/cssold/settings/admins.php index 834b0e1..38a9a00 100644 --- a/system/sections/control/servers/cssold/settings/admins.php +++ b/system/sections/control/servers/cssold/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/control/servers/cssold/settings/bans.php b/system/sections/control/servers/cssold/settings/bans.php index b44908a..a522123 100644 --- a/system/sections/control/servers/cssold/settings/bans.php +++ b/system/sections/control/servers/cssold/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/control/servers/cssold/settings/debug.php b/system/sections/control/servers/cssold/settings/debug.php index ccdcafe..2046e92 100644 --- a/system/sections/control/servers/cssold/settings/debug.php +++ b/system/sections/control/servers/cssold/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/control/servers/cssold/settings/logs.php b/system/sections/control/servers/cssold/settings/logs.php index b791356..81aa351 100644 --- a/system/sections/control/servers/cssold/settings/logs.php +++ b/system/sections/control/servers/cssold/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/control/servers/cssold/settings/server.php b/system/sections/control/servers/cssold/settings/server.php index 6049a23..d457650 100644 --- a/system/sections/control/servers/cssold/settings/server.php +++ b/system/sections/control/servers/cssold/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/control/servers/cssold/settings/smlogs.php b/system/sections/control/servers/cssold/settings/smlogs.php index f678d22..cd38511 100644 --- a/system/sections/control/servers/cssold/settings/smlogs.php +++ b/system/sections/control/servers/cssold/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/control/servers/cssold/settings/start.php b/system/sections/control/servers/cssold/settings/start.php index 9af393a..af44a9a 100644 --- a/system/sections/control/servers/cssold/settings/start.php +++ b/system/sections/control/servers/cssold/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate`, `core_fix` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/cssold/start.php b/system/sections/control/servers/cssold/start.php index 92ac720..9584aac 100644 --- a/system/sections/control/servers/cssold/start.php +++ b/system/sections/control/servers/cssold/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate`, `core_fix` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/control/servers/filetp.php b/system/sections/control/servers/filetp.php index 798db56..d6c1205 100644 --- a/system/sections/control/servers/filetp.php +++ b/system/sections/control/servers/filetp.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `address`, `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/games/copy/check.php b/system/sections/control/servers/games/copy/check.php index 772729c..55e2541 100644 --- a/system/sections/control/servers/games/copy/check.php +++ b/system/sections/control/servers/games/copy/check.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `control_copy` WHERE `server`="' . $sid . '" ORDER BY `id` DESC LIMIT 5'); if ($sql->num() > 4) diff --git a/system/sections/control/servers/games/copy/fullcopy.php b/system/sections/control/servers/games/copy/fullcopy.php index 49f87bc..0482409 100644 --- a/system/sections/control/servers/games/copy/fullcopy.php +++ b/system/sections/control/servers/games/copy/fullcopy.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `control_copy` WHERE `server`="' . $sid . '" AND `info`="' . params::$section_copy[$server['game']]['CopyFull'] . '" LIMIT 1'); if ($sql->num()) diff --git a/system/sections/control/servers/games/copy/recfull.php b/system/sections/control/servers/games/copy/recfull.php index 90b0f5f..a431279 100644 --- a/system/sections/control/servers/games/copy/recfull.php +++ b/system/sections/control/servers/games/copy/recfull.php @@ -1,6 +1,6 @@ 'Выбранная копия не найдена.'), $nmch); diff --git a/system/sections/control/servers/games/copy/recpart.php b/system/sections/control/servers/games/copy/recpart.php index 3cf3ccc..31ffe09 100644 --- a/system/sections/control/servers/games/copy/recpart.php +++ b/system/sections/control/servers/games/copy/recpart.php @@ -1,6 +1,6 @@ 'Выбранная копия не найдена.'), $nmch); diff --git a/system/sections/control/servers/games/copy/remove.php b/system/sections/control/servers/games/copy/remove.php index 0cca236..731018e 100644 --- a/system/sections/control/servers/games/copy/remove.php +++ b/system/sections/control/servers/games/copy/remove.php @@ -1,6 +1,6 @@ 'Выбранная копия не найдена.'), $nmch); diff --git a/system/sections/control/servers/games/plugins/config.php b/system/sections/control/servers/games/plugins/config.php index 35ac154..7fcf89b 100644 --- a/system/sections/control/servers/games/plugins/config.php +++ b/system/sections/control/servers/games/plugins/config.php @@ -1,6 +1,6 @@ nav('Планировщик задач'); diff --git a/system/sections/control/servers/games/settings/file.php b/system/sections/control/servers/games/settings/file.php index dbd55a7..ed54c61 100644 --- a/system/sections/control/servers/games/settings/file.php +++ b/system/sections/control/servers/games/settings/file.php @@ -1,6 +1,6 @@ nav('Блокировка на оборудовании'); diff --git a/system/sections/control/servers/games/settings/pack.php b/system/sections/control/servers/games/settings/pack.php index 5d1f630..b3e28a9 100644 --- a/system/sections/control/servers/games/settings/pack.php +++ b/system/sections/control/servers/games/settings/pack.php @@ -1,6 +1,6 @@ nav('Снимки консоли'); diff --git a/system/sections/control/servers/index.php b/system/sections/control/servers/index.php index cefa001..5e1a782 100644 --- a/system/sections/control/servers/index.php +++ b/system/sections/control/servers/index.php @@ -1,6 +1,6 @@ query('SELECT `address`, `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/noaccess.php b/system/sections/control/servers/noaccess.php index d59679e..d295948 100644 --- a/system/sections/control/servers/noaccess.php +++ b/system/sections/control/servers/noaccess.php @@ -1,6 +1,6 @@ nav('Раздел недоступен'); diff --git a/system/sections/control/servers/plugins.php b/system/sections/control/servers/plugins.php index c44fd04..93a0bca 100644 --- a/system/sections/control/servers/plugins.php +++ b/system/sections/control/servers/plugins.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `address`, `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/rcon.php b/system/sections/control/servers/rcon.php index 8671e41..de39281 100644 --- a/system/sections/control/servers/rcon.php +++ b/system/sections/control/servers/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `address`, `game`, `status` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/scan.php b/system/sections/control/servers/scan.php index d0c1f8a..0814905 100644 --- a/system/sections/control/servers/scan.php +++ b/system/sections/control/servers/scan.php @@ -1,6 +1,6 @@ query('SELECT `game` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/servers/settings.php b/system/sections/control/servers/settings.php index cfeb4a5..e0424bb 100644 --- a/system/sections/control/servers/settings.php +++ b/system/sections/control/servers/settings.php @@ -1,6 +1,6 @@ query('SELECT `address`, `game`, `status`, `pack` FROM `control_servers` WHERE `id`="' . $sid . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/control/settings.php b/system/sections/control/settings.php index bba37cf..4db67b3 100644 --- a/system/sections/control/settings.php +++ b/system/sections/control/settings.php @@ -1,6 +1,6 @@ nav('Список подключенных серверов', $cfg['http'] . 'control'); diff --git a/system/sections/help/action/close.php b/system/sections/help/action/close.php index e818304..9d46e2b 100644 --- a/system/sections/help/action/close.php +++ b/system/sections/help/action/close.php @@ -1,6 +1,6 @@ 'У вас нет доступа к данному действию.')); diff --git a/system/sections/help/action/delete.php b/system/sections/help/action/delete.php index a1989bd..4adf260 100644 --- a/system/sections/help/action/delete.php +++ b/system/sections/help/action/delete.php @@ -1,6 +1,6 @@ 'У вас нет доступа к данному действию.')); diff --git a/system/sections/help/action/open.php b/system/sections/help/action/open.php index 1565d7a..9ed522b 100644 --- a/system/sections/help/action/open.php +++ b/system/sections/help/action/open.php @@ -1,6 +1,6 @@ 'У вас нет доступа к данному действию.')); diff --git a/system/sections/help/action/read.php b/system/sections/help/action/read.php index c405740..7d14b70 100644 --- a/system/sections/help/action/read.php +++ b/system/sections/help/action/read.php @@ -1,6 +1,6 @@ 'Администратор', diff --git a/system/sections/help/action/remove.php b/system/sections/help/action/remove.php index 2ad1d17..548640b 100644 --- a/system/sections/help/action/remove.php +++ b/system/sections/help/action/remove.php @@ -1,6 +1,6 @@ 'У вас нет доступа к данному действию.')); diff --git a/system/sections/help/action/reply.php b/system/sections/help/action/reply.php index 791bb1b..0fedba2 100644 --- a/system/sections/help/action/reply.php +++ b/system/sections/help/action/reply.php @@ -1,6 +1,6 @@ 'Администратор', diff --git a/system/sections/help/close.php b/system/sections/help/close.php index 5b84cc8..b852e43 100644 --- a/system/sections/help/close.php +++ b/system/sections/help/close.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `help` WHERE `user`="' . $user['id'] . '" AND `status`="0" AND `close`="0" LIMIT 1'); diff --git a/system/sections/help/open.php b/system/sections/help/open.php index 02a3ebc..c56ba80 100644 --- a/system/sections/help/open.php +++ b/system/sections/help/open.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `news`'); diff --git a/system/sections/megp/news/news.php b/system/sections/megp/news/news.php index 1891fdd..ef98f48 100644 --- a/system/sections/megp/news/news.php +++ b/system/sections/megp/news/news.php @@ -1,6 +1,6 @@ query('SELECT `id`, `name`, `full_text`, `views`, `tags`, `date` FROM `news` WHERE `id`="' . $id . '" LIMIT 1'); diff --git a/system/sections/megp/servers/action.php b/system/sections/megp/servers/action.php index 6d0ad07..af43e76 100644 --- a/system/sections/megp/servers/action.php +++ b/system/sections/megp/servers/action.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/system/sections/megp/servers/boost.php b/system/sections/megp/servers/boost.php index b69b1d6..ff16550 100644 --- a/system/sections/megp/servers/boost.php +++ b/system/sections/megp/servers/boost.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/megp/servers/console.php b/system/sections/megp/servers/console.php index 0d01483..0d20a68 100644 --- a/system/sections/megp/servers/console.php +++ b/system/sections/megp/servers/console.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/megp/servers/crmp/console.php b/system/sections/megp/servers/crmp/console.php index 504aea1..a841468 100644 --- a/system/sections/megp/servers/crmp/console.php +++ b/system/sections/megp/servers/crmp/console.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/crmp/settings.php b/system/sections/megp/servers/crmp/settings.php index 78effa7..01cd3f7 100644 --- a/system/sections/megp/servers/crmp/settings.php +++ b/system/sections/megp/servers/crmp/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/crmp/settings/start.php b/system/sections/megp/servers/crmp/settings/start.php index c0cf26c..5ec8e6d 100644 --- a/system/sections/megp/servers/crmp/settings/start.php +++ b/system/sections/megp/servers/crmp/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/crmp/tarif.php b/system/sections/megp/servers/crmp/tarif.php index d3c381a..eea898a 100644 --- a/system/sections/megp/servers/crmp/tarif.php +++ b/system/sections/megp/servers/crmp/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/crmp/tarif/extend.php b/system/sections/megp/servers/crmp/tarif/extend.php index 1443394..f05d263 100644 --- a/system/sections/megp/servers/crmp/tarif/extend.php +++ b/system/sections/megp/servers/crmp/tarif/extend.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `fps`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/cs/settings.php b/system/sections/megp/servers/cs/settings.php index 9ba5ecd..f3ba920 100644 --- a/system/sections/megp/servers/cs/settings.php +++ b/system/sections/megp/servers/cs/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/cs/settings/start.php b/system/sections/megp/servers/cs/settings/start.php index d37d79f..f476f2d 100644 --- a/system/sections/megp/servers/cs/settings/start.php +++ b/system/sections/megp/servers/cs/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fps`, `fastdl`, `autorestart`, `pingboost` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/cs/tarif.php b/system/sections/megp/servers/cs/tarif.php index 66a8b0b..2e8d951 100644 --- a/system/sections/megp/servers/cs/tarif.php +++ b/system/sections/megp/servers/cs/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/cs/tarif/extend.php b/system/sections/megp/servers/cs/tarif/extend.php index 93789e4..5044808 100644 --- a/system/sections/megp/servers/cs/tarif/extend.php +++ b/system/sections/megp/servers/cs/tarif/extend.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `fps`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/csgo/settings.php b/system/sections/megp/servers/csgo/settings.php index 9ba5ecd..f3ba920 100644 --- a/system/sections/megp/servers/csgo/settings.php +++ b/system/sections/megp/servers/csgo/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/csgo/settings/start.php b/system/sections/megp/servers/csgo/settings/start.php index 8beac70..5a0d2e2 100644 --- a/system/sections/megp/servers/csgo/settings/start.php +++ b/system/sections/megp/servers/csgo/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/csgo/tarif.php b/system/sections/megp/servers/csgo/tarif.php index 66a8b0b..2e8d951 100644 --- a/system/sections/megp/servers/csgo/tarif.php +++ b/system/sections/megp/servers/csgo/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/csgo/tarif/extend.php b/system/sections/megp/servers/csgo/tarif/extend.php index 4e13600..ff46759 100644 --- a/system/sections/megp/servers/csgo/tarif/extend.php +++ b/system/sections/megp/servers/csgo/tarif/extend.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `fps`, `tickrate`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/cssold/settings.php b/system/sections/megp/servers/cssold/settings.php index 9ba5ecd..f3ba920 100644 --- a/system/sections/megp/servers/cssold/settings.php +++ b/system/sections/megp/servers/cssold/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/cssold/settings/start.php b/system/sections/megp/servers/cssold/settings/start.php index 83d7024..771ccbf 100644 --- a/system/sections/megp/servers/cssold/settings/start.php +++ b/system/sections/megp/servers/cssold/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/cssold/tarif.php b/system/sections/megp/servers/cssold/tarif.php index 3c17468..2fda832 100644 --- a/system/sections/megp/servers/cssold/tarif.php +++ b/system/sections/megp/servers/cssold/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `tickrate`, `ram`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/cssold/tarif/extend.php b/system/sections/megp/servers/cssold/tarif/extend.php index b4997f3..9588d85 100644 --- a/system/sections/megp/servers/cssold/tarif/extend.php +++ b/system/sections/megp/servers/cssold/tarif/extend.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/megp/servers/list.php b/system/sections/megp/servers/list.php index d3af814..dc7d6c8 100644 --- a/system/sections/megp/servers/list.php +++ b/system/sections/megp/servers/list.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `user`="' . $user['id'] . '" ORDER BY `id` ASC'); diff --git a/system/sections/megp/servers/mc/console.php b/system/sections/megp/servers/mc/console.php index 504aea1..a841468 100644 --- a/system/sections/megp/servers/mc/console.php +++ b/system/sections/megp/servers/mc/console.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue`, `ram` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/mc/settings.php b/system/sections/megp/servers/mc/settings.php index 78effa7..01cd3f7 100644 --- a/system/sections/megp/servers/mc/settings.php +++ b/system/sections/megp/servers/mc/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/mc/settings/start.php b/system/sections/megp/servers/mc/settings/start.php index c0cf26c..5ec8e6d 100644 --- a/system/sections/megp/servers/mc/settings/start.php +++ b/system/sections/megp/servers/mc/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/mc/tarif.php b/system/sections/megp/servers/mc/tarif.php index d3c381a..eea898a 100644 --- a/system/sections/megp/servers/mc/tarif.php +++ b/system/sections/megp/servers/mc/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/mc/tarif/extend.php b/system/sections/megp/servers/mc/tarif/extend.php index d2a05eb..f008953 100644 --- a/system/sections/megp/servers/mc/tarif/extend.php +++ b/system/sections/megp/servers/mc/tarif/extend.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/mta/settings.php b/system/sections/megp/servers/mta/settings.php index 78effa7..01cd3f7 100644 --- a/system/sections/megp/servers/mta/settings.php +++ b/system/sections/megp/servers/mta/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/mta/settings/start.php b/system/sections/megp/servers/mta/settings/start.php index c4a2661..5010976 100644 --- a/system/sections/megp/servers/mta/settings/start.php +++ b/system/sections/megp/servers/mta/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/mta/tarif.php b/system/sections/megp/servers/mta/tarif.php index d3c381a..eea898a 100644 --- a/system/sections/megp/servers/mta/tarif.php +++ b/system/sections/megp/servers/mta/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/mta/tarif/extend.php b/system/sections/megp/servers/mta/tarif/extend.php index 1443394..f05d263 100644 --- a/system/sections/megp/servers/mta/tarif/extend.php +++ b/system/sections/megp/servers/mta/tarif/extend.php @@ -1,6 +1,6 @@ get('overdue'); diff --git a/system/sections/megp/servers/owners_list.php b/system/sections/megp/servers/owners_list.php index e0b3876..b966ada 100644 --- a/system/sections/megp/servers/owners_list.php +++ b/system/sections/megp/servers/owners_list.php @@ -1,6 +1,6 @@ query('SELECT `server` FROM `owners` WHERE `user`="' . $user['id'] . '" AND `time`>"' . $start_point . '" ORDER BY `id` ASC'); diff --git a/system/sections/megp/servers/samp/console.php b/system/sections/megp/servers/samp/console.php index 504aea1..a841468 100644 --- a/system/sections/megp/servers/samp/console.php +++ b/system/sections/megp/servers/samp/console.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/samp/settings.php b/system/sections/megp/servers/samp/settings.php index 78effa7..01cd3f7 100644 --- a/system/sections/megp/servers/samp/settings.php +++ b/system/sections/megp/servers/samp/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/samp/settings/start.php b/system/sections/megp/servers/samp/settings/start.php index c0cf26c..5ec8e6d 100644 --- a/system/sections/megp/servers/samp/settings/start.php +++ b/system/sections/megp/servers/samp/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/megp/servers/samp/tarif.php b/system/sections/megp/servers/samp/tarif.php index d3c381a..eea898a 100644 --- a/system/sections/megp/servers/samp/tarif.php +++ b/system/sections/megp/servers/samp/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/megp/servers/samp/tarif/extend.php b/system/sections/megp/servers/samp/tarif/extend.php index 1443394..f05d263 100644 --- a/system/sections/megp/servers/samp/tarif/extend.php +++ b/system/sections/megp/servers/samp/tarif/extend.php @@ -1,6 +1,6 @@ query('SELECT `game` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/megp/servers/settings.php b/system/sections/megp/servers/settings.php index 078f3a1..29b61df 100644 --- a/system/sections/megp/servers/settings.php +++ b/system/sections/megp/servers/settings.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/megp/servers/tarif.php b/system/sections/megp/servers/tarif.php index d06c4ca..ae219e5 100644 --- a/system/sections/megp/servers/tarif.php +++ b/system/sections/megp/servers/tarif.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `user`, `tarif`, `address`, `port`, `game`, `status`, `slots`, `slots_start`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time`, `test`, `fps`, `tickrate`, `ram`, `ram_fix` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/monitoring/all.php b/system/sections/monitoring/all.php index b947d62..829bac3 100644 --- a/system/sections/monitoring/all.php +++ b/system/sections/monitoring/all.php @@ -1,6 +1,6 @@ nav('Список новостей'); diff --git a/system/sections/news/news.php b/system/sections/news/news.php index 178dbc6..c0eef59 100644 --- a/system/sections/news/news.php +++ b/system/sections/news/news.php @@ -1,6 +1,6 @@ nav('Список новостей', $cfg['http'] . 'news'); diff --git a/system/sections/servers/action.php b/system/sections/servers/action.php index 52be347..3ddbdb1 100644 --- a/system/sections/servers/action.php +++ b/system/sections/servers/action.php @@ -1,6 +1,6 @@ query('SELECT `game`, `status` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/boost.php b/system/sections/servers/boost.php index b69b1d6..ff16550 100644 --- a/system/sections/servers/boost.php +++ b/system/sections/servers/boost.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/console.php b/system/sections/servers/console.php index 0d01483..0d20a68 100644 --- a/system/sections/servers/console.php +++ b/system/sections/servers/console.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/copy.php b/system/sections/servers/copy.php index 3eeaeac..73e9da1 100644 --- a/system/sections/servers/copy.php +++ b/system/sections/servers/copy.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `user`, `address`, `game`, `pack`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/crmp/console.php b/system/sections/servers/crmp/console.php index da9b4c4..08f3de5 100644 --- a/system/sections/servers/crmp/console.php +++ b/system/sections/servers/crmp/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/crmp/copy.php b/system/sections/servers/crmp/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/crmp/copy.php +++ b/system/sections/servers/crmp/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/crmp/index.php b/system/sections/servers/crmp/index.php index 98db8a1..58d04cb 100644 --- a/system/sections/servers/crmp/index.php +++ b/system/sections/servers/crmp/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/crmp/plugins.php b/system/sections/servers/crmp/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/crmp/plugins.php +++ b/system/sections/servers/crmp/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/crmp/rcon.php b/system/sections/servers/crmp/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/crmp/rcon.php +++ b/system/sections/servers/crmp/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/crmp/settings/server.php b/system/sections/servers/crmp/settings/server.php index d082715..77a9757 100644 --- a/system/sections/servers/crmp/settings/server.php +++ b/system/sections/servers/crmp/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/crmp/settings/start.php b/system/sections/servers/crmp/settings/start.php index 835901a..8642ec6 100644 --- a/system/sections/servers/crmp/settings/start.php +++ b/system/sections/servers/crmp/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/crmp/tarif.php b/system/sections/servers/crmp/tarif.php index d68c851..d12c986 100644 --- a/system/sections/servers/crmp/tarif.php +++ b/system/sections/servers/crmp/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/crmp/tarif/extend.php b/system/sections/servers/crmp/tarif/extend.php index 1443394..f05d263 100644 --- a/system/sections/servers/crmp/tarif/extend.php +++ b/system/sections/servers/crmp/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/cs/boost.php b/system/sections/servers/cs/boost.php index 07367da..965f2a5 100644 --- a/system/sections/servers/cs/boost.php +++ b/system/sections/servers/cs/boost.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs/copy.php b/system/sections/servers/cs/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/cs/copy.php +++ b/system/sections/servers/cs/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/cs/index.php b/system/sections/servers/cs/index.php index bb8294c..4f6bf6b 100644 --- a/system/sections/servers/cs/index.php +++ b/system/sections/servers/cs/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `fps`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs/maps.php b/system/sections/servers/cs/maps.php index 70d1e71..e440b3c 100644 --- a/system/sections/servers/cs/maps.php +++ b/system/sections/servers/cs/maps.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs/maps/delete.php b/system/sections/servers/cs/maps/delete.php index 9feeea2..9b9a1ee 100644 --- a/system/sections/servers/cs/maps/delete.php +++ b/system/sections/servers/cs/maps/delete.php @@ -1,6 +1,6 @@ nav('Установка карт'); diff --git a/system/sections/servers/cs/maps/listing.php b/system/sections/servers/cs/maps/listing.php index d07e4a6..f812c17 100644 --- a/system/sections/servers/cs/maps/listing.php +++ b/system/sections/servers/cs/maps/listing.php @@ -1,6 +1,6 @@ nav('Списки карт'); diff --git a/system/sections/servers/cs/maps/search.php b/system/sections/servers/cs/maps/search.php index 5ede4b5..e47819d 100644 --- a/system/sections/servers/cs/maps/search.php +++ b/system/sections/servers/cs/maps/search.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs/rcon.php b/system/sections/servers/cs/rcon.php index 102da84..adbdabf 100644 --- a/system/sections/servers/cs/rcon.php +++ b/system/sections/servers/cs/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs/settings/admins.php b/system/sections/servers/cs/settings/admins.php index 2f05fca..b13838b 100644 --- a/system/sections/servers/cs/settings/admins.php +++ b/system/sections/servers/cs/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/servers/cs/settings/amxlogs.php b/system/sections/servers/cs/settings/amxlogs.php index 9686cb7..2cefa23 100644 --- a/system/sections/servers/cs/settings/amxlogs.php +++ b/system/sections/servers/cs/settings/amxlogs.php @@ -1,6 +1,6 @@ nav('Логи AMX'); diff --git a/system/sections/servers/cs/settings/antiddos.php b/system/sections/servers/cs/settings/antiddos.php index ad4e19d..eea7251 100644 --- a/system/sections/servers/cs/settings/antiddos.php +++ b/system/sections/servers/cs/settings/antiddos.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/servers/cs/settings/debug.php b/system/sections/servers/cs/settings/debug.php index 1610ab1..2677cc0 100644 --- a/system/sections/servers/cs/settings/debug.php +++ b/system/sections/servers/cs/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/servers/cs/settings/logs.php b/system/sections/servers/cs/settings/logs.php index 60eb762..4626ea7 100644 --- a/system/sections/servers/cs/settings/logs.php +++ b/system/sections/servers/cs/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/servers/cs/settings/privileges.php b/system/sections/servers/cs/settings/privileges.php index 883a201..21b14b1 100644 --- a/system/sections/servers/cs/settings/privileges.php +++ b/system/sections/servers/cs/settings/privileges.php @@ -1,6 +1,6 @@ query('SELECT `active` FROM `privileges` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/cs/settings/server.php b/system/sections/servers/cs/settings/server.php index a2e7580..4586e4e 100644 --- a/system/sections/servers/cs/settings/server.php +++ b/system/sections/servers/cs/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/cs/settings/start.php b/system/sections/servers/cs/settings/start.php index bd603d5..a485568 100644 --- a/system/sections/servers/cs/settings/start.php +++ b/system/sections/servers/cs/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fps`, `fastdl`, `autorestart`, `pingboost` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs/settings/top.php b/system/sections/servers/cs/settings/top.php index 799517a..5e8e6ff 100644 --- a/system/sections/servers/cs/settings/top.php +++ b/system/sections/servers/cs/settings/top.php @@ -1,6 +1,6 @@ query('SELECT `address`, `passwd` FROM `units` WHERE `id`="' . $server['unit'] . '" LIMIT 1'); $unit = $sql->get(); diff --git a/system/sections/servers/cs/tarif.php b/system/sections/servers/cs/tarif.php index 50723f8..25de8a4 100644 --- a/system/sections/servers/cs/tarif.php +++ b/system/sections/servers/cs/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/cs/tarif/extend.php b/system/sections/servers/cs/tarif/extend.php index 93789e4..5044808 100644 --- a/system/sections/servers/cs/tarif/extend.php +++ b/system/sections/servers/cs/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/cs2/console.php b/system/sections/servers/cs2/console.php index 89e5253..47bae62 100644 --- a/system/sections/servers/cs2/console.php +++ b/system/sections/servers/cs2/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs2/copy.php b/system/sections/servers/cs2/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/cs2/copy.php +++ b/system/sections/servers/cs2/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/cs2/index.php b/system/sections/servers/cs2/index.php index 5a675ed..544e9b6 100644 --- a/system/sections/servers/cs2/index.php +++ b/system/sections/servers/cs2/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `tickrate`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs2/maps.php b/system/sections/servers/cs2/maps.php index c4ccde1..51d28f8 100644 --- a/system/sections/servers/cs2/maps.php +++ b/system/sections/servers/cs2/maps.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs2/maps/delete.php b/system/sections/servers/cs2/maps/delete.php index 4d86f82..b92f43e 100644 --- a/system/sections/servers/cs2/maps/delete.php +++ b/system/sections/servers/cs2/maps/delete.php @@ -1,6 +1,6 @@ nav('Установка карт'); diff --git a/system/sections/servers/cs2/maps/listing.php b/system/sections/servers/cs2/maps/listing.php index 055456a..47283d9 100644 --- a/system/sections/servers/cs2/maps/listing.php +++ b/system/sections/servers/cs2/maps/listing.php @@ -1,6 +1,6 @@ nav('Списки карт'); diff --git a/system/sections/servers/cs2/maps/search.php b/system/sections/servers/cs2/maps/search.php index 6533e1e..535096f 100644 --- a/system/sections/servers/cs2/maps/search.php +++ b/system/sections/servers/cs2/maps/search.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/cs2/plugins.php b/system/sections/servers/cs2/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/cs2/plugins.php +++ b/system/sections/servers/cs2/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs2/rcon.php b/system/sections/servers/cs2/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/cs2/rcon.php +++ b/system/sections/servers/cs2/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs2/settings/admins.php b/system/sections/servers/cs2/settings/admins.php index e0993b3..16a3d19 100644 --- a/system/sections/servers/cs2/settings/admins.php +++ b/system/sections/servers/cs2/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/servers/cs2/settings/bans.php b/system/sections/servers/cs2/settings/bans.php index 2ffdd42..7171c2f 100644 --- a/system/sections/servers/cs2/settings/bans.php +++ b/system/sections/servers/cs2/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/servers/cs2/settings/debug.php b/system/sections/servers/cs2/settings/debug.php index 1610ab1..2677cc0 100644 --- a/system/sections/servers/cs2/settings/debug.php +++ b/system/sections/servers/cs2/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/servers/cs2/settings/logs.php b/system/sections/servers/cs2/settings/logs.php index 1935247..05a1ea3 100644 --- a/system/sections/servers/cs2/settings/logs.php +++ b/system/sections/servers/cs2/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/servers/cs2/settings/server.php b/system/sections/servers/cs2/settings/server.php index 30b467f..1fc3286 100644 --- a/system/sections/servers/cs2/settings/server.php +++ b/system/sections/servers/cs2/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/cs2/settings/smlogs.php b/system/sections/servers/cs2/settings/smlogs.php index cc4c8ef..bab13c9 100644 --- a/system/sections/servers/cs2/settings/smlogs.php +++ b/system/sections/servers/cs2/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/servers/cs2/settings/start.php b/system/sections/servers/cs2/settings/start.php index 4cfb45e..ed4671e 100644 --- a/system/sections/servers/cs2/settings/start.php +++ b/system/sections/servers/cs2/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate`, `pingboost` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cs2/tarif.php b/system/sections/servers/cs2/tarif.php index edf8b85..2b7e8c8 100644 --- a/system/sections/servers/cs2/tarif.php +++ b/system/sections/servers/cs2/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `tickrate`, `ram`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/cs2/tarif/extend.php b/system/sections/servers/cs2/tarif/extend.php index 4e13600..ff46759 100644 --- a/system/sections/servers/cs2/tarif/extend.php +++ b/system/sections/servers/cs2/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/csgo/console.php b/system/sections/servers/csgo/console.php index 6a2daed..4c3c764 100644 --- a/system/sections/servers/csgo/console.php +++ b/system/sections/servers/csgo/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/csgo/copy.php b/system/sections/servers/csgo/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/csgo/copy.php +++ b/system/sections/servers/csgo/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/csgo/index.php b/system/sections/servers/csgo/index.php index 5a675ed..544e9b6 100644 --- a/system/sections/servers/csgo/index.php +++ b/system/sections/servers/csgo/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `tickrate`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/csgo/maps.php b/system/sections/servers/csgo/maps.php index 84a8276..9959162 100644 --- a/system/sections/servers/csgo/maps.php +++ b/system/sections/servers/csgo/maps.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/csgo/maps/delete.php b/system/sections/servers/csgo/maps/delete.php index be0613e..4400b01 100644 --- a/system/sections/servers/csgo/maps/delete.php +++ b/system/sections/servers/csgo/maps/delete.php @@ -1,6 +1,6 @@ nav('Установка карт'); diff --git a/system/sections/servers/csgo/maps/listing.php b/system/sections/servers/csgo/maps/listing.php index 7b5e124..a775514 100644 --- a/system/sections/servers/csgo/maps/listing.php +++ b/system/sections/servers/csgo/maps/listing.php @@ -1,6 +1,6 @@ nav('Списки карт'); diff --git a/system/sections/servers/csgo/maps/search.php b/system/sections/servers/csgo/maps/search.php index 5ede4b5..e47819d 100644 --- a/system/sections/servers/csgo/maps/search.php +++ b/system/sections/servers/csgo/maps/search.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/csgo/plugins.php b/system/sections/servers/csgo/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/csgo/plugins.php +++ b/system/sections/servers/csgo/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/csgo/rcon.php b/system/sections/servers/csgo/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/csgo/rcon.php +++ b/system/sections/servers/csgo/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/csgo/settings/admins.php b/system/sections/servers/csgo/settings/admins.php index 6759274..68ba12a 100644 --- a/system/sections/servers/csgo/settings/admins.php +++ b/system/sections/servers/csgo/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/servers/csgo/settings/bans.php b/system/sections/servers/csgo/settings/bans.php index bc162fd..a3ffa02 100644 --- a/system/sections/servers/csgo/settings/bans.php +++ b/system/sections/servers/csgo/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/servers/csgo/settings/debug.php b/system/sections/servers/csgo/settings/debug.php index 1610ab1..2677cc0 100644 --- a/system/sections/servers/csgo/settings/debug.php +++ b/system/sections/servers/csgo/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/servers/csgo/settings/logs.php b/system/sections/servers/csgo/settings/logs.php index 513db79..f6a0e13 100644 --- a/system/sections/servers/csgo/settings/logs.php +++ b/system/sections/servers/csgo/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/servers/csgo/settings/server.php b/system/sections/servers/csgo/settings/server.php index e6a9df3..c41b952 100644 --- a/system/sections/servers/csgo/settings/server.php +++ b/system/sections/servers/csgo/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/csgo/settings/smlogs.php b/system/sections/servers/csgo/settings/smlogs.php index 3576bf0..81c8803 100644 --- a/system/sections/servers/csgo/settings/smlogs.php +++ b/system/sections/servers/csgo/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/servers/csgo/settings/start.php b/system/sections/servers/csgo/settings/start.php index 75d9419..b182f17 100644 --- a/system/sections/servers/csgo/settings/start.php +++ b/system/sections/servers/csgo/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate`, `pingboost` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/csgo/tarif.php b/system/sections/servers/csgo/tarif.php index edf8b85..2b7e8c8 100644 --- a/system/sections/servers/csgo/tarif.php +++ b/system/sections/servers/csgo/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `tickrate`, `ram`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/csgo/tarif/extend.php b/system/sections/servers/csgo/tarif/extend.php index 4e13600..ff46759 100644 --- a/system/sections/servers/csgo/tarif/extend.php +++ b/system/sections/servers/csgo/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/css/console.php b/system/sections/servers/css/console.php index 41958ab..15343fa 100644 --- a/system/sections/servers/css/console.php +++ b/system/sections/servers/css/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/css/copy.php b/system/sections/servers/css/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/css/copy.php +++ b/system/sections/servers/css/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/css/index.php b/system/sections/servers/css/index.php index 5a675ed..544e9b6 100644 --- a/system/sections/servers/css/index.php +++ b/system/sections/servers/css/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `tickrate`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/css/maps.php b/system/sections/servers/css/maps.php index e3e2268..ac5dc8e 100644 --- a/system/sections/servers/css/maps.php +++ b/system/sections/servers/css/maps.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/css/maps/delete.php b/system/sections/servers/css/maps/delete.php index 9feeea2..9b9a1ee 100644 --- a/system/sections/servers/css/maps/delete.php +++ b/system/sections/servers/css/maps/delete.php @@ -1,6 +1,6 @@ nav('Установка карт'); diff --git a/system/sections/servers/css/maps/listing.php b/system/sections/servers/css/maps/listing.php index 5effa1c..1f09865 100644 --- a/system/sections/servers/css/maps/listing.php +++ b/system/sections/servers/css/maps/listing.php @@ -1,6 +1,6 @@ nav('Списки карт'); diff --git a/system/sections/servers/css/maps/search.php b/system/sections/servers/css/maps/search.php index 5ede4b5..e47819d 100644 --- a/system/sections/servers/css/maps/search.php +++ b/system/sections/servers/css/maps/search.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/css/plugins.php b/system/sections/servers/css/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/css/plugins.php +++ b/system/sections/servers/css/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/css/rcon.php b/system/sections/servers/css/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/css/rcon.php +++ b/system/sections/servers/css/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/css/settings/admins.php b/system/sections/servers/css/settings/admins.php index 8c01b65..5bb1c3d 100644 --- a/system/sections/servers/css/settings/admins.php +++ b/system/sections/servers/css/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/servers/css/settings/antiddos.php b/system/sections/servers/css/settings/antiddos.php index ad4e19d..eea7251 100644 --- a/system/sections/servers/css/settings/antiddos.php +++ b/system/sections/servers/css/settings/antiddos.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/servers/css/settings/debug.php b/system/sections/servers/css/settings/debug.php index 1610ab1..2677cc0 100644 --- a/system/sections/servers/css/settings/debug.php +++ b/system/sections/servers/css/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/servers/css/settings/logs.php b/system/sections/servers/css/settings/logs.php index 6b7858d..a83fde5 100644 --- a/system/sections/servers/css/settings/logs.php +++ b/system/sections/servers/css/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/servers/css/settings/server.php b/system/sections/servers/css/settings/server.php index 0046266..1d0ec2a 100644 --- a/system/sections/servers/css/settings/server.php +++ b/system/sections/servers/css/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/css/settings/smlogs.php b/system/sections/servers/css/settings/smlogs.php index 165e109..ff4ae34 100644 --- a/system/sections/servers/css/settings/smlogs.php +++ b/system/sections/servers/css/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/servers/css/settings/start.php b/system/sections/servers/css/settings/start.php index ae2a29f..1291814 100644 --- a/system/sections/servers/css/settings/start.php +++ b/system/sections/servers/css/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/css/tarif.php b/system/sections/servers/css/tarif.php index edf8b85..2b7e8c8 100644 --- a/system/sections/servers/css/tarif.php +++ b/system/sections/servers/css/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `tickrate`, `ram`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/css/tarif/extend.php b/system/sections/servers/css/tarif/extend.php index 4e13600..ff46759 100644 --- a/system/sections/servers/css/tarif/extend.php +++ b/system/sections/servers/css/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/cssold/console.php b/system/sections/servers/cssold/console.php index 41958ab..15343fa 100644 --- a/system/sections/servers/cssold/console.php +++ b/system/sections/servers/cssold/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cssold/copy.php b/system/sections/servers/cssold/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/cssold/copy.php +++ b/system/sections/servers/cssold/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/cssold/index.php b/system/sections/servers/cssold/index.php index 91022da..c2d7479 100644 --- a/system/sections/servers/cssold/index.php +++ b/system/sections/servers/cssold/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `fps`, `tickrate`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cssold/maps.php b/system/sections/servers/cssold/maps.php index e3e2268..ac5dc8e 100644 --- a/system/sections/servers/cssold/maps.php +++ b/system/sections/servers/cssold/maps.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cssold/maps/delete.php b/system/sections/servers/cssold/maps/delete.php index 9feeea2..9b9a1ee 100644 --- a/system/sections/servers/cssold/maps/delete.php +++ b/system/sections/servers/cssold/maps/delete.php @@ -1,6 +1,6 @@ nav('Установка карт'); diff --git a/system/sections/servers/cssold/maps/listing.php b/system/sections/servers/cssold/maps/listing.php index 5effa1c..1f09865 100644 --- a/system/sections/servers/cssold/maps/listing.php +++ b/system/sections/servers/cssold/maps/listing.php @@ -1,6 +1,6 @@ nav('Списки карт'); diff --git a/system/sections/servers/cssold/maps/search.php b/system/sections/servers/cssold/maps/search.php index 5ede4b5..e47819d 100644 --- a/system/sections/servers/cssold/maps/search.php +++ b/system/sections/servers/cssold/maps/search.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/cssold/plugins.php b/system/sections/servers/cssold/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/cssold/plugins.php +++ b/system/sections/servers/cssold/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cssold/rcon.php b/system/sections/servers/cssold/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/cssold/rcon.php +++ b/system/sections/servers/cssold/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cssold/settings/admins.php b/system/sections/servers/cssold/settings/admins.php index 8c01b65..5bb1c3d 100644 --- a/system/sections/servers/cssold/settings/admins.php +++ b/system/sections/servers/cssold/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/servers/cssold/settings/antiddos.php b/system/sections/servers/cssold/settings/antiddos.php index ad4e19d..eea7251 100644 --- a/system/sections/servers/cssold/settings/antiddos.php +++ b/system/sections/servers/cssold/settings/antiddos.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/servers/cssold/settings/debug.php b/system/sections/servers/cssold/settings/debug.php index 1610ab1..2677cc0 100644 --- a/system/sections/servers/cssold/settings/debug.php +++ b/system/sections/servers/cssold/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/servers/cssold/settings/logs.php b/system/sections/servers/cssold/settings/logs.php index 6b7858d..a83fde5 100644 --- a/system/sections/servers/cssold/settings/logs.php +++ b/system/sections/servers/cssold/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/servers/cssold/settings/server.php b/system/sections/servers/cssold/settings/server.php index 0046266..1d0ec2a 100644 --- a/system/sections/servers/cssold/settings/server.php +++ b/system/sections/servers/cssold/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/cssold/settings/smlogs.php b/system/sections/servers/cssold/settings/smlogs.php index 165e109..ff4ae34 100644 --- a/system/sections/servers/cssold/settings/smlogs.php +++ b/system/sections/servers/cssold/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/servers/cssold/settings/start.php b/system/sections/servers/cssold/settings/start.php index 275c4a1..10f9cda 100644 --- a/system/sections/servers/cssold/settings/start.php +++ b/system/sections/servers/cssold/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/cssold/tarif.php b/system/sections/servers/cssold/tarif.php index edf8b85..2b7e8c8 100644 --- a/system/sections/servers/cssold/tarif.php +++ b/system/sections/servers/cssold/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `tickrate`, `ram`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/cssold/tarif/extend.php b/system/sections/servers/cssold/tarif/extend.php index b4997f3..9588d85 100644 --- a/system/sections/servers/cssold/tarif/extend.php +++ b/system/sections/servers/cssold/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/filetp.php b/system/sections/servers/filetp.php index cc5ecde..84aa6a0 100644 --- a/system/sections/servers/filetp.php +++ b/system/sections/servers/filetp.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/games/copy/check.php b/system/sections/servers/games/copy/check.php index a5d4fd8..cfade3e 100644 --- a/system/sections/servers/games/copy/check.php +++ b/system/sections/servers/games/copy/check.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `copy` WHERE `server`="' . $id . '" ORDER BY `id` DESC LIMIT 3'); if ($sql->num() > 2) diff --git a/system/sections/servers/games/copy/fullcopy.php b/system/sections/servers/games/copy/fullcopy.php index 654f58e..7a88aff 100644 --- a/system/sections/servers/games/copy/fullcopy.php +++ b/system/sections/servers/games/copy/fullcopy.php @@ -1,6 +1,6 @@ query('SELECT `id` FROM `copy` WHERE `server`="' . $id . '" AND `info`="' . params::$section_copy[$server['game']]['CopyFull'] . '" LIMIT 1'); if ($sql->num()) diff --git a/system/sections/servers/games/copy/recfull.php b/system/sections/servers/games/copy/recfull.php index 60b2a7c..b02f67a 100644 --- a/system/sections/servers/games/copy/recfull.php +++ b/system/sections/servers/games/copy/recfull.php @@ -1,6 +1,6 @@ 'Выбранная копия не найдена.'), $nmch); diff --git a/system/sections/servers/games/copy/recpart.php b/system/sections/servers/games/copy/recpart.php index 672e20f..6279d97 100644 --- a/system/sections/servers/games/copy/recpart.php +++ b/system/sections/servers/games/copy/recpart.php @@ -1,6 +1,6 @@ 'Выбранная копия не найдена.'), $nmch); diff --git a/system/sections/servers/games/copy/remove.php b/system/sections/servers/games/copy/remove.php index ed65e1d..bf3cbb8 100644 --- a/system/sections/servers/games/copy/remove.php +++ b/system/sections/servers/games/copy/remove.php @@ -1,6 +1,6 @@ 'Выбранная копия не найдена.'), $nmch); diff --git a/system/sections/servers/games/owners.php b/system/sections/servers/games/owners.php index e0868cc..d188bfc 100644 --- a/system/sections/servers/games/owners.php +++ b/system/sections/servers/games/owners.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `api` WHERE `server`="' . $id . '" LIMIT 1'); if ($sql->num()) diff --git a/system/sections/servers/games/settings/crontab.php b/system/sections/servers/games/settings/crontab.php index 7209ac9..375d1f4 100644 --- a/system/sections/servers/games/settings/crontab.php +++ b/system/sections/servers/games/settings/crontab.php @@ -1,6 +1,6 @@ nav('Планировщик задач'); diff --git a/system/sections/servers/games/settings/file.php b/system/sections/servers/games/settings/file.php index a87ad59..c50664b 100644 --- a/system/sections/servers/games/settings/file.php +++ b/system/sections/servers/games/settings/file.php @@ -1,6 +1,6 @@ nav('Блокировка на оборудовании'); diff --git a/system/sections/servers/games/settings/pack.php b/system/sections/servers/games/settings/pack.php index 580f632..b3d9a49 100644 --- a/system/sections/servers/games/settings/pack.php +++ b/system/sections/servers/games/settings/pack.php @@ -1,6 +1,6 @@ query('SELECT `packs` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/games/settings/startlogs.php b/system/sections/servers/games/settings/startlogs.php index fb7622f..d76e65e 100644 --- a/system/sections/servers/games/settings/startlogs.php +++ b/system/sections/servers/games/settings/startlogs.php @@ -1,6 +1,6 @@ nav('Снимки консоли'); diff --git a/system/sections/servers/games/tarif.php b/system/sections/servers/games/tarif.php index ad00e6a..dacc6cd 100644 --- a/system/sections/servers/games/tarif.php +++ b/system/sections/servers/games/tarif.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `user`, `address`, `game`, `status`, `slots_start`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/index.php b/system/sections/servers/index.php index ed66659..886f677 100644 --- a/system/sections/servers/index.php +++ b/system/sections/servers/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/list.php b/system/sections/servers/list.php index 3fdbca7..33e8a62 100644 --- a/system/sections/servers/list.php +++ b/system/sections/servers/list.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `user`="' . $user['id'] . '" ORDER BY `id` ASC'); diff --git a/system/sections/servers/maps.php b/system/sections/servers/maps.php index f34f633..daf1c69 100644 --- a/system/sections/servers/maps.php +++ b/system/sections/servers/maps.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/mc/console.php b/system/sections/servers/mc/console.php index 3ee7d30..d6b9b2d 100644 --- a/system/sections/servers/mc/console.php +++ b/system/sections/servers/mc/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mc/copy.php b/system/sections/servers/mc/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/mc/copy.php +++ b/system/sections/servers/mc/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/mc/index.php b/system/sections/servers/mc/index.php index 690a459..927b6c5 100644 --- a/system/sections/servers/mc/index.php +++ b/system/sections/servers/mc/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue`, `ram` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mc/owners.php b/system/sections/servers/mc/owners.php index 39b957d..8c93052 100644 --- a/system/sections/servers/mc/owners.php +++ b/system/sections/servers/mc/owners.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/mc/plugins.php b/system/sections/servers/mc/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/mc/plugins.php +++ b/system/sections/servers/mc/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mc/settings.php b/system/sections/servers/mc/settings.php index 553956c..0380cee 100644 --- a/system/sections/servers/mc/settings.php +++ b/system/sections/servers/mc/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mc/settings/server.php b/system/sections/servers/mc/settings/server.php index 4f47050..31a024b 100644 --- a/system/sections/servers/mc/settings/server.php +++ b/system/sections/servers/mc/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/mc/settings/start.php b/system/sections/servers/mc/settings/start.php index 77ec73c..ce1a87b 100644 --- a/system/sections/servers/mc/settings/start.php +++ b/system/sections/servers/mc/settings/start.php @@ -1,6 +1,6 @@ nav('Параметры запуска'); diff --git a/system/sections/servers/mc/tarif.php b/system/sections/servers/mc/tarif.php index 965b11a..0d1405f 100644 --- a/system/sections/servers/mc/tarif.php +++ b/system/sections/servers/mc/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price`, `ram` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/mc/tarif/extend.php b/system/sections/servers/mc/tarif/extend.php index d2a05eb..f008953 100644 --- a/system/sections/servers/mc/tarif/extend.php +++ b/system/sections/servers/mc/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/mta/console.php b/system/sections/servers/mta/console.php index e7e1560..3a95c17 100644 --- a/system/sections/servers/mta/console.php +++ b/system/sections/servers/mta/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mta/copy.php b/system/sections/servers/mta/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/mta/copy.php +++ b/system/sections/servers/mta/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/mta/index.php b/system/sections/servers/mta/index.php index a98ddf3..43aa3d0 100644 --- a/system/sections/servers/mta/index.php +++ b/system/sections/servers/mta/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mta/owners.php b/system/sections/servers/mta/owners.php index 39b957d..8c93052 100644 --- a/system/sections/servers/mta/owners.php +++ b/system/sections/servers/mta/owners.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/mta/plugins.php b/system/sections/servers/mta/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/mta/plugins.php +++ b/system/sections/servers/mta/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mta/settings.php b/system/sections/servers/mta/settings.php index cffc014..29556fb 100644 --- a/system/sections/servers/mta/settings.php +++ b/system/sections/servers/mta/settings.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mta/settings/start.php b/system/sections/servers/mta/settings/start.php index 90d6e59..12a394e 100644 --- a/system/sections/servers/mta/settings/start.php +++ b/system/sections/servers/mta/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/mta/tarif.php b/system/sections/servers/mta/tarif.php index d68c851..d12c986 100644 --- a/system/sections/servers/mta/tarif.php +++ b/system/sections/servers/mta/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/mta/tarif/extend.php b/system/sections/servers/mta/tarif/extend.php index 1443394..f05d263 100644 --- a/system/sections/servers/mta/tarif/extend.php +++ b/system/sections/servers/mta/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/noaccess.php b/system/sections/servers/noaccess.php index 4dc9d52..4028eaa 100644 --- a/system/sections/servers/noaccess.php +++ b/system/sections/servers/noaccess.php @@ -1,6 +1,6 @@ nav('Раздел недоступен'); diff --git a/system/sections/servers/owners.php b/system/sections/servers/owners.php index b020598..dd7a0e0 100644 --- a/system/sections/servers/owners.php +++ b/system/sections/servers/owners.php @@ -1,6 +1,6 @@ query('SELECT `user`, `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/owners_list.php b/system/sections/servers/owners_list.php index 7ef11e1..d4588d6 100644 --- a/system/sections/servers/owners_list.php +++ b/system/sections/servers/owners_list.php @@ -1,6 +1,6 @@ query('SELECT `server` FROM `owners` WHERE `user`="' . $user['id'] . '" AND `time`>"' . $start_point . '" ORDER BY `id` ASC'); diff --git a/system/sections/servers/plugins.php b/system/sections/servers/plugins.php index a50849a..d368fb2 100644 --- a/system/sections/servers/plugins.php +++ b/system/sections/servers/plugins.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/rcon.php b/system/sections/servers/rcon.php index c90ef40..78f0cae 100644 --- a/system/sections/servers/rcon.php +++ b/system/sections/servers/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `user`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/rust/console.php b/system/sections/servers/rust/console.php index 89e5253..47bae62 100644 --- a/system/sections/servers/rust/console.php +++ b/system/sections/servers/rust/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/rust/copy.php b/system/sections/servers/rust/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/rust/copy.php +++ b/system/sections/servers/rust/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/rust/index.php b/system/sections/servers/rust/index.php index 5a675ed..544e9b6 100644 --- a/system/sections/servers/rust/index.php +++ b/system/sections/servers/rust/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `tickrate`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/rust/maps.php b/system/sections/servers/rust/maps.php index c4ccde1..51d28f8 100644 --- a/system/sections/servers/rust/maps.php +++ b/system/sections/servers/rust/maps.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/rust/maps/delete.php b/system/sections/servers/rust/maps/delete.php index 4d86f82..b92f43e 100644 --- a/system/sections/servers/rust/maps/delete.php +++ b/system/sections/servers/rust/maps/delete.php @@ -1,6 +1,6 @@ nav('Установка карт'); diff --git a/system/sections/servers/rust/maps/listing.php b/system/sections/servers/rust/maps/listing.php index 055456a..47283d9 100644 --- a/system/sections/servers/rust/maps/listing.php +++ b/system/sections/servers/rust/maps/listing.php @@ -1,6 +1,6 @@ nav('Списки карт'); diff --git a/system/sections/servers/rust/maps/search.php b/system/sections/servers/rust/maps/search.php index 6533e1e..535096f 100644 --- a/system/sections/servers/rust/maps/search.php +++ b/system/sections/servers/rust/maps/search.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/rust/plugins.php b/system/sections/servers/rust/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/rust/plugins.php +++ b/system/sections/servers/rust/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/rust/rcon.php b/system/sections/servers/rust/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/rust/rcon.php +++ b/system/sections/servers/rust/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack`, `ddos` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/rust/settings/admins.php b/system/sections/servers/rust/settings/admins.php index e0993b3..16a3d19 100644 --- a/system/sections/servers/rust/settings/admins.php +++ b/system/sections/servers/rust/settings/admins.php @@ -1,6 +1,6 @@ nav('Управление администраторами'); diff --git a/system/sections/servers/rust/settings/bans.php b/system/sections/servers/rust/settings/bans.php index 2ffdd42..7171c2f 100644 --- a/system/sections/servers/rust/settings/bans.php +++ b/system/sections/servers/rust/settings/bans.php @@ -1,6 +1,6 @@ nav('Бан листы'); diff --git a/system/sections/servers/rust/settings/debug.php b/system/sections/servers/rust/settings/debug.php index 1610ab1..2677cc0 100644 --- a/system/sections/servers/rust/settings/debug.php +++ b/system/sections/servers/rust/settings/debug.php @@ -1,6 +1,6 @@ nav('Отладочный лог'); diff --git a/system/sections/servers/rust/settings/logs.php b/system/sections/servers/rust/settings/logs.php index 1935247..05a1ea3 100644 --- a/system/sections/servers/rust/settings/logs.php +++ b/system/sections/servers/rust/settings/logs.php @@ -1,6 +1,6 @@ nav('Логи'); diff --git a/system/sections/servers/rust/settings/server.php b/system/sections/servers/rust/settings/server.php index 30b467f..1fc3286 100644 --- a/system/sections/servers/rust/settings/server.php +++ b/system/sections/servers/rust/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/rust/settings/smlogs.php b/system/sections/servers/rust/settings/smlogs.php index cc4c8ef..bab13c9 100644 --- a/system/sections/servers/rust/settings/smlogs.php +++ b/system/sections/servers/rust/settings/smlogs.php @@ -1,6 +1,6 @@ nav('Логи SourceMod'); diff --git a/system/sections/servers/rust/settings/start.php b/system/sections/servers/rust/settings/start.php index 4cfb45e..ed4671e 100644 --- a/system/sections/servers/rust/settings/start.php +++ b/system/sections/servers/rust/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `map_start`, `vac`, `fastdl`, `autorestart`, `fps`, `tickrate`, `pingboost` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/rust/tarif.php b/system/sections/servers/rust/tarif.php index edf8b85..2b7e8c8 100644 --- a/system/sections/servers/rust/tarif.php +++ b/system/sections/servers/rust/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `fps`, `tickrate`, `ram`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/rust/tarif/extend.php b/system/sections/servers/rust/tarif/extend.php index 4e13600..ff46759 100644 --- a/system/sections/servers/rust/tarif/extend.php +++ b/system/sections/servers/rust/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/samp/console.php b/system/sections/servers/samp/console.php index da9b4c4..08f3de5 100644 --- a/system/sections/servers/samp/console.php +++ b/system/sections/servers/samp/console.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `time_start` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/samp/copy.php b/system/sections/servers/samp/copy.php index 928d192..97a5a99 100644 --- a/system/sections/servers/samp/copy.php +++ b/system/sections/servers/samp/copy.php @@ -1,6 +1,6 @@ query('SELECT `key` FROM `graph` WHERE `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/servers/samp/index.php b/system/sections/servers/samp/index.php index a98ddf3..43aa3d0 100644 --- a/system/sections/servers/samp/index.php +++ b/system/sections/servers/samp/index.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `slots_start`, `online`, `players`, `name`, `pack`, `map`, `time`, `date`, `overdue` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/samp/owners.php b/system/sections/servers/samp/owners.php index 39b957d..8c93052 100644 --- a/system/sections/servers/samp/owners.php +++ b/system/sections/servers/samp/owners.php @@ -1,6 +1,6 @@ 'Включение', diff --git a/system/sections/servers/samp/plugins.php b/system/sections/servers/samp/plugins.php index ac3fa9a..b33fd4e 100644 --- a/system/sections/servers/samp/plugins.php +++ b/system/sections/servers/samp/plugins.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/samp/rcon.php b/system/sections/servers/samp/rcon.php index 0a6b8f3..1a79680 100644 --- a/system/sections/servers/samp/rcon.php +++ b/system/sections/servers/samp/rcon.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `pack` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/samp/settings/server.php b/system/sections/servers/samp/settings/server.php index d082715..77a9757 100644 --- a/system/sections/servers/samp/settings/server.php +++ b/system/sections/servers/samp/settings/server.php @@ -1,6 +1,6 @@ nav('Параметры server.cfg'); diff --git a/system/sections/servers/samp/settings/start.php b/system/sections/servers/samp/settings/start.php index 835901a..8642ec6 100644 --- a/system/sections/servers/samp/settings/start.php +++ b/system/sections/servers/samp/settings/start.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `slots`, `slots_start`, `autorestart` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = array_merge($server, $sql->get()); diff --git a/system/sections/servers/samp/tarif.php b/system/sections/servers/samp/tarif.php index d68c851..d12c986 100644 --- a/system/sections/servers/samp/tarif.php +++ b/system/sections/servers/samp/tarif.php @@ -1,6 +1,6 @@ query('SELECT `name`, `slots_min`, `slots_max`, `install`, `timext`, `discount`, `price` FROM `tarifs` WHERE `id`="' . $server['tarif'] . '" LIMIT 1'); $tarif = $sql->get(); diff --git a/system/sections/servers/samp/tarif/extend.php b/system/sections/servers/samp/tarif/extend.php index 1443394..f05d263 100644 --- a/system/sections/servers/samp/tarif/extend.php +++ b/system/sections/servers/samp/tarif/extend.php @@ -1,6 +1,6 @@ nav($server['address'], $cfg['http'] . 'servers/id/' . $id); diff --git a/system/sections/servers/scan.php b/system/sections/servers/scan.php index d9a5aca..3a3a1f9 100644 --- a/system/sections/servers/scan.php +++ b/system/sections/servers/scan.php @@ -1,6 +1,6 @@ query('SELECT `game` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/settings.php b/system/sections/servers/settings.php index 078f3a1..29b61df 100644 --- a/system/sections/servers/settings.php +++ b/system/sections/servers/settings.php @@ -1,6 +1,6 @@ query('SELECT `unit`, `address`, `game`, `status`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/tarif.php b/system/sections/servers/tarif.php index 61c1ef8..35998d6 100644 --- a/system/sections/servers/tarif.php +++ b/system/sections/servers/tarif.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `user`, `tarif`, `address`, `port`, `game`, `status`, `slots`, `slots_start`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time`, `test`, `fps`, `tickrate`, `ram`, `ram_fix` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/servers/web.php b/system/sections/servers/web.php index 58ab172..6214535 100644 --- a/system/sections/servers/web.php +++ b/system/sections/servers/web.php @@ -1,6 +1,6 @@ query('SELECT `uid`, `unit`, `tarif`, `user`, `address`, `game`, `status`, `name`, `slots_start`, `plugins_use`, `ftp_use`, `console_use`, `stats_use`, `copy_use`, `web_use`, `time` FROM `servers` WHERE `id`="' . $id . '" LIMIT 1'); $server = $sql->get(); diff --git a/system/sections/services/control.php b/system/sections/services/control.php index 6df039d..b40ef2a 100644 --- a/system/sections/services/control.php +++ b/system/sections/services/control.php @@ -1,6 +1,6 @@ query('SELECT `mail`, `new_mail`, `confirm_mail`, `wmr`, `phone`, `confirm_phone`, `contacts` FROM `users` WHERE `id`="' . $user['id'] . '" LIMIT 1'); $user = array_merge($user, $sql->get()); diff --git a/system/sections/user/lk/auth.php b/system/sections/user/lk/auth.php index 1510d6b..ed8ff98 100644 --- a/system/sections/user/lk/auth.php +++ b/system/sections/user/lk/auth.php @@ -1,6 +1,6 @@ query('SELECT `name`, `lastname`, `patronymic`, `mail`, `wmr`, `phone`, `contacts`, `date`, `part_money`, `rental`, `extend` FROM `users` WHERE `id`="' . $user['id'] . '" LIMIT 1'); $user = array_merge($user, $sql->get()); diff --git a/system/sections/user/lk/logs.php b/system/sections/user/lk/logs.php index ce1819c..1df4ddb 100644 --- a/system/sections/user/lk/logs.php +++ b/system/sections/user/lk/logs.php @@ -1,6 +1,6 @@ query('SELECT `text`, `date` FROM `logs` WHERE `user`="' . $user['id'] . '" ORDER BY `id` DESC LIMIT 40'); diff --git a/system/sections/user/lk/security.php b/system/sections/user/lk/security.php index 5167259..dd7f190 100644 --- a/system/sections/user/lk/security.php +++ b/system/sections/user/lk/security.php @@ -1,6 +1,6 @@ query('SELECT `security_ip`, `security_code` FROM `users` WHERE `id`="' . $user['id'] . '" LIMIT 1'); $user = array_merge($user, $sql->get()); diff --git a/system/sections/user/lk/settings.php b/system/sections/user/lk/settings.php index ca1b68e..e9cf08e 100644 --- a/system/sections/user/lk/settings.php +++ b/system/sections/user/lk/settings.php @@ -1,6 +1,6 @@ query('SELECT `notice_news`, `notice_help` FROM `users` WHERE `id`="' . $user['id'] . '" LIMIT 1'); $user = array_merge($user, $sql->get()); diff --git a/system/sections/user/quit.php b/system/sections/user/quit.php index 8ec52f8..94f199a 100644 --- a/system/sections/user/quit.php +++ b/system/sections/user/quit.php @@ -1,6 +1,6 @@ query('SELECT `domain`, `passwd`, `config`, `date` FROM `web` WHERE `type`="' . $url['subsection'] . '" AND `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/web/aes/free/update.php b/system/sections/web/aes/free/update.php index 8399ba6..07b21ab 100644 --- a/system/sections/web/aes/free/update.php +++ b/system/sections/web/aes/free/update.php @@ -1,6 +1,6 @@ query('SELECT `domain`, `passwd`, `config`, `date` FROM `web` WHERE `type`="' . $url['subsection'] . '" AND `server`="' . $id . '" LIMIT 1'); diff --git a/system/sections/web/csstats/free/update.php b/system/sections/web/csstats/free/update.php index 8399ba6..07b21ab 100644 --- a/system/sections/web/csstats/free/update.php +++ b/system/sections/web/csstats/free/update.php @@ -1,6 +1,6 @@ nav('Категории вопросов', $cfg['http'] . 'wiki'); diff --git a/system/sections/wiki/index.php b/system/sections/wiki/index.php index 93a7b2f..b100879 100644 --- a/system/sections/wiki/index.php +++ b/system/sections/wiki/index.php @@ -1,6 +1,6 @@ nav('Категории вопросов'); diff --git a/system/sections/wiki/msearch.php b/system/sections/wiki/msearch.php index 9f3fdb0..87ab27c 100644 --- a/system/sections/wiki/msearch.php +++ b/system/sections/wiki/msearch.php @@ -1,6 +1,6 @@ nav('Категории вопросов', $cfg['http'] . 'wiki'); $html->nav('Часто задаваемые вопросы'); diff --git a/system/sections/wiki/search.php b/system/sections/wiki/search.php index 425533d..5c42029 100644 --- a/system/sections/wiki/search.php +++ b/system/sections/wiki/search.php @@ -1,6 +1,6 @@