Ok, I installed 4images and this hack today but I didn't get the "single" login running. When I was changing from board to gallery, often I was logged out. I did some investigation and found and error(?)
PHP Code:
if ($this->read_cookie_data(COOKIE_PREFIX."password") == md5($this->user_info['user_password'].''. VBLICENCE_NUMBER) && $this->user_info['user_level'] != USER_AWAITING) {
$this->set_cookie_data(COOKIE_PREFIX."password", $this->user_info['user_password']);
}
Does this make sense? If the cookie-PW equals to profileDB-PW*MD5 then replace the Cookie with the PW without MD5???
I have removed the set_cookie statement and now everything seems to be fine...but to be honest, I'm not really sure because nobody else had problems
arpy
[high]* arpy Clicks install

[/high]