-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshowip.php
24 lines (19 loc) · 832 Bytes
/
showip.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<meta http-equiv="Content-Language" content="th">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<title>µÑÇÍÂèҧẺ·Õè 1 : áÊ´§ã¹Ë¹éÒ·Õèà»ç¹¹ÒÁÊ¡ØÅ .php</title>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#CCFFFF">
<p align="center"> </p>
<p align="center"><b><font face="MS Sans Serif" size="2" color="#000080">
à»ç¹áºº´éÒ¹ÅèÒ§¹Õé¤ÃѺ µéͧãªéã¹Ë¹éÒ·ÕèÁÕ¹ÒÁÊ¡ØÅà»ç¹ .php à·èÒ¹Ñé¹ ¶éÒä»ãÊèã¹·Õèà»ç¹ .html ¨ÐäÁèáÊ´§</font></b></p>
<center>
<!-- á¡é䢢éͤÇÒÁ + ÃٻẺä´é ·Õè´éÒ¹ÅèÒ§¤ÃѺ -->
<?php $ip=$_SERVER['REMOTE_ADDR'];
echo "<b><font face=\"MS Sans Serif\" size=\"1\" color=\"#000080\">IP Address ¢Í§¤Ø³¤×Í $ip</font></b>"; ?>
</center>
</body>
</html>