<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>From Zero To SEO &#187; cURL</title>
	<atom:link href="http://www.fromzerotoseo.com/tag/curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fromzerotoseo.com</link>
	<description>Achieving High Rankings Through Coding</description>
	<lastBuildDate>Fri, 14 May 2010 22:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What&#8217;s spamming? II</title>
		<link>http://www.fromzerotoseo.com/what-spamming-2/</link>
		<comments>http://www.fromzerotoseo.com/what-spamming-2/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:28:23 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Link building]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=978</guid>
		<description><![CDATA[Here is how I collect your domains and links, spammers All you need is a web service and a plugin. The more blogs are "plugged", the more domains and links will be saved. Domain Collector Web Service The purpose is obvious – save domains to database. You can code smth like that: &#60;?php if &#40;isset&#40;$_POST&#91;'domain'&#93;&#41;&#41; [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/what-spamming-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Simple PHP cURL WordPress spammer</title>
		<link>http://www.fromzerotoseo.com/php-curl-wordpress-spammer/</link>
		<comments>http://www.fromzerotoseo.com/php-curl-wordpress-spammer/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:35:19 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Link building]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=916</guid>
		<description><![CDATA[The PHP cURL comment spammer is my Christmas present to spam-noobs. The script gets proxies and user agents from text files and comment data (users, emails, URLs, comment, target/spam URLs) from csv file. You can find all input files in 'io' folder and settings in 'lib/constants.php' file. Get proxies, user agents, comments and play a [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/php-curl-wordpress-spammer/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Scraping Bing SERP</title>
		<link>http://www.fromzerotoseo.com/scraping-bing-serp/</link>
		<comments>http://www.fromzerotoseo.com/scraping-bing-serp/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:11:04 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=700</guid>
		<description><![CDATA[Bing is no exception when it comes to scraping. $result = getPage&#40; '[proxy IP]:[port]', // get a proxy from somewhere 'http://www.bing.com/search?q=twitter', 'http://www.bing.com/', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8', 1, 5&#41;; &#160; if &#40;empty&#40;$result&#91;'ERR'&#93;&#41;&#41; &#123; &#160; preg_match_all&#40; '(&#60;div class=&#34;sb_tlst&#34;&#62;.*&#60;h3&#62;.*&#60;a href=&#34;(.*)&#34;.*&#62;(.*)&#60;/a&#62;.*&#60;/h3&#62;.*&#60;/div&#62;)siU', $result&#91;'EXE'&#93;, $matches&#41;; &#160; for &#40;$i = 0; $i &#60; count&#40;$matches&#91;2&#93;&#41;; $i++&#41; &#123; [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-bing-serp/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Link building with referrer spamming</title>
		<link>http://www.fromzerotoseo.com/link-building-referrer-spamming/</link>
		<comments>http://www.fromzerotoseo.com/link-building-referrer-spamming/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:57:55 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Link building]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=683</guid>
		<description><![CDATA[Refspam is usually treated as an old school traffic driving technique that doesn’t work anymore. Of course, there is some truth in that supposition. But see why referrer spamming is worth mentioning again. Find websites to refspam Want some free dofollow backlinks from .gov, .edu, .org, and other websites? (Don’t lie to me; we all [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/link-building-referrer-spamming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scraping Yahoo SERP</title>
		<link>http://www.fromzerotoseo.com/scraping-yahoo-serp/</link>
		<comments>http://www.fromzerotoseo.com/scraping-yahoo-serp/#comments</comments>
		<pubDate>Tue, 05 May 2009 11:41:03 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SERP]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=576</guid>
		<description><![CDATA[Yahoo SERP scraper is a little more difficult to implement than Google SERP scraper. Yahoo guys are mad about redirects (former blackhats?). You have to clean URLs after them. But nothing can stop you from scraping Scraper code example First time here? Read about scraping websites with PHP cURL under proxy. You will find getPage [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-yahoo-serp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP cURL proxy checker</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/</link>
		<comments>http://www.fromzerotoseo.com/php-curl-proxy-checker/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:26:22 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560</guid>
		<description><![CDATA[Do you still read my blog? Good This time I'm going to post some juicy code that can hide your ass. Anonymity must be protected, don't you agree? I’m not paranoid, but I use a bunch of anonymous proxies for server-side tasks. And I check them regularly. Most of the time I use server-side PHP [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/php-curl-proxy-checker/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Live Search, Ask and Cuil SERP scraping</title>
		<link>http://www.fromzerotoseo.com/live-search-ask-cuil-serp-scraping/</link>
		<comments>http://www.fromzerotoseo.com/live-search-ask-cuil-serp-scraping/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 10:00:57 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[Ask]]></category>
		<category><![CDATA[Cuil]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Live Search]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=536</guid>
		<description><![CDATA[The SERP scraping saga continues. This time I'll give you required regexps and URLs only. No need to copy paste code from other scraping posts. Feel free to improve regexps and comment. Live Search URL - http://search.live.com/results.aspx?q=[keyword] regexp - "(&#60;h3&#62;&#60;a href=\"(.*)\".*&#62;(.*)&#60;/a&#62;&#60;/h3&#62;)siU" Ask URL - http://www.ask.com/web?q=[keyword] regexp - "(&#60;tr&#62;.*&#60;td&#62;.*&#60;a id=\"r\d+_t\" href=\"(.*)\".*&#62;(.*)&#60;/a&#62;.*&#60;/td&#62;.*&#60;/tr&#62;)siU" Cuil URL - http://www.cuil.com/search?q=[keyword] regexp [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/live-search-ask-cuil-serp-scraping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scraping Google SERP</title>
		<link>http://www.fromzerotoseo.com/scraping-google-serp/</link>
		<comments>http://www.fromzerotoseo.com/scraping-google-serp/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 09:34:15 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SERP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=532</guid>
		<description><![CDATA[Google SERP scraping solves many SEO problems. For example, you can monitor website ranking and scrap content from top websites. SERP scraping is just a part of SEO life ;} So, let's scrap my friends! Simple Google SERP scraper This nice little PHP script uses getPage function that you can find here. &#60;?php $result = [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-google-serp/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Scraping Google Hot Trends</title>
		<link>http://www.fromzerotoseo.com/scraping-google-hot-trends/</link>
		<comments>http://www.fromzerotoseo.com/scraping-google-hot-trends/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 14:26:48 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Google Trends]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=523</guid>
		<description><![CDATA[Everybody likes hot content. That’s why Google Trends is so popular among blackhats. It says what’s hot and what’s not. So let’s scrap! Why care about trends? Traffic. If you know the keywords people use when they search, you can bring more traffic to your websites. If you know the hot keywords, you can bring [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-google-hot-trends/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Scraping websites with PHP cURL under proxy</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/</link>
		<comments>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:09:04 +0000</pubDate>
		<dc:creator>seozero</dc:creator>
				<category><![CDATA[Scraping]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512</guid>
		<description><![CDATA[Scraping websites with PHP cURL is damn easy. Just do it the right way - use a proxy. Here is a simple function that does the job. Simple PHP cURL scraper &#60;?php function getPage&#40;$proxy, $url, $referer, $agent, $header, $timeout&#41; &#123; $ch = curl_init&#40;&#41;; curl_setopt&#40;$ch, CURLOPT_URL, $url&#41;; curl_setopt&#40;$ch, CURLOPT_HEADER, $header&#41;; curl_setopt&#40;$ch, CURLOPT_RETURNTRANSFER, 1&#41;; curl_setopt&#40;$ch, CURLOPT_PROXY, $proxy&#41;; [...]]]></description>
		<wfw:commentRss>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
