حط الكود باي اسم وبـ php
بدون تصميم الاصلي
<?
$file = "kuwait.txt";
$ip = $_SERVER['REMOTE_ADDR'];
$handle = fopen($file, 'a');
fwrite($handle, "IP Address: ");
fwrite($handle, "$ip");
fwrite($handle, "\n");
fclose($handle);
?>
بالتصميم
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<title>جلب الايبي لمتصفح بموقعك Ip KuwaiT</title>
</head>
<body>
<div align="center">
<table border="0" width="58%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<img border="0" src="IP-kuwait3_01.gif" width="800" height="156"></td>
</tr>
<tr>
<td align="center" background="IP-kuwait4_02.gif" height="425"> <?
$file = "kuwait.txt";
$ip = $_SERVER['REMOTE_ADDR'];
$handle = fopen($file, 'a');
fwrite($handle, "IP Address: ");
fwrite($handle, "$ip");
fwrite($handle, "\n");
fclose($handle);
?></td>
</tr>
<tr>
<td align="center">
<img border="0" src="IP-kuwait5_03.gif" width="800" height="127"></td>
</tr>
</table>
</div>
</body>
</html>
وتمتع
ليست هناك تعليقات: