помогите запустить скрипт на Cron - Visavi.net https://visavi.net/ RSS - Visavi.net https://visavi.net/assets/img/images/logo_small.png RSS - Visavi.net https://visavi.net/ [email protected] (admin) [email protected] (admin) Sun, 12 Jan 2025 15:49:20 +0300 спс, один человек уже помог, тема закрыта https://visavi.net/topics/5703/115329 помогите запустить скрипт на Cron Иван Алексеевич Thu, 04 Feb 2010 02:23:00 +0300 Сообщения https://visavi.net/topics/5703/115329 <pre class="prettyprint"> &lt;?php set_time_limit(0); Error_Reporting(E_ALL &amp; ~E_NOTICE); $mail = &#039;qweqwe&#64;mail.ru&#039;; //e-mail или логин от контакта $pass = &#039;qweqwe&#039;; //пароль от контакта function grabb($str, $start, $end) { $start = strpos($str, $start) + strlen($start); $end = strpos($str, $end, $start); $result = substr($str, $start, $end - $start); flush(); return $result; } $res = connect(&quot;http&#58;//login.vk.com/?act=login&amp;email=$mail&amp;pass=$pass&amp;vk=&quot;); $sid = grabb($res, &quot;id=&#039;s&#039; value=&#039;&quot;, &quot;&#039;&quot;); $res = connect(&quot;http&#58;//vkontakte.ru/login.php?op=slogin&amp;redirect=1&amp;s=$sid&quot;); $cookie = &#039;remixchk=5; remixsid=&#039;.grabb($res, &#039;remixsid=&#039;, &#039;;&#039;); function connect($link, $cookie=null){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$link); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); curl_setopt($ch, CURLOPT_TIMEOUT, 0); curl_setopt($ch, CURLOPT_GET, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_COOKIE, $cookie); $otvet = curl_exec($ch); curl_close($ch); return $otvet; } connect (&#039;http&#58;//vkontakte.ru/profile.php&#039;, $cookie); ?&gt;</pre> куда код вставить? https://visavi.net/topics/5703/115308 помогите запустить скрипт на Cron Иван Алексеевич Thu, 04 Feb 2010 01:06:20 +0300 Сообщения https://visavi.net/topics/5703/115308