Trang

Get Ip Log

 Code 1

<?php
error_reporting(0);

$url="http://tyn-ug.com";

$ipsave="tyn.txt";

$ip = $_SERVER['REMOTE_ADDR'];

if (isset($_GET['xem']) && $_GET['xem']=="ok")
{
if(file_exists($ipsave))
{
ob_clean();
flush();
readfile($ipsave);
}
else
{
echo "Chua Co File Log IP.";
}
exit;
}
if (isset($_GET['xoa']) && $_GET['xoa']=="ok")
{
if(file_exists($ipsave))
{
unlink($ipsave);
}
echo "remove ok.";
exit;
}

saveip($ipsave,$ip);

function saveip($ipsave,$noidungip)
{
$ipp = fopen($ipsave,"a+");
fputs($ipp,$noidungip."\r\n");
fclose($ipp);
}

header("Location: $url");
?>
Code 2

<?php
$IPAdress=$_SERVER["REMOTE_ADDR"];
 echo $IDAdress;
//
 $Log="IP.log";
 $openlog=open($Log,"a");
   fwrite($openlog, $IPADress," / ");
   fclose($openlog);
?>

Chú Ý:

Coppy phải ghi rõ nguồn Dương-UG Blog's
 

0 nhận xét:

Đăng nhận xét

:) :( :)) :(( =))

Copyright © Dương-UG Blog's - Nguyễn Bình Dương