Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| home [2022/12/06 08:04] – gerardorourke | home [2024/03/11 17:24] (current) – gerardorourke | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~NOCACHE~~ | ||
| < | < | ||
| <div align=" | <div align=" | ||
| Line 13: | Line 12: | ||
| </ | </ | ||
| - | <WRAP centeralign> | ||
| - | <php> | ||
| - | if ($_SERVER[" | ||
| - | $IP = $_SERVER[" | ||
| - | $proxy = $_SERVER[" | ||
| - | $host = @gethostbyaddr($_SERVER[" | ||
| - | } else { | ||
| - | $IP = $_SERVER[" | ||
| - | $host = @gethostbyaddr($_SERVER[" | ||
| - | } | ||
| - | echo "ip ". $IP; | ||
| - | </ | ||
| - | </ | ||