$bolelim = explode("/n", $_POST['linkler']);
for($i=0; $i<count($bolelim); $i++){
$link = $bolelim[$i];
$site=file_get_contents("$link");

$vurkir=explode('You want to download the file <b>',$site);

if ($vurkir[1]) {
$geriyekalan=explode('</b>',$vurkir[1]);

echo $geriyekalan[0]." - ";

} else {echo "Allahım Neydi Günahım Ben Nerde Yanlış Yaptım";

}
if ($link==$geriyekalan[0]) {
echo "Link sağlam<br>";
    
}else {
echo "Link Kırık<br>";
} 
}
olsa gerek.