#!/usr/local/bin/php <?php date_default_timezone_set('Europe/Minsk'); ob_implicit_flush(false); set_time_limit(30); $body=addslashes($argv[1]); $ch=curl_init(); curl_setopt($ch, CURLOPT_MAXREDIRS, 10); curl_setopt($ch, CURLOPT_URL, "http://192.168.0.1/index.php"); curl_setopt($ch, CURLOPT...