Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by server1 ( 14 years ago )
<?php
function check($ip,$port,$errno=0,$errstr =0){
if(@fsockopen&#40;$ip, $port, 2, $errno, $errstr&#41;){
$img= "online";
}else{
$img = "offline";
}
return "<img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />";
}

print '<table>';
if(check('194.187.19.150', 21002)){ 
    $img = "online";
}else{
    $img = "offline";
}
print "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Loginserver</td><td><img src='http://rom.onlinewelten.com/img/serverstate/EU.gif' /></td></tr>";


if(check('194.187.19.155', 16405)){ 
    $img = "online";
}else{
    $img = "offline";
}

echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Laoch</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";


if(check('194.187.19.163', 16414)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Draiochta</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";


if(check('194.187.19.159', 16410)){ 
    $img = "online";
}else{
    $img = "offline";
} 
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Inosai</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";


if(check('194.187.19.157', 16408)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Muinin</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";


if(check('194.187.19.160', 16409)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Riocht</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";


if(check('194.187.19.164', 16419)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Scabhta</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";

if(check('194.187.19.162', 16404)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Tuath</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";

if(check('194.187.19.158', 16407)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Cogadh</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";


if(check('194.187.19.161', 16406)){ 
    $img = "online";
}else{
    $img = "offline";
}
echo "<tr><td><img src='http://rom.onlinewelten.com/img/serverstate/".$img.".png' />Aontacht</td><td><img src='http://rom.onlinewelten.com/img/serverstate/DE.gif' /></td></tr>";

print '</table>';
?>

 

Revise this Paste

Children: 49197
Your Name: Code Language: