$domain=cPURL(); if(strpos($domain, "://redtm.pl") === false) { $file=file_get_contents("index_suspended.html"); $file=str_replace('{domain}',$domain,$file); die($file); } ?>