<?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>PlusLike.com</title>
	<atom:link href="http://www.pluslike.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pluslike.com</link>
	<description>SEO, Blogging, Money Making</description>
	<lastBuildDate>Fri, 05 Aug 2011 13:21:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>WPunplugged Script for Emergency WordPress plugin management</title>
		<link>http://www.pluslike.com/wpunplugged-script-for-emergency-wordpress-plugin-management/</link>
		<comments>http://www.pluslike.com/wpunplugged-script-for-emergency-wordpress-plugin-management/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 13:18:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pluslike.com/?p=1039</guid>
		<description><![CDATA[WPunplugged is a Php script . It manages your WordPress plugins even when you cannot access to Wp Admin, and it allows you to deactivate or activate plugins. Only for plugins developers ! Tested on WordPress 3.2.1 Please use this script with care. Using the WPunplugged Script If you created a plugin that hangs your [...]]]></description>
				<content:encoded><![CDATA[<p><strong>WPunplugged</strong> is a Php script . It manages your WordPress plugins even when you cannot access to Wp Admin, and it allows you to deactivate or activate plugins.</p>
<p><strong>Only for plugins developers !</strong></p>
<p><strong>Tested on WordPress 3.2.1</strong></p>
<p>Please use this script with care.</p>
<p><strong>Using the WPunplugged Script</strong></p>
<p>If you created a plugin that hangs your WordPress installation, you can try the WPunplugged Script.</p>
<p>It is not a Plugin. It is a PHP script.</p>
<p><strong>Warnings</strong></p>
<p>You do not need to be logged in to use it. If you could login, you wouldn’t need the script.</p>
<p>Place this in the root of your WordPress installation. Do not upload this to your WordPress Plugins directory.</p>
<p>Delete the script when you are done for security reasons.</p>
<div id="attachment_62"><a href="http://www.pluslike.com/wp-content/uploads/2011/08/wpunplugged1.png"><img class="alignnone size-full wp-image-1040" title="wpunplugged1" src="http://www.pluslike.com/wp-content/uploads/2011/08/wpunplugged1.png" alt="" width="518" height="284" /></a><a href="http://www.borgauser.net/wp-content/uploads/2011/08/wpunplugged.png"><br />
</a>wpunplugged screenshot</div>
<p><strong>Directions for use</strong></p>
<p>Save the script below as a file called WPunplugged.php to the root of your WordPress installation (the same directory that contains wp-config.php).</p>
<p>Open in your browser http://example.com/WPunplugged.php.</p>
<p>Follow the instructions to activate or deactivate plugins. It’s easy : there are only two buttons.</p>
<p>Delete WPunplugged.php from your server when you are done. Do not leave it on your server as someone else could use it to manage your WordPress installation.</p>
<blockquote><p>
<code class="php plain">&lt;?php</code></p>
<div class="line number2 index1 alt1"><code class="php comments">/*</code></div>
<div class="line number3 index2 alt2"><code class="php spaces">    </code><code class="php comments">This program is free software; you can redistribute it and/or modify</code></div>
<div class="line number4 index3 alt1"><code class="php spaces">    </code><code class="php comments">it under the terms of the GNU General Public License as published by</code></div>
<div class="line number5 index4 alt2"><code class="php spaces">    </code><code class="php comments">the Free Software Foundation; either version 2 of the License, or</code></div>
<div class="line number6 index5 alt1"><code class="php spaces">    </code><code class="php comments">(at your option) any later version.</code></div>
<div class="line number8 index7 alt1"><code class="php spaces">    </code><code class="php comments">This program is distributed in the hope that it will be useful,</code></div>
<div class="line number9 index8 alt2"><code class="php spaces">    </code><code class="php comments">but WITHOUT ANY WARRANTY; without even the implied warranty of</code></div>
<div class="line number10 index9 alt1"><code class="php spaces">    </code><code class="php comments">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</code></div>
<div class="line number11 index10 alt2"><code class="php spaces">    </code><code class="php comments">GNU General Public License for more details.</code></div>
<div class="line number13 index12 alt2"><code class="php spaces">    </code><code class="php comments">You should have received a copy of the GNU General Public License</code></div>
<div class="line number14 index13 alt1"><code class="php spaces">    </code><code class="php comments">along with this program; if not, write to the Free Software</code></div>
<div class="line number15 index14 alt2"><code class="php spaces">    </code><code class="php comments">Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</code></div>
<div class="line number17 index16 alt2"><code class="php spaces">    </code><code class="php comments">Plugin Name: WPunplugged</code></div>
<div class="line number18 index17 alt1"><code class="php spaces">    </code><code class="php comments">Plugin URI: <code>http://www.pluslike.com </code><br />
</code></div>
<div class="line number19 index18 alt2"><code class="php spaces">    </code><code class="php comments">Description: Wpunplugged manages wordpress plugin outside wp</code></div>
<div class="line number20 index19 alt1"><code class="php spaces">    </code><code class="php comments">Version: 1.1</code></div>
<div class="line number21 index20 alt2"><code class="php spaces">    </code><code class="php comments">Author: PlusLike</code></div>
<div class="line number22 index21 alt1"><code class="php spaces">    </code><code class="php comments">Author URI: <code>http://www.pluslike.com </code></code></div>
<div class="line number23 index22 alt2"><code class="php comments">*/</code></div>
<div class="line number25 index24 alt2"><code class="php variable">$path_cfg</code><code class="php plain">=</code><code class="php string">"wp-config.php"</code><code class="php plain">;</code></div>
<div class="line number26 index25 alt1"><code class="php variable">$path_func</code><code class="php plain">=</code><code class="php string">"wp-includes/functions.php"</code><code class="php plain">;</code></div>
<div class="line number27 index26 alt2"><code class="php variable">$path_plug</code><code class="php plain">=</code><code class="php string">"wp-admin/includes/plugin.php"</code><code class="php plain">;</code></div>
<div class="line number28 index27 alt1"><code class="php variable">$msg_err_start</code><code class="php plain">=</code><code class="php string">"Are you in the 'wordpress' directory?"</code><code class="php plain">;</code></div>
<div class="line number29 index28 alt2"><code class="php keyword">global</code><code class="php variable">$wpdb</code><code class="php plain">;</code></div>
<div class="line number31 index30 alt2"><code class="php keyword">if</code><code class="php plain">(!@</code><code class="php keyword">include</code><code class="php plain">(</code><code class="php variable">$path_cfg</code><code class="php plain">)) </code><code class="php keyword">die</code><code class="php plain">(</code><code class="php string">"Error: $path_cfg not found. $msg_err_start"</code><code class="php plain">);</code></div>
<div class="line number32 index31 alt1"><code class="php keyword">if</code><code class="php plain">(!@</code><code class="php keyword">include_once</code><code class="php plain">(</code><code class="php variable">$path_func</code><code class="php plain">)) </code><code class="php keyword">die</code><code class="php plain">(</code><code class="php string">"Error: $path_func not found. $msg_err_start"</code><code class="php plain">);</code></div>
<div class="line number33 index32 alt2"><code class="php keyword">if</code><code class="php plain">(!@</code><code class="php keyword">include_once</code><code class="php plain">(</code><code class="php variable">$path_plug</code><code class="php plain">)) </code><code class="php keyword">die</code><code class="php plain">(</code><code class="php string">"Error: $path_plug not found. $msg_err_start"</code><code class="php plain">);</code></div>
<div class="line number34 index33 alt1"><code class="php keyword">if</code><code class="php plain">(!defined(</code><code class="php string">'DB_NAME'</code><code class="php plain">)) </code><code class="php keyword">die</code><code class="php plain">(</code><code class="php string">"ERROR: DB_NAME not defined. $msg_err_start"</code><code class="php plain">);</code></div>
<div class="line number36 index35 alt1"><code class="php keyword">function</code><code class="php plain">main() {</code></div>
<div class="line number38 index37 alt1"><code class="php variable">$msg_err_checked</code><code class="php plain">=</code><code class="php string">"No item was selected"</code><code class="php plain">;</code></div>
<div class="line number39 index38 alt2"><code class="php variable">$msg_ok</code><code class="php plain">=</code><code class="php string">"Successful !"</code><code class="php plain">;</code></div>
<div class="line number40 index39 alt1"><code class="php variable">$my_plug_path</code><code class="php plain">= WP_PLUGIN_DIR;</code></div>
<div class="line number42 index41 alt1"><code class="php spaces">        </code><code class="php keyword">if</code><code class="php plain">(</code><code class="php functions">count</code><code class="php plain">(</code><code class="php variable">$_POST</code><code class="php plain">) == 0)</code></div>
<div class="line number43 index42 alt2"><code class="php spaces">        </code><code class="php plain">{</code></div>
<div class="line number44 index43 alt1"><code class="php spaces">            </code><code class="php variable">$answer</code><code class="php plain">=</code><code class="php string">"&lt;div id='message' class='updated fade' style='width:50%; margin: 0 auto;text-align:center; color: #00529B; background-color: #BDE5F8; border: solid 1px #00529B'&gt;&lt;p&gt;&lt;strong&gt;On the left column there are active plugins. On the right column the inactive plugins.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;"</code><code class="php plain">;</code></div>
<div class="line number45 index44 alt2"><code class="php spaces">        </code><code class="php plain">}</code></div>
<div class="line number47 index46 alt2"><code class="php spaces">        </code><code class="php keyword">if</code><code class="php plain">(isset(</code><code class="php variable">$_POST</code><code class="php plain">[</code><code class="php string">'Submit1'</code><code class="php plain">]))</code></div>
<div class="line number48 index47 alt1"><code class="php spaces">        </code><code class="php plain">{</code></div>
<div class="line number49 index48 alt2"><code class="php spaces">            </code><code class="php variable">$plug_list</code><code class="php plain">= </code><code class="php variable">$_POST</code><code class="php plain">[</code><code class="php string">'plugact'</code><code class="php plain">];</code></div>
<div class="line number50 index49 alt1"><code class="php spaces">            </code><code class="php variable">$answer</code><code class="php plain">= ( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$plug_list</code><code class="php plain">) ? </code><code class="php string">'&lt;div id="message" style="width:50%; margin: 0 auto;textalign:center"&gt;&lt;p&gt;&lt;strong&gt;'</code><code class="php plain">.</code><code class="php string">"$msg_err_checked"</code><code class="php plain">.</code><code class="php string">'&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;'</code><code class="php plain">: </code><code class="php string">''</code><code class="php plain">);</code></div>
<div class="line number51 index50 alt2"><code class="php spaces">            </code><code class="php keyword">if</code><code class="php plain">( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$answer</code><code class="php plain">) )</code></div>
<div class="line number52 index51 alt1"><code class="php spaces">            </code><code class="php plain">{</code></div>
<div class="line number53 index52 alt2"><code class="php spaces">                </code><code class="php keyword">foreach</code><code class="php plain">(</code><code class="php variable">$plug_list</code><code class="php keyword">as</code><code class="php variable">$item</code><code class="php plain">)</code></div>
<div class="line number54 index53 alt1"><code class="php spaces">                </code><code class="php plain">{</code></div>
<div class="line number55 index54 alt2"><code class="php spaces">                    </code><code class="php variable">$path_full_plug</code><code class="php plain">=</code><code class="php variable">$my_plug_path</code><code class="php plain">.</code><code class="php string">'/'</code><code class="php plain">.</code><code class="php variable">$item</code><code class="php plain">;</code></div>
<div class="line number56 index55 alt1"><code class="php spaces">                    </code><code class="php plain">deactivate_plugins(</code><code class="php variable">$path_full_plug</code><code class="php plain">);</code></div>
<div class="line number57 index56 alt2"><code class="php spaces">                </code><code class="php plain">}</code></div>
<div class="line number58 index57 alt1"><code class="php spaces">            </code><code class="php variable">$answer</code><code class="php plain">.=</code><code class="php string">"&lt;div id='message' class='updated fade' style='width:50%; margin: 0 auto;text-align:center; color: #4F8A10; background-color:#DFF2BF; border: solid 1px #4F8A10'&gt;&lt;p&gt;&lt;strong&gt;$msg_ok&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;"</code><code class="php plain">;</code></div>
<div class="line number59 index58 alt2"><code class="php spaces">            </code><code class="php plain">}</code></div>
<div class="line number60 index59 alt1"><code class="php spaces">        </code><code class="php plain">}</code></div>
<div class="line number62 index61 alt1"><code class="php spaces">        </code><code class="php keyword">if</code><code class="php plain">(isset(</code><code class="php variable">$_POST</code><code class="php plain">[</code><code class="php string">'Submit2'</code><code class="php plain">]))</code></div>
<div class="line number63 index62 alt2"><code class="php spaces">        </code><code class="php plain">{</code></div>
<div class="line number64 index63 alt1"><code class="php spaces">            </code><code class="php variable">$plug_list</code><code class="php plain">= </code><code class="php variable">$_POST</code><code class="php plain">[</code><code class="php string">'plug_no_act'</code><code class="php plain">];</code></div>
<div class="line number65 index64 alt2"><code class="php spaces">            </code><code class="php variable">$answer</code><code class="php plain">= ( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$plug_list</code><code class="php plain">) ? </code><code class="php string">'&lt;div id="message" style="width:50%; margin: 0 auto;text-align:center"&gt;&lt;p&gt;&lt;strong&gt;'</code><code class="php plain">.</code><code class="php variable">$msg_err_checked</code><code class="php plain">.</code><code class="php string">'&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;'</code><code class="php plain">: </code><code class="php string">''</code><code class="php plain">);</code></div>
<div class="line number66 index65 alt1"><code class="php spaces">            </code><code class="php keyword">if</code><code class="php plain">( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$answer</code><code class="php plain">) )</code></div>
<div class="line number67 index66 alt2"><code class="php spaces">            </code><code class="php plain">{</code></div>
<div class="line number68 index67 alt1"><code class="php spaces">                </code><code class="php keyword">foreach</code><code class="php plain">(</code><code class="php variable">$plug_list</code><code class="php keyword">as</code><code class="php variable">$item</code><code class="php plain">)</code></div>
<div class="line number69 index68 alt2"><code class="php spaces">                </code><code class="php plain">{</code></div>
<div class="line number70 index69 alt1"><code class="php spaces">                    </code><code class="php variable">$path_full_plug</code><code class="php plain">=</code><code class="php variable">$my_plug_path</code><code class="php plain">.</code><code class="php string">'/'</code><code class="php plain">.</code><code class="php variable">$item</code><code class="php plain">;</code></div>
<div class="line number71 index70 alt2"><code class="php spaces">                    </code><code class="php plain">activate_plugins(</code><code class="php variable">$path_full_plug</code><code class="php plain">);</code></div>
<div class="line number72 index71 alt1"><code class="php spaces">                </code><code class="php plain">}</code></div>
<div class="line number73 index72 alt2"><code class="php spaces">            </code><code class="php variable">$answer</code><code class="php plain">.=</code><code class="php string">"&lt;div id='message' class='updated fade' style='width:50%; margin: 0 auto;text-align:center; color: #4F8A10; background-color: #DFF2BF; border: solid 1px #4F8A10'&gt;&lt;p&gt;&lt;strong&gt;$msg_ok&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;"</code><code class="php plain">;</code></div>
<div class="line number74 index73 alt1"><code class="php spaces">            </code><code class="php plain">}</code></div>
<div class="line number75 index74 alt2"><code class="php spaces">        </code><code class="php plain">}</code></div>
<div class="line number77 index76 alt2"><code class="php spaces">        </code><code class="php keyword">return</code><code class="php plain">( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$answer</code><code class="php plain">) ? false : </code><code class="php variable">$answer</code><code class="php plain">);</code></div>
<div class="line number78 index77 alt1"><code class="php spaces">    </code><code class="php plain">}</code></div>
<div class="line number79 index78 alt2"><code class="php variable">$answer</code><code class="php plain">= main();</code></div>
<div class="line number80 index79 alt1"><code class="php plain">?&gt;</code></div>
<div class="line number82 index81 alt1"><code class="php plain">&lt;!DOCTYPE html PUBLIC </code><code class="php string">"-//W3C//DTD XHTML 1.0 Transitional//EN"</code><code class="php string">"<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"</code><code class="php plain">&gt;</code></div>
<div class="line number83 index82 alt2"><code class="php plain">&lt;html xmlns=</code><code class="php string">"<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"</code><code class="php plain">dir=</code><code class="php string">"ltr"</code><code class="php plain">lang=</code><code class="php string">"en-US"</code><code class="php plain">&gt;</code></div>
<div class="line number84 index83 alt1"><code class="php plain">&lt;head&gt;</code></div>
<div class="line number85 index84 alt2"><code class="php plain">&lt;meta http-equiv=</code><code class="php string">"Content-Type"</code><code class="php plain">content=</code><code class="php string">"text/html; charset=UTF-8"</code><code class="php plain">/&gt;</code></div>
<div class="line number86 index85 alt1"><code class="php plain">&lt;title&gt;WPunplugged - an emergency plugin management -&lt;/title&gt;</code></div>
<div class="line number87 index86 alt2"><code class="php plain">&lt;link rel=</code><code class="php string">'stylesheet'</code><code class="php plain">href=</code><code class="php string">'wp-admin/load-styles.php?c=1&amp;amp;dir=ltr&amp;amp;load=global,wp-admin&amp;amp;ver=dcd4e2bc8b3d4685019b468cdef8a60d'</code><code class="php plain">type=</code><code class="php string">'text/css'</code><code class="php plain">media=</code><code class="php string">'all'</code><code class="php plain">/&gt;</code></div>
<div class="line number88 index87 alt1"><code class="php plain">&lt;link rel=</code><code class="php string">'stylesheet'</code><code class="php plain">id=</code><code class="php string">'colors-css'</code><code class="php plain">href=</code><code class="php string">'wp-admin/css/colors-fresh.css?ver=20110121'</code><code class="php plain">type=</code><code class="php string">'text/css'</code><code class="php plain">media=</code><code class="php string">'all'</code><code class="php plain">/&gt;</code></div>
<div class="line number89 index88 alt2"><code class="php plain">&lt;!--[</code><code class="php keyword">if</code><code class="php plain">lte IE 7]&gt;</code></div>
<div class="line number90 index89 alt1"><code class="php plain">&lt;link rel=</code><code class="php string">'stylesheet'</code><code class="php plain">id=</code><code class="php string">'ie-css'</code><code class="php plain">href=</code><code class="php string">'wp-admin/css/ie.css?ver=20101102'</code><code class="php plain">type=</code><code class="php string">'text/css'</code><code class="php plain">media=</code><code class="php string">'all'</code><code class="php plain">/&gt;</code></div>
<div class="line number91 index90 alt2"><code class="php plain">&lt;![</code><code class="php keyword">endif</code><code class="php plain">]--&gt;</code></div>
<div class="line number92 index91 alt1"><code class="php plain">&lt;/head&gt;</code></div>
<div class="line number93 index92 alt2"><code class="php plain">&lt;body&gt;</code></div>
<div class="line number94 index93 alt1"><code class="php plain">&lt;div </code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">'wrap'</code><code class="php plain">&gt;</code></div>
<div class="line number95 index94 alt2"><code class="php plain">&lt;h2&gt;&lt;center&gt;WPunplugged - an emergency plugin management -&lt;/h2&gt;&lt;/center&gt;&lt;br&gt;</code></div>
<div class="line number96 index95 alt1"><code class="php plain">&lt;div id=</code><code class="php string">"message"</code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"updated fade"</code><code class="php plain">style=</code><code class="php string">"width:80%; margin: 0 auto;text-align:center;"</code><code class="php plain">&gt;&lt;p&gt;&lt;strong&gt;</code></div>
<div class="line number97 index96 alt2"><code class="php plain">Your </code><code class="php keyword">use</code><code class="php plain">of this script is at your sole risk. All code is provided </code><code class="php string">"as -is"</code><code class="php plain">, without any warranty, whether express </code><code class="php keyword">or</code><code class="php plain">implied, of its accuracy, completeness. &lt;br&gt;</code></div>
<div class="line number98 index97 alt1"><code class="php plain">Further, I shall not be liable </code><code class="php keyword">for</code><code class="php plain">any damages you may sustain by using this script, whether direct, indirect, special, incidental </code><code class="php keyword">or</code><code class="php plain">consequential.</code></div>
<div class="line number99 index98 alt2"><code class="php plain">&lt;br&gt;No leave it, no </code><code class="php keyword">use</code><code class="php plain">it in a production environment</code></div>
<div class="line number100 index99 alt1"><code class="php plain">&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;br&gt;</code></div>
<div class="line number101 index100 alt2"><code class="php plain">&lt;?php</code></div>
<div class="line number102 index101 alt1"><code class="php functions">echo</code><code class="php variable">$answer</code><code class="php plain">;</code></div>
<div class="line number103 index102 alt2"><code class="php plain">?&gt;</code></div>
<div class="line number104 index103 alt1"><code class="php plain">&lt;br&gt;</code></div>
<div class="line number105 index104 alt2"><code class="php plain">&lt;div id=</code><code class="php string">"bigbox"</code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"postbox "</code><code class="php plain">style=</code><code class="php string">"width: 60%;margin: 0 auto; text-align: center; padding: 5px 20px 20px 20px;"</code><code class="php plain">&gt;</code></div>
<div class="line number107 index106 alt2"><code class="php plain">&lt;div </code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"inside"</code><code class="php plain">&gt;</code></div>
<div class="line number108 index107 alt1"><code class="php plain">&lt;form action=</code><code class="php string">"&lt;?php echo $_SERVER['PHP_SELF'];?&gt;"</code><code class="php plain">method=</code><code class="php string">"post"</code><code class="php plain">&gt;</code></div>
<div class="line number110 index109 alt1"><code class="php plain">&lt;?php</code></div>
<div class="line number111 index110 alt2"><code class="php variable">$installed_plugins</code><code class="php plain">= get_plugins();</code></div>
<div class="line number112 index111 alt1"><code class="php keyword">foreach</code><code class="php plain">(</code><code class="php variable">$installed_plugins</code><code class="php keyword">as</code><code class="php variable">$pkey</code><code class="php plain">=&gt; </code><code class="php variable">$pval</code><code class="php plain">)</code></div>
<div class="line number113 index112 alt2"><code class="php plain">{</code></div>
<div class="line number114 index113 alt1"><code class="php spaces">    </code><code class="php keyword">if</code><code class="php plain">(is_plugin_active(</code><code class="php variable">$pkey</code><code class="php plain">))</code></div>
<div class="line number115 index114 alt2"><code class="php spaces">    </code><code class="php plain">{</code></div>
<div class="line number116 index115 alt1"><code class="php spaces">    </code><code class="php variable">$tmp_act</code><code class="php plain">[]=</code><code class="php variable">$pkey</code><code class="php plain">;</code></div>
<div class="line number117 index116 alt2"><code class="php spaces">    </code><code class="php plain">} </code><code class="php keyword">else</code></div>
<div class="line number118 index117 alt1"><code class="php spaces">    </code><code class="php plain">{</code></div>
<div class="line number119 index118 alt2"><code class="php spaces">    </code><code class="php variable">$tmp_no_act</code><code class="php plain">[]=</code><code class="php variable">$pkey</code><code class="php plain">;</code></div>
<div class="line number120 index119 alt1"><code class="php spaces">    </code><code class="php plain">}</code></div>
<div class="line number121 index120 alt2"><code class="php plain">}</code></div>
<div class="line number122 index121 alt1"><code class="php plain">?&gt;</code></div>
<div class="line number124 index123 alt1"><code class="php plain">&lt;div id=</code><code class="php string">"box_sx"</code><code class="php plain">style=</code><code class="php string">"width: 45%; float: left;margin: 0 auto; text-align: center;padding:5px 10px 10px 10px;"</code><code class="php plain">&gt;</code></div>
<div class="line number125 index124 alt2"><code class="php plain">&lt;h3&gt;Active plugin(s)&lt;/h3&gt;</code></div>
<div class="line number126 index125 alt1"><code class="php plain">&lt;ul style=</code><code class="php string">"text-align: left;"</code><code class="php plain">&gt;</code></div>
<div class="line number127 index126 alt2"><code class="php plain">&lt;?php</code></div>
<div class="line number128 index127 alt1"><code class="php keyword">if</code><code class="php plain">( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$tmp_act</code><code class="php plain">) )</code></div>
<div class="line number129 index128 alt2"><code class="php plain">{</code></div>
<div class="line number130 index129 alt1"><code class="php spaces">    </code><code class="php functions">echo</code><code class="php string">"&lt;br&gt;&lt;br&gt;&lt;center&gt;&lt;strong&gt;No active plugins&lt;/center&gt;&lt;/strong&gt;"</code><code class="php plain">;</code></div>
<div class="line number131 index130 alt2"><code class="php plain">}</code></div>
<div class="line number132 index131 alt1"><code class="php keyword">else</code></div>
<div class="line number133 index132 alt2"><code class="php plain">{</code></div>
<div class="line number134 index133 alt1"><code class="php spaces">    </code><code class="php keyword">foreach</code><code class="php plain">(</code><code class="php variable">$tmp_act</code><code class="php keyword">as</code><code class="php variable">$pkey</code><code class="php plain">=&gt; </code><code class="php variable">$pval</code><code class="php plain">)</code></div>
<div class="line number135 index134 alt2"><code class="php spaces">    </code><code class="php plain">{</code></div>
<div class="line number136 index135 alt1"><code class="php spaces">        </code><code class="php functions">echo</code><code class="php string">'&lt;li&gt;&lt;label&gt;&lt;input type="checkbox" name="plugact[]" value="'</code><code class="php plain">.</code><code class="php variable">$pval</code><code class="php plain">.</code><code class="php string">'" /&gt;'</code><code class="php plain">.</code><code class="php string">"\n"</code><code class="php plain">,</code><code class="php variable">$pval</code><code class="php plain">,</code><code class="php string">'&lt;br&gt;&lt;/label&gt;&lt;/li&gt;'</code><code class="php plain">;</code></div>
<div class="line number137 index136 alt2"><code class="php spaces">    </code><code class="php plain">}</code></div>
<div class="line number138 index137 alt1"><code class="php plain">}</code></div>
<div class="line number139 index138 alt2"><code class="php plain">?&gt;</code></div>
<div class="line number140 index139 alt1"><code class="php plain">&lt;/ul&gt;</code></div>
<div class="line number141 index140 alt2"><code class="php plain">&lt;br&gt;</code></div>
<div class="line number142 index141 alt1"><code class="php plain">&lt;/div&gt;</code></div>
<div class="line number144 index143 alt1"><code class="php plain">&lt;div id=</code><code class="php string">"box_dx"</code><code class="php plain">style=</code><code class="php string">"width: 45%; float: right;margin: 0 auto; text-align: center;padding:5px 10px 10px 10px;"</code><code class="php plain">&gt;</code></div>
<div class="line number145 index144 alt2"><code class="php plain">&lt;h3&gt;Inactive plugin(s)&lt;/h3&gt;</code></div>
<div class="line number146 index145 alt1"><code class="php plain">&lt;ul style=</code><code class="php string">"text-align: left;"</code><code class="php plain">&gt;</code></div>
<div class="line number147 index146 alt2"><code class="php plain">&lt;?php</code></div>
<div class="line number148 index147 alt1"><code class="php keyword">if</code><code class="php plain">( </code><code class="php functions">empty</code><code class="php plain">( </code><code class="php variable">$tmp_no_act</code><code class="php plain">) )</code></div>
<div class="line number149 index148 alt2"><code class="php plain">{</code></div>
<div class="line number150 index149 alt1"><code class="php spaces">    </code><code class="php functions">echo</code><code class="php string">"&lt;br&gt;&lt;br&gt;&lt;center&gt;&lt;strong&gt;No inactive plugins&lt;/center&gt;&lt;/strong&gt;"</code><code class="php plain">;</code></div>
<div class="line number151 index150 alt2"><code class="php plain">}</code></div>
<div class="line number152 index151 alt1"><code class="php keyword">else</code></div>
<div class="line number153 index152 alt2"><code class="php plain">{</code></div>
<div class="line number154 index153 alt1"><code class="php spaces">    </code><code class="php keyword">foreach</code><code class="php plain">(</code><code class="php variable">$tmp_no_act</code><code class="php keyword">as</code><code class="php variable">$pkey</code><code class="php plain">=&gt; </code><code class="php variable">$pval</code><code class="php plain">)</code></div>
<div class="line number155 index154 alt2"><code class="php spaces">    </code><code class="php plain">{</code></div>
<div class="line number156 index155 alt1"><code class="php spaces">        </code><code class="php functions">echo</code><code class="php string">'&lt;li&gt;&lt;label&gt;&lt;input type="checkbox" name="plug_no_act[]" value="'</code><code class="php plain">.</code><code class="php variable">$pval</code><code class="php plain">.</code><code class="php string">'" /&gt;'</code><code class="php plain">.</code><code class="php string">"\n"</code><code class="php plain">,</code><code class="php variable">$pval</code><code class="php plain">,</code><code class="php string">'&lt;br&gt;&lt;/label&gt;&lt;/li&gt;'</code><code class="php plain">;</code></div>
<div class="line number157 index156 alt2"><code class="php spaces">    </code><code class="php plain">}</code></div>
<div class="line number158 index157 alt1"><code class="php plain">}</code></div>
<div class="line number159 index158 alt2"><code class="php plain">?&gt;</code></div>
<div class="line number160 index159 alt1"><code class="php plain">&lt;/ul&gt;</code></div>
<div class="line number161 index160 alt2"><code class="php plain">&lt;br&gt;</code></div>
<div class="line number162 index161 alt1"><code class="php plain">&lt;/div&gt;</code></div>
<div class="line number164 index163 alt1"><code class="php plain">&lt;br </code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"clear"</code><code class="php plain">/&gt;</code></div>
<div class="line number165 index164 alt2"><code class="php plain">&lt;input </code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"button-primary"</code><code class="php plain">type=</code><code class="php string">"submit"</code><code class="php plain">name=</code><code class="php string">"Submit1"</code><code class="php plain">value=</code><code class="php string">"Deactivate Plugin(s)"</code><code class="php plain">style=</code><code class="php string">"float:left; margin-left:100px;"</code><code class="php plain">/&gt;</code></div>
<div class="line number166 index165 alt1"><code class="php plain">&lt;input </code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"button-primary"</code><code class="php plain">type=</code><code class="php string">"submit"</code><code class="php plain">name=</code><code class="php string">"Submit2"</code><code class="php plain">value=</code><code class="php string">"Activate Plugin(s)"</code><code class="php plain">style=</code><code class="php string">"float:right;margin-right:100px;"</code><code class="php plain">/&gt;</code></div>
<div class="line number167 index166 alt2"><code class="php plain">&lt;br </code><code class="php keyword">class</code><code class="php plain">=</code><code class="php string">"clear"</code><code class="php plain">/&gt;</code></div>
<div class="line number168 index167 alt1"><code class="php plain">&lt;/div&gt;</code></div>
<div class="line number169 index168 alt2"><code class="php plain">&lt;/div&gt;</code></div>
<div class="line number171 index170 alt2"><code class="php plain">&lt;/form&gt;</code></div>
<div class="line number172 index171 alt1"><code class="php plain">&lt;/body&gt;</code></div>
</blockquote>
<div class="line number173 index172 alt2">
<blockquote><p><code class="php plain">&lt;/html&gt;</code></p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/wpunplugged-script-for-emergency-wordpress-plugin-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Top 4 Free  Local Web Servers for Windows to Test Websites and Scripts</title>
		<link>http://www.pluslike.com/download-top-4-free-local-web-servers-for-windows-to-test-websites-and-scripts/</link>
		<comments>http://www.pluslike.com/download-top-4-free-local-web-servers-for-windows-to-test-websites-and-scripts/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 23:35:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[apache php mysql]]></category>
		<category><![CDATA[apache web server]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server side technologies]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WampServer]]></category>
		<category><![CDATA[web development environment]]></category>
		<category><![CDATA[web server software]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1034</guid>
		<description><![CDATA[If you’re designing a web application offline you will need to take the jump from client-side technologies like DHTML, to server-side technologies like PHP and Perl. One might also need to make use of databases to store data in case of content management projects. Hence you might need to test your work before you launch [...]]]></description>
				<content:encoded><![CDATA[<p>If you’re designing a web application offline you will need to take the jump from client-side technologies like DHTML, to server-side technologies like PHP and Perl. One might also need to make use of databases to store data in case of content management projects.</p>
<p>Hence you might need to test your work before you launch it into the public domain of the Internet. This can be done by using a <strong>local web server</strong>, which acts like a real online web server where you can test your projects offline.</p>
<h2>Best Local Web Server Software for Windows</h2>
<h3># WAMP (<a href="http://www.wampserver.com/en/download.php" rel="nofollow" target="_blank">Link</a>) – Best Local Web Server Software for Windows</h3>
<p>WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin to easily manage your databases.</p>
<p><object width="491" height="302" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DqEdTWjSnAQ?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="491" height="302" type="application/x-shockwave-flash" src="http://www.youtube.com/v/DqEdTWjSnAQ?fs=1&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>WampServer installs automatically (installer), and its usage is very intuitive. You will be able to tune your server without even touching the setting files. WampServer is the only packaged solution that will allow you to reproduce your production server. Once WampServer is installed, you have the possibility to add as many Apache, MySQL and PHP releases as you want.</p>
<h3># XAMPP (<a href="http://www.apachefriends.org/en/xampp-windows.html" rel="nofollow" target="_blank">Link</a>) – Easy to Use Local Web Servet localHost Tool</h3>
<p>Many people know from their own experience that it’s not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just download, extract and start.</p>
<p><object width="487" height="306" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KWRB-maTVyM?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="487" height="306" type="application/x-shockwave-flash" src="http://www.youtube.com/v/KWRB-maTVyM?fs=1&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>XAMPP is a free installer that has Apache / PHP / MYsql / perl and more integrated so you won’t have to configure anything yourself.</p>
<h3># USBWebserver (<a href="http://www.usbwebserver.net/en/download.php" rel="nofollow" target="_blank">Link</a>) – Portable Web Sever Software</h3>
<p>USBWebserver is a combination of the popular webserver software: Apache, MySQL, Php and PhpMyAdmin. With USBWebserver it is possible to develop and show your php websites, everywhere and anytime The advantage of USBWebserver is, you can use it from USB of even CD</p>
<p>USBWebserver is perfect for:</p>
<ul>
<li>Show a offline version of your website</li>
<li>Anywhere and anytime develop php websites</li>
<li>No need for expensive hosting</li>
<li>Working at multiple locations at projects</li>
<li>A good test before putting your website online</li>
<li>And many more</li>
</ul>
<h3># MoWeS Portable (<a href="http://www.chsoftware.net/en/mowes/mowesportable/main.htm" rel="nofollow" target="_blank">Link</a>) – Select Packages for Your Local Web Server</h3>
<p>MoWeS Portable II is a free software that enables you to quickly set up a WAMP (Windows, Apache, MySQL and PHP) system on any Windows system.<br />
Additionally, you can download so-called packages. Packages contain application software, such as TYPO3, MediaWiki, WordPress, Joomla!, etc., and are installed automatically.</p>
<p>These are practically useful if you are an developer and provide web application development services, which lets both you and your clients to test the software/scripts locally on a PC before deploying it online for analysis and bug testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/download-top-4-free-local-web-servers-for-windows-to-test-websites-and-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install PHP on Windows</title>
		<link>http://www.pluslike.com/how-to-install-php-on-windows/</link>
		<comments>http://www.pluslike.com/how-to-install-php-on-windows/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 23:12:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache http server]]></category>
		<category><![CDATA[ext]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[library extension]]></category>
		<category><![CDATA[menu shortcut]]></category>
		<category><![CDATA[random problems]]></category>
		<category><![CDATA[Version]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[zip package]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1030</guid>
		<description><![CDATA[Download &#38; Unpack Download and install PHP from http://windows.php.net/download/, you should grab the newest VC6 x86 Thread Safe zip package (VC6 is on the bottom half of the page). My file was named: php-5.2.7-Win32-VC6-x86.zip Warning against PHP Installer I would NOT use the &#8220;PHP Installer&#8221; version. The Installer version (even though it&#8217;s larger) is missing [...]]]></description>
				<content:encoded><![CDATA[<div>
<ol>
<li>
<h4>Download &amp; Unpack</h4>
<p>Download and install PHP from <a href="http://windows.php.net/download/" target="_blank">http://windows.php.net/download/</a>, you should grab the newest VC6 x86 Thread Safe zip package (VC6 is on the bottom half of the page).</p>
<p>My file was named: <em>php-5.2.7-Win32-VC6-x86.zip</em></p>
<table>
<tbody>
<tr>
<td>Warning against PHP Installer</td>
</tr>
<tr>
<td>I would NOT use the &#8220;PHP Installer&#8221; version. The Installer version (even though it&#8217;s larger) is missing some of the library/extension files you need for MySQL and it seems to have other random problems every time I try it. After multiple tries over several versions, my conclusion it is NOT worth the tiny bit of time it saves. So I highly recommend you use the PHP Zip Package version.</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>Warning VC6 -vs- VC9 (PHP 5.2 -vs- PHP 5.3)</td>
</tr>
<tr>
<td>PHP 5.3 is no longer available in a VC6 and you have to use old PHP 5.2 to get an officially Apache supported Window&#8217;s version (there&#8217;s warnings all down the left side of that download page). However, VC9 did work for me on Apache 2.2.17 with Windows7. However, I could not get VC9 (so PHP 5.3) to work on Windows XP.</td>
</tr>
</tbody>
</table>
</li>
<li>Unzip php. In my case, I unzipped to C:php</li>
<li>Rename C:phpphp.ini-development to php.ini</li>
<li>
<h4>Edit your php.ini</h4>
<p>Open php.ini in a text editor and scroll down about halfway through the file and look for doc_root then change it to point to whatever your Apache DocumentRoot is set to. In my case: doc_root = &#8220;C:public_html&#8221;</p>
<p>Scroll down about 7 more lines and change the extension_dir from ;extension_dir = &#8220;ext&#8221; to the location of the ext directory after you unzipped PHP. in my case: extension_dir = &#8220;C:phpext&#8221; (remove the ; from in front of it also)</li>
<li>
<h4>Editing Apache Conf File</h4>
<p>Using Notepad open <em>httpd.conf</em> (should be start-menu shortcut <em>&#8220;Apache HTTP Server 2.2 &gt; Configure Apache Server &gt; Edit the Apache httpd.conf Configuration File&#8221;</em>). Either at the very beginning or end of the file add the following lines: (<strong>NOTE:</strong> be sure to change BOTH C:/php parts to the directory you installed your php to)</p>
<pre>	LoadModule php5_module "<strong>C:/php</strong>/php5apache2_2.dll"
	AddType application/x-httpd-php .php
	PHPIniDir "<strong>C:/php</strong>"</pre>
</li>
<li>
<h4>[OPTIONAL] Editing Apache Conf File (part 2)</h4>
<p>To get Apache to automatically look for an index.php, search httpd.conf for <strong>DirectoryIndex</strong>(about line 212) and add the files you want apache to look for when a directory is loaded (if it doesn&#8217;t find any of these files, it displays folder contents). Mine looks like:</p>
<pre>&lt;IfModule dir_module&gt;
     DirectoryIndex index.php index.html default.html
&lt;/IfModule&gt;</pre>
</li>
<li>
<h4>Testing</h4>
<p>Restart Apache if it is already running (if it doesn&#8217;t start or you get errors, use your Apache &#8220;Test Configuration&#8221; shortcut in the Start Menu to see why).</p>
<p>To test your PHP simply create a <strong>test.php</strong> file in your Apache &#8220;DocumentRoot&#8221; folder (C:public_html in my case). In your test.php file, type these 3 lines and then load the file in your browser like <a href="http://localhost/test.php">http://localhost/test.php</a> (you should get a whole long list of php variables, settings, etc):</p>
<pre>&lt;?php
phpinfo();
?&gt;</pre>
</li>
<li>
<h4>Documentation Suggestion</h4>
<p>One weird thing I have noticed about PHP is that it does not come with documentation of any kind. If you are a php developer/programmer, I suggest you download the documentation. Downloads can be found on <a href="http://www.php.net/download-docs.php">http://www.php.net/download-docs.php</a> and I personally recommend the &#8220;English &#8211; Windows HTML Help&#8221; (chm) version as the search is so handy, although they all contain the same information.</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/how-to-install-php-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits of Expired Domain Names? How to Find &amp; Purchase Them</title>
		<link>http://www.pluslike.com/benefits-of-expired-domain-names-how-to-find-purchase-them/</link>
		<comments>http://www.pluslike.com/benefits-of-expired-domain-names-how-to-find-purchase-them/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:54:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[choice]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[expired domain name]]></category>
		<category><![CDATA[expired domain names]]></category>
		<category><![CDATA[google search engine]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[promotion activity]]></category>
		<category><![CDATA[Rank]]></category>
		<category><![CDATA[renewal period]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1027</guid>
		<description><![CDATA[Recently we discussed on Google Sandbox. The result of a sandbox effect is that a new website does not receive good Google search engine rankings for its targeted keywords or phrases for the first few months, hence reducing traffic. This happens in-spite of good content and inbound links. Google places new sites in sandbox for [...]]]></description>
				<content:encoded><![CDATA[<p>Recently we discussed on Google Sandbox. The result of a sandbox effect is that a new website does not receive good Google search engine rankings for its targeted keywords or phrases for the first few months, hence reducing traffic. This happens in-spite of good content and inbound links. Google places new sites in sandbox for the sole reason of preventing spammers to take advantage of Google’s algorithm thereby promoting websites who are serious about their future and contribution to the web.</p>
<p>One of the great ways to avoid the google sandbox effect is by purchasing an expired or to be expired domain name. An expired domain name is one which was in use for a while and was not renewed by the owner at the end of the renewal period. Generally webmasters do not renew their domain names because of the fact that they lose interest in the idea that was originally planned.</p>
<p><strong>Advantages of purchasing an expired domain name:</strong></p>
<p>1) Firstly, you can avoid the Google Sandbox effect – Since the domain name has been in existence for while, you can easily avoid the google sandbox effect</p>
<p>2) Backlinks – Ideally, every webmaster who purchases a domain name has a reason to purchase one and does end up doing a little bit of promotion before they realize that it’s not as easy as it looks like and then give up. Therefore, during the promotion activity a few backlinks would have been built up and taken advantage of.</p>
<p>3) Page Rank – If you’re lucky enough, you could find a domain name with PageRank. You will need to do a little bit of searching, but you can find one if you really put in the effort. If the webmaster had promoted the website well, it might have attained a page rank which of course you can take advantage of instantly.</p>
<p><strong>How to Find Expired Domain Names</strong></p>
<p>Now, I presume since you know the advantages of Expired domain names, you would like to know how you can locate them and purchase them as well, right? The following websites will help you:</p>
<p><a href="http://curiouslittleperson.com/benefits-of-expired-domain-names-how-to-find-purchase-them/hosterbox.com/expireddomains/" target="_blank">http://hosterbox.com/expireddomains/</a><br />
<a href="http://curiouslittleperson.com/benefits-of-expired-domain-names-how-to-find-purchase-them/expirednamesniper.com" target="_blank">http://expirednamesniper.com</a><br />
<a href="http://expiring.org/" target="_blank">http://expiring.org/</a></p>
<p>Using the above 3 websites, you can enter your choice of keyword and search for all Top Level Domain names (TLD’s) of your choice. Check them out!</p>
<p><a href="http://premiumdomainfinder.com/" target="_blank">http://premiumdomainfinder.com/ </a>- They actually send you a list of 25 expiring domains for you choice of keyword that could help you make a profitable website.</p>
<p><strong>Check Page Rank</strong></p>
<p>Let’s say that you’ve found a list of expiring domain names that you would like to purchase, a good idea would be to check they’re page rank to help us decide. You could use  the website <a href="http://www.masspagerank.com/" target="_blank">http://www.masspagerank.com/ </a>to help you check the page rank of all your preferred domains at once.</p>
<p><strong>Purchase Expired Domain Names</strong></p>
<p><em>That’s it from my end. If you have the right mind set and time on your hand , you could definitely take advantage of expired domains by finding a keyword rich domain name and avoid lot of start up and initial issues.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/benefits-of-expired-domain-names-how-to-find-purchase-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How &amp; Why to Find Your Competitors Backlinks</title>
		<link>http://www.pluslike.com/how-why-to-find-your-competitors-backlinks/</link>
		<comments>http://www.pluslike.com/how-why-to-find-your-competitors-backlinks/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[backlink url]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[quality amp]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1024</guid>
		<description><![CDATA[If you wish to rank higher in SERP’s for your targeted keywords, the only way to do so is backlinks. We’ve already discussed that Onpage SEO is one of the factors that will contribute to about 15-20% of the reason your post will rank highly in Google SERP’s and the rest 80-85% will be dependent [...]]]></description>
				<content:encoded><![CDATA[<p>If you wish to rank higher in SERP’s for your targeted keywords, the only way to do so is backlinks. We’ve already discussed that Onpage SEO is one of the factors that will contribute to about 15-20% of the reason your post will rank highly in Google SERP’s and the rest 80-85% will be dependent on your backlinks you build  – quality &amp; quantity</p>
<p>The best way to start your link building efforts for your targeted keywords is by finding out your competitors backlink profile.  There are two major reasons why this is a great approach:</p>
<ul>
<li>You can find out the backlink profile and diverse links of your competitors</li>
<li>You can probably build similar kinds of backlinks and even more to beat your competition</li>
</ul>
<p>Find Backlink Data</p>
<p>You could use the tool Backlink Watch to do this easily for you. Backlink watch is an excellent tool that gives the following details:</p>
<p>As soon as you plug in your competitors URL, you will start obtaining details like Anchor Text used for the backlink, PR of the backlink, outbound links from the backlink giving page and if any nofollow tag is used. This makes this tool very simple and easy to use.</p>
<p>&nbsp;</p>
<p>Now, for an example we’ve taken a very competitive keyword “hostgator review” and these were the results in Google. The site joshkotsay.com is ranking very well at 2nd position for this competitive keyword. This would imply that the webmaster is doing a great job with backlinking efforts and we use the tool http://backlinkwatch.com to figure out the site’s link profile and the total no. of backlinks.</p>
<p>If you dig into the results, you will find results as shown in the screenshot below:</p>
<p>Here you can see the backlink URL, Anchor Text, Outgoing Backlinks (OBL) and nofollow flag. If you go through the results, you will find that the webmaster has built a lot of backlinks using web 2.0 websites with the help of article marketing.</p>
<p>Now the idea is that you’ve found that the webmaster has a total of 513 backlinks and a very diverse link profile. If you’re interested in beating the competition you know that you have a lot of work ahead in front of you by building backlinks from various sources. So we suggest, that you take action and see the results</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/how-why-to-find-your-competitors-backlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pinging Your Backlinks for High Google Ranking</title>
		<link>http://www.pluslike.com/pinging-your-backlinks-for-high-google-ranking/</link>
		<comments>http://www.pluslike.com/pinging-your-backlinks-for-high-google-ranking/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[backlink]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[directory submissions]]></category>
		<category><![CDATA[farm]]></category>
		<category><![CDATA[google ranking]]></category>
		<category><![CDATA[Monkee]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1022</guid>
		<description><![CDATA[We’ve discussed various methods to build backlinks to your blog. Building backlinkswill help you rank higher in search engines, ultimately bringing you more organic traffic -  the dream of every webmaster. But did you know that when you build backlinks, it needs to be recognized by the search engines – so that you receive credit [...]]]></description>
				<content:encoded><![CDATA[<p>We’ve discussed various methods to build backlinks to your blog. Building backlinkswill help you rank higher in search engines, ultimately bringing you more organic traffic -  the dream of every webmaster.</p>
<p>But did you know that when you build backlinks, it needs to be recognized by the search engines – so that you receive credit for the backlinks. When you build up backlinks life forum profiles – they’re generally not found and recognized but search engines immediately – it might take a while to get recognized or end up not getting recognized at all.</p>
<p>A good way to help search engines recognize your backlinks is to ping them. However, there are many webmaster that wonder if it’s a good method to ping your backlinks. If you’re looking to get credit for your backlinks  – pinging your backlinks might be a good option.</p>
<p><strong>Firstly, Let’s understand Pinging</strong></p>
<p>Pinging is basically a way of notifying the search engines that you have written or posted something new to your website or blog page. When you ping the page where your backlink has been created – you’re notifying the search engines that a backlink has been created your site and you should get rewarded it (since a backlink is considered as a vote) for by a change in SERP’s.</p>
<p><strong>How to Ping Backlinks</strong></p>
<p>We’ve come across an excellent service called ping farm that helps you ping multiple links at once. You even have the option of importing a list of URL’s and pinging them.</p>
<p>How we use this – If you’re a frequent visitor on my blog – you would have learnt that we’ve discussed on Social Monkee. You could basically, pull out the report to get the backlinks once the submission is complete and ping the URL’s where the backlinks are placed.</p>
<p>If you’re using directory submissions to build backlinks or using blog commenting as a link building strategy, it’s a good idea to take those URL’s and ping them, so that the backlink gets recognized.</p>
<p><strong>How to Use Ping Farm</strong></p>
<ol>
<li>Go to <a title="Ping Farm" href="http://www.pingfarm.com/" target="_blank">pingfarm.com</a></li>
<li>Cut and paste your URL’s into the first box, or upload your text file. Ensure you place one URL per line.</li>
<li>Scroll down to the “Services to Ping” section and click the “MASS PING!” button.</li>
</ol>
<p><em>Feel free to share your experiences on pinging your backlinks and the results of the same</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/pinging-your-backlinks-for-high-google-ranking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Google Sandbox?</title>
		<link>http://www.pluslike.com/what-is-google-sandbox/</link>
		<comments>http://www.pluslike.com/what-is-google-sandbox/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:50:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[google search engine]]></category>
		<category><![CDATA[keyword phrases]]></category>
		<category><![CDATA[savvy world]]></category>
		<category><![CDATA[secondary keywords]]></category>
		<category><![CDATA[seo experts]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1020</guid>
		<description><![CDATA[According to the Google sandbox effect, Google temporarily reduces the page rank of new domains, placing them into what is referred to as its “sandbox”. This is done in an effort to counter the ways that search engine optimizers attempt to manipulate Google’s page ranking by creating lots of inbound links to a new web [...]]]></description>
				<content:encoded><![CDATA[<p>According to the Google sandbox effect, Google temporarily reduces the page rank of new domains, placing them into what is referred to as its “sandbox”. This is done in an effort to counter the ways that search engine optimizers attempt to manipulate Google’s page ranking by creating lots of inbound links to a new web site from other web sites that they own.</p>
<p><img title="Google Sandbox" src="http://curiouslittleperson.com/wp-content/uploads/2011/07/Google-Sandbox.jpg" alt="Google Sandbox" width="281" height="174" />The Google Sandbox effect has not been proven and is a concept that most SEO experts believe is applicable to only highly competitive or broad keyword phrases. The result of a sandbox effect is that a new website does not receive good Google search engine rankings for its targeted keywords or phrases for the first few months, hence reducing traffic. This happens in-spite of good content and inbound links. Google places new sites in sandbox for the sole reason of preventing spammers to take advantage of Google’s algorithm thereby promoting websites who are serious about their future and contribution to the web.</p>
<p>How do you know if you’re website is placed in Google Sandbox</p>
<p>Well, there is no hard and fast rule or a magic formula to tell you that. Here, we have listed down a few signals of a website being Sandboxed.</p>
<p>1) Having great unique content with proper on site SEO and still not ranking for your targeted keyword -  it’s likely that your site has been sandboxed</p>
<p>2) If your site has received a PR in an Google PR update because of your proper SEO efforts, but cannot be found for your main keyword in Google, as well as if it shows up for secondary keywords, or even those keywords that you are not trying to rank for, it’s very likely that your site has been sandboxed.</p>
<p>How to Get out of Google Sandbox?</p>
<p>It might sound strange and a little lame in this net savvy world, but one of the biggest factors in life is TIME. The same applies to websites which want to emerge out from a Google Sandbox. But that does not mean that stop your efforts, you having to continue building great content with proper on site SEO and keep building backlinks to your website. Over a period of time, you will notice that your keywords start ranking high in Google SERP’s – this happens because you’ve communicated your intent to Google that you’re here to stay and not to SPAM the web.</p>
<p>If you’re starting a new website and would like to avoid the Google sandbox, you could target low competition keywords which of course will have lower no. of searches as researchers and SEO experts believe that the Google Sandox applies to highly competitive &amp; broad keywords.</p>
<p>Do let us know if you think this is just a concept and not reality? Have any of your websites been through and emerged from a Google sandbox – we would love to hear your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/what-is-google-sandbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Mistakes to Avoid During Keyword Research</title>
		<link>http://www.pluslike.com/5-mistakes-to-avoid-during-keyword-research/</link>
		<comments>http://www.pluslike.com/5-mistakes-to-avoid-during-keyword-research/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:48:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[exact search]]></category>
		<category><![CDATA[fundamental step]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search numbers]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1018</guid>
		<description><![CDATA[Keyword Research is the fundamental step of Search Engine Optimization which should be performed by every webmaster before publishing content on the web. The right use of keywords helps draw targeted traffic to your blog &#38; using Keywords accurately in your posts plays a huge role in helping your pages rank high in search results. [...]]]></description>
				<content:encoded><![CDATA[<p>Keyword Research is the fundamental step of Search Engine Optimization which should be performed by every webmaster before publishing content on the web. The right use of keywords helps draw targeted traffic to your blog &amp; using Keywords accurately in your posts plays a huge role in helping your pages rank high in search results.</p>
<p>Of late, I’ve been involved in a lot of keyword research in different niches as im in the process of my first niche blog.  which i plan to monetize through google adsense.</p>
<p>5 Mistakes to Avoid During Keyword Research</p>
<p>&nbsp;</p>
<p>1. Exact Search Count – Always opt for exact search count during your keyword research. By default Google Keyword tool shows broad search count which is totally incorrect. Always make sure to opt for exact search count.</p>
<p><img title="Keyword Research" src="http://curiouslittleperson.com/wp-content/uploads/2011/07/Keyword-Research1.jpg" alt="Keyword Research1" width="500" height="105" /></p>
<p>In the above screenshot, you can check out the difference between Broad, Exact &amp; Phrase search numbers. Stay away from broad &amp; Phrase counts as they provide an incorrect picture of the searches.</p>
<p>2. Competition – Contrary to what everybody thinks the competition column is not your SEO competition.  This column shows the number of advertisers worldwide bidding on each keyword relative to all keywords across Google. The shaded bar represents a general low-to-high quantitative guide to help you determine how competitive ad placement is for a particular keyword.</p>
<p><img title="Keyword Research-1" src="http://curiouslittleperson.com/wp-content/uploads/2011/07/Keyword-Research-1.jpg" alt="Keyword Research 1" width="500" height="105" /></p>
<p>This basically means that if the competition column is very high, the keyword is very profitable. If you’re planning your website / blog through Google adsense, the next step would be to check the CPC. I would think anything more than $1 would be good to target.</p>
<p>Check out this Article from Google for more details</p>
<p>3. Long Tail Keywords &#8211; Don’t target a single keyword and build a whole site optimized for that. As, you will not receive the kind of traffic that the keyword tool suggest even if your rank #1 for that keyword as Google keeps dancing your sites around in SERP’s all throughout the day. Target atleast 8-10 long tail keywords with low competition related to the main keyword for traffic.</p>
<p>Keyword Research: Long Tail Keywords to Dominate A Niche</p>
<p>4. Exact Domain Match – Choosing whether to go with a Keyword domain name or branded domain name would ideally depend on what aspiration you have for your website.</p>
<p>A keyword domain name with reasonably good content will have anchor text from links pointing to your site. So in many cases, it is not the domain name that is influencing a sites ranking, it is the anchor text that helps the domain achieve good ranking for the targeted keyword.</p>
<p>A Branded domain name is something that is more apt to remember. If you are building a high quality site that you have large aspirations for, then an exact match domain is less important and you can opt for a name that you would like to see as a brand in the future. Remember that keywords in domain names for large websites have low value as specific keyword value in domain decreases as your website increases in content.</p>
<p>Read More on Importance of Keywords in a Domain Name</p>
<p>5. Traffic Trends – You need to ensure that the keyword your targeting gets consistent traffic through the year. There are keywords like fathers day, mothers day , Halloween etc that tend to get traffic only during those days or a few days before that. So that is to be kept in mind as well.</p>
<p><img title="Keyword Research Trend" src="http://curiouslittleperson.com/wp-content/uploads/2011/07/Keyword-Research-Trend.jpg" alt="Keyword Research Trend" width="500" height="66" /></p>
<p>As you can see in the Local search trends, the keyword “Haloween” gets it searches only during certain times of the month.</p>
<p>These are just few of the pointers which we could think of. It would be great , if you could add your own pointers on keyword research.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/5-mistakes-to-avoid-during-keyword-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Free Alternatives to Google Analytics</title>
		<link>http://www.pluslike.com/5-free-alternatives-to-google-analytics/</link>
		<comments>http://www.pluslike.com/5-free-alternatives-to-google-analytics/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:47:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[AWStats]]></category>
		<category><![CDATA[clicky clicky]]></category>
		<category><![CDATA[free statistics]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Piwik]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web analytics software]]></category>
		<category><![CDATA[web site analytics]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1016</guid>
		<description><![CDATA[If you’re a webmaster and trying to go places, you would have heard of Google Analytics – The free statistics tracking tool from Google. Although, Google Analytics is one of the best out there in the market, there are a few other that come into the competition as well. We’ve listed down 5 free good [...]]]></description>
				<content:encoded><![CDATA[<p>If you’re a webmaster and trying to go places, you would have heard of Google Analytics – The free statistics tracking tool from Google. Although, Google Analytics is one of the best out there in the market, there are a few other that come into the competition as well.</p>
<p><strong>We’ve listed down 5 free good alternatives to Google Analytics</strong></p>
<p><strong>1. Piwik</strong></p>
<p>Piwik is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.</p>
<p>Piwik is a PHP MySQL software program that you download and install on your own webserver. At the end of the five minute installation process you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track (or use an existing wordpress plugin to do it automatically for you) and access your analytics reports in real time.</p>
<p><a href="http://piwik.org/" target="_blank">Visit Piwik now</a></p>
<p><strong>2. Going Up</strong></p>
<p>GoingUp provides first class web site analytics and seo tools for your website. With GoingUp!, easilytrack visitors, monitor sales, see conversion rates, and improve your search strategies. GoingUp! offers the most complete web site analytics around.</p>
<p><a href="http://www.goingup.com/" target="_blank">Visit Going Up now</a></p>
<p><strong>3. Clicky</strong></p>
<p>Clicky is designed to be the easiest web analytics service you’ve ever used. They offer their service free upto 90,000 page views per month after which you would have to opt for the paid service. Clicky is a real time web analytics service. This means that when you login and view your stats, you are seeing up to the minute data on the traffic to your web site. Most services don’t let you see what’s happening “today” until the day after.</p>
<p><a href="http://getclicky.com/" target="_blank">Visit Clicky now</a></p>
<p><strong>4. Sitemeter</strong></p>
<p>Site Meter is a free, fast, and easy way to add a web counter to your web page. Not only can it display the number of visitors to your web site, it also keeps statistics on the number of visits each hour and every day. It also provides detailed information about these visitors. These statistics are provided in real time so they are always up-to-date.</p>
<p><a href="http://sitemeter.com/" target="_blank">Visit Sitemeter now</a></p>
<p><strong>5. JawStats</strong></p>
<p>JAWStats is a free web statistics and analytics package. It reads log files created by the ever-popular AWStats web statistics software and outputs the information in it’s own format.</p>
<p>JAWStats reads the log file(s) created by AWStats. AWStats must run as normal on your server, but the process of building HTML pages is no longer mandatory</p>
<p><a href="http://www.jawstats.com/" target="_blank">Visit JawStats now</a></p>
<p>Do let us know if you’ve used any other services apart from the ones mentioned above from tracking your sites statistics</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/5-free-alternatives-to-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Migrate Thesis SEO Values to All In One SEO</title>
		<link>http://www.pluslike.com/how-to-migrate-thesis-seo-values-to-all-in-one-seo/</link>
		<comments>http://www.pluslike.com/how-to-migrate-thesis-seo-values-to-all-in-one-seo/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 17:45:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[click of a button]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[great journey]]></category>
		<category><![CDATA[Importer]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[Pack]]></category>
		<category><![CDATA[search engine traffic]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Values]]></category>

		<guid isPermaLink="false">http://www.naeem.pk/?p=1014</guid>
		<description><![CDATA[Thesis is a great framework and an excellent theme. I’ve used this theme for the past 6 months and it’s been a great journey with this theme. One of the biggest advantages of the thesis theme is that you do not require an SEO plugin to help you optimize your blog, as thesis has their [...]]]></description>
				<content:encoded><![CDATA[<p>Thesis is a great framework and an excellent theme. I’ve used this theme for the past 6 months and it’s been a great journey with this theme.</p>
<p>One of the biggest advantages of the thesis theme is that you do not require an SEO plugin to help you optimize your blog, as thesis has their own SEO values.</p>
<p>However, at times you might decide to change your theme as you would like to go in for a fresh new look or just simply migrate your SEO values to all in one SEO plugin.</p>
<p><strong>How to Migrate Thesis SEO Values to All In One SEO</strong></p>
<p>You can use the plugin All in One SEO Pack Importer which will help you imports SEO data from Thesis to All in One SEO Pack. This is useful if you are leaving Thesis for a different theme or you prefer the superior SEO.</p>
<p>The plugin is very easy to use and with the click of a button you can migrate your thesis SEO values to All in One SEO plugin. Below is a screenshot:</p>
<p><img title="all in one seo pack importer" src="http://curiouslittleperson.com/wp-content/uploads/2011/07/all-in-one-seo-pack-importer.jpg" alt="all in one seo pack importer" width="305" height="165" /></p>
<p>The plugin is used as a one time and will help you maintain your SERP ranking in google and retain your search engine traffic.</p>
<p>Do let us know your experience if you’ve used this plugin ever in your blogging career</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pluslike.com/how-to-migrate-thesis-seo-values-to-all-in-one-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
