Chirag patel
11-18-2012, 11:14 PM
I'd assume currently vbulletin gets it Ip from PHP. Is there a way you can change it so it gets it
$ip=@$REMOTE_ADDR;
to
$ip=GEOIP_ADDR
$ip=@$REMOTE_ADDR;
to
$ip=GEOIP_ADDR
View Full Version : Change the way vbulleitn gets IP address