<?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>不错</title>
	<atom:link href="http://www.bucuo.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bucuo.net</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 04:47:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP script to ping pingomatic.com</title>
		<link>http://www.bucuo.net/php-script-to-the-ping-pingomatic-com.html</link>
		<comments>http://www.bucuo.net/php-script-to-the-ping-pingomatic-com.html#comments</comments>
		<pubDate>Sun, 29 Apr 2012 04:46:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站相关]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=51</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">&lt;?php
/*
--------------------------------------------
$title contains the title of the page you're sending
$url is the url of the page
$debug true print out the debug and show xml call and answer
--------------------------------------------
the output is an array with two elements:
status: ok / ko
msg: the text response from pingomatic
--------------------------------------------
&nbsp;
*/
function pingomatic($title,$url,$debug=false) {
$content='&lt;?xml version=&quot;1.0&quot;?&gt;'.
'&lt;methodCall&gt;'.
' &lt;methodName&gt;weblogUpdates.ping&lt;/methodName&gt;'.
' &lt;params&gt;'.
' &lt;param&gt;'.
' &lt;value&gt;'.$title.'&lt;/value&gt;'.
' &lt;/param&gt;'.
' &lt;param&gt;'.
' &lt;value&gt;'.$url.'&lt;/value&gt;'.
' &lt;/param&gt;'.
' &lt;/params&gt;'.
'&lt;/methodCall&gt;';
&nbsp;
$headers=&quot;POST / HTTP/1.0\r\n&quot;.
&quot;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)\r\n&quot;.
&quot;Host: rpc.pingomatic.com\r\n&quot;.
&quot;Content-Type: text/xml\r\n&quot;.
&quot;Content-length: &quot;.strlen($content);
&nbsp;
if ($debug) nl2br($headers);
&nbsp;
$request=$headers.&quot;\r\n\r\n&quot;.$content;
$response = &quot;&quot;;
$fs=fsockopen('rpc.pingomatic.com',80, $errno, $errstr);
if ($fs) {
&nbsp;
fwrite ($fs, $request);
while (!feof($fs)) $response .= fgets($fs);
if ($debug) echo &quot;&lt;xmp&gt;&quot;.$response.&quot;&lt;/xmp&gt;&quot;;
fclose ($fs);
preg_match_all(&quot;/&lt;(name|value|boolean|string)&gt;(.*)&lt;\/(name|value|boolean|string)&gt;/U&quot;,$response,$ar, PREG_PATTERN_ORDER);
for($i=0;$i&lt;count($ar[2]);$i++) $ar[2][$i]= strip_tags($ar[2][$i]);
return array('status'=&gt; ( $ar[2][1]==1 ? 'ko' : 'ok' ), 'msg'=&gt;$ar[2][3] );
} else {
&nbsp;
if ($debug) echo &quot;&lt;xmp&gt;&quot;.$errstr.&quot; (&quot;.$errno.&quot;)&lt;/xmp&gt;&quot;;
return array('status'=&gt;'ko', 'msg'=&gt;$errstr.&quot; (&quot;.$errno.&quot;)&quot;);
}
}
$title = &quot;website title&quot;;
$url = &quot;yoururl.com&quot;;
$res = pingomatic($title,$url);
print_r($res);
?&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/php-script-to-the-ping-pingomatic-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Personal SEO Method Proven Effective!!!</title>
		<link>http://www.bucuo.net/the-my-personal-seo-method-proven-of-effective.html</link>
		<comments>http://www.bucuo.net/the-my-personal-seo-method-proven-of-effective.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 12:21:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=47</guid>
		<description><![CDATA[This is my personal SEO method that I have developed with experience with my own sites and my clients&#8217; sites. This method isn&#8217;t a lot of work every day and some days are easier than others. It is a 7 day cycle, but I only work Monday-Friday so it lasts more than a week for me. You [...]]]></description>
			<content:encoded><![CDATA[<p>This is my personal <acronym title="Search Engine Optimization">SEO</acronym> method that I have developed with experience with my own sites and my clients&#8217; sites. This method isn&#8217;t a lot of work every day and some days are easier than others. It is a 7 day cycle, but I only work Monday-Friday so it lasts more than a week for me. You can work through the weekend if you would like. This works great if you have many sites that you have to work on or want to work on more than just a few clients&#8217; sites every day. I HAVE NEVER ENCOUNTERED ANY KIND OF PENALTY ON THE SERPS WITH ANY SITE.</p>
<p>Prerequisites:<br />
Have a private blog network that you own. It doesn&#8217;t have to be very large and it can be all on free sub-domains if you want to save money. 5-10 blogs is enough in most situations.<br />
Create a free Blogger blog for each site that you market for.<br />
Create a Link Market account for each Blogger blog.<br />
Join a couple forums related to your niche.<br />
Scrape blog posts related to your niche that you can MANUALLY comment on.</p>
<p>Tools:<br />
AMR<br />
Sick Submitter<br />
Coach Tyler&#8217;s Duplicate Content Checker or another duplicate checker<br />
Get Article<br />
Captcha Sniper or other captcha solver<br />
Scrapebox<br />
Some kind of article spinner<br />
Article Submission Helper (Free Tool &#8211; Optional)<br />
AutoBlog Samurai (Optional)</p>
<p>Day 1:<br />
Scrape an article with Get Article. Rewrite this article to at least 40% unique per one word phrase, 60% unique per two word phrase, and 80% unique per three word phrase using Coach Tyler&#8217;s Duplicate Content Checker (Free Tool). Also, rewrite the title and write a summary and resource box for the content link wheel and the bulk article submission in the following days. Now that it is rewritten, you have to MANUALLY spin the article with two variations on the sentence level to have 3 sentence spins available. Don&#8217;t waste your time with synonym replacement in the article body. Manually spin the title three times as well. Also, do synonym spinning on the summary, title, and two resource boxes. Now you have your prepared article for the cycle.</p>
<p>Day 2:<br />
Content Link Wheel:<br />
You are going to submit spun versions of the article to the best article directories as well as some auto approve directories to make a content link wheel. You don&#8217;t need a lot of sites to do this with and you can use Article Submission Helper (Free Tool) to make this faster. I only use around 20-30 sites. Your resource box should have one link to the money site and the other link will be pointing to the last auto approved submission. Start the link wheel with the Blogger because you have full access to edit this article, which will be needed to complete the link wheel.</p>
<p>Example – Post to Blogger, Post to EZA with link back to Blogger blog, post to Articles Base with link back to Blogger, post to Idea Marketers with link back to Blogger, post to Ezine Mark with link back to Idea Marketers, go back and edit the Blogger post and link it to the Idea Marketers post.</p>
<p>Bulk Article Submission:<br />
Don&#8217;t overdo the article submissions. If you get between 50-100 articles approved that is just fine. Too many will look spammy and take down the effectiveness of the submission. Use AMR or another bulk submitter to submit the prepared article from Day 1 to sites. Your resource box should have two links to the money site or if you only have one keyword, one link to the money site and the other link will point to random articles from a previous cycle of article submissions.</p>
<p>Day 3:<br />
Document Submissions:<br />
Make a PDF and a Powerpoint of a spun version of the prepared article. On each page there should be a raw link to the money site. This gives link variety and looks natural. Submit the documents to the top document sharing sites. I use between 10-15 sites. Collect all links. Create an RSS Feed with the list with Sick Submitter. Submit the feed to RSS directories with Sick Submitter.</p>
<p>Forum Profiles:<br />
Create forum profiles with Sick Submitter. Anything under 100 is safe. This is my method: For the first 10 cycles, I create around 100 with various platforms. After cycle 10, I only create profiles on vBulletin sites (around 5-10 per cycle) and utilize the Recent Profile Visitors widget to get thousands of internal backlinks to the profile to make the profiles have authority.</p>
<p>Day 4:<br />
Submit the forum profiles to BulkPing.com, PingDevice.com, and whatever other bulk ping site that you want to submit to. If you opt to do my method with forum profiles, get the internal links to the profile today. I use Robotsoft Mouse Recorder to automate the process easily. Create a blog post on the Blogger blog with raw links to the forum profiles. Ping the post with Ping-O-Matic or another pinging service. OPTIONAL – Submit the post to Social Monkee to get it bookmarked on 25 sites.</p>
<p>Day 5:<br />
Update all the accepted article from the link wheel and the bulk submission. Use a tool like Sick Link Checker to verify that your site&#8217;s backlink is on the article page, as some sites will approve your article and remove your link, especially with AMR. Once you have that completed list, submit the list to BulkPing.com and PingDevice.com. Use Scrapebox to comment on thousands of auto approve blog posts with the links pointing to random articles. DON&#8217;T USE SCRAPEBOX TO BACKLINK TO YOUR SITE.</p>
<p>Day 6:<br />
With the finalized list of articles that you created yesterday, bookmark the articles with Sick Submitter, or another bookmarking tool like BMD or AutoPligg. Get all the bookmarks and submit them to BulkPing.com and PingDevice.com.</p>
<p>Day 7:<br />
Create a blog post on the Blogger blog with raw links to the finalized articles that you found on Day 5. Ping the post with Ping-O-Matic and submit it to Social Monkee if you want it bookmarked for free. Get on Link Market and accept every single link exchange request that you get for the Blogger blog.</p>
<p>Daily:<br />
MANUALLY comment on the blog posts related to your niche. My method is to comment on 3-4 a day. Easy and works great if you know some platforms that are auto approve and not spammed. Also, post on the forums related to your niche daily with your backlink in your signature. Make smart posts and actually contribute to the community unless you want to continually get banned for spamming.</p>
<p>Behind the scenes:<br />
You should collect every single link that you create. With those, you will work on indexing every single link. With your private blog network: You will need a source of original content and a lot of it. If you are creative and have a day or so to search, it won&#8217;t be a problem. I found over 20 thousands unpublished articles in a couple hours. Using AutoBlog Samurai, or manually if you wish, schedule posts about every 3-5 hours with around 5 backlinks per article. I just go in and randomly add the link to certain phrases. Do this constantly and your links will index nicely. However, adding some more power doesn&#8217;t hurt! With Status.Net Sites: You can join a few status.net sites and use these sites for indexing purposes. All you have to do is create a macro (or if you are like me you can just use Robotsoft Mouse Recorder to automate this) and submit links to the sites between non-link posts to avoid getting banned for spam.</p>
<p>After you are done with a cycle, just continue with another one. This has been proven to be very effective for me and especially my <acronym title="Search Engine Optimization">SEO</acronym> clients, which I obviously work harder for. My client has been in the top 5 for a while now using this method and the keyword gets 165,000 searches on exact match every month.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/the-my-personal-seo-method-proven-of-effective.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I ranked a Customer under 4 weeks ! [FULL METHOD INSIDE]</title>
		<link>http://www.bucuo.net/how-i-ranked-a-customer-under-4-weeks-full-the-method-of-inside.html</link>
		<comments>http://www.bucuo.net/how-i-ranked-a-customer-under-4-weeks-full-the-method-of-inside.html#comments</comments>
		<pubDate>Tue, 10 Apr 2012 16:08:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=44</guid>
		<description><![CDATA[Hey Buddies, Today, i&#8217;m going to explain in details what I did to rank a customer under hard circumstances. Hard circumstances = a deadline of a month with a medium difficiculty keyword. (NOTE : I did not guarantee any result but an improvement) (NOTE 2 : There is a quick summary at the bottom) (NOTE [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Buddies,</p>
<p>Today, i&#8217;m going to explain in details what I did to rank a customer under hard circumstances.</p>
<p>Hard circumstances = a deadline of a month with a medium difficiculty keyword.</p>
<p>(NOTE : I did not guarantee any result but an improvement)<br />
(NOTE 2 : There is a quick summary at the bottom)<br />
(NOTE 3 : I did not use any link indexing process !)</p>
<p>I started the 4th of january on that keyword where my customer was around 300th.</p>
<p>A week ago, he was on the first page dancing between 10th and 5th.<br />
<span style="text-decoration: underline;"><strong><br />
Today he is 3rd and traffic is flooding his website !!</strong></span></p>
<p>I used a method that i call relative <acronym title="Search Engine Optimization">SEO</acronym> which consist in doing a full evaluation of the 1st of a query including on site factors and backlinks analysis. Then the purpose is to do better on most of the point<br />
<strong><br />
Here is what I did :<br />
</strong><br />
1) <span style="text-decoration: underline;">Page Speed Optimisation</span> of the whole website (90/100) main competitor has 85/100<br />
Page Speed = Reduce Images Size, add a caching system (gzip), differ <acronym title="JavaScript">JS</acronym> code, add an expiration time to web elements through htacess and so on.</p>
<p>2) <span style="text-decoration: underline;">Define Keywords</span> variance for the inner page of the KW. This point consist in defining several related keywords to use in the main content, to avoid a stupid meanless text with a stupid occurency of the same keyword especially for an ecommerce website.</p>
<p>3) <span style="text-decoration: underline;">Images Titles &#8211; ALt</span> : relevant with the content of the image + keyword and sitemap regeneration</p>
<p>4) <span style="text-decoration: underline;"><strong>CRITICAL POINT : If you guys have to remember something from this thread it is this pecualiar aspect </strong></span>:<br />
<span style="text-decoration: underline;"><br />
NET LINKING IS CRITICAL</span> : Net linking is how your inner pages are linked together with a title.<br />
<strong><br />
When i study a website, i see too much people who are not even using title neither alt on their “a href” tag. Well this is an epic mistake !<br />
</strong><br />
As a matter of fact, for another website, i noticed that<span style="text-decoration: underline;"> i ranked 9th for keyword (hosting related so kindda hard) and i didn&#8217;t even mention it on the whole website, not even once !</span> Once i looked further over it, i noticed that i used it in all a href title which target the inner page ranked, instead of the real keyword i was targetting.</p>
<p>So, i have added<span style="text-decoration: underline;"> a footer,</span> with most of the links of the website with the keyword in titles and a variance in alt.</p>
<p>And i have<span style="text-decoration: underline;"> added the critical KW on the main menu</span>. It wasn&#8217;t relevant at the time i added it (valentines related) but it was good for <acronym title="Search Engine Optimization">SEO</acronym>.</p>
<p>5) Now that all the modifications has been made, i came into the <span style="text-decoration: underline;">fast indexing process.</span><br />
- <span style="text-decoration: underline;">3k backlinks : </span>WhoIs and How much worth your website<br />
- <span style="text-decoration: underline;">15k Approuved Trackbacks</span> links towards all most important inner page.</p>
<p>6) Then, <strong>the hard backlinking kicks in ! </strong></p>
<p>I studied the main competitors backlinks with spyglass, and took the ones i could, like manual commenting in web 2.0 properties (1 or 2 <img title="Stick Out Tongue" src="http://www.blackhatworld.com/blackhat-seo/images/smilies/tongue.png" alt="" border="0" />) and so on.</p>
<p>I made 3<span style="text-decoration: underline;"> blog network blast</span>.</p>
<p>The first was done <span style="text-decoration: underline;">within 1 day over 130 blogs</span>, with several keywords and inner page.<br />
The 2nd <span style="text-decoration: underline;">was dripped</span> for one week and the 3rd for 2 weeks after the 2nd</p>
<p>I created <span style="text-decoration: underline;">manually a few (a dozen) web 2.0 properties</span> on squiddo, wordpress, tumblr, and blogger. All crappily spinned with TBS</p>
<p>I have ordered a custom bot which worked for 2 days, to<span style="text-decoration: underline;"> steal wikispace links.</span> (they changed their system and i&#8217;m screwed)</p>
<p>I have created manually <span style="text-decoration: underline;">a few edu profiles, and 2 .edu blog. </span>(i don&#8217;t believe in edu.xxx)</p>
<p>I took the first blog network blast, the web 2.0 properties, and the manual .edu links and the URLs of the website; I place them all in scrapebox <span style="text-decoration: underline;">without forgetting to associate and lock </span>keywords to each links produced (hard work here for 200 links)</p>
<p>To lock a keyword for an URL in SB you do this : “http://website.com {keywords1|keywords2}” without “”</p>
<p>Then i blast the hell out of it on huge .edu, .gov, ******** and even crappy AA with high OBL. (around 500k)</p>
<p>Result is immediate : 66th the next day and 3 days later 15th.</p>
<p>The hard work was done, then i use AMR to produce articles links and wiki links with extremephp bot toward all the URL mentionned above and with the blog network dripping process, i ended up dancing for 2 weeks in the first page.</p>
<p>After that, i daily produced EDU, .gov blog comments with low success rate straightly to inner page of the money site.</p>
<p>The dance was keep going. Well, here is another thing i learned with another website. Social Bookmarking is working greatly to fix google dance.</p>
<p>So i ordered a 1k package of social bookmarks here :<br />
<a href="http://www.blackhatworld.com/blackhat-seo/buy-sell-services/390794-xpressbookmarking-500-bookmarks-10-2hrs-delivery-exact-link-report-bulk-urls-ok.html" target="_blank">http://www.blackhatworld.com/blackha&#8230;k-urls-ok.html</a></p>
<p><strong>I ordered it 5 days ago, delivered a few hours later and the next day i was 4th (never reached that place before) and now i&#8217;m 3rd.</strong></p>
<p>For the lazy ones here is the summary :</p>
<p>1) Do not forget on site <acronym title="Search Engine Optimization">seo</acronym> (page speed, titles, a href titles, relevant content even for ecommerce website, net linking)<br />
2) I was lucky enough to get a customer with a low bounce rate (30%)<br />
3) Fast indexing process : whois and trackbacks<br />
4) then diversify your backlinks here it is : blog network, scrapebox (gov, edu, do follow, nofollow, high <acronym title="Google Page Ranking">PR</acronym>, no <acronym title="Google Page Ranking">PR</acronym>, low OBL, high OBL), wiki links, web 2.0 properties toward several platforms, edu profiles, edu blog, manual commenting, social bookmarking, and stealth of wikispace links <img title="Wink" src="http://www.blackhatworld.com/blackhat-seo/images/smilies/wink.png" alt="" border="0" /></p>
<p>Special Thanks to</p>
<p><strong><span style="color: #00bfff;">ExtremePHP</span></strong> : Wiki Bot just Awesome<br />
<span style="color: blue;"><strong>MandLoys </strong></span>: Great SB service ! Keep it on !<br />
<span style="color: blue;"><strong>PatMiller</strong></span> : Not easy everyday but thanks a lot for your Bot !<br />
<strong><span style="color: blue;">IamNRE</span></strong> : I found the lead thanks to you <img title="Wink" src="http://www.blackhatworld.com/blackhat-seo/images/smilies/wink.png" alt="" border="0" /><br />
Thanks for the people who shared list even crappy ones but bigger thanks for the good ones</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/how-i-ranked-a-customer-under-4-weeks-full-the-method-of-inside.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Rank My Sites</title>
		<link>http://www.bucuo.net/how-i-rank-the-my-sites.html</link>
		<comments>http://www.bucuo.net/how-i-rank-the-my-sites.html#comments</comments>
		<pubDate>Fri, 06 Apr 2012 05:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=41</guid>
		<description><![CDATA[Hi All, My name is Eric Benson. I am quite new to this forum and I want to share something that might be of help to you. I do SEO for my micro niche sites and I immediately get results by following these steps. Step 1: I do OnPage SEO for my site(meta, h1, h2, etc..). Then I put [...]]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>My name is Eric Benson. I am quite new to this forum and I want to share something that might be of help to you. I do <acronym title="Search Engine Optimization">SEO</acronym> for my micro niche sites and I immediately get results by following these steps.</p>
<p>Step 1:</p>
<p>I do OnPage <acronym title="Search Engine Optimization">SEO</acronym> for my site(meta, h1, h2, etc..). Then I put 2-3 400-500 words original articles/content to my site. Then I ping it and use indexers for search engines to crawl my site. I wait until my site will be indexed before I proceed to Step 2.</p>
<p>Step 2:</p>
<p>I build high <acronym title="Page Ranking">PR</acronym> backlinks going to my site with anchor text as the keyword I am trying to rank. Here are sample High <acronym title="Page Ranking">PR</acronym> links, <acronym title="Page Ranking">PR</acronym> 5-6:</p>
<div>
<div>Code:</div>
<pre dir="ltr">http://forums.nurse.com    6
http://forums.miranda-im.org    6
http://forums.opensuse.org    6
http://www.photoshopgurus.com/forum    6
http://forums.steves-digicams.com    6
http://forums.hostsearch.com    6
http://www.vietnamtravelforum.net    6
http://fhq.forumer.com    6
http://forexforums.dailyfx.com    6
http://boards.trutv.com    6
http://www.musicbanter.com    5
http://www.arrse.co.uk    5
http://www.hondaclub.com/forum    5
http://www.wearephoenix.com/forum    5
http://www.aspecialthing.com    5
http://www.hpccommunity.org    5
http://www.isitlegalto.com    5
http://www.videoforums.co.uk    5
http://seoforums.org    5
http://www.forumcoding.com    5
http://www.degreeinfo.com    5
http://www.vbulletin.com/forum    5
http://antimisandry.com    5
http://www.namepros.com    5
http://androidforums.com    5
http://www.newmediamedicine.com/forum    5
http://www.kendo-world.com/forum    5
http://www.devhunters.com    5
http://www.direxplorers.com    5
http://board.nudereviews.com    5
http://nixcraft.com    5
http://www.halo3forum.com    5
http://www.bleedingcool.com/forums    5
http://www.basenotes.net    5
http://www.thinkdigit.com/forum    5
http://www.theattorneysforum.com    5
http://www.bibleworks.com/forums    5
http://media.community.mycolts.net    5
http://forum.androidcentral.com    5
http://www.techfuels.com    5
http://grindtimenow.com    5
http://www.stonerforums.com    5
http://forums.techguy.org    5
http://swiftthemes.com/forums    5
http://www.gearslutz.com    5
http://forum.retailmenot.com    5
http://forum.soholaunch.com    5
http://p2p.wrox.com    5
http://www.persianhub.org    5
http://talkaboutmarriage.com    5
http://www.everythingicafe.com/forum    5
http://www.stockhideout.com    5
http://forum.videohelp.com    5
http://forum.trivantis.com    5
http://www.scubaboard.com/forums    5
http://forums.untangle.com    5
http://forums.babypips.com    5
http://forums.askthetrainer.com    5
http://forum.triphp.com    5
http://www.saddoboxing.com    5
http://forums.casualcollective.com    5
http://forums.developertutorials.com    5
http://www.rollitup.org    5
http://forums.dzone.com    5
http://www.rtiindia.org/forum    5
http://www.rigsofrods.com    5</pre>
</div>
<p>Step 3:</p>
<p>Spam the hell out of those High <acronym title="Page Ranking">PR</acronym> links (xrumer, amr, scrapebox, etc..). I make as many links as I can.</p>
<p>Step 4:</p>
<p>Convert links into RSS feeds and submit it to RSS directories. Ping all the links and RSS. What I also do is submit the links to linklicious (i have pro).</p>
<p>Step 5:</p>
<p>I wait for about 2 days and then I ping the High <acronym title="Page Ranking">PR</acronym> Links.</p>
<p>You can try it yourself and see the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/how-i-rank-the-my-sites.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with Over Optimization</title>
		<link>http://www.bucuo.net/dealing-with-the-over-optimization.html</link>
		<comments>http://www.bucuo.net/dealing-with-the-over-optimization.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 02:24:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=39</guid>
		<description><![CDATA[It&#8217;s on the tip of everyone&#8217;s tongue these days; and with good reason. Over Optimization is a scary topic &#8211; many people were worried it was the death of SEO. In actuality it just means we as SEO providers need to be a little smarter in the way we approach things. Dealing with Over Optimization is really about [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s on the tip of everyone&#8217;s tongue these days; and with good reason. Over Optimization is a scary topic &#8211; many people were worried it was the death of <acronym title="Search Engine Optimization">SEO</acronym>. In actuality it just means we as <acronym title="Search Engine Optimization">SEO</acronym> providers need to be a little smarter in the way we approach things. Dealing with Over Optimization is really about balancing your approach to <acronym title="Search Engine Optimization">SEO</acronym>. This guide is going to explain some of the aspects that may catch you off guard and how to deal with them. Throughout this guide I&#8217;ll be providing examples as if we were doing <acronym title="Search Engine Optimization">SEO</acronym> for “McDonalds” as it&#8217;s a brand that most people are familiar with (and it&#8217;s near lunch time).</p>
<p><span style="text-decoration: underline;"><strong><span style="font-size: medium;"><span style="color: #ff00ff;">Backlink Anchor</span></span></strong></span></p>
<p>One of the main issues that many users face is the diversity of the backlinks they use. Natural <acronym title="Search Engine Optimization">SEO</acronym> happens when a huge number of people are actively talking about something across the internet. They don&#8217;t all have the same mindset, so the way they talk about it and the links they create to reference a site are all very different. Yours needs to be too! Let&#8217;s say you are “McDonalds” and the primary keyword you are targeting is “Tasty Burgers”. Creating 100% of your links as “Tasty Burgers” may seem like the logical thing to do when in fact it is damaging.</p>
<p>After reviewing the backlink break down of some high ranking sites that I knew did hardly any (if any at all) <acronym title="Search Engine Optimization">SEO</acronym> the link break down pretty much resembled:</p>
<ul>
<li>10% Primary Keyword</li>
<li>35% Various other Keywords</li>
<li>25% Click Here/Here/(variation)</li>
<li>30% Raw link</li>
</ul>
<p>When creating backlinks it is important to remember that the over optimization update means that Google is actively looking for the <acronym title="Search Engine Optimization">SEO</acronym> you preform, so you are not only trying to improve your <acronym title="Search Engine Optimization">SEO</acronym> but now more than ever you are trying to make it seem natural.</p>
<p>Use your primary keyword (in our sample case “Tasty Burgers”) no more than 10% of the time. You would want to use at least 5 &#8211; 10 variations of your keyword 35%. These variations should relate in some way to your primary keyword but still be different. For our sample they make look like this:</p>
<ul>
<li>Delicious Burgers</li>
<li>Yummy Burgers</li>
<li>Best Burgers</li>
<li>Burger Combos</li>
<li>Cheap Burgers</li>
</ul>
<p>25% of the time you should using what I call the “click here” variations. These are article trimmers commonly used by blogs and websites that write a short snippet about you and are encouraging their readers to check out their website or an expand article. Of the 25% most of them should be on web2.0 profiles, news blogs, or article websites. Here is a small word list to get you started:</p>
<ul>
<li>Click Here</li>
<li>Read More</li>
<li>More</li>
<li>Here</li>
<li>Their Site</li>
<li>Visit them</li>
<li>Visit</li>
<li>Website</li>
<li>Site</li>
<li>Homepage</li>
<li>Company Page</li>
<li>Profile</li>
</ul>
<p>The last 30% of your link building should be focused on using raw links as the anchor. Once again it is important to remember that everyone types differently so even your raw links shouldn&#8217;t always be the same. For our example:</p>
<div>
<div>Code:</div>
<pre dir="ltr">mcdonalds.com
mcdonalds.com/
www.mcdonalds.com
www.mcdonalds.com/tastyburgers.html

http://mcdonalds.com

http://mcdonalds.com/

http://www.mcdonalds.com/

http://www.mcdonalds.com/tastyburgers.html</pre>
</div>
<p>As you can see we&#8217;ve managed to link to the same site in a lot of different ways, and since this is the anchor text it really doesn&#8217;t make a difference as to where it goes.</p>
<p>There is another category of link type to be aware of, that makes up &lt;0.4% of most backlink profiles and that is any of the above anchor types with a spelling mistake. This is of course a rare case but I would say if you have anywhere over 5000 backlinks you may want to drop 1 in.</p>
<p><span style="text-decoration: underline;"><strong><span style="font-size: medium;"><span style="color: #ff00ff;">Backlink Placement</span></span></strong></span></p>
<p>Now that we have looked at how to deal with backlinks, let&#8217;s talk about where to put them.</p>
<p>When looking at backlinks I commonly divide them into four categories:</p>
<ul>
<li>5% Primary (Authority) Backlinks</li>
<li>5% High End Contextual Backlinks</li>
<li>10% Mixed backlinking</li>
<li>80% Web2.0</li>
</ul>
<p><span style="text-decoration: underline;"><strong><span style="color: #ff00ff;">Primary Backlinks</span></strong></span>:<br />
First we are going to look at “Primary Backlinks” these are your main backlinks that come from authority sites etc. It&#8217;s important first to think of your business/or clients business and identify their consumer.</p>
<p><span style="text-decoration: underline;">Example A:</span> My client is a technology based business consultant, his target demographic is therefore other businesses. If someone on the internet was to talk about him it would likely be:</p>
<ol>
<li>A Business Blog</li>
<li>LinkedIn/Quora Posts</li>
<li>Various Directories</li>
<li>Online Journals</li>
<li>Professional Websites</li>
</ol>
<p>Primary links often make are what make or break your website, they should <span style="text-decoration: underline;">always</span> be contextual, authoritative and built in a whitehat manner. These are your holy grail, so don&#8217;t take any short cuts, this 5% often makes up 75%+ of my budget.</p>
<p>Example A is a real client of mine so we can follow exactly some of the steps I took to build up their Primary Links.</p>
<p>1. Located Business Archives both in and outside of the tech niche and manually created profiles on all of them. Each profile is different text. Nothing spun, nothing repeated, all whitehat. Here are a few samples to give you an idea:</p>
<div>
<div>Code:</div>
<pre dir="ltr">crunchbase.com
killerstartups.com
go2web20.net
tradevibes.com
startupping.com
venturebeatprofiles.com
yellowpages.ca (Canada)
canadianbusinessdirectory.ca (canada)
directorylocal.com (USA)
Superpages.com
dir.yahoo.com
clickstate.com
allpages.com

http://en.wikipedia.org/wiki/List_of_companies_of_the_United_States

http://ylm.ca/ylm/ylm_home.aspx?f=460 (Canada Tech Triangle)</pre>
</div>
<p>2. We created a tutorial for the employees of the company to teach them how to make Linkedin and Quora profiles, once these were set up to include backlinks we had each of them answer a question on Quora where they felt they had a good understanding of, and their colleges would upvote them. This created a fun team activity for the employees as well as a great deal of quality backlinks for the company. Of course if you aren&#8217;t a big marketing consultant or working with that type of company, these results can easily be created by one person and some time.</p>
<p>3. Targeting a journal or other high end article syndication is not always an easy task but it is one that can pay off in the long run. For this client it was the Harvard Business Review blog. For your client it could be something much smaller like a local news journal picking up a press release, or even contacting a blogger to sponsor a featured article. In our case we contacted a past published author and the client paid them to write a quality article on their behalf.</p>
<p>4. Professional websites are another great form of primary link. For our client it meant contact the people they provide a service to and getting a lot of homepage footer links. For you this could also mean renting page links monthly, buying high <acronym title="Page Ranking">pr</acronym> websites, or guest blogging to get a solid backlink.</p>
<p>The reason we avoided the McDonalds example in this section is because their style of business really doesn&#8217;t merit primary backlinks, other than news outlets. Their business style will mostly be involved in social backlinks. If you find that your consumer demographic is large and varied, and a heavy hitter with the youth/young adult demographic you are in the same boat and should just continue on.</p>
<p><strong><span style="text-decoration: underline;"><span style="color: #ff00ff;">High End Contextual Backlinks</span></span></strong></p>
<p>What I am talking about with High End Contextual Backlinks? These backlinks aren&#8217;t as well planted as your primary backlinks but they still take time thought and effort.</p>
<p>These backlinks may consist of comments, forum posts/profiles, on-page content, and social bookmarks. The difference is though they should have unique, contextual content posted with them. As if they were written by different people over time, giving them more authority than bulk bookmarking you are going to do later.</p>
<p><strong><span style="text-decoration: underline;"><span style="color: #ff00ff;">Mixed Backlinking</span></span></strong></p>
<p>Mixed backlinks are where you actually want to look for some middle of the road properties such as small web2.0 or crappy bookmarking sites, and have poor descriptions (if any) of the link.</p>
<p>These links are designed to be your “bad links” any time a website goes big everyone is talking about it; sadly it is a combination of both the people you want talking about it <span style="text-decoration: underline;">and</span>the people you don&#8217;t want talking about it. In order to make your <acronym title="Search Engine Optimization">SEO</acronym> look natural it is important to ensure that this demographic is represented.</p>
<p><strong><span style="text-decoration: underline;"><span style="color: #ff00ff;">Web2.0 Backlinks</span></span></strong></p>
<p>When you think about how the web has evolved (marketing as well for that matter) it has shifted away from webmasters and editors pushing content in one direction and become a constantly evolving conversation between multiple parties.</p>
<p>Chances are if people are talking about your business or website the conversation is happening on social media, social bookmarking and web2.0 properties.</p>
<p>While these are mostly bulk made backlinks take the time to make top quality spinnable articles rather than farming writeups out to low-end article writing chop-shops. The most important thing is the relation to keywords but it is important to note that Google does have the ability to detect the reading level of a passage.</p>
<p>Small List of Web2.0 Properties to get you started:</p>
<div>
<div>Code:</div>
<pre dir="ltr"><strong>PR9</strong>

http://wordpress.com

<strong>PR8</strong>

http://squidoo.com

http://weebly.com

http://livejournal.com

http://bravenet.com

<strong>PR7</strong>

http://blogger.com

http://blogsome.com

http://www.wetpaint.com

http://www.wikispaces.com

http://www.xanga.com

http://www.tripod.lycos.com

http://tumblr.com

http://quizilla.teennick.com

http://viviti.com

http://webs.com

http://knol.google.com

http://friendster.com

<strong><acronym title="Page Ranking">PR</acronym> 6</strong>

http://bigadda.com

http://blog.co.uk

http://blog.com

http://www.zimbio.com

http://gather.com

http://diaryland.com

http://edublogs.org

http://opendiary.com

http://sosblog.com

<strong>PR5</strong>

http://20six.co.uk

http://blog.ca

http://hubpages.com

http://blurty.com

http://upsaid.com

http://tabulas.com

http://tblog.com

http://terapad.com

http://shoutpost.com

http://thoughts.com

http://blogskinny.com

http://free-conversant.com

http://freeflux.net

<strong>PR4</strong>

http://blogeasy.com

http://blogstream.com

http://blogstudio.com

http://blogtext.org

http://insanejournal.com

http://journalfen.net

http://journalhub.com

http://bloxster.net

http://bloghi.com

http://mynewblog.com

http://netcipia.com

http://wikyblog.com

http://blogigo.com

http://freeblogit.com

<strong>PR3</strong>

http://blogono.com

http://blogr.com</pre>
</div>
<p>Small List of Social Bookmarking (Best for raw link or short descriptions)</p>
<div>
<div>Code:</div>
<pre dir="ltr"><strong>Major Sites</strong>
Twiiter.com
Digg.com
Stumbleupon.com
Reddit.com
Pinterest.com
BuzzFeed.com
Del.icio.us
tweetmeme.com
fark.com
slashdot.com
friendfeed.com
clipmarks.com
newsvine.com
diigo.com
Dzone.com
Chime.in
-------------------

<strong>Smaller Sites</strong>
a1-webmarks.com
agroots.com
bibsonomy.org
blinklist.com
Bookmax.net
Cloudytags.com
corank.com
folkd
gather.com
givealink.org
icio.de (german)
memotoo.com
Mister-Wong.com (german)
multiply.com
Plurk.com
Rambhai.com (India)
SocialAdr
TechCrsp.com
Thoof.com
Totalpad.com</pre>
</div>
<p>If you are looking for more social bookmarking websites you can check out:</p>
<p><a href="http://anonym.to/?http://www.social-bookmarking-sites-list.com/" target="_blank">http://www.social-bookmarking-sites-list.com/</a></p>
<p>This website lists over 700 social bookmarking sites, and can rank them by pagerank, do-follow and alexa rank.</p>
<p><strong><span style="text-decoration: underline;"><span style="font-size: medium;"><span style="color: #ff00ff;">Timing</span></span></span></strong></p>
<p>More than ever <acronym title="Search Engine Optimization">SEO</acronym> needs to slow down, blasting out hundreds of thousands of links, or even 1000 of links a day is something that will for sure get you a red flag in Google&#8217;s eyes.</p>
<p>When analyzing small sites as they grow you will notice that they have a constant amount of small link growth, coupled with small bursts of additional coverage.</p>
<p>From the results I&#8217;ve looked at it roughly seems that these bursts represent a 275% &#8211; 350% growth in links for 2 &#8211; 4 days, and then a 15% &#8211; 20% higher link value the following days until the next burst. Outside of this I try to limit growth to no more than 10% per week.</p>
<p>For example:</p>
<p>If your website gains 100 backlinks a day (obviously a very popular site) your burst days would be 375 &#8211; 450 backlinks. Then once it has settled down you will be gaining 115 &#8211; 120 backlinks per day again. The next week even if there is no burst I would move up to</p>
<p>While every site is different growth patterns are usually based on the news posting or sharing of a site, and thanks to the short attention span of the internet it usually quickly returns.</p>
<p>The only time there are exceptions to this rule is when a startup company, social media site or internet phenomenon takes off, their links skyrocket and are more than likely subject to some form of secondary algorithm.</p>
<p>To some of you the numbers in the example may seem high, to others it may seem low. It all depends on what type of site you are building, but remember far more often than not the quality of the link FAR outweighs the quantity. If your site is creating 1000 spammy links a day you are doing it wrong.</p>
<p><strong><span style="text-decoration: underline;"><span style="font-size: medium;"><span style="color: #ff00ff;">Reading Level</span></span></span></strong></p>
<p>This one may come as a surprise to many of you but Google is actively aware of the quality of your sites content by application of the Flesch–Kincaid reading level analysis.</p>
<p>After Google&#8217;s acquisition of MetaWeb on July 16th 2010, they began pushing further and further into the idea of “semantic search” to understand both user needs and webpage quality. By integrating MetaWeb&#8217;s early adaptation of page reading level analysis (and now having it as an option advanced search) Google showed that article quality was something key above all else. Perhaps why technical giants like Wikipedia were able to swoop up a number of high SERP rankings over the years.</p>
<p>Basically the way the Flesch–Kincaid system is scored is:</p>
<p>90.0–100.0 easily understood by an average 11-year-old student<br />
60.0–70.0 easily understood by 13- to 15-year-old students<br />
0.0–30.0 best understood by university graduates</p>
<p>The lower the score the more difficult the read. In general it&#8217;s best to aim for something between 25 &#8211; 40, and there are many online tools that will help you figure out the Flesch-Kincaid score of your page.</p>
<p>If you are a hardknock and want to figure out yourself the formula is as follows:</p>
<p><a href="http://anonym.to/?http://upload.wikimedia.org/wikipedia/en/math/4/e/0/4e00010b3dbb079fb3c8ab74482b9bef.png" target="_blank">http://upload.wikimedia.org/wikipedi&#8230;74482b9bef.png</a></p>
<p><strong><span style="text-decoration: underline;"><span style="font-size: medium;"><span style="color: #ff00ff;">Common Questions</span></span></span></strong></p>
<p><span style="text-decoration: underline;">Is drip feeding important?</span></p>
<p>I think it is certainly something of value, but in general I only use drip feeding when it is built into indexing tools. Otherwise if you are using a drip creation tool you are probably getting low quality articles, very little context, and more links than you actually need.</p>
<p><span style="text-decoration: underline;">What do I do if I am hit with penalty</span></p>
<p>If you are hit with penalty you will want to remove Google Webmaster Tools, and analytics from your website first.</p>
<p>You will then want to evaluate where your penalty may have come from and take steps to re-balance this. If you find your percent of one type of anchor are too high then continue to build others till it is at a more acceptable level.</p>
<p>Once you have resolved the penalty cause wait about a week then re-add Google Webmaster Tools and Google Analytics to your website.</p>
<p>At that time ping out updates regarding your website and you should be re-crawled in no time.</p>
<p><span style="text-decoration: underline;">So it&#8217;s not about bulk backlinks or just building on my keyword?</span></p>
<p>Nope, it used to be, but <acronym title="Search Engine Optimization">SEO</acronym> is rapidly changing. Now more than ever you want quality on-site and variety off-site. Remember if your <acronym title="Search Engine Optimization">SEO</acronym> was a result of natural web discussion there would be a ton of differences in every link, in fact very few of them would be the same. They would look different, go different places, and be on varying properties of varying value built over time.</p>
<p>It is now the goal of an <acronym title="Search Engine Optimization">SEO</acronym> specialist to work closely with clients to meld marketing and <acronym title="Search Engine Optimization">SEO</acronym> together, to guide them in whitehat practices that give clear long lasting results.</p>
<p>Sure there are methods that are blackhat that have some impact, but in a world of increasing penalties it&#8217;s always better to make good strong quality manual links (which is actually good for us &#8211; it means we can charge more as we can&#8217;t be beat out by bots).</p>
<p><span style="text-decoration: underline;">Are there any services on BHW that offer this type of <acronym title="Search Engine Optimization">SEO</acronym>?</span></p>
<p>They are starting to pop-up here and there, look for people who take a unique and long-term approach to a client site. Don&#8217;t expect results over night. When I make up <acronym title="Search Engine Optimization">SEO</acronym> plans for a client rather than set my goals for one month, I break the year down by quarters.</p>
<p><span style="text-decoration: underline;">Do spinnable articles still work?</span></p>
<p>The content on your site needs to be more carefully tended to than it has been in the past, spin articles are great for your backlinking and bookmarking; but for on-page content I would recommend hiring a professional or doing it yourself. Making sure to take care with keyword density and reading levels.</p>
<p><span style="text-decoration: underline;">I don&#8217;t agree with what you&#8217;ve said!/Link Spamming still works!</span></p>
<p>I am sure there are people who will argue, and I am sure there are people that will swear by link spamming. That is your opinion feel free to have and express it. I am not trying to tell you how to do <acronym title="Search Engine Optimization">SEO</acronym>, I am giving you my findings and my approach to dealing with changes that Google is pushing out more and more &#8211; if you don&#8217;t like them, don&#8217;t use them. It&#8217;s as simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/dealing-with-the-over-optimization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一些不错的google排名提升方法</title>
		<link>http://www.bucuo.net/some-good-google-ranking-to-enhance-the-method.html</link>
		<comments>http://www.bucuo.net/some-good-google-ranking-to-enhance-the-method.html#comments</comments>
		<pubDate>Wed, 04 Apr 2012 00:32:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=35</guid>
		<description><![CDATA[Pinging all you pages use this www.pingfarm.com You can also use http://www.indexkings.com/ to index fast your pages and get some backlinks if your luky. U can use it on your Web 2.0 properties for ex. Create blogspot/wordpress blogs for every keyword with an unique content article, and links to your FB page/main site&#8230;this work pretty well for me [...]]]></description>
			<content:encoded><![CDATA[<p>Pinging all you pages use this <a href="http://anonym.to/?http://www.pingfarm.com/" target="_blank">www.pingfarm.com</a></p>
<p>You can also use <a href="http://anonym.to/?http://www.indexkings.com/" target="_blank">http://www.indexkings.com/</a> to index fast your pages and get some backlinks if your luky. U can use it on your Web 2.0 properties for ex.</p>
<p>Create blogspot/wordpress blogs for every keyword with an unique content article, and links to your FB page/main site&#8230;this work pretty well for me</p>
<p>Think about sending some PDF articles about every keyword on scribd (PR9) it get indexed in less than 15min and you get high <acronym title="Page Ranking">PR</acronym> backlinks (just use it wisely, 5 to 10 pdfs)</p>
<p>Use Youtube videos to get more visits and link diversity.</p>
<p>U can also stimulate a kind of buzz on Social medias(Facebook specialy) google realy loves this, and push faster your site to the top. This method helped me bringing back a website penalised from No result to #5 spot in 1 week.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/some-good-google-ranking-to-enhance-the-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何识别Google对网站的惩罚和恢复</title>
		<link>http://www.bucuo.net/how-to-identify-the-punishment-of-the-google-website-and-recovery.html</link>
		<comments>http://www.bucuo.net/how-to-identify-the-punishment-of-the-google-website-and-recovery.html#comments</comments>
		<pubDate>Fri, 30 Mar 2012 11:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=33</guid>
		<description><![CDATA[1) Penalty recognition and removal: A) Did you got some private blog network backlinks? If you see a penalty some time after you got some private blog network post backlinks &#8211; even some long months later &#8211; it could meant that blog network got de-indexed (check your reports and forums for any comments about de-indexing networks). Penalty [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: medium;">1) Penalty recognition and removal:</span></strong></p>
<p><span style="text-decoration: underline;"><strong>A) Did you got some private blog network backlinks?</strong></span></p>
<p>If you see a penalty <strong>some time</strong> after you got some private blog network post backlinks &#8211; even some long months later &#8211; it could meant that blog network got de-indexed (check your reports and forums for any comments about de-indexing networks).</p>
<p><span style="color: red;">Penalty recognition:</span></p>
<p>- sudden drop in rankings without any reason (sometimes it could be 3-5 spots, sometimes 100-200 spots)<br />
- un-explained dancing (no backlinking/onsite optimization done in last 2 weeks)</p>
<p><span style="color: lime;">Solution:</span></p>
<p>If you see only dancing/small drop in rankings then it means your backlink diversity is low. Go and grab some different types of backlinks &#8211; mix of Manual Bookmarks (a lot of them from different providers) and unique article submission to article directories will help to regain your position &#8211; even stronger than before.</p>
<p><span style="text-decoration: underline;"><strong>B) Did you pinged your website/got some Whois posted to it?</strong></span></p>
<p>You can notice huge dancing (even tens of positions back and forward) or sudden drop way below top100.</p>
<p><span style="color: red;">Penalty recognition:</span></p>
<p>- sudden drop in rankings or heavy dancing<br />
- drop in just few keywords or group of related keywords</p>
<p>The main causes could be two:</p>
<p><span style="text-decoration: underline;">B1</span>) your onsite optimization is really poor<br />
<span style="text-decoration: underline;">B2</span>) you have nasty backlinking (some really poor backlinks/spam/porn links)</p>
<p>To determine which one is right &#8211; simply check what backlinks Google sees by checking Alexa backlink checker and Google search engine. If Alexa is not showing anything of ppor quality (spammed websites where you link is located) then search for your website as &#8211; domain.com (without quotes and without www or <a href="http://anonym.to/?http://%29/" target="_blank">http://)</a>. If you can see any spammy links (use your common sense to determine) within first 5 pages &#8211; then go ahead with B2 solution. If not &#8211; use B1 solution.</p>
<p><span style="color: lime;">Solution:</span></p>
<p><span style="text-decoration: underline;">B1</span>) Check your inner linking (for any dead ones), correct 301&#8242;s, proper site map, proper coding of website (no serious errors). I would suggest getting some webmaster to check your coding (he do not need access to your hosting &#8211; he should be able to work by reading your sites code with his browser) or using IBP (expensive but extensive) or SEOmoz (less expensive but really user friendly) &#8211; I didn&#8217;t tested other options so just check reviews on <acronym title="Search Engine Optimization">SEO</acronym> non-affiliate forums/blogs/review sites.<br />
After you are done hit your site with ping services (pingomatic, feed burner) and whois sites (hit it with like 1000-10.000 sites to get your site noticed by crawlers to re-check it).</p>
<p><span style="text-decoration: underline;">B2</span>) Build some high authority backlinks &#8211; perfectly 2-3 types of links.<br />
I would suggest high <acronym title="Page Ranking">PR</acronym> backlinks at first (any high <acronym title="Page Ranking">PR</acronym> backlinks will do really). Once you have some good number of them get them indexed at once (build SB links to them or run them by one of the indexing/crawling programs like Linklicious/Backlinks Indexer/Lindexed etc.)<br />
[For example - build some High <acronym title="Page Ranking">PR</acronym> (PR4+) forum profiles, High <acronym title="Page Ranking">PR</acronym> blog posts and High <acronym title="Page Ranking">PR</acronym> Web 2.0 properties]</p>
<p><span style="text-decoration: underline;"><strong>C) Did you created a lot of backlinks lately?</strong></span></p>
<p>You have created a lot of backlinks recently and your site is jumping around or lost a lot of rankings.</p>
<p><span style="color: red;">Penalty recognition:</span></p>
<p>- heavy dancing, moving up and down (from top position to out of top100 and backwards)<br />
- most of the keywords changed position right after backlinking (possibly for worst)<br />
- your website lost all rankings (but you can still see it in Google as top3 when you search for your own domain name without spaces etc.)</p>
<p><span style="color: lime;">Solution:</span></p>
<p><span style="text-decoration: underline;">C1</span>) You are not in top3 results when you search for domain.com (where domain = your domain name, .com = your extension &#8211; do not use www/http when searching for it in Google)</p>
<p>It means your website got serious penalty from Google &#8211; possibly soft one.<br />
<strong>DO NOT</strong> ask for reconsideration within Webmaster Tool in Google.</p>
<p>Follow those steps:<br />
- remove Google Analitycs from your site<br />
- close your Google Webmaster Tools account (cancel it)<br />
- log out from Gmail/Youtube (from now on always log out from them before accessing Google search results or your site)<br />
- opt out/log out from any Google owned business that could lead to <strong>YOU</strong> or to your website</p>
<p>Perform full onsite optimization &#8211; (Check step B1) but do not do Whois linking.<br />
Build quality backlinks to your site &#8211; Facebook, Twitter and whole group of Reputation Management business sites (Linkedin/Merchant Circle/YouTube/MySpace&#8230;). Do it manually or get a guy that can do this for you.<br />
Get some social backlinks (High <acronym title="Page Ranking">PR</acronym> Manual Bookmarks or Re-Tweets with your link in it).<br />
Get all links crawled (use Pingomatic or more advanced crawling service)<br />
After all this &#8211; wait for ~5 days and then submit your site to good list of Whois websites (minimum 1.000).</p>
<p><span style="text-decoration: underline;">C2</span>) You are on position 2-3 when you search for your domain name.</p>
<p>Build more diverse backlinks &#8211; create “Raw backlinks” (no anchor links) to your main page. You can use for this AMR &#8211; get some quality article from Ezine, do not spin it and submit it to article directories. As a link use your homepage url (not inner pages, just homepage).</p>
<p><span style="text-decoration: underline;">C3</span>) You are on position 1 when you search for your domain name.</p>
<p>This is just a dance. You can get few of crawling services (Pingomatic etc) and submit your site to them to speed up process of ranking selection.<br />
<strong>DO NOT</strong> submit your site to Whois sites at the beginning of dance as this can mislead you with further investigation on whats the problem.</p>
<p><span style="text-decoration: underline;"><strong>D) Did you maintained status Quo for last 2 months?</strong></span></p>
<p>You have done nothing in last 2 months but all suddenly all your keywords started to falling in rankings.</p>
<p><span style="color: red;">Penalty recognition:</span></p>
<p>- sudden drop in rankings without doing anything to the site by you<br />
- complete lost of rankings by all the keywords</p>
<p><span style="color: lime;">Solution:</span></p>
<p><span style="text-decoration: underline;">D1</span>) Your keyword is easy/medium competition</p>
<p>You lack link building &#8211; keep building backlinks on weekly or even daily basis. Try to diversify backlinks and fetch some high quality manual ones (Linkedin/Merchant Circle/YouTube/MySpace/Tumblr/Tweeter/Ezine&#8230;)<br />
You need to re-build your whole <acronym title="Search Engine Optimization">SEO</acronym> campaign so create a plan of backlinking and start getting them in proper quantities &#8211; use your common sense on how many of them. Regular site will use 3 different backlinks provider/sources a month (for example &#8211; Manual Bookmarking, Manual Web 2.0 and Scrapebox blast with 10K links &#8211; change strategy/providers each month).</p>
<p><span style="text-decoration: underline;">D2</span>) Your keyword is in high competitive niche</p>
<p>You need to check your backlinks.<br />
Go to Alexa.com and Google.com and search for your backlinks.<br />
When in Google.com search for domain.com (without quotes, where domain.com is your domain name).<br />
Go through first 10 pages (if there is as much as that) and look for backlinks you do not recognize.</p>
<p><span style="text-decoration: underline;">D2-A</span>) You found backlinks that you do not recognize (made by your competitor) &#8211; you need to make them weaker or stronger:</p>
<p><span style="text-decoration: underline;">D2-A1</span>) Make them stronger &#8211; build backlinks to those bad links (do not do it if the anchors are nasty ones like &#8211; “Porn”, “Fuck”, “Cocaine” etc or there is more than 1.000 outgoing links from the page). Get some proper Scrapebox blasts to those links in order to create authority in them. Around 100-500 backlinks per bad link is enough. Get all the backlinks created to badlinks crawled (use Linklicious/Lindexed/BacklinksIndexer).</p>
<p><span style="text-decoration: underline;">D2-A2</span>) Make them weaker &#8211; to do so you need to make your website authority one. Create high authority backlinks to your website comming from popular social sites + Wikipedia (if you can &#8211; possibly as a source link or in-article anchor) + Wiki sites (there is many service providers offering such a Wiki submission). Build few hundreds of high <acronym title="Page Ranking">PR</acronym> backlinks to your site without anchor (“Raw Link”). Get all the backlinks crawled using popular pinging/indexing services.<br />
If none happened &#8211; submit your site to Whois database after 2 weeks of creating major backlinks.<br />
Keep building backlinks constantly and take care of diversity so this wont happen again.</p>
<p><strong><span style="font-size: medium;">2) Avoiding Penalty and Google reviews:</span></strong></p>
<p><span style="color: red;">A) Onsite Optimization</span><br />
<span style="color: lime;">B) Offsite <acronym title="Search Engine Optimization">SEO</acronym></span><br />
<span style="color: blue;">C) Overall Quality Score[/B]</span></p>
<p><strong><span style="color: red;">A) Onsite Optimization</span></strong></p>
<p>You are required to keep a very good onsite optimization.<br />
You need to prevent having serious coding loops or errors as Google will detect it easily. Any dead links (within a site or going to other sites) can affect your rankings and cause problems.<br />
List of things to look at:</p>
<p>- Check your websites code for any serious errors. Your code should be W3C validated: <a href="http://www.blackhatworld.com/blackhat-seo/redirect-to/?redirect=http%3A%2F%2Fvalidator.w3.org%2F" target="_blank">http://validator.w3.org/</a><br />
- Check for dead links &#8211; Google hates them: <a href="http://www.blackhatworld.com/blackhat-seo/redirect-to/?redirect=http%3A%2F%2Fwww.brokenlinkcheck.com" target="_blank">http://www.brokenlinkcheck.com</a><br />
- Interlink your inner pages to main page (Inner Page linking to main page with one of your main Anchor) or other way around (main page linking through footer with Anchors to most valued inner pages &#8211; not too many though)<br />
- No excessive advertising &#8211; 2 ad blocks are enough, 3 is a lot, 4+ can affect your rankings<br />
- No linking out to Scam/Spam/Illegal sites &#8211; one link to Scam e-commerce shop can drain out your authority<br />
- Proper content quantity/quality for crawlers to index &#8211; 300 words article is not enough to fill whole website. Every site, even MNS should have more than 1 page and more than 300 words article<br />
- DO NOT post spinned content on your website &#8211; Google will index copied content as long as it is quality and related. Spinned content can get you de-indexed or penalized<br />
- You do not need to link to authority sites &#8211; by doing so you will pass some juice on them but also you will get more Google trust. Evaluate which option is best for you.</p>
<p><strong><span style="color: lime;">B) Offsite <acronym title="Search Engine Optimization">SEO</acronym></span></strong></p>
<p>To impress Google you need proper diversification and constant backlinking.</p>
<p>- Create different types of backlinks. There is no “Miracle Backlink”. You cant dominate results with just one backlink type and hope for Status Quo. You need to diversify your campaign so Google wont see any spam attempts. Even if you are #1 keep building diverse backlinks (if #1 was achieved by blog posts from<br />
private network &#8211; build some quality Web 2.0 and .Edu links for diversity and security).<br />
- Keep constant backlink flow. You cannot create 100K Scrapebox backlinks at once and expect best. Keep building backlinks daily, weekly or even monthly to maintain your good authority and trust within Google.<br />
a) Monthly backlinking example &#8211; buy automatic bookmarking, 10K Scrapebox blog comments and wiki links in one month &#8211; then in next one create new “campaign”<br />
b) Weekly backlinking example &#8211; create 1-2 different backlink types like Private Blog Network submission and Forum Profiles first week, .Edu backlinks and Linkpushing other week.<br />
c) Daily backlinking example &#8211; build daily amount of backlinks like blog comments, forum profiles bookmarks and manual high <acronym title="Page Ranking">PR</acronym> backlinks<br />
- Mix quality with quantity &#8211; Scrapebox or Xrumer links are good as long as you will mix them with high authority (or high <acronym title="Page Ranking">PR</acronym>) backlinks. Do not worry about getting 10K Scrapebox links &#8211; but add some extra high <acronym title="Page Ranking">PR</acronym> Bookmarks or Articles same week you done them for fast and secure results.<br />
- Get high authority backlinks indexed using indexing/crawling systems &#8211; any high authority (or high <acronym title="Page Ranking">PR</acronym>) backlink can be artificially forced to cue for crawling by Google without any negative penalty.</p>
<p><strong><span style="color: blue;">C) Overall Quality Score</span></strong></p>
<p>Look at your website as manual reviewer will do it.<br />
He have less than a minute to evaluate your website and he will look for following:<br />
- code/keyword report<br />
- relevance of content to keyword<br />
- ad spam/affiliate spam attempts<br />
- content lockers (do not use content locker if 100% of your traffic is from Google unless you are experienced in what you do)<br />
- misleading information/links</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/how-to-identify-the-punishment-of-the-google-website-and-recovery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>备份服务器或vps网站及数据库到Dropbox</title>
		<link>http://www.bucuo.net/backup-server-or-vps-web-site-and-database-to-the-dropbox-in-the.html</link>
		<comments>http://www.bucuo.net/backup-server-or-vps-web-site-and-database-to-the-dropbox-in-the.html#comments</comments>
		<pubDate>Wed, 28 Mar 2012 15:04:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站相关]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=22</guid>
		<description><![CDATA[保存下面代码为”dropbox.sh” #!/bin/bash DROPBOX_USER=&#34;Your Dropbox username&#34; DROPBOX_PASS=&#34;Your Dropbox password&#34; DROPBOX_DIR=&#34;Directory in your dropbox account to store the backups, e.g. /backups&#34; BACKUP_SRC=&#34;/home /var/www /var/git /etc /root&#34; BACKUP_DST=&#34;/tmp&#34; MYSQL_SERVER=&#34;127.0.0.1&#34; MYSQL_USER=&#34;root&#34; MYSQL_PASS=&#34;Your MySQL password&#34; &#160; # # Stop editing here. NOW=$(date +&#34;%Y.%m.%d&#34;) DESTFILE=&#34;$BACKUP_DST/$NOW.tgz&#34; &#160; # # Upload a file to Dropbox. # $1 = Source file # $2 = [...]]]></description>
			<content:encoded><![CDATA[<p>保存下面代码为”dropbox.sh”</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">#!/bin/bash
DROPBOX_USER=&quot;Your Dropbox username&quot;
DROPBOX_PASS=&quot;Your Dropbox password&quot;
DROPBOX_DIR=&quot;Directory in your dropbox account to store the backups, e.g. /backups&quot;
BACKUP_SRC=&quot;/home /var/www /var/git /etc /root&quot;
BACKUP_DST=&quot;/tmp&quot;
MYSQL_SERVER=&quot;127.0.0.1&quot;
MYSQL_USER=&quot;root&quot;
MYSQL_PASS=&quot;Your MySQL password&quot;
&nbsp;
#
# Stop editing here.
NOW=$(date +&quot;%Y.%m.%d&quot;)
DESTFILE=&quot;$BACKUP_DST/$NOW.tgz&quot;
&nbsp;
#
# Upload a file to Dropbox.
# $1 = Source file
# $2 = Destination file.
function dropboxUpload
{
	#
	# Code based on DropBox Uploader 0.6 from http://www.andreafabrizi.it/?dropbox_uploader
	LOGIN_URL=&quot;https://www.dropbox.com/login&quot;
	HOME_URL=&quot;https://www.dropbox.com/home&quot;
	UPLOAD_URL=&quot;https://dl-web.dropbox.com/upload&quot;
	COOKIE_FILE=&quot;/tmp/du_cookie_$RANDOM&quot;
	RESPONSE_FILE=&quot;/tmp/du_resp_$RANDOM&quot;
&nbsp;
    UPLOAD_FILE=$1
    DEST_FOLDER=$2
&nbsp;
	# Login
	echo -ne &quot; &gt; Logging in...&quot;
	curl -s -i -c $COOKIE_FILE -o $RESPONSE_FILE --data &quot;login_email=$DROPBOX_USER&amp;login_password=$DROPBOX_PASS&amp;t=$TOKEN&quot; &quot;$LOGIN_URL&quot;
	grep &quot;location: /home&quot; $RESPONSE_FILE &gt; /dev/null
&nbsp;
	if [ $? -ne 0 ]; then
		echo -e &quot; Failed!&quot;
		rm -f &quot;$COOKIE_FILE&quot; &quot;$RESPONSE_FILE&quot;
		exit 1
	else
		echo -e &quot; OK&quot;
	fi
&nbsp;
	# Load home page
	echo -ne &quot; &gt; Loading Home...&quot;
	curl -s -i -b &quot;$COOKIE_FILE&quot; -o &quot;$RESPONSE_FILE&quot; &quot;$HOME_URL&quot;
&nbsp;
	if [ $? -ne 0 ]; then
		echo -e &quot; Failed!&quot;
		rm -f &quot;$COOKIE_FILE&quot; &quot;$RESPONSE_FILE&quot;
		exit 1
	else
		echo -e &quot; OK&quot;
	fi
&nbsp;
	# Get token
	TOKEN=$(cat &quot;$RESPONSE_FILE&quot; | tr -d '\n' | sed 's/.*&lt;form action=&quot;https:\/\/dl-web.dropbox.com\/upload&quot;[^&gt;]*&gt;\s*&lt;input type=&quot;hidden&quot; name=&quot;t&quot; value=&quot;\([a-z 0-9]*\)&quot;.*/\1/')
&nbsp;
	# Upload file
	echo -ne &quot; &gt; Uploading '$UPLOAD_FILE' to 'DROPBOX$DEST_FOLDER/'...&quot;
    curl -s -i -b $COOKIE_FILE -o $RESPONSE_FILE -F &quot;plain=yes&quot; -F &quot;dest=$DEST_FOLDER&quot; -F &quot;t=$TOKEN&quot; -F &quot;file=@$UPLOAD_FILE&quot;  &quot;$UPLOAD_URL&quot;
    grep &quot;HTTP/1.1 302 FOUND&quot; &quot;$RESPONSE_FILE&quot; &gt; /dev/null
&nbsp;
    if [ $? -ne 0 ]; then
        echo -e &quot; Failed!&quot;
		rm -f &quot;$COOKIE_FILE&quot; &quot;$RESPONSE_FILE&quot;
        exit 1
    else
        echo -e &quot; OK&quot;
		rm -f &quot;$COOKIE_FILE&quot; &quot;$RESPONSE_FILE&quot;
    fi
}
&nbsp;
# Backup files.
mysqldump -u $MYSQL_USER -h $MYSQL_SERVER -p$MYSQL_PASS --all-databases &gt; &quot;$NOW-Databases.sql&quot;
tar cfz &quot;$DESTFILE&quot; $BACKUP_SRC &quot;$NOW-Databases.sql&quot;
&nbsp;
dropboxUpload &quot;$DESTFILE&quot; &quot;$DROPBOX_DIR&quot;
&nbsp;
rm -f &quot;$NOW-Databases.sql&quot; &quot;$DESTFILE&quot;</pre></div></div>

<p>然后更改文件权限</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">chmod +x dropbox.sh</pre></td></tr></table></div>

<p>可以设置每日定时备份</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;"> crontab -e
0 1 * * *       /bin/bash /root/dropbox.sh</pre></td></tr></table></div>

<p>没有dropbox的可以到<a href="http://db.tt/3LBdlOt7">http://db.tt/3LBdlOt7</a>申请</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/backup-server-or-vps-web-site-and-database-to-the-dropbox-in-the.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS下用yum配置php+mysql+apache</title>
		<link>http://www.bucuo.net/centos-yum-configuration-php-mysql-the-apache.html</link>
		<comments>http://www.bucuo.net/centos-yum-configuration-php-mysql-the-apache.html#comments</comments>
		<pubDate>Tue, 20 Mar 2012 00:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站相关]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=19</guid>
		<description><![CDATA[1. 安装Apahce, PHP, Mysql, 以及php连接mysql库组件。 yum -y install httpd php mysql mysql-server php-mysql 2. 配置开机启动服务 /sbin/chkconfig httpd on [设置apache服务器httpd服务开机启动] /sbin/chkconfig &#8211;add mysqld [在服务清单中添加mysql服务] /sbin/chkconfig mysqld on [设置mysql服务开机启动] /sbin/service httpd start [启动httpd服务,与开机启动无关] /sbin/service mysqld start [启动mysql服务,与开机无关] 3.设置mysql数据库root帐号密码。 mysqladmin -uroot password &#8216;newpassword&#8217; [引号内填密码] 4. 让mysql数据库更安全 mysql -uroot -p [此时会要求你输入刚刚设置的密码，输入后回车即可] mysql&#62; DROP DATABASE test; [删除test数据库] mysql&#62; DELETE FROM [...]]]></description>
			<content:encoded><![CDATA[<div>1. 安装Apahce, PHP, Mysql, 以及php连接mysql库组件。<br />
yum -y install httpd php mysql mysql-server php-mysql</p>
<p>2. 配置开机启动服务<br />
/sbin/chkconfig httpd on [设置apache服务器httpd服务开机启动]<br />
/sbin/chkconfig &#8211;add mysqld [在服务清单中添加mysql服务]<br />
/sbin/chkconfig mysqld on [设置mysql服务开机启动]</p>
<p>/sbin/service httpd start [启动httpd服务,与开机启动无关]<br />
/sbin/service mysqld start [启动mysql服务,与开机无关]</p>
<p>3.设置mysql数据库root帐号密码。<br />
mysqladmin -uroot password &#8216;newpassword&#8217; [引号内填密码]</p>
<p>4. 让mysql数据库更安全<br />
mysql -uroot -p [此时会要求你输入刚刚设置的密码，输入后回车即可]</p>
<p>mysql&gt; DROP DATABASE test; [删除test数据库]<br />
mysql&gt; DELETE FROM mysql.user WHERE user = ”; [删除匿名帐户]<br />
mysql&gt; FLUSH PRIVILEGES; [重载权限]</p>
<p>5. 按照以上的安装方式, 配置出来的默认站点目录为/var/www/html/新建一个php脚本:<br />
&lt;?</p></div>
<div>phpinfo();<br />
?&gt;</p>
<p>6. 新建一个数据库，添加一个数据库用户，设置用户权限。写个php脚本测试一下数据库连接吧。<br />
mysql&gt; CREATE DATABASE my_db;<br />
mysql&gt; GRANT ALL PRIVILEGES ON my_db.* TO &#8216;user&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;password&#8217;;</p>
<p>//安装apache扩展<br />
yum -y install httpd-manual mod_ssl mod_perl mod_auth_mysql<br />
//安装php的扩展<br />
yum install php-gd<br />
yum -y install php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc php-mcrypt<br />
//安装mysql扩展<br />
yum -y install mysql-connector-odbc mysql-devel libdbi-dbd-mysql</p></div>
<div></div>
<div>================================ 我是分隔线 ================================</div>
<div></div>
<div></div>
<div>1、修改php配置文件php.ini</div>
<div>这个文件依你安装的版本和目录不同，可能是/etc/php.ini 或者 /etc/php/php.ini,也可能是 /usr/local/etc/php/php.ini，修改register-golbals = Off 为 register-golbals = On 状态。</div>
<div></div>
<div>优化mysql：</div>
<div>在etc/my.cnf 中添加</div>
<div>
skip-name-resolve<br />
skip-locking<br />
skip-bdb<br />
skip-innodb</div>
<div></div>
<div></div>
<div>================================ 我是分隔线 ================================</div>
<p>php 更新到5.2以上</p>
<div>1.编辑vim /etc/yum.repos.d/CentOS-Base.repo  然后shift+g跳到最后一行添加并保存<br />
[c5-testing]<br />
name=CentOS-5 Testing<br />
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/<br />
enabled=0<br />
gpgcheck=1<br />
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing</p>
</div>
<div>2.停用其他源，就是要CentOS-Testing来搜索PHP的更新</div>
<div>yum &#8211;disablerepo=*&#8211;enablerepo=c5-testing check-update php*</div>
<div></div>
<div>3.如果没有问题就安装吧。<br />
yum&#8211;disablerepo=* &#8211;enablerepo=c5-testing update php*</p>
<p>确认一下版本，/usr/bin/php -v</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>apache 支持htaccess</p>
<p>&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride  None (改成ALL)<br />
&lt;/Directory&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>APACHE域名绑定</p>
<p>NameVirtualHost *:80 前的# 号去掉</p>
<p>&lt;VirtualHost *:80&gt;<br />
DocumentRoot /var/www/html/test.com<br />
ServerName www.test.com</p>
<p>ServerAlias test.com<br />
&lt;/VirtualHost&gt;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/centos-yum-configuration-php-mysql-the-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>获取来自Google搜索关键词</title>
		<link>http://www.bucuo.net/get-from-google-search-keywords.html</link>
		<comments>http://www.bucuo.net/get-from-google-search-keywords.html#comments</comments>
		<pubDate>Tue, 20 Mar 2012 00:29:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站相关]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.bucuo.net/?p=17</guid>
		<description><![CDATA[&#60;? preg_match(“#q=([^&#38;]+)#”,$_SERVER['HTTP_REFERER'],$tmp); echo urldecode($tmp[1]); ?&#62;]]></description>
			<content:encoded><![CDATA[<div>
&lt;?<br />
preg_match(“#q=([^&amp;]+)#”,$_SERVER['HTTP_REFERER'],$tmp);<br />
echo urldecode($tmp[1]);<br />
?&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bucuo.net/get-from-google-search-keywords.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

