<?php $file = file_get_contents ('http://thyelite.com/status.php'); Echo $file; ?>
<?php $file = file_get_contents ('http://thyelite.com/status.php'); $file = str_replace("<font size='1'><a href='http://www.thyelite.com/'>ThyElite.com</a></font>","",$file); echo $file; ?>