Yes I have them both. I have it working for RS, HF, MU, FF, FS but keep getting that 503 error on UP. I now get 100s of UP links a day and doing an individual link checks takes an enormous amount of resources and time.
Thanks for the reply.
HTTP/1.1 503 Server too busy Server: nginx Date: Wed, 24 Feb 2010 22:03:00 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: keep-alive Set-Cookie: SID=7b5c1b856aff24f1a68865a611da5832; expires=Thu, 25-Feb-2010 00:03:00 GMT; path=/; domain=.uploading.com Set-Cookie: cache=99c5010e54c36a91c0fa9b08e900dd20; expires=Wed, 24-Feb-2010 23:03:00 GMT; path=/; domain=.uploading.com
=> http://uploading.com/files/chec...=> 0.040822 [redirect_time] => 0[/QUOTE]
<?php
echo "<br><pre><xmp>";
$data['urls'] = "http://uploading.com/files/c8764714";
$ckfile = tempnam ("/tmp", "CURLCOOKIE");
$ch = curl_init ("http://uploading.com/filechecker/");
curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
$output = curl_exec ($ch);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,'http://uploading.com/filechecker/');
curl_setopt($ch, CURLOPT_COOKIEFILE, $ckfile);
curl_setopt($ch, CURLOPT_REFERER,'http://uploading.com');
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/4.73 [en] (X11; U; Linux 2.2.15 i686)');
curl_setopt($ch, CURLOPT_HTTPHEADER,array("Expect:"));
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
curl_setopt($ch, CURLOPT_TIMEOUT, 60);
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
$content = curl_exec($ch);
curl_close($ch);
echo "<br>$content<pre><xmp>"; echo "<br>"; print_r($_REQUEST);
?>
Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.
Contact us