<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Log User Access</title>
	<atom:link href="http://fullthrottledevelopment.com/log-user-access/feed" rel="self" type="application/rss+xml" />
	<link>http://fullthrottledevelopment.com/log-user-access</link>
	<description>Custom WordPress Plugins</description>
	<lastBuildDate>Mon, 21 Mar 2011 17:32:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Glenn Ansley</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-2572</link>
		<dc:creator>Glenn Ansley</dc:creator>
		<pubDate>Wed, 22 Sep 2010 08:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-2572</guid>
		<description>@SFGolfer - I have one in the works but have to tend to paying customers first. Not sure how long it will be until release. </description>
		<content:encoded><![CDATA[<p>@SFGolfer &#8211; I have one in the works but have to tend to paying customers first. Not sure how long it will be until release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lotht</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-2542</link>
		<dc:creator>lotht</dc:creator>
		<pubDate>Thu, 26 Aug 2010 19:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-2542</guid>
		<description>Hi, this is great, almost exactly what I was looking for. 
Is there any development in progress? 
I&#039;d appreciate at least the IP address logging and a count of logins per user. 
Thanks, Tam&#225;s </description>
		<content:encoded><![CDATA[<p>Hi, this is great, almost exactly what I was looking for.</p>
<p>Is there any development in progress?</p>
<p>I&#039;d appreciate at least the IP address logging and a count of logins per user.</p>
<p>Thanks, Tam&aacute;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SFGolfer</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-2312</link>
		<dc:creator>SFGolfer</dc:creator>
		<pubDate>Thu, 15 Apr 2010 09:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-2312</guid>
		<description>The user logs can be accessed by an Author who can also delete the entries.  Need to restrict this to Administrators only. 
 
Is there a new release coming? </description>
		<content:encoded><![CDATA[<p>The user logs can be accessed by an Author who can also delete the entries.  Need to restrict this to Administrators only.</p>
<p>Is there a new release coming?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sterr</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-2079</link>
		<dc:creator>sterr</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-2079</guid>
		<description>Plug-in works great.

A couple suggestions:

-Show total number of logins by a user
-Offer option to list by user instead of date: I&#039;m thinking just a list of all users, how many times they have logged in and when their most recent login was.</description>
		<content:encoded><![CDATA[<p>Plug-in works great.</p>
<p>A couple suggestions:</p>
<p>-Show total number of logins by a user<br />
-Offer option to list by user instead of date: I&#8217;m thinking just a list of all users, how many times they have logged in and when their most recent login was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rootEth</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-2061</link>
		<dc:creator>rootEth</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-2061</guid>
		<description>Note that the above post won&#039;t copy and paste as php has tried to use the strong and table tags </description>
		<content:encoded><![CDATA[<p>Note that the above post won&#039;t copy and paste as php has tried to use the strong and table tags</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knokenet</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-2050</link>
		<dc:creator>knokenet</dc:creator>
		<pubDate>Sat, 02 Jan 2010 12:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-2050</guid>
		<description>Hi, 
 
To email admin when a user logs in I&#039;ve added on line 162, just after: 
$wpdb-&gt;query($sql); 
 
Add: 
 
$message .= __(&#039;Username: &#039;) . $wpdb-&gt;prepare($username) . &quot;
&quot;; 
		@wp_mail(get_option(&#039;admin_email&#039;), sprintf(__(&#039;Login Detected&#039;), get_option(&#039;blogname&#039;)), $message); 
 
I&#039;m not a PHP wizard, so I don&#039;t know if that&#039;s the best way to code it, but it works for me. 
Didn&#039;t know how to add a time stamp, so if anyone can add this, that would be great. 
 
Cheers! 
 
Knokenet </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>To email admin when a user logs in I&#039;ve added on line 162, just after:<br />
$wpdb-&gt;query($sql); </p>
<p>Add: </p>
<p>$message .= __(&#039;Username: &#039;) . $wpdb-&gt;prepare($username) . &quot;<br />
&quot;;<br />
		@wp_mail(get_option(&#039;admin_email&#039;), sprintf(__(&#039;Login Detected&#039;), get_option(&#039;blogname&#039;)), $message); </p>
<p>I&#039;m not a PHP wizard, so I don&#039;t know if that&#039;s the best way to code it, but it works for me.<br />
Didn&#039;t know how to add a time stamp, so if anyone can add this, that would be great. </p>
<p>Cheers! </p>
<p>Knokenet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enjoyfrancis</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-1471</link>
		<dc:creator>enjoyfrancis</dc:creator>
		<pubDate>Sun, 06 Dec 2009 22:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-1471</guid>
		<description>Is it possible to display the login count of a user?</description>
		<content:encoded><![CDATA[<p>Is it possible to display the login count of a user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-1359</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-1359</guid>
		<description>hi, can u make possible to log unsuccessful login attemps? </description>
		<content:encoded><![CDATA[<p>hi, can u make possible to log unsuccessful login attemps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-664</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Sat, 11 Jul 2009 10:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-664</guid>
		<description>Thanks so much for a simple, yet useful plugin.  It&#039;s just what I needed. </description>
		<content:encoded><![CDATA[<p>Thanks so much for a simple, yet useful plugin.  It&#039;s just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-324</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 10 Jun 2009 10:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-324</guid>
		<description>Nice plug-in! 
 
Is it possible to log at least the pages changed by the user, not necessarily the changes made? </description>
		<content:encoded><![CDATA[<p>Nice plug-in!</p>
<p>Is it possible to log at least the pages changed by the user, not necessarily the changes made?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

