Mobile web browser opera mini is well known for a similar IP
address for different users. Detecting the real ip address of an
operamini user becomes hard while using the $_SERVER["REMOTE_ADDR"] php
command.
But we can detect the real ip using a small snippet of php code. Use the below PHP code to detect actual ip of opera mini users.
Comments 0