V
@admin, помогите, пожалуйста, с проблемой. Не выполняется CRON. Пробовал как через WGET, так и через PHP
WGET: При выполнении команды wget -O /dev/null --user-agent="antiddos" https://my-site.ru/api-cf/cron/run.php?action=clearcount
В config.php указано: $config['user_agent']='antiddos';
Также пробовал: /usr/bin/wget --user-agent="antiddos" "https://my-site.ru/api-cf/cron/run.php?action=clearcount" и еще несколько разных вариаций с wget & curl
WGET: При выполнении команды wget -O /dev/null --user-agent="antiddos" https://my-site.ru/api-cf/cron/run.php?action=clearcount
--2023-08-19 00:16:55-- https://my-site.ru/api-cf/cron/run.php?action=clearcount
Resolving my-site.ru (my-site.ru)... 188.114.97.3, 188.114.96.3
Connecting to my-site.ru (my-site.ru)|188.114.97.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/null’
/dev/null [ <=> ] 0 --.-KB/s in 0s
2023-08-19 00:16:55 (0.00 B/s) - ‘/dev/null’ saved [0]
Resolving my-site.ru (my-site.ru)... 188.114.97.3, 188.114.96.3
Connecting to my-site.ru (my-site.ru)|188.114.97.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/null’
/dev/null [ <=> ] 0 --.-KB/s in 0s
2023-08-19 00:16:55 (0.00 B/s) - ‘/dev/null’ saved [0]
В config.php указано: $config['user_agent']='antiddos';
Также пробовал: /usr/bin/wget --user-agent="antiddos" "https://my-site.ru/api-cf/cron/run.php?action=clearcount" и еще несколько разных вариаций с wget & curl
/usr/bin/php ~/web/my-site.ru/public_html/api-cf/cron/run.php clearban
PHP Notice: Undefined index: banlist in /home/username/web/my-site/public_html/api-cf/Admin.class.php on line 167
clearcount команда обрабатывается без какого-либо вывода
PHP Notice: Undefined index: banlist in /home/username/web/my-site/public_html/api-cf/Admin.class.php on line 167
clearcount команда обрабатывается без какого-либо вывода