online list ip-address

Fixed and closed topics
Locked
charliego
User
Posts: 27
Joined: Wed Jun 20, 2007 9:54 pm

online list ip-address

Post by charliego »

"configuration - online" list the ip-address of the referrer.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: online list ip-address

Post by wbartels »

Strange, it should be the client ip adress:

Code: Select all

$_SERVER['REMOTE_ADDR']
Do a litle test here: share/ip.php
charliego
User
Posts: 27
Joined: Wed Jun 20, 2007 9:54 pm

Re: online list ip-address

Post by charliego »

Sorry for the wrong information but I realize now that it displays my ip-address for all users that has logged in. I think it has something to do with the new router i bought. Netjukebox runs on a nas-station behind a router.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: online list ip-address

Post by wbartels »

That is a nasty problem. If someone gets blocked (after 10 failed login attempts in 6 hours) everyone gets blocked because of the same ip addresses.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: online list ip-address

Post by wbartels »

The current version doesn't block anymore.
But always uses a login delay.
Closed
Locked