Differences

This shows you the differences between two versions of the page.


showip [2022/10/03 17:04] (current) – created admin
Line 1: Line 1:
 +====== Show IP ======
 +~~NOCACHE~~
 +Your connection originates from
 +<php> 
 +echo "<B>".$_SERVER["REMOTE_ADDR"].":".$_SERVER["REMOTE_PORT"]."</B>";
 +</php>