Ini adalah script untuk membuat tampilan "informasi anda" seperti yang ada di website ilmuwebsite.com, dalam script ini akan menampilkan :
1. ip
2. proxy
3. koneksi
Silahkan memodifikasi script ini
$agent = $_SERVER['HTTP_USER_AGENT'];
$uri = $_SERVER['REQUEST_URI'];
$user = $_SERVER['PHP_AUTH_USER'];
$ip = $_SERVER['REMOTE_ADDR'];
$ref = $_SERVER['HTTP_REFERER'];
$proxy = $_SERVER['HTTP_X_FORWARDED_FOR'];
$via = $_SERVER['HTTP_VIA'];
?>
Informasi Anda:
IP:
echo $ip; ?>
Proxy:
echo $proxy; ?>
Koneksi:
echo $via; ?>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment