![]() |
IP's all being the same
When anyone registers, all the IP's are the same. We have 14 people and on everyone they all have the same IP even though we are from different areas. Anyone have a clue?
|
Quote:
|
They resolve to the our hoster, cuz it says zeal.megaworldhosting.com when i click the IP
|
I don't know about vB4, but for 3.8.x I would say try this:
1. open includes/class_core.php after saving a clean copy of it to your desktop for easy revert. 2. Find: Code:
function fetch_ip() { return $_SERVER['REMOTE_ADDR']; } Code:
function fetch_ip() { if(isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { return $_SERVER['HTTP_CF_CONNECTING_IP']; } return $_SERVER['REMOTE_ADDR']; } Code:
function fetch_alt_ip() { $alt_ip = $_SERVER['REMOTE_ADDR']; Replace with: Code:
function fetch_alt_ip() { $alt_ip = $_SERVER['REMOTE_ADDR']; |
All times are GMT. The time now is 10:24 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|