۰۴-مرداد-۱۳۹۲, ۲۰:۰۹:۲۴
این کد فکر کنم بکارتون بیاد
کد:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SaneCity.net | نمایش مشخصات شما</title>
<style type="text/css">
<!--
.tables {
border: 1px dashed #999;
background-color: #FFF;
}
.tablesBG {
background-color: #F5F5F5;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #F60;
}
.sign {
font-family: Tahoma, Geneva, sans-serif;
font-size: 9px;
color: #999;
}
-->
</style>
</head>
<body>
<div dir="rtl" align="center">
<p align="center"><strong style="font:Tahoma, Geneva, sans-serif; font-size:16px;">نمایش مشخصات شمایی که داری این صفحه رو میبینی !</strong></p>
<table width="500" border="0" align="center" class="tables">
<tr class="tablesBG">
<td width="136"><strong>IP آدرس شما</strong></td>
<td width="352" align="left"><?php echo $_SERVER['REMOTE_ADDR']; ?></td>
</tr>
<tr class="tablesBG">
<td><strong>مرورگر و سیستم عامل</strong></td>
<td align="left"><?php echo $_SERVER['HTTP_USER_AGENT']; ?></td>
</tr>
<tr class="tablesBG">
<td><strong>پوشه سیستم عامل</strong></td>
<td align="left"><?php echo $_SERVER['SystemRoot']; ?></td>
</tr>
<tr class="tablesBG">
<td><strong>از این آدرس اومدی اینجا</strong></td>
<td align="left"><?php echo $_SERVER['HTTP_REFERER']; ?></td>
</tr>
<tr class="tablesBG">
<td><strong>الان تو این سایتی</strong></td>
<td align="left"><?php echo $_SERVER['SERVER_NAME']; ?></td>
</tr>
<tr class="tablesBG">
<td><strong>و این صفحه رو اجرا کردی</strong></td>
<td align="left"><?php echo $_SERVER['SCRIPT_NAME']; ?></td>
</tr>
<tr class="tablesBG">
<td><strong>اینم پورتت</strong></td>
<td align="left"><?php echo $_SERVER['REMOTE_PORT']; ?></td>
</tr>
</table>
</div>
</body>
</html>