No ip logging
- Wil
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #120
by Wil
Turning register_globals=off has an effect on ip logging! It seams that ipadresses aren't logged anymore "(Host could not be resolved)"! :-\
Is there a solution for this?
Many thanks in advance.
Is there a solution for this?
Many thanks in advance.
Please Log in or Create an account to join the conversation.
- Wil
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 9 months ago #127
by Wil
Solved!
mambook.php change line 202 to:
// IP
$ip = mosGetParam( $_SERVER, 'REMOTE_ADDR', '' );
mambook.php change line 202 to:
// IP
$ip = mosGetParam( $_SERVER, 'REMOTE_ADDR', '' );
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 9 months ago #128
by Saka
Emir Sakic
www.sakic.net
Thanks.
It was on my list for fix but you were faster.
It was on my list for fix but you were faster.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.