pradipkumarraushan / Visited-Pages-Log

You put your code into your WebPages and every time someone visits a WebPages and the code send valuable information about the visitor back to your log. Stat organises all this information into charts & lists to make your analysis easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visited-Pages-Log

You put your code into your WebPages and every time someone visits a WebPages and the code send valuable information about the visitor back to your log. Stat organises all this information into charts & lists to make your analysis easier.

Web site traffic monitoring features

  • Visited Pages URL
  • Date and Time
  • IP Address
  • City
  • Region
  • Location
  • Country
  • Organisation
  • Postal Code

Requirements

  • VISIT https://ipinfo.io Website and create your free account and copy the token and paste that token into the include_page_track.php

    $info='https://ipinfo.io/'.$ipv4.'?token=ENTER_YOUR_TOKEN';

  • FREE ACCOUNT HAS LIMIT OF 50000 requests/MONTH

  • Alternative: http://ip-api.com SignUp not required for free version (45 requests / minute )

  • Create Database and import the sql file page_track.sql in this database

  • Provide HOSTNAME,DATABASE,USERNAME and PASSWORD in connection.php file

NOTE : UPLOAD ALL FILES ON WEB. MAYBE ON LOCALHOST IT WILL NOT WORK PROPERLY.

About

You put your code into your WebPages and every time someone visits a WebPages and the code send valuable information about the visitor back to your log. Stat organises all this information into charts & lists to make your analysis easier.

License:GNU General Public License v2.0


Languages

Language:PHP 86.1%Language:TSQL 13.9%