$logService->log('TRACE', 'CREATE ANON', $user_agent . $forum, $identity);
        /*
        if($forum==='usconservative'){
        	$ds->initTempIdentity($email,$identity,'1aeeb5890369db041695426ed7093936');
        	//setcookie('ti', '1aeeb5890369db041695426ed7093936',time()+30*24*3600,'/'); // Kingston Rivers, a USConservative
        }
        else if($forum==='newsline-maidan'||$forum==='newsline-russia'){
        	$ds->initTempIdentity($email,$identity,'7cda601b165d131ddf4a124f94dee49c');
        	//setcookie('ti', '7cda601b165d131ddf4a124f94dee49c',time()+30*24*3600,'/'); // Николай Багдатьян, Майдан/Европейский Выбор
        }
        else {
        	$ds->initTempIdentity($email,$identity,null);
        	
        }
        */
        $ds->initTempIdentity($email, $identity, null);
        setcookie('identity', $identity, time() + 30 * 24 * 3600, '/');
        header('Location:' . $url);
        exit;
    }
}
if (!$forum) {
    $forum = 'pointofviewworld';
}
if ($publisher || $approver) {
    $approval_count = $ds->getApprovalCount($identity);
}
if ($user_lang && !$lang_was_set) {
    $lang = $user_lang;
}
$page_html = '<html lang="' . $lang . '">';