QUOTE(dlf @ Jul 19 2006, 12:10 PM)

I asked for this 'mod' at IZE, Find this in /source/ipclass.php (one, if not the only, file in the source not in a 'folder')
CODE
function my_setcookie($name, $value = "", $sticky = 1)
{
if ( $this->no_print_header )
{
return;
}
Just comment, or remove
return;. That should log you in, after you register. Note: I didn't do this, someone else 'did'.
Yeah, just make it from
CODE
function my_setcookie($name, $value = "", $sticky = 1)
{
if ( $this->no_print_header )
{
return;
}
to
CODE
function my_setcookie($name, $value = "", $sticky = 1)
{
if ( $this->no_print_header )
and it should do the trick.