0.0.0.0 posting IP in FUDForum 2.6.12? [message #23607] |
Thu, 24 March 2005 01:35 |
likesthisforum
Messages: 18 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
I upgraded one forum from FUDForum 2.6.11 to FUDForum 2.6.12 and noticed that when users and admins post messages, their posting IP address shows up as 0.0.0.0 on their posts instead of showing their real IP address.
|
|
|
|
|
Re: 0.0.0.0 posting IP in FUDForum 2.6.12? [message #23613 is a reply to message #23612] |
Thu, 24 March 2005 03:32 |
likesthisforum
Messages: 18 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
I also looked in the database of this forum with phpmyadmin and the "fud26_msg" table appears to have an "ip_addr" column with "0.0.0.0" on each new post in FUDForum 2.6.12.
Incase you need info about what the hoster is using, the hoster has php 4.3.10 and mysql 4.0.22 and is using linux.
|
|
|
|
|
|
Re: 0.0.0.0 posting IP in FUDForum 2.6.12? [message #23617 is a reply to message #23615] |
Thu, 24 March 2005 03:48 |
likesthisforum
Messages: 18 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
Thanks!
That fixed it!
The old .htaccess in FUDForum's directory had:
php_value output_buffering 64000
php_value variables_order GPC
php_flag implicit_flush 0
php_flag register_globals 0
php_flag register_argc_argv 0
php_flag magic_quotes_gpc 0
php_flag session.use_trans_sid 0
php_flag expose_php 0
It was missing the "S" at the end of: php_value variables_order GPC
I added the "S" and now it gets the posting IP just fine. Kind of weird how that fell off during the upgrade.
|
|
|
|
|