• Log user ip address, date and time

    0 down vote

    here is my little script to log ip addresses dont forget to add the below after the /HEAD tag also note to make this work it must be a PHP not HTML
    <?php include ('log-ip.php') ?>
    where ever you want it called from
    "log-ip.php"
    <?php
    $iplogfile = 'logs/ip-address-mainsite.html';
    $ipaddress = $_SERVER['REMOTE_ADDR'];
    $webpage = $_SERVER['SCRIPT_NAME'];
    $timestamp = date('d/m/Y h:i:s');
    $browser = $_SERVER['HTTP_USER_AGENT'];
    $fp = fopen($iplogfile, 'a+');
    chmod($iplogfile, 0777);
    fwrite($fp, '['.$timestamp.']: '.$ipaddress.' '.$webpage.' '.$browser. "\n<br><br>");
    fclose($fp);
    ?>
    and the resault is a nice web HTML log file logs/ip-address-mainsite.html
    <!DOCTYPE html><!-- HTML5 -->
    
    <head>
    <body bgcolor="#000000">
    <title>NZ Quakes - Main Web Site Log</title>
    
    </head>
    
    <body>
    <font color="#7FFF00">
    <center>NZ Quakes - Main Web Site Log</center>
    <font color="gold">
    <br><center>
    [01/04/2017 08:25:21]: 124.197.9.181 /index.php Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36
    <br><br>
    below is a picture of what it looks like.
    enter image description here
  • 0 comments:

    Post a Comment

    FAVOURITE LINE

    To steal ideas from one is plagiarism. To steal from many is Research.

    ADDRESS

    Mumbai , Maharashtra

    EMAIL

    shikha.pathak6@gmail.com
    shikha.the.swt.pari@gmail.com

    Skype

    shikha_pari