The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Lets try this:
Edit your includes/class_core.php file and find: Code:
if ($proxy) { define('ALT_IP', $this->ipaddress); define('IPADDRESS', $this->alt_ip); } else { define('IPADDRESS', $this->ipaddress); define('ALT_IP', $this->alt_ip); } define('SESSION_HOST', substr(IPADDRESS, 0, 15)); } Code:
if ($proxy) { define('ALT_IP', $this->ipaddress); define('IPADDRESS', $_SERVER['HTTP_X_FORWARDED_FOR']); } else { define('IPADDRESS', $this->ipaddress); define('IPADDRESS', $_SERVER['HTTP_X_FORWARDED_FOR']); } define('SESSION_HOST', substr(IPADDRESS, 0, 15)); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|