<?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, 08 Mar 2010 15:56:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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: 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 16: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;\r\n&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&#8217;ve added on line 162, just after:<br />
$wpdb->query($sql);</p>
<p>Add:</p>
<p>$message .= __(&#8217;Username: &#8216;) . $wpdb->prepare($username) . &#8220;\r\n&#8221;;<br />
		@wp_mail(get_option(&#8217;admin_email&#8217;), sprintf(__(&#8217;Login Detected&#8217;), get_option(&#8217;blogname&#8217;)), $message);</p>
<p>I&#8217;m not a PHP wizard, so I don&#8217;t know if that&#8217;s the best way to code it, but it works for me.<br />
Didn&#8217;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: 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 14: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&#8217;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 14: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>
	<item>
		<title>By: Glenn</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-299</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Sat, 23 May 2009 22:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-299</guid>
		<description>@snoogly
The plugin takes the date from your server&#039;s time. 
In the next release I&#039;ll pull in the settings you give WordPress in the admin panel for timezone.</description>
		<content:encoded><![CDATA[<p>@snoogly<br />
The plugin takes the date from your server&#8217;s time.<br />
In the next release I&#8217;ll pull in the settings you give WordPress in the admin panel for timezone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snoogly</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-298</link>
		<dc:creator>snoogly</dc:creator>
		<pubDate>Sat, 23 May 2009 22:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-298</guid>
		<description>I got the wrong date and times too.</description>
		<content:encoded><![CDATA[<p>I got the wrong date and times too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-290</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 21 May 2009 14:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-290</guid>
		<description>Great ideas, everyone. Look for an update before the end of June.</description>
		<content:encoded><![CDATA[<p>Great ideas, everyone. Look for an update before the end of June.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-288</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Tue, 19 May 2009 09:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-288</guid>
		<description>I&#039;m logging usernames OK, but the dates are all random days in Feb or March 2013 and the times are all exactly on an hour eg: 12.00.00</description>
		<content:encoded><![CDATA[<p>I&#8217;m logging usernames OK, but the dates are all random days in Feb or March 2013 and the times are all exactly on an hour eg: 12.00.00</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhaval</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-270</link>
		<dc:creator>Zhaval</dc:creator>
		<pubDate>Mon, 06 Apr 2009 07:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-270</guid>
		<description>Would logging all user activity be much more trouble? There is a plugin (Admin Log) that supposedly does the job but does not work properly. Thanks and continue the good work!</description>
		<content:encoded><![CDATA[<p>Would logging all user activity be much more trouble? There is a plugin (Admin Log) that supposedly does the job but does not work properly. Thanks and continue the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inputx</title>
		<link>http://fullthrottledevelopment.com/log-user-access/comment-page-1#comment-267</link>
		<dc:creator>inputx</dc:creator>
		<pubDate>Wed, 01 Apr 2009 11:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://fullthrottledevelopment.com/?p=200#comment-267</guid>
		<description>nice plugin, but, how about show login user ip address?</description>
		<content:encoded><![CDATA[<p>nice plugin, but, how about show login user ip address?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
