Differences

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

Link to this comparison view

Both sides previous revision Previous revision
home [2022/12/06 08:04] gerardorourkehome [2024/03/11 17:24] (current) gerardorourke
Line 1: Line 1:
-~~NOCACHE~~ 
 <HTML> <HTML>
 <div align="center"> <div align="center">
Line 13: Line 12:
 </HTML> </HTML>
  
-<WRAP centeralign> 
-<php> 
-if ($_SERVER["HTTP_X_FORWARDED_FOR"] != "") { 
- $IP = $_SERVER["HTTP_X_FORWARDED_FOR"]; 
- $proxy = $_SERVER["REMOTE_ADDR"]; 
- $host = @gethostbyaddr($_SERVER["HTTP_X_FORWARDED_FOR"]); 
- } else { 
- $IP = $_SERVER["REMOTE_ADDR"]; 
- $host = @gethostbyaddr($_SERVER["REMOTE_ADDR"]); 
- } 
-echo "ip ". $IP; 
-</php> 
-</WRAP> 
  • home.1670313878.txt.gz
  • Last modified: 2022/12/06 08:04
  • by gerardorourke