<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Inloggning]]></title>
		<link>https://punbb.informer.com/forums/topic/2380/inloggning/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/2380/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Inloggning.]]></description>
		<lastBuildDate>Fri, 13 Jun 2003 21:50:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Inloggning]]></title>
			<link>https://punbb.informer.com/forums/post/3736/#p3736</link>
			<description><![CDATA[<p>Jaha, tror jag kanske missförstod då.. jaja, no harm no foul</p>]]></description>
			<author><![CDATA[null@example.com (max_w)]]></author>
			<pubDate>Fri, 13 Jun 2003 21:50:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/3736/#p3736</guid>
		</item>
		<item>
			<title><![CDATA[Re: Inloggning]]></title>
			<link>https://punbb.informer.com/forums/post/3734/#p3734</link>
			<description><![CDATA[<p>Nah, titta på funktionen check_cookie i include/common.php. Jag tror det är det du är ute efter.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Fri, 13 Jun 2003 20:42:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/3734/#p3734</guid>
		</item>
		<item>
			<title><![CDATA[Re: Inloggning]]></title>
			<link>https://punbb.informer.com/forums/post/3730/#p3730</link>
			<description><![CDATA[<p>Om jag inte tar fel så är det väl denna koden (från index.php)</p><div class="codebox"><pre><code>    $num_guests = 0;
    $result = $db-&gt;query(&#039;SELECT user_id, ident, logged FROM &#039;.$db-&gt;prefix.&#039;online ORDER BY ident&#039;) or error(&#039;Unable to fetch online list&#039;, __FILE__, __LINE__, $db-&gt;error());

    while ($cur_user_online = $db-&gt;fetch_assoc($result))
    {
        if ($cur_user_online[&#039;user_id&#039;] &gt; 0)
            $users[] = &#039;&lt;a href=&quot;profile.php?id=&#039;.$cur_user_online[&#039;user_id&#039;].&#039;&quot;&gt;&#039;.htmlspecialchars($cur_user_online[&#039;ident&#039;]).&#039;&lt;/a&gt;&#039;;
        else
            $num_guests++;
    }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (max_w)]]></author>
			<pubDate>Fri, 13 Jun 2003 16:50:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/3730/#p3730</guid>
		</item>
		<item>
			<title><![CDATA[Inloggning]]></title>
			<link>https://punbb.informer.com/forums/post/3725/#p3725</link>
			<description><![CDATA[<p>Någon som vet hur punBB kollar om man är inloggad, har i 2 timmar letat men inte hittat något som funkar.</p>]]></description>
			<author><![CDATA[null@example.com (ToTe)]]></author>
			<pubDate>Fri, 13 Jun 2003 11:42:24 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/3725/#p3725</guid>
		</item>
	</channel>
</rss>
