
BuenosAiresL2
Servidor del Juego Lineage II Interlude
Snippet options
Download: Download snippet as buenosairesl2.php.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
<?php $server = "200.80.51.2"; // IP do seu server $portlogin = "7777"; // Porta Login Server (Padrão: 7777) $portserver = "9014"; // Porta Game Server (Padrão: 9014) $timeout = "1"; // Não Tocar $fp = @fsockopen($server, $port, $errno, $errstr, $timeout, 1); if (!$fp){ echo 'Login: <font color=green><b>ONLINE</b></font>';} else{ echo 'Login: <font color=red><b>OFFLINE</b></font>';} ?> <?php $fp = @fsockopen($server, $port, $errno, $errstr, $timeout, 1); if (!$fp){ echo 'Server: <font color=green><b>ONLINE<b></font>';} else{ echo 'Server: <font color=red><b>OFFLINE</b></font>';} ?>
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.