<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The thoughts of Kevin Dixie</title>
	
	<link>http://blog.kevindixie.com</link>
	<description>All my thoughts unless they're yours</description>
	<lastBuildDate>Fri, 25 Nov 2011 10:37:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KevinDixie" /><feedburner:info uri="kevindixie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>KevinDixie</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How To Remove Hidden Admin Users In Wordpress</title>
		<link>http://feedproxy.google.com/~r/KevinDixie/~3/UBctCVrcLes/</link>
		<comments>http://blog.kevindixie.com/2011/11/25/how-to-remove-hidden-admin-users-in-wordpress/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 10:37:30 +0000</pubDate>
		<dc:creator>KevinD</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hidden admin user]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.kevindixie.com/?p=374</guid>
		<description><![CDATA[
			
				
			
		
Has your Wordpress been hacked?  Removed the scripts and cleaned your blog following these Wordpress Hacked  instructions?  It happened to me.   I also found a couple of php files uploaded in sneaky places like in the uploads/ folder. I also found a &#8220;new&#8221; admin user,  the username was a script.   TIP: Click on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kevindixie.com%2F2011%2F11%2F25%2Fhow-to-remove-hidden-admin-users-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kevindixie.com%2F2011%2F11%2F25%2Fhow-to-remove-hidden-admin-users-in-wordpress%2F&amp;source=kevindixie&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Has your Wordpress been hacked?  Removed the scripts and cleaned your blog following these <a href="http://codex.wordpress.org/FAQ_My_site_was_hacked">Wordpress Hacked  instructions</a>?  It happened to me.   I also found a couple of php files uploaded in sneaky places like in the uploads/ folder. I also found a &#8220;new&#8221; admin user,  the username was a script.   TIP: Click on edit the user, delete the  script, change the role to subscriber, save, then delete the user.</p>
<p>Once I had carried out checks on every folder, updated wordpress and plugins etc, I still had a problem. Hidden admin users.</p>
<p>When you return to your user admin panel do you see more Admin users than are showing?  HINT: look at the number in brackets versus the number of admin users listed.</p>
<p><img class="alignleft size-full wp-image-375" title="admin" src="http://blog.kevindixie.com/wp-content/uploads/2011/11/admin.jpg" alt="admin" width="307" height="36" /></p>
<p>The invisible or hidden users need removing.  The only way is to go to your PHPMyAdmin and remove them, here is a quick step by step guide:-</p>
<p>1. Firstly, while on the user page in the admin panel on Wordpress, right click on &#8216;view source&#8217; &#8211; find the following:-</p>
<pre id="line206">&lt;<span>tbody</span><span> id</span>=<span>"the-list" </span><span>class</span>=<span>'list:user'</span>&gt;</pre>
<p>Under this will be the users, jot down the numbers of the users you know are correct &#8211; which should be all those showing, the number of the user is (for example, 2):-</p>
<pre id="line206"><span>tr</span><span> id</span>=<span>'user-2'</span></pre>
<p>2 . Go in PHPMyAdmin.</p>
<p>3. On SQL tab, query this:</p>
<p>select * from wp_usermeta where meta_value LIKE &#8216;%administrator%&#8217;;</p>
<p>and delete the row(s) that don&#8217;t match the ID# you wrote down as per step 1</p>
<p>4. On SQL tab, query this</p>
<p>select * from wp_usermeta where meta_key=&#8217;wp_user_level&#8217; AND meta_value=&#8217;10&#8242;</p>
<p>and delete the row(s) that don&#8217;t match your ID# you wrote down.</p>
<p>5. In your WordPress site, refresh the Users page, and the invisible Admin should have disappeared.</p>
<p>I hope this saves you a bit of time and searching..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevindixie.com/2011/11/25/how-to-remove-hidden-admin-users-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevindixie.com/2011/11/25/how-to-remove-hidden-admin-users-in-wordpress/</feedburner:origLink></item>
		<item>
		<title>How Not To Build An FAQ Page..Take a Break Magazine #Fail</title>
		<link>http://feedproxy.google.com/~r/KevinDixie/~3/mgxUK1QdXAs/</link>
		<comments>http://blog.kevindixie.com/2011/06/14/how-not-to-build-an-faq-page-take-a-break-magazine-fail/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:20:07 +0000</pubDate>
		<dc:creator>KevinD</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[take a break]]></category>
		<category><![CDATA[web fail]]></category>

		<guid isPermaLink="false">http://blog.kevindixie.com/?p=366</guid>
		<description><![CDATA[
			
				
			
		
This really is the FAQ page on Take A Break Website&#8230;
Those outside the UK, this is a magazine with 830k+ readers weekly, it is sold in most shops and superstores &#8211; it seems they are not too worried about their site and online users, why should they, their latest ABC magazine reader stats show they [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kevindixie.com%2F2011%2F06%2F14%2Fhow-not-to-build-an-faq-page-take-a-break-magazine-fail%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kevindixie.com%2F2011%2F06%2F14%2Fhow-not-to-build-an-faq-page-take-a-break-magazine-fail%2F&amp;source=kevindixie&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This really is the FAQ page on <a href="http://www.takeabreak.co.uk/faq">Take A Break</a> Website&#8230;</p>
<p>Those outside the UK, this is a magazine with 830k+ readers weekly, it is sold in most shops and superstores &#8211; it seems they are not too worried about their site and online users, why should they, their latest ABC magazine reader stats show they are only down 7%..</p>
<p><img class="alignleft size-full wp-image-371" title="take-a-break" src="http://blog.kevindixie.com/wp-content/uploads/2011/06/take-a-break2.jpg" alt="take-a-break" width="530" height="659" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kevindixie.com/2011/06/14/how-not-to-build-an-faq-page-take-a-break-magazine-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevindixie.com/2011/06/14/how-not-to-build-an-faq-page-take-a-break-magazine-fail/</feedburner:origLink></item>
	</channel>
</rss>

