Quote:
Originally Posted by I||usi0nz
I think you might of deleted this line
PHP Code:
define('SESSION_HOST', substr($registry->ipaddress, 0, 15));
under
In class_core.php ;
Find ;
PHP Code:
// define session constants
define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->alt_ip))); // this should *never* change during a session
Replace with ;
PHP Code:
// Paul M - define session constants
define('SESSION_IDHASH', md5($_SERVER['HTTP_USER_AGENT'] . vB_Session::fetch_substr_ip($registry->ipaddress))); // this should *never* change during a session
|
That solved the problem! Thank you so much!
EDIT: Is it safe to install the "Extra user IP information" mod, having already installed this one?