WebsiteBaker Community Forum

General Community => Global WebsiteBaker 2.8.x discussion => Topic started by: LouisT on March 12, 2009, 07:25:00 AM

Title: IPv6 Ready
Post by: LouisT on March 12, 2009, 07:25:00 AM
Hello, I'm a newer user of website baker, and I was just wondering if there are any plans to make this "IPv6 ready"?
My web server has IPv6 enabled, and this makes normal IP's look like "::ffff:127.0.0.1".
A way around for current users is to edit files such as class.login.php where "$get_ip = $_SERVER['REMOTE_ADDR'];" to something like "$get_ip = str_replace("::ffff:","",$_SERVER['REMOTE_ADDR']);".
I understand that IPv6 isn't used all that much at the moment, but it would be nice for it's current users.
(WebsiteBaker is awesome by the way, keep up the good work!  :-))