]*?>.*?@si','@]*?>.*?@si','@]*?>.*?@siU','@@'); $g=preg_replace($s, '', $askapache_curl_google_result); $g=preg_match('@href="([^"]*?)"@si',$g,$m); $ch = curl_init($m[1]); curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ch, CURLOPT_COOKIEJAR, $google_cookie); curl_setopt ($ch, CURLOPT_COOKIEFILE, $google_cookie); $askapache_curl_google_result = curl_exec ($ch); curl_close($ch); $g=preg_match('@href="([^"]*?)"@si',$askapache_curl_google_result,$j); $ch = curl_init("http://www.google.com/reader/directory/search?q=$feedurl"); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ch, CURLOPT_COOKIEJAR, $google_cookie); curl_setopt ($ch, CURLOPT_COOKIEFILE, $google_cookie); $askapache_curl_google_result = curl_exec ($ch); curl_close($ch); $y=preg_match('@class="feed-result-stats">([^<]*?)<\/span>@si',$askapache_curl_google_result,$s); // output results header("Content-type: text/plain"); echo "(".$s[1].") Subscribers for feed: ".urldecode($feedurl); // delete cookie file unlink($google_cookie); exit 0; exit; /* "Google AdSense Automatic Login with PHP and CURL" https://www.askapache.com/webmaster/login-to-google-adsense-using-php/ "Follow your Adsense earnings with an RSS reader" https://curl.askapache.com/libcurl/php/examples/rss-adsense/ "Auto-Login to Google Analytics to impress Clients" https://www.askapache.com/webmaster/login-google-analytics/ */ ?>