These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
transfer closed with outstanding read data remaining
$ch = curl_init(); if(!empty($post)) { curl_setopt($ch, CURLOPT_POST ,1); curl_setopt ($ch, CURLOPT_POSTFIELDS, $post); } curl_setopt($ch, CURLOPT_URL, $url); if (ini_get('open_basedir') == '' && ini_get('safe_mode' == 'Off')) curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60); curl_setopt($ch, CURLOPT_TIMEOUT, 60); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); if (strpos ($url, "AssetList.xml") !== false) { $fp = fopen('../transfer.log', 'w'); curl_setopt($ch, CURLOPT_VERBOSE, TRUE); curl_setopt($ch, CURLOPT_STDERR, $fp); } $data = curl_exec($ch); curl_close($ch);
Woo! CSM XI!
Fuzzwork Enterprises
Twitter: @fuzzysteve on Twitter