|
|
Re: registration ip [message #24529 is a reply to message #24523] |
Sun, 01 May 2005 19:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Uhm... 0.0.0.0 means that the ip could not be detected for the user, it shouldn't happen in most cases.
FUDforum Core Developer
|
|
|
|
|
Re: registration ip [message #24755 is a reply to message #24692] |
Thu, 12 May 2005 22:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check the database, does the IP field for every message has a valid value? Have you modifie the drawmsg.tmpl template? Does the Ip address show up correctly for private messages?
FUDforum Core Developer
|
|
|
|
Re: registration ip [message #24892 is a reply to message #24889] |
Wed, 18 May 2005 14:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check your forum's .htaccess file inside the main web directory and make sure variables_order parameter includes the "S" character in it.
FUDforum Core Developer
|
|
|
|
Re: registration ip [message #24894 is a reply to message #24893] |
Wed, 18 May 2005 14:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It defines what types of input are being registered, the value of this INI directive inside .htaccess should be GPCS.
FUDforum Core Developer
|
|
|
Re: registration ip [message #24895 is a reply to message #24893] |
Wed, 18 May 2005 14:10 |
Marticus
Messages: 272 Registered: June 2002
Karma: 1
|
Senior Member |
|
|
From php.net/manual/en/ini.core.php#ini.variables-order
Quote: | Set the order of the EGPCS (Environment, GET, POST, Cookie, Server) variable parsing. The default setting of this directive is "EGPCS". Setting this to "GP", for example, will cause PHP to completely ignore environment variables, cookies and server variables, and to overwrite any GET method variables with POST-method variables of the same name.
|
|
|
|
|
Re: registration ip [message #24903 is a reply to message #24896] |
Wed, 18 May 2005 14:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
bug in fudforum, it was removed and then re-added. RC1 & RC2 have it corrected already.
FUDforum Core Developer
|
|
|