Ways To Track & Logger an IP


Are you interested in finding out the geographic location of a person who you’re chatting with, This type of information can be very useful if you’re tracing someone. I’m sharing some websites with you which creates a link that you can send it via social media or through social engineering techniques and can grab their IP Address instantly.

URL/QR Tracker Generator


Enter Full URL:

Drag Progress Bar to the End

QR code to URL

Email Tracker/Invisible Image

(Logic Behind)

Drag Progress Bar to the End

Copy*Paste below icon image into Emails
MaiPDF
Step Two

How to put an image link inside Email



Grabify

Souce Code of creating small image by PHP

                
   <?php 

    
//We can pass in 'Get' variable to make each link unique in order to track accordingly
    
if(isset($_GET['mail'])){
      
$keyhtmlspecialchars($_GET['mail']);
    }
   
    
//Below to line's function is to log device inforamtion and their ip address
    
$agent=$_SERVER['HTTP_USER_AGENT'];
    
$ip $_SERVER['REMOTE_ADDR'];


    
//Option1:we can use a SQL database to log details
    
$conn = new mysqli($servername$username$password$dbname);
    if (
$conn->connect_error){
        die(
"Failed: " $conn->connect_error);
    } 
    
//Option2:we can also use a txt file to log data alternatively
    
$myfile fopen("feed.txt""a+") or die("Unable to open file!");
    
fwrite($myfile$rich);
    
fclose($myfile);

    
//After the log of data, we can use the code from part1 to display image afterward

   
?>

   <?php 
        
        $im 
imagecreatetruecolor(12020);
        
$text_color imagecolorallocate($im2331491);
        
imagestring($im155,  'A Simple Text String'$text_color);
        
header('Content-Type: image/jpeg');
        
imagejpeg($im);
        
imagedestroy($im);
   
?>
Go to MaiPDF QR maker PDF_to_qr image_to_qr SharePDFOnline ReadNotify SharePDFOnline