need to record ip,country,time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    need to record ip,country,time

    hai guys need a script or code that records the users ip,country,& the time he spent in my site to the mysql database.
    eg. i have a forum(phpbb) in which when a users signs in, it should get the above told data & save it in my database for the specified user.
    Also another one to get these data & display it for me.

    #2
    phpbb has this data !
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      Pmpl are lazy.
      Goto hacks phpbb and download it.
      she is beautifull than php.and i love her more than php.
      sigpic

      Comment


        #4
        i gave phpbb as an example. i need the codings. i am not going to put in phpbb

        Comment


          #5
          Oh

          lol then your not in luck of typing the right info mate!


          Code:
          <?php
          $log=fopen("log1.html","a") or die("couldnt open log");
          fwrite($log, "Date of visit " .date('l dS \of F Y h:i:s A') . ", IP:" . $REMOTE_ADDR . "<br>");
          fclose($log);
          ?>
          Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
          Visit: WapMasterz Coming Back Soon!
          _______
          SCRIPTS FOR SALE BY SUBZERO
          Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
          FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
          _______
          Info & Tips
          php.net
          w3schools.com

          Comment

          Working...
          X