Programming Languages: PHP
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics svn co https://snoopy.svn.sourceforge.net/svnroot/snoopy snoopy
browse code,
statistics cvs -d:pserver:anonymous@snoopy.cvs.sourceforge.net:/cvsroot/snoopy login
cvs -z3 -d:pserver:anonymous@snoopy.cvs.sourceforge.net:/cvsroot/snoopy co -P modulename
escapeshellcmd will change '?' to '\?' , and will cause 404 not found bug ! so I changed the code: Line 1012 exec($this->curl_path." -k -D \"$headerfile\"".$cmdline_params." \"".escapeshellcmd($URI)."\"",$results,$return); to $safe_url = str_replace(array(' ', '"'), array('%20', '%22'), $URI);...
2012-04-15 03:54:54 PDT by jessekii
HTTP header values are included in "results" property, not only content body. ex: http://ipsj.ixsq.nii.ac.jp/ej/oai?verb=ListRecords&from=2007-03-01T00%3A00%3A00Z&metadataPrefix=junii2.
2012-03-13 01:52:16 PDT by turutosiya
I think they have the option of do that, I mean when you star the new form or submit one you can programming, or have that option. Something Like this: [url=http://www.wagerweb.com/]sportsbook[/url] well Hope this could help you!
2012-02-09 07:50:45 PST by frank40
Hello, I'm tring to get a page (GET) but I'm getting a <body> <h1>400 - Bad Request</h1> </body> As response. With firefox no problem :/ I tried to change al lot of rawheader (host, useragent, accep / language / encoding / charset / keep alive, connection referer, cookies) but It won't work. I don't understand how the website do, I tried from another ip...
2012-01-20 08:28:00 PST by jonjojo
i added a patch to the list which was allmost about solving the curl command line escaping issues on ssl requests. as a side effect also the http status issue was solved. works for me like that.
2011-12-04 23:40:28 PST by jan10783
btw, this is also solving the http status problem on ssl (https://sourceforge.net/tracker/?func=detail&aid=3316927&group_id=2091&atid=102091)
2011-12-02 05:56:03 PST by jan10783
Had to apply those changes to make it working for me. cheers ;)
2011-12-01 04:31:00 PST by jan10783