Cookie and cURL - 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) Sat, 20 Apr 2024 13:38:33 +0300 Может реферала? curl_setopt($ch, CURLOPT_REFERER, &#039;http://referer&#039;); https://visavi.net/topics/39475/651520 Cookie and cURL orel Fri, 15 Nov 2013 21:27:57 +0400 Сообщения https://visavi.net/topics/39475/651520 можно ли HOST подменить? https://visavi.net/topics/39475/651519 Cookie and cURL Влад Fri, 15 Nov 2013 21:19:15 +0400 Сообщения https://visavi.net/topics/39475/651519 2. <strong>Орёл</strong>, помогло https://visavi.net/topics/39475/651514 Cookie and cURL Влад Fri, 15 Nov 2013 20:39:13 +0400 Сообщения https://visavi.net/topics/39475/651514 1. <strong>danan</strong>, Первое, указать полный путь к cookie.txt, к примеру /home/user/public_html/cookie.txt, ну и права на дирикторию https://visavi.net/topics/39475/651511 Cookie and cURL orel Fri, 15 Nov 2013 20:31:03 +0400 Сообщения https://visavi.net/topics/39475/651511 Пишу бота для игры и столкнулся с проблемкой, не записываются Cookie. Где ошибка?<br> &lt;?php<br> <br> $post_data = array (<br> &quot;user_name&quot; =&gt; &quot;rgzrgz&quot;,<br> &quot;user_password&quot; =&gt; &quot;qwerty&quot;,<br> &quot;submit&quot; =&gt; &quot;commit&quot;<br> );<br> <br> <br> $ch = curl_init();<br> curl_setopt($ch, CURLOPT_URL, &#039;http://wekings.ru/visitor/process_login&#039;);<br> curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);<br> curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);<br> curl_setopt($ch, CURLOPT_HEADER, true);<br> curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);<br> curl_setopt($ch, CURLOPT_COOKIEJAR, &quot;cookie.txt&quot;);<br> curl_setopt($ch, CURLOPT_COOKIEFILE, &quot;cookie.txt&quot;);<br> curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);<br> $data = curl_exec($ch);<br> <br> curl_close($ch);<br> <br> header(&#039;Location: /battle.php&#039;)<br> ?&gt; https://visavi.net/topics/39475/651507 Cookie and cURL Влад Fri, 15 Nov 2013 20:23:49 +0400 Сообщения https://visavi.net/topics/39475/651507