<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php">
    <title>gmane.comp.web.curl.php</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3785"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3784"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3769"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.php/3767"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3786">
    <title>How to post base64 variable like file ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3786</link>
    <description>&lt;pre&gt;


 //I get pictures from database in base64 format: 

 $ready_img = 'data:image/jpg;base64,' . $val["image"];

//Then I try to post it to server:

//multipart
$postdata = array(
"data[title]=' . $obj['sp_header'] . ",
"data[category_id]=' . '1147' . ",
"image[1]=' . $ready_img . ";type=image/jpeg;filename=test.jpg ");


$cmd_line = ("h:/curl/bin/curl.exe " . implode(" ", $proxy_data) . " " . implode(" ", $start_data) . " " . implode(" ", $headers_data) . " -F " . implode(" -F ", $postdata) . " " . implode(" ", $cookie_data) . " " .$url_data);

//execute curl 
$out = shell_exec($cmd_line);

//But this variant don't work ... 
//Please help me 

// P.S. save image to file and then post it to server in this case can not be

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
&lt;/pre&gt;</description>
    <dc:creator>Роман Ковальский</dc:creator>
    <dc:date>2012-05-13T14:46:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3785">
    <title>Re: libcurl multi same domain patch for thread safety somewhere near 7.20.x release</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3785</link>
    <description>&lt;pre&gt;

...


It really isn't easy to tell as I don't recall the specifics of those problems 
anymore. If you really need to know I can only suggest that you install local 
libcurl versions and run tests against them.

&lt;/pre&gt;</description>
    <dc:creator>Daniel Stenberg</dc:creator>
    <dc:date>2012-05-08T06:56:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3784">
    <title>libcurl multi same domain patch for thread safety somewhere near  7.20.x release</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3784</link>
    <description>&lt;pre&gt;I think I am facing this issue on a GoDaddy site
(I know, the client picked):
http://curl.haxx.se/mail/lib-2009-04/0028.html

This makes me think it was fixed in 7.20.x
https://bugs.php.net/bug.php?id=47773

I see entries about thread safety in both 7.20.0 and 7.20.1:
7.20.0
multi interface with OpenSSL read already freed memory when closing down

7.20.1
threaded resolver double free when closing curl handle

Does anybody know which of those matches my issue here:
https://bugs.php.net/bug.php?id=61947
(There is a backtrace fo the libcurl part.  Mostly luck, honestly)

I certainly appreciate any help here, especially because I'm pretty
sure it's going to come from an incredibly busy expert at libcurl...

Knowing GoDaddy, if they'll upgrade at all, they'll decide 7.20.0 is
"far enough" and, with my luck, I need 7.20.1 or something...

&lt;/pre&gt;</description>
    <dc:creator>Richard Lynch</dc:creator>
    <dc:date>2012-05-07T16:56:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3783">
    <title>FOLLOWLOCATION as true doesn't seem to work</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3783</link>
    <description>&lt;pre&gt;PHP curl users,

I can't figure out why I can't get the html source code of:

http://corpusdelespanol.org/x2.asp

even though I can get the source code of:

http://corpusdelespanol.org/x.asp
http://corpusdelespanol.org/x1.asp
http://corpusdelespanol.org/x3.asp
http://corpusdelespanol.org/x4.asp

My PHP script starts at x.asp and gets a cookie and then passes
sequentially through the webpages. For some reason I can't get the
source code of x2.asp. Instead, I get the source of blank.asp. When I
use a browser (whether, Firefox, Chrome, Opera) I can see the source
code of x2.asp accurately, but curl doesn't give it to me. Instead it
gives me the source code of blank.asp, even though I have
FOLLOWLOCATION as true. I'm at a loss. One idea: x2.asp as some style
tag definitions above the opening &amp;lt;html&amp;gt; tag while the other pages
don't; the others start with the opening &amp;lt;html&amp;gt; tag and then define
styles. Could that throw off curl? Are browsers able to correct this
while curl is not? Here's my PHP script:

start of scr&lt;/pre&gt;</description>
    <dc:creator>Earl Brown</dc:creator>
    <dc:date>2012-05-07T06:24:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3782">
    <title>Re: COOKIEFILE COOKIEJAR empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3782</link>
    <description>&lt;pre&gt;Heh. Anyway, glad to see that it's now resolved.

With regards,
Liu Shan Shui
http://lx.sg/
"Life would be much easier if I had the source code." - Anonymous


On Tue, May 1, 2012 at 10:42 AM, Richard Lynch &amp;lt;ceo&amp;lt; at &amp;gt;l-i-e.com&amp;gt; wrote:

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
&lt;/pre&gt;</description>
    <dc:creator>Shanshui Liu</dc:creator>
    <dc:date>2012-05-01T04:46:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3781">
    <title>Re: COOKIEFILE COOKIEJAR empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3781</link>
    <description>&lt;pre&gt;Nothing so complex...

I'm embarrassed to report that I somehow managed to delete the
COOKIEJAR line...

Not one of my better days.

On Mon, April 30, 2012 11:15 am, Shanshui Liu wrote:


&lt;/pre&gt;</description>
    <dc:creator>Richard Lynch</dc:creator>
    <dc:date>2012-05-01T02:42:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3780">
    <title>Re: COOKIEFILE COOKIEJAR empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3780</link>
    <description>&lt;pre&gt;Maybe the cookies are not set by HTTP headers at all (e.g. via JavaScript).
Have you looked through the headers to see whether "Set-Cookie:" does
exist? Also, modified versions of PHP (e.g. Suhosin) might prevent scripts
from writing to files not owned by the same user as the web server / PHP
CGI process, so you may want to try running a chown (change owner) on the
cookie file? (I'm not familiar with server adminstration stuff though.)

With regards,
Liu Shan Shui
http://lx.sg/
"Life would be much easier if I had the source code." - Anonymous


On Mon, Apr 30, 2012 at 10:12 PM, Richard Lynch &amp;lt;ceo&amp;lt; at &amp;gt;l-i-e.com&amp;gt; wrote:

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
&lt;/pre&gt;</description>
    <dc:creator>Shanshui Liu</dc:creator>
    <dc:date>2012-04-30T16:15:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3779">
    <title>COOKIEFILE COOKIEJAR empty</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3779</link>
    <description>&lt;pre&gt;I'm having trouble with CURLOPT_COOKIEFILE and CURLOPT_COOKIEJAR in PHP.

I have tried ./cookies.txt and /full/path/to/cookies.txt

I have them at 777 in sheer desperation.

Are there any checks in libcurl for keeping me from shooting myself in
the foot with owner/group/permission?

I am using RETURNTRANSFER and FOLLOWLOCATION.

I seem to remember having issues with CURLOPT_HEADER in conjunction
with COOKIE* way back when. It felt like since I was getting the
headers, libcurl didn't feel the need to track cookies for me...

Are there any known incompatibilities among those three?

I need to make a second request in another HTTP transaction, so I'm
pretty sure I need those cookies, and I'd rather not parse the headers
for them...  Especially as there might be one set by an interstitial
page, so I'd have to also follow the 30* redirects by hand as well.

&lt;/pre&gt;</description>
    <dc:creator>Richard Lynch</dc:creator>
    <dc:date>2012-04-30T14:12:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3778">
    <title>[SOLVED] Re: Bad response</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3778</link>
    <description>&lt;pre&gt;Use curl_multi_info_read($mcurl) in loop and wait for messages...,

Regards,



El 28/04/12 16:23, Dev escribió:


&lt;/pre&gt;</description>
    <dc:creator>Dev</dc:creator>
    <dc:date>2012-04-29T16:58:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3777">
    <title>Bad response</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3777</link>
    <description>&lt;pre&gt;Hello,

I have a problem with content downloaded by curl, sometimes it's 
downloaded partially.

I have a proxy between server and curl, and seems that all size is 
delivered.

But "size_download" differs of "Content-Length".

Perhaps I am using some function in wrong manner....
Any suggestion?





$maxth = 3;
$channel=1;
$ch=array();
$running=0;
$mcurl = curl_multi_init();

...

(this is a loop) {

$acch= count($ch);
$xmlstr=null;
    if ($acch &amp;gt; $maxth){
                 $cl = ($channel - $maxth);
                 $info=array();
                 while($xmlstr=== null || $xmlstr=== false /*|| 
$info["download_content_length"]!=$info["size_download"]*/){
                     $info=curl_getinfo($ch[$cl]['curl']);
                     if (!empty($info['total_time'])){
                         if($info['http_code'] != 200) {
                             print("Bad Response {$info['http_code']}\n");
                             break;
                         }
                     }
                     $xmlst&lt;/pre&gt;</description>
    <dc:creator>Dev</dc:creator>
    <dc:date>2012-04-28T14:23:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3776">
    <title>Failed to open/read local data from file/application</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3776</link>
    <description>&lt;pre&gt;After googling quite a bit, and finding only questions about this
error in CURLOPT_VERBOSE logs, I believe I may understand what this
message means in general.

Just a theory, mind you.

The clue is in trying to use CURLOPT_FOLLOWLOCATION when open_basedir
restriction is in effect.

It explicitly prints an error that you can't do that.

When I try to use CURLOPT_HEADER (so I can manually follow the
Location: headers) it get "Failed to open/read local data from
file/application" in the logs for every request.

Since I don't get that on my laptop without open_basedir, and do get
it on the shared host with open_basedir, I'm guessing CURLOPT_HEADER
needs file access, but is blocked by open_basedir.

It's also true of the COOKIE settings, I think.

Just a theory...

I'd sure like a better answer if it's out there and I missed it.

&lt;/pre&gt;</description>
    <dc:creator>Richard Lynch</dc:creator>
    <dc:date>2012-04-20T05:54:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3775">
    <title>Faça parte da minha rede no LinkedIn</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3775</link>
    <description>&lt;pre&gt;LinkedIn
------------



curl,

Eu gostaria de adicioná-lo à minha rede profissional no LinkedIn.
-Renato

Renato Bonicio
Desenvolvedor iOS na GoNow
São Paulo e Região, Brasil

Confirme que você conhece Renato Bonicio:
https://www.linkedin.com/e/-8xhfr3-h0cbmelg-21/isd/6465106418/CyjgTZRp/?hs=false&amp;amp;tok=2vBkmJi9WK-R81

--
Você está recebendo convites de conexão por e-mail. Clique aqui para parar de recebê-los:
http://www.linkedin.com/e/-8xhfr3-h0cbmelg-21/XO2wc5AqXuGzuaHovuZIdUUvoZkHrOVON7nrxRV/goo/curl-and-php%40cool%2Ehaxx%2Ese/20061/I2243268225_1/?hs=false&amp;amp;tok=0pjjn5vR6K-R81

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043 - EUA.

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
&lt;/pre&gt;</description>
    <dc:creator>Renato Bonicio</dc:creator>
    <dc:date>2012-03-28T11:58:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3774">
    <title>cURL and RTSP - Only Sending OPTIONS command</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3774</link>
    <description>&lt;pre&gt;
Hi there,
I have the following code:

&amp;lt;?php$ch = curl_init();curl_setopt($ch,CURLOPT_URL,"rtsp://v4.cache5.c.youtube.com/CjYLENy73wIaLQksUyxySIhRWBMYESARFEIJbXYtZ29vZ2xlSARSBXdhdGNoYIvds6zy7YCrTww=/0/0/0/video.3gp");curl_setopt($ch,CURLOPT_CUSTOMREQUEST,"OPTIONS");curl_setopt($ch,CURLOPT_USERAGENT,"LibVLC/1.1.5 (LIVE555 Streaming Media v2010.09.25)");$result = curl_exec($ch);echo $result;print_r(curl_getinfo($ch));?&amp;gt;
The request that it sends is - Request: OPTIONS * RTSP/1.0   - that is not right. How come the URL is not where the * is? That is where it should be.
Secondly, even if I change the CustomRequest line to: curl_setopt($ch,CURLOPT_CUSTOMREQUEST,"DESCRIBE");  it still only sends Request: OPTIONS * RTSP/1.0 
Can anyone help me out? Thanks.       _______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
&lt;/pre&gt;</description>
    <dc:creator>zon3d .</dc:creator>
    <dc:date>2012-03-07T06:25:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3773">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3773</link>
    <description>&lt;pre&gt;I have add you at msn now Yong!!

Regards
Anders

-----Ursprungligt meddelande----- 
From: yong wang
Sent: Thursday, January 26, 2012 2:18 AM
To: curl with PHP
Subject: Re: Help

Yesterday, I accessed that site and fault.
Today, I access too and fault.
no erros?
Could you show the return url?

I think that the reason is in thehunter site, not in php site.

this was in your mail. you already got the url info.
the return url is http://birdhunter2.thehunter.com/.

$securestr = explode("/", $header['url']);
$this-&amp;gt;authId = $securestr[4];

$securestr's size is 3. $securestr[4] is over.

this problem is not in curl_getinfo.

&amp;lt;?php
$ch = curl_init('http://www.yahoo.com/');
curl_exec($ch);
if(!curl_errno($ch))
{
$info = curl_getinfo($ch);
echo 'Took ' . $info['total_time'] . ' seconds to send a request to '
. $info['url'];
}
curl_close($ch);
?&amp;gt;

Regards
Wangyong

2012/1/26, trophy&amp;lt; at &amp;gt;tele2.se &amp;lt;trophy&amp;lt; at &amp;gt;tele2.se&amp;gt;:
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php 

_&lt;/pre&gt;</description>
    <dc:creator>trophy&lt; at &gt;tele2.se</dc:creator>
    <dc:date>2012-01-28T16:25:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3772">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3772</link>
    <description>&lt;pre&gt;sorry should be this hitwalker&amp;lt; at &amp;gt;hotmail.se

Regards
Anders

-----Ursprungligt meddelande----- 
From: trophy&amp;lt; at &amp;gt;tele2.se
Sent: Thursday, January 26, 2012 6:13 AM
To: curl with PHP
Subject: Re: Help

little easier if you add my msn  hitwalker&amp;lt; at &amp;gt;live.se
when i access your code and i login so do i get my account
http://birdhunter2.thehunter.com/

Regards
Anders

-----Ursprungligt meddelande----- 
From: yong wang
Sent: Thursday, January 26, 2012 2:18 AM
To: curl with PHP
Subject: Re: Help

Yesterday, I accessed that site and fault.
Today, I access too and fault.
no erros?
Could you show the return url?

I think that the reason is in thehunter site, not in php site.

this was in your mail. you already got the url info.
the return url is http://birdhunter2.thehunter.com/.

$securestr = explode("/", $header['url']);
$this-&amp;gt;authId = $securestr[4];

$securestr's size is 3. $securestr[4] is over.

this problem is not in curl_getinfo.

&amp;lt;?php
$ch = curl_init('http://www.yahoo.com/');
curl_exec($ch);
if(!curl_errno($ch))
{
$inf&lt;/pre&gt;</description>
    <dc:creator>trophy&lt; at &gt;tele2.se</dc:creator>
    <dc:date>2012-01-26T15:59:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3771">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3771</link>
    <description>&lt;pre&gt;little easier if you add my msn  hitwalker&amp;lt; at &amp;gt;live.se
when i access your code and i login so do i get my account 
http://birdhunter2.thehunter.com/

Regards
Anders

-----Ursprungligt meddelande----- 
From: yong wang
Sent: Thursday, January 26, 2012 2:18 AM
To: curl with PHP
Subject: Re: Help

Yesterday, I accessed that site and fault.
Today, I access too and fault.
no erros?
Could you show the return url?

I think that the reason is in thehunter site, not in php site.

this was in your mail. you already got the url info.
the return url is http://birdhunter2.thehunter.com/.

$securestr = explode("/", $header['url']);
$this-&amp;gt;authId = $securestr[4];

$securestr's size is 3. $securestr[4] is over.

this problem is not in curl_getinfo.

&amp;lt;?php
$ch = curl_init('http://www.yahoo.com/');
curl_exec($ch);
if(!curl_errno($ch))
{
$info = curl_getinfo($ch);
echo 'Took ' . $info['total_time'] . ' seconds to send a request to '
. $info['url'];
}
curl_close($ch);
?&amp;gt;

Regards
Wangyong

2012/1/26, trophy&amp;lt; at &amp;gt;tele2.se &amp;lt;trophy&amp;lt; at &amp;gt;tele2.se&lt;/pre&gt;</description>
    <dc:creator>trophy&lt; at &gt;tele2.se</dc:creator>
    <dc:date>2012-01-26T05:13:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3770">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3770</link>
    <description>&lt;pre&gt;Yesterday, I accessed that site and fault.
Today, I access too and fault.
no erros?
Could you show the return url?

I think that the reason is in thehunter site, not in php site.

this was in your mail. you already got the url info.
the return url is http://birdhunter2.thehunter.com/.

$securestr = explode("/", $header['url']);
$this-&amp;gt;authId = $securestr[4];

$securestr's size is 3. $securestr[4] is over.

this problem is not in curl_getinfo.

&amp;lt;?php
$ch = curl_init('http://www.yahoo.com/');
curl_exec($ch);
if(!curl_errno($ch))
{
 $info = curl_getinfo($ch);
 echo 'Took ' . $info['total_time'] . ' seconds to send a request to '
. $info['url'];
}
curl_close($ch);
?&amp;gt;

Regards
Wangyong

2012/1/26, trophy&amp;lt; at &amp;gt;tele2.se &amp;lt;trophy&amp;lt; at &amp;gt;tele2.se&amp;gt;:
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php

&lt;/pre&gt;</description>
    <dc:creator>yong wang</dc:creator>
    <dc:date>2012-01-26T01:18:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3769">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3769</link>
    <description>&lt;pre&gt;You can add me at   hitwalker&amp;lt; at &amp;gt;hotmail.se

-----Ursprungligt meddelande----- 
From: yong wang
Sent: Wednesday, January 25, 2012 1:46 AM
To: curl with PHP
Subject: Re: Help

I am sorry that I could not show my msn.
but I show my test method.

firstly.
access the http://secure.thehunter.com/submit/ in the server by other 
browser.
you should write the follow html file.
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=Windows-31J"/&amp;gt;
&amp;lt;title&amp;gt;Test&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;form name="TestForm" method="POST"
action="http://secure.thehunter.com/submit/"&amp;gt;
&amp;lt;center&amp;gt;
email&amp;lt;input type="text" name="email" tabindex="1" value=""&amp;gt;&amp;lt;br&amp;gt;
password&amp;lt;input type="text" name="password" tabindex="2" value=""&amp;gt;&amp;lt;br&amp;gt;
frm_action&amp;lt;input type="text" name="frm_action" tabindex="3" 
value="login"&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;input type="submit" name="search" value="search"&amp;gt;
&amp;lt;/center&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

you should get the error information.
you check the source of http://secure.thehunter.com/submit/.
Today I access the http://secure.thehunt&lt;/pre&gt;</description>
    <dc:creator>trophy&lt; at &gt;tele2.se</dc:creator>
    <dc:date>2012-01-25T15:55:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3768">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3768</link>
    <description>&lt;pre&gt;ok i have test it and it works no erros
and how will this solve the script connection problem?

Regards
Anders
-----Ursprungligt meddelande----- 
From: yong wang
Sent: Wednesday, January 25, 2012 1:46 AM
To: curl with PHP
Subject: Re: Help

I am sorry that I could not show my msn.
but I show my test method.

firstly.
access the http://secure.thehunter.com/submit/ in the server by other 
browser.
you should write the follow html file.
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=Windows-31J"/&amp;gt;
&amp;lt;title&amp;gt;Test&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;form name="TestForm" method="POST"
action="http://secure.thehunter.com/submit/"&amp;gt;
&amp;lt;center&amp;gt;
email&amp;lt;input type="text" name="email" tabindex="1" value=""&amp;gt;&amp;lt;br&amp;gt;
password&amp;lt;input type="text" name="password" tabindex="2" value=""&amp;gt;&amp;lt;br&amp;gt;
frm_action&amp;lt;input type="text" name="frm_action" tabindex="3" 
value="login"&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;input type="submit" name="search" value="search"&amp;gt;
&amp;lt;/center&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

you should get the error information.
you check the source of http://s&lt;/pre&gt;</description>
    <dc:creator>trophy&lt; at &gt;tele2.se</dc:creator>
    <dc:date>2012-01-25T05:13:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3767">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3767</link>
    <description>&lt;pre&gt;I am sorry that I could not show my msn.
but I show my test method.

firstly.
access the http://secure.thehunter.com/submit/ in the server by other browser.
you should write the follow html file.
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=Windows-31J"/&amp;gt;
&amp;lt;title&amp;gt;Test&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;form name="TestForm" method="POST"
action="http://secure.thehunter.com/submit/"&amp;gt;
&amp;lt;center&amp;gt;
email&amp;lt;input type="text" name="email" tabindex="1" value=""&amp;gt;&amp;lt;br&amp;gt;
password&amp;lt;input type="text" name="password" tabindex="2" value=""&amp;gt;&amp;lt;br&amp;gt;
frm_action&amp;lt;input type="text" name="frm_action" tabindex="3" value="login"&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;input type="submit" name="search" value="search"&amp;gt;
&amp;lt;/center&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

you should get the error information.
you check the source of http://secure.thehunter.com/submit/.
Today I access the http://secure.thehunter.com/submit/ and fail.
The site is down.

Good luck to you.

Regards
Wangyong

2012/1/24, trophy&amp;lt; at &amp;gt;tele2.se &amp;lt;trophy&amp;lt; at &amp;gt;tele2.se&amp;gt;:
_______________________________________________&lt;/pre&gt;</description>
    <dc:creator>yong wang</dc:creator>
    <dc:date>2012-01-25T00:46:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.php/3766">
    <title>Re: Help</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.php/3766</link>
    <description>&lt;pre&gt;Have you msn or something so can you get the whole script and test it i am 
not a coder so i dont know how to
check post code?

Regards
Anders

-----Ursprungligt meddelande----- 
From: yong wang
Sent: Tuesday, January 24, 2012 1:26 AM
To: curl with PHP
Subject: Re: Help

if you got the connect time. you could connect
http://birdhunter2.thehunter.com/.
the reason that you do not get the info is not in php code.
It was changed with http://birdhunter2.thehunter.com/ perhaps.

$post = "email=".$usermail."&amp;amp;password=".$password."&amp;amp;frm_action=login";
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);

you should check the post code of http://birdhunter2.thehunter.com/.

Good luck to you.

2012/1/23, trophy&amp;lt; at &amp;gt;tele2.se &amp;lt;trophy&amp;lt; at &amp;gt;tele2.se&amp;gt;:
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php 

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php

&lt;/pre&gt;</description>
    <dc:creator>trophy&lt; at &gt;tele2.se</dc:creator>
    <dc:date>2012-01-24T05:41:03</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.curl.php">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.curl.php</link>
  </textinput>
</rdf:RDF>

