<?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>網生@誌 &#124; zEUS.&#039;Blog &#187; WP-UserOnline</title>
	<atom:link href="http://zeuscn.net/index.php/archives/tag/wp-useronline/feed" rel="self" type="application/rss+xml" />
	<link>http://zeuscn.net</link>
	<description>Not Only Wordpress Template, But Also My Life...</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>wordpress插件：WP-UserOnline</title>
		<link>http://zeuscn.net/archives/2007/01/31/useronline.html</link>
		<comments>http://zeuscn.net/archives/2007/01/31/useronline.html#comments</comments>
		<pubDate>Tue, 30 Jan 2007 17:26:01 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress插件]]></category>
		<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP-UserOnline]]></category>

		<guid isPermaLink="false">http://zeuscn.net/2007/01/31/useronline/</guid>
		<description><![CDATA[最开始是看小O用的这个插件，觉得挺好玩的，于是我也拿过来用&#8230; UserOnline是一个时时侦测有多少用户以及Bot正在浏览你的blog的小插件。 你可以使用下面的调用语句把这个“用户在线信息”放在任何你需要的地方；也可以把它放在任何一个“page”里，在“page”中显示的内容则更加具体（访问者的身份：member\guest\bot以及其IP地址，访问量发生的最高时刻等），例如此blog导航栏中的“统计”页面。 点击这里，访问作者主页获取更多信息。你可以从这里下载到WP-UserOnline &#60;?php if (function_exists(&#8216;useronline&#8217;)): ?&#62;&#160;&#160;&#160;&#60;li&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h2&#62;UserOnline&#60;/h2&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#60;ul&#62;&#60;li&#62;&#60;div id=”useronline-count”&#62;&#60;?php get_useronline(); ?&#62;&#60;/div&#62;&#60;/li&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/ul&#62;&#160;&#160;&#160;&#60;/li&#62;&#60;?php endif; ?&#62; 设置步骤如下： 1、将压缩包解压后，上传到/yoursite/wp-content/plugins/ 目录 2、进入wordpress后台→单击“插件”→激活 “WP-UserOnline”和“WP-UserOnline Widget” 3、如果你的“外观”后台的“sidebar”支持拖拽的话，你可以直接该插件拖到你需要的位置。如果不支持拖拽，直接使用上面的调用语句，把它添加到“主题编辑器”里任何你需要的地方（你可能需要作一点排版的设置）。 4、把该插件添加在“page”中只需使用“{page_useronline}”（不包括双引号，并将‘{’和‘}’替换成‘[’和‘]’）即可。 5、保存设置后就能看到效果了&#8230; wordpress升级到2.1+之后该插件也随之升级，不光版本升级，而且也增加了更多的功能。由于我并没有将WP升级到2.1+所以无法体验新的功能，具体功能设置可以参见压缩包内的“readme”文件。 zEUS. 日志评论2007年, 二月 1日, hvl writes: WOW/// WORDPRESS真是功能牛啊2007年, 二月 1日, Ruth writes: 找工作如何了？2007年, 二月 1日, zEUS. writes: To hvl:恩，wp的功能确实很强大，但是功能一多必然影响了页面打开的速度，所以我也并没有安装过多的功能插件。 To Ruth:恩...工作对我来说还真是个敏感的话题，但又不得不去面对。我现在要做的就是等年后的消息和学学JAVA和数据库了...2007年, 二月 2日, hvl writes: wow?SKIN变了?2007年, 二月 2日, Ruth writes: 我很同情你，在我那儿发了这么多条，一定被live space折磨得够惨。2007年, [...]]]></description>
			<content:encoded><![CDATA[<p>最开始是看<a href="http://www.xiaoo.net/" target="_blank">小O</a>用的这个插件，觉得挺好玩的，于是我也拿过来用&#8230;<br />
UserOnline是一个时时侦测有多少用户以及Bot正在浏览你的blog的小插件。<br />
你可以使用下面的调用语句把这个“用户在线信息”放在任何你需要的地方；也可以把它放在任何一个“page”里，在“page”中显示的内容则更加具体（访问者的身份：member\guest\bot以及其IP地址，访问量发生的最高时刻等），例如此blog导航栏中的“统计”页面。<br />
<span id="more-47"></span><br />
点击<a href="http://www.lesterchan.net/portfolio/programming.php" target="_blank">这里</a>，访问作者主页获取更多信息。你可以从<a href="http://www.lesterchan.net/others/downloads.php?id=14" target="_blank">这里</a>下载到WP-UserOnline</p>
<blockquote><p>&lt;?php if (function_exists(&#8216;useronline&#8217;)): ?&gt;<br />&nbsp;&nbsp;&nbsp;&lt;li&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;UserOnline&lt;/h2&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul&gt;<br />&lt;li&gt;&lt;div id=”useronline-count”&gt;&lt;?php get_useronline(); ?&gt;&lt;/div&gt;&lt;/li&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;<br />&nbsp;&nbsp;&nbsp;&lt;/li&gt;<br />&lt;?php endif; ?&gt;</p>
</blockquote>
<p>设置步骤如下：<br />
1、将压缩包解压后，上传到/yoursite/wp-content/plugins/ 目录<br />
2、进入wordpress后台→单击“插件”→激活 “<a href="http://zeuscn.net/archives/tag/wp-useronline" class="st_tag internal_tag" rel="tag" title="标签 WP-UserOnline 下的日志">WP-UserOnline</a>”和“<a href="http://zeuscn.net/archives/tag/wp-useronline" class="st_tag internal_tag" rel="tag" title="标签 WP-UserOnline 下的日志">WP-UserOnline</a> Widget”<br />
3、如果你的“<font color="#0080FF">外观</font>”后台的“<font color="#0080FF">sidebar</font>”支持拖拽的话，你可以直接该插件拖到你需要的位置。如果不支持拖拽，直接使用上面的调用语句，把它添加到“<font color="#0080FF">主题编辑器</font>”里任何你需要的地方（你可能需要作一点排版的设置）。<br />
4、把该插件添加在“page”中只需使用“{page_useronline}”（不包括双引号，并将‘<font color="#0080FF">{</font>’和‘<font color="#0080FF">}</font>’替换成‘<font color="#0080FF">[</font>’和‘<font color="#0080FF">]</font>’）即可。<br />
5、保存设置后就能看到效果了&#8230;</p>
<p>wordpress升级到2.1+之后该插件也随之升级，不光版本升级，而且也增加了更多的功能。由于我并没有将WP升级到2.1+所以无法体验新的功能，具体功能设置可以参见压缩包内的“readme”文件。</p>
<p align="right">zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 1日</a>, <a href='http://li.oo.lv' rel='external nofollow' class='url'>hvl</a> writes: WOW///

WORDPRESS真是功能牛啊</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 1日</a>, Ruth writes: 找工作如何了？</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 1日</a>, <a href='http://www.zeuscn.net' rel='external nofollow' class='url'>zEUS.</a> writes: To hvl:恩，wp的功能确实很强大，但是功能一多必然影响了页面打开的速度，所以我也并没有安装过多的功能插件。

To Ruth:恩...工作对我来说还真是个敏感的话题，但又不得不去面对。我现在要做的就是等年后的消息和学学JAVA和数据库了...</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 2日</a>, <a href='http://li.oo.lv' rel='external nofollow' class='url'>hvl</a> writes: wow?SKIN变了?</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 2日</a>, Ruth writes: 我很同情你，在我那儿发了这么多条，一定被live space折磨得够惨。</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 2日</a>, <a href='http://www.zeuscn.net' rel='external nofollow' class='url'>zEUS.</a> writes: hvl眼力真好~确实是准备做一个WOW的SKIN，现在还在装修中，今早特地下了个photoshopCS9.0，可惜还不会用~~ 呵呵~~</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 2日</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>jc</a> writes: 我用手机上来看你了</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 3日</a>, <a href='http://li.oo.lv' rel='external nofollow' class='url'>hvl</a> writes: to Zeus:其实下载PS不下载无所用，我学会了PS但是从来都没用过

现在我编辑图片都是用WINDOWS自带的画图……我博客的所有素材都是，你相信吗？</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 3日</a>, <a href='http://li.oo.lv' rel='external nofollow' class='url'>hvl</a> writes: 你做到啦！ZEUSCN！</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 3日</a>, Shalafi VOs writes: 不知道为什么，这插件放到我的page上人名会显示???，在后台显示却没问题

我装了20多个插件。。。。就是首次载入慢一点，但之后速度也还没什么影响。。</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 3日</a>, <a href='http://www.qdubb.cn/bbs' rel='external nofollow' class='url'>bony</a> writes: 不错，不错。。。
有msn？还是别的什么？找你帮个忙。</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 二月 5日</a>, kufly writes: 也来用用这插件
就怕统计出来数字太难看 呵……</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 三月 17日</a>, <a href='http://www.vipmedia.cn/index.php' rel='external nofollow' class='url'>vipmedia.cn</a> writes: <a href="http://www.vipmedia.cn/index.php" rel="nofollow">http://www.vipmedia.cn/index.php</a> 有中文版下载</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2007年, 十月 24日</a>, <a href='http://parandroid.com/pocket/wordpress-plugins/wp-useronline.html' rel='external nofollow' class='url'>WP插件:WP-UserOnline|显示在线访问用户数 | 帕兰的口袋</a> writes: [...] wordpress插件：WP-UserOnline at zEUS.’ Blog|網生@誌 [...]</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2008年, 四月 2日</a>, <a href='http://www.leesum.com/blog' rel='external nofollow' class='url'>leesum</a> writes: 好插件，收藏之 :lol:</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2008年, 四月 11日</a>, <a href='http://yangtx.com' rel='external nofollow' class='url'>Yangtx</a> writes: 做个记号。</li><li><a href="http://zeuscn.net/archives/2007/01/31/useronline.html">2012年, 一月 15日</a>, <a href='http://www.dancersplus.com/' rel='external nofollow' class='url'>dancers world blackwater</a> writes: <strong>Websites You Should Visit...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2007/01/31/useronline.html">http://zeuscn.net/archives/2007/01/31/useronline.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2007/01/31/useronline.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html" title="剔除 D&#038;Z Theme 主题“热评日志”列表中的页面 (2009年, 六月 2日)">剔除 D&#038;Z Theme 主题“热评日志”列表中的页面</a> (88)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/28/easily-create-a-link-page.html" title="简单定制 WordPress 友情链接页面 (2008年, 三月 28日)">简单定制 WordPress 友情链接页面</a> (114)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/15/more-text-modules.html" title="给 Widgets 增加更多的 TEXT 模块 (2007年, 十月 15日)">给 Widgets 增加更多的 TEXT 模块</a> (78)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/02/messageboard-for-wordpress.html" title="2步创建留言本 (2007年, 九月 2日)">2步创建留言本</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/03/ie6-support-png.html" title="IE6 支持 PNG 格式图片的 CSS 滤镜写法 (2008年, 八月 3日)">IE6 支持 PNG 格式图片的 CSS 滤镜写法</a> (20)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/31/chrome-googletoolbar.html" title="Chrome 竟无法安装 GoogleToolbar (2008年, 十月 31日)">Chrome 竟无法安装 GoogleToolbar</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/11/why-wordpress-themes.html" title="Why WordPress Themes (2007年, 十二月 11日)">Why WordPress Themes</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/11/update-sidebar-widget.html" title="WP自带sidebar widget的终极改造 (2007年, 八月 11日)">WP自带sidebar widget的终极改造</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/26/wordpresstheme-pink-kupy.html" title="wordpress模板：pink-kupy-10 (2007年, 八月 26日)">wordpress模板：pink-kupy-10</a> (7)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/23/ipple-utral-released.html" title="WordPress 主题模板：Ipple Ultra (2008年, 三月 23日)">WordPress 主题模板：Ipple Ultra</a> (244)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2007/01/31/useronline.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

