re post as i think this forum mabey better suited Hi i moved my site to a new server and there where a few problems installing the database . i think its all done now but i have just seen that all my tvisiters have the ip 172.16.10.1 even me. i did a look up onit and it belongs to Internet Assigned Numbers Authority any help on why this is happening would be gr8 as i dont have a clue. also what problems wil come form this if any
that's just a local ip on the network. try putting this in your php file on the first line and seeing what it returns. <?=$_SERVER['REMOTE_ADDR'];?> PHP: