<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Whosonline bug</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 11:41:18 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<blockquote>
	<p>
		does DB fields like `online_shield`, `online_action`, `online_hammer` still actual and being in use</p>
</blockquote>
<p>
	Yes.</p>
<blockquote>
	<p>
		does we gain any advantage in performance if we use DB cache in cases system had not MEM cache?</p>
</blockquote>
<p>
	No, it would have to update on every request anyways.</p>
]]></description>
			<pubDate>Wed, 19 Dec 2012 18:23:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36594]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>
	Yeah, pagination could be done poor, so I'm not familiar enough with it.</p>
<p>
	What certain error you had found with pagination?  (you can write it here or in <a href="https://github.com/macik/cot-whosonline/issues" rel="nofollow">issues</a> so I fix it)</p>
<p>
	Next 2 questions: </p>
<ul><li>
		does DB fields like `online_shield`, `online_action`, `online_hammer` still actual and being in use?</li>
	<li>
		<div>
			does we gain any advantage in performance if we use DB cache in cases system had not MEM cache?</div>
	</li>
</ul>]]></description>
			<pubDate>Tue, 18 Dec 2012 14:22:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36574]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	Seems to be working fine, Macik!</p>
<p>
	I've tried logging in from multiple devices on the same IP and on different IP's, but I couldn't reproduce the error mentioned in the opening post.</p>
<p>
	Only issue I see at the moment is the pagination, which Trustmaster already mentioned.</p>
]]></description>
			<pubDate>Tue, 18 Dec 2012 13:15:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36573]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Thanks, Macik! The new version is now online here, report bugs if you notice them.</p>
<p>
	I've noticed that pagination is wrong.</p>
]]></description>
			<pubDate>Tue, 18 Dec 2012 05:58:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36565]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>
	I was fix it. Most of bugs consider same user multilogins and logins from same IP.</p>
<p>
	Here are log of work:</p>
<div>
	- deleted duplicate functions load<br />
	- fixed query to list guests<br />
	- fixed query to update guests info<br />
	- fixed query to delete users old info before new login<br />
	+ fixed handling same user login from different IP same time than logout<br />
	- fixed users count when DB still not updated<br />
	- fixed table view with disabled guests info<br />
	+ added pagination<br />
	* fixed russian lang file<br />
	- fixed logic error to update show table before actual update</div>
<p>
	You can download it for tests as separate plugin <a href="https://github.com/macik/cot-whosonline" rel="nofollow">from here</a>.</p>
<p>
	 </p>
<p>
	 </p>
<p>
	 </p>
]]></description>
			<pubDate>Tue, 18 Dec 2012 01:09:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36563]]></link>
		</item>
		<item>
			<title>elfrenazo</title>
			<description><![CDATA[<p>
	<span class="hps">This</span> <span class="hps">problem is not</span> <span class="hps">relevant</span>, <span class="hps">but it is clear</span> <span class="hps">that</span> <span class="hps">only happens in</span> <span class="hps">the users session.</span></p>
<p>
	<span class="hps"><span class="hps">I see no reason</span> <span class="hps">to pay for it</span>.</span></p>
]]></description>
			<pubDate>Sun, 16 Dec 2012 23:17:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36555]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=36543#36543">#36543</a> <strong>Macik: </strong><br /><p>
		I foud some errors in code and may try to fix it. But I need to know logic of its internal accounting:</p>
	<ul><li>
			if same user logins from 2 diferent system (different IPs) - does system need to log both of it ?</li>
	</ul></blockquote>
<p>
	Both authorizations are valid, but whosonline should display only 1 instance. But I don't think multiple logins causes this because it seems like it displays the same data for some or all of online users. Consider this example: there are 4 members and 50 guests online, one of the members is Macik. With this bug, it sometimes shows that these 4 members are all Macik, sometimes it shows that 2 of 4 members are Macik, and like it is shown on Twiebie's screenshot, sometimes it would claim 54 Maciks online.</p>
]]></description>
			<pubDate>Sat, 15 Dec 2012 10:51:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36546]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>
	I foud some errors in code and may try to fix it. But I need to know logic of its internal accounting:</p>
<ul><li>
		if same user logins from 2 diferent system (different IPs) - does system need to log both of it ?</li>
</ul>]]></description>
			<pubDate>Sat, 15 Dec 2012 00:52:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36543]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[<p>
	Ah, I am "glad" to read I am not the only one experiencing this. But I only saw the bug while "building" the website. Nowadays while the site is running I have never encountered it again. But I also have to admit I only visit the site once a day and not multiple times from different locations/devices.</p>
]]></description>
			<pubDate>Thu, 13 Dec 2012 11:27:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36531]]></link>
		</item>
		<item>
			<title>elfrenazo</title>
			<description><![CDATA[<p>
	perhaps with some extra ping timeout system</p>
]]></description>
			<pubDate>Thu, 13 Dec 2012 06:15:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36530]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Oh man, this bug has been there for ages but it's so stealthy nobody ever found the cause. I would literally reward $$$ to somebody who could capture it.</p>
]]></description>
			<pubDate>Thu, 13 Dec 2012 05:18:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36529]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	I think this bug has been mentioned a few times already on the forums, but I can't recall seeing a solution or a ticket for it.</p>
<p>
	When a user is logged in on one device and logs in again from another, regardless of the IP, the whosonline plugin has some weird behaviour.</p>
<p>
	It's back to normal again when you completely log out and log back in again.</p>
<p>
	<img alt="whosonlinebug.png" src="http://twiebie.com/files/whosonlinebug.png" /></p>
]]></description>
			<pubDate>Wed, 12 Dec 2012 20:01:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=7266&d=0#post36519]]></link>
		</item>
	</channel>
</rss>