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)
Wed, 25 Dec 2024 16:33:40 +0300
-
Может реферала? curl_setopt($ch, CURLOPT_REFERER, 'http://referer');
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>
<?php<br>
<br>
$post_data = array (<br>
"user_name" => "rgzrgz",<br>
"user_password" => "qwerty",<br>
"submit" => "commit"<br>
);<br>
<br>
<br>
$ch = curl_init();<br>
curl_setopt($ch, CURLOPT_URL, 'http://wekings.ru/visitor/process_login');<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, "cookie.txt");<br>
curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt");<br>
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);<br>
$data = curl_exec($ch);<br>
<br>
curl_close($ch);<br>
<br>
header('Location: /battle.php')<br>
?>
https://visavi.net/topics/39475/651507
Cookie and cURL
Влад
Fri, 15 Nov 2013 20:23:49 +0400
Сообщения
https://visavi.net/topics/39475/651507