OK I have ripped down the script so it just has pure php and no html codes here: <?php $display_template = "<p><COUNTER>: download from <a href='<URL>'><MIRROR> (location: <LOCATION>)</a></p>"; $servers = file ('servers.txt'); for ($i = 0; $i < count ($servers); $i++) { $sarr = ex...