<?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>chetangole.com/blog/ &#187; plug-in</title>
	<atom:link href="http://chetangole.com/blog/tag/plug-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://chetangole.com/blog</link>
	<description>Version alpha or beta ... still calculating.</description>
	<lastBuildDate>Mon, 12 Sep 2011 17:09:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>My First wordpress plugin released</title>
		<link>http://chetangole.com/blog/2008/12/my-first-wordpress-plugin-released/</link>
		<comments>http://chetangole.com/blog/2008/12/my-first-wordpress-plugin-released/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:49:24 +0000</pubDate>
		<dc:creator>Chetan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chetangole.com/blog/?p=886</guid>
		<description><![CDATA[Hacking or tweaking anything is my hobby. As his blog is based and running on WordPress blogging platform, hacking or tweaking into wordpress files was my daily work few days ago. WordPress provides a good facility called plugins for hacking your wordpress as per your needs. Recently i released my own and first wordpress plug-in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chetangole.com/blog/wp-content/uploads/2008/12/wordpress-plugin.jpg"><img class="alignleft size-full wp-image-887" title="wordpress-plugin" src="http://chetangole.com/blog/wp-content/uploads/2008/12/wordpress-plugin.jpg" alt="" width="133" height="52" /></a>Hacking or tweaking anything is my hobby. As his blog is based and running on WordPress blogging platform, hacking or tweaking into wordpress files was my daily work few days ago. WordPress provides a good facility called plugins for hacking your wordpress as per your needs. Recently i released my own and first wordpress plug-in called <a href="http://chetangole.com/blog/wp-copyprotect/">WP-CopyProtect</a>. I added the details about the plug-in on the plug-in page, that&#8217;s why not repeating same content here please read the respective page to get more information on the plug-in.<span id="more-886"></span></p>
<p>For developing a wordpress plug-in i learned basic PHP language, and taken information about the plug-in development from <a href="http://wordpress.org/extend/plugins/about/">wordpress plug-in developer center </a>.</p>
<p>Currently about 250+ plug-in downloads are recorded at <a href="http://wordpress.org/extend/plugins/wp-copyprotect/">WP-CopyProtect wordpress extend home</a>.<br />
I will develop few more plugins as per my needs and will share them with all.</p>
]]></content:encoded>
			<wfw:commentRss>http://chetangole.com/blog/2008/12/my-first-wordpress-plugin-released/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Make your WordPress blog secure [Prevent hacking attacks]</title>
		<link>http://chetangole.com/blog/2008/11/make-your-wordpress-blog-secure-prevent-hacking-attacks/</link>
		<comments>http://chetangole.com/blog/2008/11/make-your-wordpress-blog-secure-prevent-hacking-attacks/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 18:27:15 +0000</pubDate>
		<dc:creator>Chetan</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chetangole.com/blog/?p=780</guid>
		<description><![CDATA[WordPress is most popular blogging platform. Now a days if any one think about top level domain blogging, WordPress blogging softwares comes first in mind. Due to huge popularity of WordPress, now it may be Hackers next target [may be hackers are hacking many wordpress blogs]. Currently WordPress itself doesn&#8217;t have that much security constraints [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chetangole.com/blog/wp-content/uploads/2008/11/wordpress-secured.jpg"><img src="http://chetangole.com/blog/wp-content/uploads/2008/11/wordpress-secured.jpg" alt="" title="wordpress-secured" width="160" height="181" class="alignleft size-medium wp-image-785" /></a><a href="http://www.Wordpress.org">WordPress</a> is most popular blogging platform. Now a days if any one think about top level domain blogging, WordPress blogging softwares comes first in mind. Due to huge popularity of <strong>WordPress</strong>, now it may be <strong>Hackers</strong> next target [may be hackers are hacking many wordpress blogs]. </p>
<p>Currently WordPress itself doesn&#8217;t have that much <strong>security constraints</strong> in there software[though very frequent versions are launched by them, it is not that much secure], so better to take care about your wordpress blog by taking some preventive actions from hackers.<span id="more-780"></span></p>
<p>In this post, i will introduce you to few <strong>WordPress security</strong> related plug-ins that <strong>MUST</strong> be installed for a wordpress blog.If you know few more and good plug-ins please share with me.</p>
<p>Making a <strong>strong password</strong> is not the only key for a highly secure log-in. In wordpress default Username is &#8220;<strong>ADMIN</strong>&#8220;. Which is know to all, so just guest the password by &#8220;Guessing attack&#8221; or use &#8220;Brute force&#8221; attack and get the password.  Changing of username from wordpress panel is not allowed and not possible, but it is possible through your database admin panel [Like PHPmyAdmin,etc] but it is much risky and tricky. <em>Janis Elsts</em> developed a nice plug-in for this work. </p>
<blockquote><p>PLUG-IN : <strong>Change Admin Username</strong><br />
<a href="http://w-shadow.com/files/change-admin-username.zip">Download link</a> [3KB]<br />
<a href="http://w-shadow.com/blog/2008/07/24/change-admin-username-in-wordpress/">Plug-in Homepage</a></p></blockquote>
<p>This is a great plug-in for securing your wordpress blog, it will change your Admin Username as per your needs and hence Highly secure WordPress blog.</p>
<p>One more thing, do you want to keep track of IP address of user log-ins in your wordpress blog ? or want to keep eyes on failed [or successful] log-in attacks on your blog ?, there is one more nifty Plug-in developed by <em>Stephen Merriman</em>. Check it out.</p>
<blockquote><p>PLUG-IN : <strong>Login Logger</strong><br />
<a href="http://www.cre8d-design.com/wp-content/uploads/2007/07/loginlog.zip">Download link</a>[3KB]<br />
<a href="http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/">Plug-in Homepage</a></p></blockquote>
<p>This plug-in will keep track of your blogs Log-in attempts with time and IP-address of logger.</p>
<p>This is one more plug-in called &#8220;<a href="http://wordpress.org/extend/plugins/wp-security-scan/">WP Security Scan</a>&#8221; this plug-in is well know for its security tests for WordPress security.</p>
<p>I am using all above plug-ins and yes all are working fine and they are really MUST HAVE for any wordpress blogger, else hackers on your way.</p>
]]></content:encoded>
			<wfw:commentRss>http://chetangole.com/blog/2008/11/make-your-wordpress-blog-secure-prevent-hacking-attacks/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

