Skip to content

Get complete visibility into every user that visits your website. Full Visitor Intel is a powerful, military-grade tracking tool that collects and logs detailed information on visitor IPs, device types, operating systems, browsers, geolocation, and more—all in real-time.

Notifications You must be signed in to change notification settings

Atro-Rdx/military-grade-ip-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

🛡️ Full Visitor Intel - Military-Grade Visitor & Device Tracking


🚀 Overview

Full Visitor Intel is a military-grade tracking tool designed to provide deep insights into every visitor that accesses your website. It collects real-time data on user IPs, device types, operating systems, browsers, screen resolutions, and much more. Whether you're a web developer, cybersecurity expert, or an administrator seeking detailed visitor data, this tool offers you the precise visibility you need.

With Full Visitor Intel, you can optimize web engagement, improve security, and gain a deeper understanding of your site's visitors—all while maintaining privacy and adhering to strict data security standards.


🌟 Key Features

🔍 Comprehensive Device Fingerprinting

  • Track device details: Collect data such as device type (mobile, tablet, desktop), operating system, browser, and screen resolution.

🌍 Real-Time IP & Geolocation Tracking

  • Geo-locate visitors: Track the IP address of every visitor and determine their country, city, and region in real-time.

🛡️ User-Agent Breakdown

  • Analyze user-agents: Break down the browser version, operating system, and device details from the visitor’s user-agent string.

💾 Session Logging & Data Storage

  • Securely log sessions with detailed visitor information to keep track of site traffic and activity.

🔒 Privacy-Focused Design

  • You can configure the level of detail you collect to ensure you're compliant with privacy regulations such as GDPR.

Lightweight & Fast Integration

  • Easy to install: Simply include the JavaScript tracking script on your pages, and it starts working immediately with minimal impact on performance.

🔑 Flexible & Customizable

  • You can easily configure what data to track and adjust logging frequency, making this tool adaptable to your needs.

📦 Installation & Setup

Follow these steps to integrate Full Visitor Intel into your website:

Sure! Here's the step-by-step guide written specifically for your README.md file:


📦 Installation and Setup

Step 1: Download the index.php File

  • Download the index.php file that contains the Full Visitor Intel tracking script.
  • This file will handle the collection of visitor information, including IP address, user-agent, geolocation, device details, etc.

Step 2: Upload the index.php File

  • Log in to your hosting account and access the cPanel or use an FTP client.
  • Navigate to the root directory (usually public_html or your domain's main directory).
  • Upload the index.php file to this directory.

Step 3: Ensure PHP Compatibility

  • Verify that your server supports PHP by creating a phpinfo.php file with the following content:

    <?php phpinfo(); ?>
  • Upload the phpinfo.php file to the same directory and access it via http://yourdomain.com/phpinfo.php to confirm that PHP is running.

Step 4: Check File Permissions

  • If you're logging visitor data to a file (e.g., visitor_log.txt), make sure the file is writable by the web server.
  • In cPanel or FTP, right-click on visitor_log.txt and set its permissions to 644 (or 666 if necessary).

Step 5: Test the Script

  • Once uploaded, open your web browser and go to http://yourdomain.com/index.php.
  • You should see a success message: "Visitor data logged successfully."
  • Check the visitor_log.txt file or your database to verify that data is being captured.

Step 6: Configure Logging (Optional)

  • By default, the script logs data to a text file (visitor_log.txt), but you can modify it to log to a database.
  • If you're using MySQL, configure the script to insert data into your database instead of logging to a file.

Step 7: Secure the Log File (Optional)

  • To prevent unauthorized access to the log file, create a .htaccess file in the same directory as visitor_log.txt:

    # Prevent access to log files
    <Files "visitor_log.txt">
    Order Allow,Deny
    Deny from all
    </Files>
    

Step 8: Monitor and Analyze Data

  • Once set up, monitor the visitor data being logged.

  • Analyze data such as visitor IP addresses, device types, browsers, and geolocations.

    Sure! Here's the updated section for your README.md with the live demo and contact details:


🌐 Live Demo

You can check out the live demo of the Full Visitor Intel tool at the following link:

Live Demo


📬 Contact

If you have any questions, need support, or want to get in touch with the author, here are the contact details:

Feel free to reach out.


About

Get complete visibility into every user that visits your website. Full Visitor Intel is a powerful, military-grade tracking tool that collects and logs detailed information on visitor IPs, device types, operating systems, browsers, geolocation, and more—all in real-time.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published