'; echo "\n"; echo ''; echo "\n"; echo "\n"; echo ' '; echo "\n"; echo ' SRB2 Master Server RSS Feed'; echo "\n"; echo ' http://srb2.servegame.org/'; echo "\n"; echo ' Playing around with RSS'; echo "\n"; //echo ' en-us'; //echo "\n"; $fd = fsockopen("srb2.servegame.org", 28900, $errno, $errstr, 5); // $fd = 0; if ($fd) { $buff = "000012400000"; fwrite($fd, $buff); while (1) { $content=fgets($fd, 13); // skip 13 first bytes $content=fgets($fd, 1024); echo "$content"; if (feof($fd)) break; } fclose($fd); } else { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo "\n"; echo ' '; echo 'No master serverThe master server is not running'; } ?>