he probao con
Código PHP:
<?
if ($_GET['players'] == $players && $_GET['players'] == file_exists($lineas)) {
$lineas=file("$players.txt");
sort($lineas, SORT_DESC);
foreach($lineas as $linea){
echo '<a href="http://classic.zone.msn.com/Profile/RatingsPlayer.asp?Players=&Teams=&PlayerID='.urlencode(trim($linea)).'&TeamID=&pguest=" target="blank_">'.trim($linea).'</a><br>';
}
}
else {
echo 'no existe';
}
?>
pero no va alguno sabe como hacerlo? :S