<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : User Registration Bug</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 08 Apr 2026 10:18:04 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[These bugs have been fixed in <a href="http://www.cotonti.com/forums.php?m=posts&amp;q=2119">0.0.3 beta</a>. Thanks for testing and reporting anyways <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":-)" />]]></description>
			<pubDate>Do, 19 Feb 2009 04:09:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2146&d=0#post8326]]></link>
		</item>
		<item>
			<title>minimalheight</title>
			<description><![CDATA[I thought this would of been fixed by now but when testing on my strict server the default value for timezone is empty when it's described as an integer in sql thus not allowing registration and throwing a nice error.<br />
<br />
users.register.inc.php<br />
<br />
line #95<br />
<br />
<div class="highlight"><pre class="php">$rusername = str_replace('&amp;#160;', '', $rusername);</pre></div>
<br />
add after<br />
<br />
<div class="highlight"><pre class="php">$rtimezone = !empty($rtimezone) ? $rtimezone : 0;</pre></div>
<br />
Thought that was a good place for that. BTW I'm n3uro, the other neuro, since 06-04-2003 BITCHES.<br />
<br />
SHYT, I also get this while logged in and trying to view users.php<br />
<br />
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.<br />
<br />
<pre class="code">Notice: Undefined index: m in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\demo-lib\cotonti\0.0.2\users.php on line 22</pre>
<br />
Fixed<br />
<br />
users.php<br />
<br />
line # 22+<br />
<br />
<div class="highlight"><pre class="php">if ($_GET&#091;'m'&#093;==&quot;auth&quot;)
{
define('SED_AUTH', TRUE);
}</pre></div>
<br />
replace with<br />
<br />
<div class="highlight"><pre class="php">$m = !empty($_GET&#091;'m'&#093;) ? $_GET&#091;'m'&#093; : '';

if ($m==&quot;auth&quot;)
{
define('SED_AUTH', TRUE);
}</pre></div>
<br />
Sorry my server is strict as hell but that's how I code.<br />
<br />
Forgot to add, Windows XP x64, Apache/2.2.10 (Win32) PHP/5.2.6, 5.1.30-community (x64)]]></description>
			<pubDate>Do, 19 Feb 2009 01:59:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=2146&d=0#post8320]]></link>
		</item>
	</channel>
</rss>