<?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>Ask Owen &#187; wordpress</title>
	<atom:link href="http://askowen.info/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://askowen.info</link>
	<description>Your friendly neighbourhood geek</description>
	<lastBuildDate>Wed, 16 May 2012 21:58:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Help! My WordPress site got hacked! What can I do?</title>
		<link>http://askowen.info/2012/04/help-my-wordpress-site-got-hacked-what-can-i-do/</link>
		<comments>http://askowen.info/2012/04/help-my-wordpress-site-got-hacked-what-can-i-do/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 20:22:39 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=1431</guid>
		<description><![CDATA[I&#8217;ve just gone to my website and found that it&#8217;s showing links to an unsavory site. I didn&#8217;t put them there and they weren&#8217;t there last week. Can you give me some pointers as to what I should be looking at? It&#8217;s a shame isn&#8217;t it? You put all that effort into building a site [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;ve just gone to my website and found that it&#8217;s showing links to an unsavory site. I didn&#8217;t put them there and they weren&#8217;t there last week. Can you give me some pointers as to what I should be looking at?</p>
<p><span id="more-1431"></span><br />
It&#8217;s a shame isn&#8217;t it? You put all that effort into building a site and some script kiddie comes along and violates it for you. You come along and find links to <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.mymedicalmalpracticeinsurance.com%2Fcalifornia-medical-malpractice-insurance.php&sref=rss">malpractice insurance california</a>, pharmaceuticals and all sort of things!</p>
<p>Anyway, here are a list of things to think about when cleaning the infection:</p>
<blockquote><p>Make sure that your files on the server are clean. That means deleting and re-uploading. Files that you don&#8217;t replace, should be swept.</p>
<p>Check for files that don&#8217;t belong, directories that don&#8217;t belong. Image files with changed timestamps &#8212; look at those. Its VERY common for there to be scripts on sites that are named in such a way to mask the fact that they are scripts.</p>
<p>Be suspicious, when youre looking at things.</p>
<p>Look at your permissions. Do you have world writable files? Any world-writable directories? Are they necessary?</p>
<p>You need to check your database. Look for rogue plugins being loaded, look for rogue users (specifically look for a user named wordpress). You will NOT see rogue plugins or rogue users in your wp-admin/ area. You need to check your database.</p>
<p>Make sure ALL of your plugins are current.</p>
<p>Make sure your wordpress is current.</p>
<p>Change your mysql password that wordpress uses (update your wp-config.php with that new password). Especiallly important in cases where you see changes to your <a class="zem_slink" title="MySQL" href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.mysql.com&sref=rss" rel="homepage" target="_blank">mysql database</a>.</p>
<p>Change any admin level passwords on your blog. Change your ftp password(s)</p>
<p>Scan your local machine for malware.</p>
<p>Look at any other software that&#8217;s being used on your site. Is it current?</p>
<p>That&#8217;s just an outline and not a complete list.</p>
<p>There&#8217;s quite a bit to do, but it&#8217;s all necessary.</p>
<p>If you cant do it all &#8212; get help.</p>
<p>Then there&#8217;s this:</p>
<p><a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fcodex.wordpress.org%2FFAQ_My_site_was_hacked&sref=rss">http://codex.wordpress.org/FAQ_My_site_was_hacked</a></p>
<p>and</p>
<p><a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fcodex.wordpress.org%2FHardening_WordPress&sref=rss">http://codex.wordpress.org/Hardening_WordPress</a></p></blockquote>
<p>That information was taken from one of the WordPress message board. It&#8217;s packed with good advice though, so worth checking out! Good luck!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/pixy.gif?x-id=c707ad8e-1e93-42df-82c5-d7ef75832a2d" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2012/04/help-my-wordpress-site-got-hacked-what-can-i-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get primary key of last inserted row into database?</title>
		<link>http://askowen.info/2012/04/how-to-get-primary-key-of-last-inserted-row-into-database/</link>
		<comments>http://askowen.info/2012/04/how-to-get-primary-key-of-last-inserted-row-into-database/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 20:52:35 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=1428</guid>
		<description><![CDATA[I&#8217;m writing a plugin for WordPress and I have a table with a AUTO_INCREMENT primary key field called ID. When a new row is inserted into the table, I&#8217;d like to get the ID value of the insertion. How do I do this? I ran into this the other day and tried using is a [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I&#8217;m writing a plugin for WordPress and I have a table with a AUTO_INCREMENT primary key field called ID. When a new row is inserted into the table, I&#8217;d like to get the ID value of the insertion. How do I do this?</p>
<p>I ran into this the other day and tried using is a method called mysql_insert_id which is the standard PHP way of doing this.It didn&#8217;t quite work though, as my queries were all going through the WordPress class $wpdb and I couldn&#8217;t guarantee that my query was the last thing that was being executed.</p>
<p>Well, it turns out that one can use the class varialbe $wpdb->insert_id which is updated with mysql_insert_id when your INSERT is completed. Now that&#8217;s easier than finding a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.compacc.com%2FArai-Signet-Q-Helmet&sref=rss">Arai Signet-q</a> when you&#8217;re really looking for one right? </p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2012/04/how-to-get-primary-key-of-last-inserted-row-into-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do I need to upgrade my blog?</title>
		<link>http://askowen.info/2009/03/do-i-need-to-upgrade-my-blog/</link>
		<comments>http://askowen.info/2009/03/do-i-need-to-upgrade-my-blog/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 22:18:26 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Weblogs]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=528</guid>
		<description><![CDATA[I have read on a website that there&#8217;s an important security update for WordPress. My blog is bestlinen.wordpress.com. Do I need to upgrade it? If so, how do I go about it? Looking at the name of your blog, I can tell that it&#8217;s hosted on the WordPress website, so you don&#8217;t need to worry [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I have read on a website that there&#8217;s an important security update for WordPress. My blog is bestlinen.wordpress.com. Do I need to upgrade it? If so, how do I go about it?</p>
<p><span id="more-528"></span><br />
Looking at the name of your blog, I can tell that it&#8217;s hosted on the WordPress website, so you don&#8217;t need to worry about upgrades, they will take care of that for you. Nice <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.finelinens.com%2F&sref=rss">Sferra</a> linens by the way. Anyway, if you were hosting your own hosting service, then it would be advisable to upgrade the blog as soon as possible.</p>
<p>Instructions to upgrade can be found on the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fcodex.wordpress.org%2FUpgrading_WordPress&sref=rss">upgrade page on the WordPress website</a>, however things are much easier since the more recent versions of WordPress, as you can now upgrade with a <a class="zem_slink" href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FPoint-and-click&sref=rss" title="Point-and-click" rel="wikipedia">single click</a> and let your blog do all the work. The one thing to remember is that you should always backup your site before kicking off an upgrade. Just in case, you can never be too sure; can you?</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif" alt=""><span class="zem-script more-related"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2009/03/do-i-need-to-upgrade-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I get a word count on my WordPress post?</title>
		<link>http://askowen.info/2009/01/how-do-i-get-a-word-count-on-my-wordpress-post/</link>
		<comments>http://askowen.info/2009/01/how-do-i-get-a-word-count-on-my-wordpress-post/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 16:44:54 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordcount]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=453</guid>
		<description><![CDATA[I hate not having word count with this new WordPress. Is there anything I can do? I found this question on Twitter by Ang from Ang&#8217;s Chicken Coop who had recently migrated to the latest version of WordPress and probably found that her WordPress plugin that did her word count wasn&#8217;t working any more. The [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I hate not having word count with this new WordPress. Is there anything I can do?</p>
<p><span id="more-453"></span><br />
I found this <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Ftwitter.com%2Fangkm67%2Fstatuses%2F1102084441&sref=rss">question on Twitter</a> by Ang from <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.angschickencoop.com%2F&sref=rss">Ang&#8217;s Chicken Coop</a> who had recently migrated to the latest version of <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpressguru.eu&sref=rss">WordPress</a> and probably found that her WordPress plugin that did her word count wasn&#8217;t working any more. The great thing is that WordPress now has a word count built into it, but she probably hadn&#8217;t spotted it, which can sometimes happen when you&#8217;re moving to new software and things suddenly change place.</p>
<p>Well, the great news is that you don&#8217;t even need a plugin any more; the word count is display on your screen right under your text editing area (shown below):</p>
<p><img class="aligncenter size-full wp-image-454" title="wordcount" src="http://askowen.info/wp-content/uploads/2009/01/wordcount.jpg" alt="wordcount" width="491" height="332" /></p>
<p>Voila, problem solved! I wish all my problems could be answered as easily as this one. Now if I had some <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.theaterseatstore.com%2F&sref=rss">home theater seating</a> in my home office, I would just put my feet up, put on a good movie and relax in the knowledge that I&#8217;ve helped someone today <img src='http://askowen.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2009/01/how-do-i-get-a-word-count-on-my-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How do I add my blog posts (WordPress) to my LinkedIn page?</title>
		<link>http://askowen.info/2008/10/how-do-i-add-my-blog-posts-wordpress-to-my-linkedin-page/</link>
		<comments>http://askowen.info/2008/10/how-do-i-add-my-blog-posts-wordpress-to-my-linkedin-page/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:16:13 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=404</guid>
		<description><![CDATA[I was looking at your profile on LinkedIn and noticed that you had your blog posts displayed there too. Can you tell me how you did that? It was only recently that LinkedIn announced an API for development teams to build Applications that can integrate with their website. The boys down at WordPress managed to [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I was looking at your profile on LinkedIn and noticed that you had your blog posts displayed there too. Can you tell me how you did that?</p>
<p><span id="more-404"></span><br />
It was only recently that LinkedIn announced an <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FApplication_programming_interface&sref=rss" title="Application programming interface" rel="wikipedia" class="zem_slink">API</a> for development teams to build Applications that can integrate with their website. The boys down at WordPress managed to <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpressguru.eu%2F2008%2F10%2Fwordpress-app-for-linkedin%2F&sref=rss">roll out an application</a> pretty sharpish that lets you specify a WordPress blog which gets fed into your Profile page. Here&#8217;s how to implement it:</p>
<div style="float: right;"><img class="alignright size-full wp-image-405" title="linkedin1" src="http://askowen.info/wp-content/uploads/2008/10/linkedin1.jpg" alt="" width="423" height="211"></div>
<ul>
<li>Click on &#8220;Applications&#8221; at the bottom of your left hand menu</li>
<li>Select the WordPress Application (shown alongside)</li>
<li>Click Update Settings on the WordPress Application main screen</li>
<li>Specify the URL of your blog. You can also specify here whether you want to display all posts or just those which you decorate appropriately.</li>
<li>Click Save</li>
</ul>
<p>If you visit your profile page, you&#8217;ll now see your blog posts showing there for the whole world to see.</p>
<p>It&#8217;s pretty useful I though, especially if your blog is very much in line with what your profile is about. It&#8217;s helpful to showcase your blog, especially if it serves as a vehicle for you to increase your credibility and spread your thoughts. Much better than fighting over <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.homedecorators.com%2FFurniture%2FHome_Bar%2FStools%2F&sref=rss">bar stools</a> and drinking <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.camra.org.uk%2F&sref=rss">beer</a> (though social events shouldn&#8217;t be undervalued)</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9621b930-28cf-4850-b5b9-da0d899d79a2"></div>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/10/how-do-i-add-my-blog-posts-wordpress-to-my-linkedin-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I add Google Video to my WordPress blog?</title>
		<link>http://askowen.info/2008/09/how-do-i-add-google-video-to-my-wordpress-blog/</link>
		<comments>http://askowen.info/2008/09/how-do-i-add-google-video-to-my-wordpress-blog/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 11:26:03 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[embedded media]]></category>
		<category><![CDATA[google video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=308</guid>
		<description><![CDATA[I have been trying to put Google video on on wordpress page with out success. Any ideas? Help? I got this question from my friend Leo who&#8217;s quickly becoming a WordPress fan. I knew he wasn&#8217;t talking about WordPress.com, because they have extra functionality to allow bloggers to embed Google Videos. In fact, inserting a [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I have been trying to put Google video on on wordpress page with out success. Any ideas? Help?</p>
<p><span id="more-308"></span><br />
I got this question from my friend <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwcx.me&sref=rss">Leo</a> who&#8217;s quickly becoming a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpressguru.eu&sref=rss">WordPress fan</a>. I knew he wasn&#8217;t talking about <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpress.com&sref=rss">WordPress.com</a>, because they have extra functionality to allow bloggers to embed Google Videos. In fact, inserting a piece of code like this:<br />
<code><span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=-8459301055248673864'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=-8459301055248673864'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='opaque' /></object></span><br />
</code><br />
allowed me to add a video directly to a post. You can see this on <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fowencsworld.wordpress.com%2F2008%2F09%2F04%2Fgoogle-video%2F&sref=rss">my test blog</a>.</p>
<p>It&#8217;s a bit less straight-forward on a self-hosted blog, but it&#8217;s not hard once you know how. Here&#8217;s what you do.</p>
<ol>
<li>Get the embed code from the Google Video you want to embed<br /><img src="http://askowen.info/wp-content/uploads/2008/09/gvideo1.png" alt="" title="gvideo1" width="378" height="241" class="aligncenter size-full wp-image-309" /></li>
<li>Insert it into the HTML view in your WordPress editor<br /><img src="http://askowen.info/wp-content/uploads/2008/09/gvideo2.png" alt="" title="gvideo2" width="500" height="148" class="aligncenter size-full wp-image-310" /></li>
</ol>
<p>And voila&#8217; here&#8217;s the video</p>
<div align="center"><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-4206826673549984946&#038;hl=en&#038;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></div>
<p>It&#8217;s an amusing clip of a biker driving his Harley off the road. He&#8217;s going to need lots of <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Frayprice.com%2Fparts.htm&sref=rss">Harley parts</a> to repair that bike! Hope he didn&#8217;t get too hurt.</p>
<p>Now. A couple of things to keep in mind. If you try editing your post again in &#8220;Visual&#8221; mode, <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpress.org&sref=rss">WordPress</a> messes up the embed code for you and you&#8217;ll need to embed it again. Also, this technique works for <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fyoutube.com&sref=rss">Youtube</a> and other video clips too.</p>
<p>Anyway .. I hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/09/how-do-i-add-google-video-to-my-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do I make WordPress permalinks work on nested domains?</title>
		<link>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/</link>
		<comments>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:36:33 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=304</guid>
		<description><![CDATA[GoDaddy’s Deluxe hosting allows for multiple websites all under one account. The way they do this is by pointing the domains to subfolders within the root. But, this poses a problem when trying to activate the permalink structures for these new sites since the 404 handling is pointing to the main root folder instead of [...]]]></description>
			<content:encoded><![CDATA[<p class="question">GoDaddy’s Deluxe hosting allows for multiple websites all under one account. The way they do this is by pointing the domains to subfolders within the root. But, this poses a problem when trying to activate the permalink structures for these new sites since the 404 handling is pointing to the main root folder instead of your domain’s root folder. I’m searching for a way to rectify this issue since I have quite a few clients in this situation. Any ideas?</p>
<p><span id="more-304"></span><br />
I got this question from <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.phycel.com%2F&sref=rss">Rene</a> who left it as a comment on a question about <a href="http://askowen.info/2008/05/make-wordpress-permalinks-work-on-godaddy/">making permalinks word on GoDaddy</a>. I&#8217;ve read a bit about the subject and there are two things you need to check.</p>
<p>The first relates to the fact that Apache uses a file called <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fhttpd.apache.org%2Fdocs%2Ftrunk%2Fhowto%2Fhtaccess.html&sref=rss">.htaccess</a> to control thinks like search-engine friendly permalinks. This file redirects request all URLs that don&#8217;t have a file associated with them to the main WordPress file and then WordPress can figure out which page to display.</p>
<p>Now .. the one thing you need to realise about .htaccess is that if Apache doesn&#8217;t find out, it will try the parent directory for the file and work it&#8217;s way up the tree until it finds a file. So, the first thing to check is that you do have a file called .htaccess in the root folder of your new blog to ensure it&#8217;s trapping requests.</p>
<p>The other thing to check is your wp-config file. I found a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.eshindirect.com%2F2008%2F08%2F08%2Fmultiple-domain-wordpress-installs-on-godaddy-deluxe-hosting-plan%2F&sref=rss">blog post</a> from someone who had a similar problem which suggests that the configuration file for the 2nd blog he created wasn&#8217;t working properly and ended up pointing at a different blog. This resulted in his URLs pointing at the parent blog and pages being redirected to the wrong place.</p>
<p>Unfortunately you&#8217;re going to have to try and debug this one, but I&#8217;m happy enough to give you a hand and update this article with whatever we find. It&#8217;s not as simple as clipping on a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.portablenebs.com%2Ftripleoximeter.htm&sref=rss">pulse oximeter</a> to see if your blood oxygen levels are low, but I&#8217;m sure we can get to the bottom of it in the end.</p>
<p>Let me know how you fare.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/09/how-do-i-make-wordpress-permalinks-work-on-nested-domains/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How do I upgrade my WordPress blog with Fantastico?</title>
		<link>http://askowen.info/2008/07/how-do-i-upgrade-my-wordpress-blog-with-fantastico/</link>
		<comments>http://askowen.info/2008/07/how-do-i-upgrade-my-wordpress-blog-with-fantastico/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 19:07:04 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[upgade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=217</guid>
		<description><![CDATA[My WordPress blog has recently been telling me it&#8217;s outdated and there&#8217;s a new version of WordPress. I had installed it using Fantastico on my hosting panel, how do I go about upgrading it? I got this question from the Webmistress down at Carper Diem, who was getting worried about all the alerts WordPress was [...]]]></description>
			<content:encoded><![CDATA[<p class="question">My WordPress blog has recently been telling me it&#8217;s outdated and there&#8217;s a new version of WordPress. I had installed it using Fantastico on my hosting panel, how do I go about upgrading it?</p>
<p><span id="more-217"></span><br />
I got this question from the Webmistress down at <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fcarper-diem.com&sref=rss">Carper Diem</a>, who was getting worried about all the alerts <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpress.org&sref=rss">WordPress</a> was sending her way warning her to upgrade her blog. The newer versions of <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpressguru.eu&sref=rss">WordPress</a> now show an alert on ever page if the blog software needs upgrading. It&#8217;s not the end of the world if you don&#8217;t upgrade, but newer versions always have more functionality and usually have better security also, so it&#8217;s always a good idea to upgrade if you can. This is the message you&#8217;ll see when you need to upgrade:</p>
<p><img class="aligncenter size-full wp-image-218" title="wordpress1" src="http://askowen.info/wp-content/uploads/2008/07/wordpress1.jpg" alt="" width="363" height="104" /></p>
<p>Now, in this case, the blog was installed using <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fnetenberg.com%2Ffantastico.php&sref=rss">Fantastico</a>, a great utility that a number of hosting companies provide to make installing software really really easy. Most hosting companies and franchises tend to use it as it makes things easier for their technical support guys if people can just install software effortlessly. And the great thing is that upgrading the software is just as effortless. Here&#8217;s how you do it:</p>
<ul>
<li>Log into Fantastico. It will show you that an installed package needs an upgrade<br />
<img class="aligncenter size-full wp-image-219" title="wordpress2" src="http://askowen.info/wp-content/uploads/2008/07/wordpress2.jpg" alt="" width="436" height="221" /></li>
<li>Click on the new version of WordPress<br />
<img class="aligncenter size-full wp-image-220" title="wordpress3" src="http://askowen.info/wp-content/uploads/2008/07/wordpress3.jpg" alt="" width="402" height="182" /></li>
<li>Click Upgrade<br />
<img class="aligncenter size-full wp-image-221" title="wordpress4" src="http://askowen.info/wp-content/uploads/2008/07/wordpress4.jpg" alt="" width="409" height="375" /></li>
</ul>
<p>Fantastico will do all the work for you, take backups of your blog, install the new software and get it all set up. There you go, that wasn&#8217;t hard was it?</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/07/how-do-i-upgrade-my-wordpress-blog-with-fantastico/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How can I protect my blog from getting hacked?</title>
		<link>http://askowen.info/2008/07/how-can-i-protect-my-blog-from-getting-hacked/</link>
		<comments>http://askowen.info/2008/07/how-can-i-protect-my-blog-from-getting-hacked/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 15:14:30 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=208</guid>
		<description><![CDATA[The blog of the day over at PPP has a post up about how our blogs can be hacked. I guess with the last WP upgrade there was a security issue and many hackers took advantage of it. Do you think I should be concerned enough to contact my host and figure out how to [...]]]></description>
			<content:encoded><![CDATA[<p class="question">The blog of the day over at PPP has a post up about how our blogs can be hacked. I guess with the last WP upgrade there was a security issue and many hackers took advantage of it. Do you think I should be concerned enough to contact my host and figure out how to see if my sites have been hacked? If so, how do I find out and fix it?</p>
<p><span id="more-208"></span><br />
<a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.chatbugkaren.com%2F&sref=rss">Karen</a> dropped off this question a couple of days ago and given the impending <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpressguru.eu%2F2008%2F07%2Fwordpress-26-beta-3%2F&sref=rss">release of WordPress 2.6</a>, I thought now would be a good time to answer it. Everyone who set up a blog or website needs to understand how their site can be hacked or defaced, what are the risks they face and what, at the end of the day, are just hyped up incidents who you can safely ignore.</p>
<p>First of all, let&#8217;s look at this from the villain&#8217;s point of view. Why would someone want to hack your website. Well, there are a number of reasons. In the past it was done simply to show up. There was a certain pride in being able to break into, say the <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fnews.bbc.co.uk%2F2%2Fhi%2Ftechnology%2F6943385.stm&sref=rss">UN&#8217;s website</a> and leave your name all over it. High profile sites were the main target back then and the little guy didn&#8217;t really need to worry too much about these threats. Nowadays, unfortunately, there is money to be made by breaking into someone&#8217;s website. I&#8217;m not talking about high-profile cases where for example, a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.maturehealthcenter.com%2F&sref=rss">medicare advantage</a> website suffers a <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FDenial-of-service_attack&sref=rss">DDOS</a> attack and held at ransom by the people launching it. Instead, smaller outfits now try to get into people&#8217;s website to embed links to sites that will pay them for the privilege. And it&#8217;s usually adult website who are ready to pay a premium for traffic, so those are the link to watch out for. However, if someone broke into your website and changed your <a href="http://redirectingat.com?id=8352X670472&xs=1&url=https%3A%2F%2Fwww.google.com%2Fadsense&sref=rss">AdSense</a> code so that THEY get credited with your income, then there&#8217;s still something worth doing for them there.</p>
<p>So, with that in mind, here are some tips to protect your blog from getting hacked:</p>
<ul>
<li><strong>Make sure your administration password is secure</strong>: This is the key to your website. In the same way that you wouldn&#8217;t give the key to your house to a stranger, don&#8217;t throw this around. Instead, make sure <a href="http://askowen.info/index.php/2008/07/how-can-i-make-sure-my-password-is-secure/">it&#8217;s secure</a> and DON&#8217;T GIVE IT TO ANYONE. If you need to give access to your website, create a new account, then delete it when they are done. The more people who know your administration password, the more chance there is that someone can intercept it and use it against you.</li>
<li><strong>Make sure you&#8217;re always running the latest version of your software</strong>: As you may be aware by now, new versions of your WordPress blog and <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.u-g-h.com%2Findex.php%2Fwordpress-plugins%2F&sref=rss">WordPress plugins</a> come out all the time. Whenever an exploit is found for a particular version, manufacturers can release a fix quite quickly. However, if you&#8217;re running an older version of their software, you are leaving yourself open to people using that exploit to get through your defenses. Always make sure you are running the latest version of any software.</li>
<li><strong>Always keep backups</strong>: Make sure you have a <a href="http://askowen.info/index.php/2008/06/creating-a-disaster-recovery-plan-for-your-wordpress-blog/">recovery plan for your  blog</a>. If the unthinkable happens, you can always throw it all away and recover from a backup. And try to keep multiple backups too, if the last one you took was compromised, it&#8217;s always good to be able to go to an older one. Backups can mean the difference between looking a few days of posts and losing everything you ever posted to your blog.</li>
</ul>
<p>I hope these suggestions can help you feel more confident in what you&#8217;re doing. The nice thing is that you&#8217;re not alone out there, there are thousands of WordPress users out there and if there&#8217;s a problem with the software you&#8217;re running it will get fixed pretty sharpish.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/07/how-can-i-protect-my-blog-from-getting-hacked/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress has stopped emailing comments to me. What&#8217;s going on?</title>
		<link>http://askowen.info/2008/06/wordpress-has-stopped-emailing-comments-to-me-whats-going-on/</link>
		<comments>http://askowen.info/2008/06/wordpress-has-stopped-emailing-comments-to-me-whats-going-on/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:25:47 +0000</pubDate>
		<dc:creator>Owen</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://askowen.info/?p=198</guid>
		<description><![CDATA[I’m not getting my comments emailed to me any more. I use WordPress 2.5.1 I still get emails that I have comments pending. I’m not sure when this stopped. What should I check? This question was submitted on AskOwen by Connie who runs BrainFoggles and judging by the questions on the WordPress forums, this doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p class="question">I’m not getting my comments emailed to me any more. I use WordPress 2.5.1 I still get emails that I have comments pending. I’m not sure when this stopped. What should I check?</p>
<p><span id="more-198"></span><br />
This question was submitted on <a href="http://askowen.info">AskOwen</a> by Connie who runs <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fshawnsbidness.com%2Fblog%2F&sref=rss">BrainFoggles</a> and judging by the questions on the WordPress forums, this doesn&#8217;t seem to be an isolated issue. Unfortunately, I think there are probably a number of probable causes for this issue and just like termites in your <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwww.spacify.com%2F&sref=rss">home furniture</a>, if you don&#8217;t notice the problem straight away, it just gets worse and worse; but I&#8217;ll go into a couple of things to watch out for and a way you can explicitly cure the problem.</p>
<p>First of all, what can stop automated mail from being sent to you? Well, one factor that can contribute to this is the anti-spam measures that your hosting provider implements. There has been a move in the last few months to try and reduce spam by ensuring that the email they send only comes from legitimate accounts on their system. Now, since WordPress 2.3.1, there are cases when WordPress sends email originating from &#8220;wordpress@yourdomain.com&#8221;. If this account doesn&#8217;t exist on your host, then this email will get blocked by your provider. To address this, create an account on your mail server using the account name of &#8220;wordpress&#8221; (thus creating an account &#8220;wordpress@yourdomain.com&#8221;) and forward this to your usual mail account. </p>
<p>It&#8217;s also possible that some plugins send email from the Administration email account in WordPress (the one under Settings -> General Settings), so make sure that this is one your host recognises. If you prefer using your <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fgmail.com&sref=rss">Gmail</a> account for example, set up a local email address and forward that to your Gmail account, then configure <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpress.org&sref=rss">WordPress</a> to send to the local account.</p>
<p>If you&#8217;re *still* having problems, there&#8217;s a little WordPress plugin called <a href="http://redirectingat.com?id=8352X670472&xs=1&url=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fcomments-notifier%2F&sref=rss">Comments Notifier</a> that can be quite useful. This enables you to send notification of comments to multiple email addresses. It might just solve your problems.</p>
<p>Good luck, and let us know if this solves your problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://askowen.info/2008/06/wordpress-has-stopped-emailing-comments-to-me-whats-going-on/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

