tampoco funciona esta investigare lo que dices ...besitos.. Código PHP:
$direccion=file_get_contents('http://www.megaupload.com/?d=GCE7RAEU');
if ( strpos($direccion, "Unfortunately, the link you have clicked is not available.") !== FALSE ) {
echo "<p>Si tres</p>";
}else{
echo " <p>no tres</p>";
}