Instructions
-
Create a file named
getIP.phpwith the following contents:<?php echo file_get_contents('http://curlmyip.com/'); ?> -
Upload the file to your website's public root folder.
-
Visit
http://example.com/getIP.phpin your browser.(where
example.comis replaced with your domain name)