RE: [Sticky] Bot Statuses
I still use it on rsbot, so it's not dead.
Chewbaka said:Because iDung moved to RSBuddy
I still use it on rsbot, so it's not dead.
Chewbaka said:Because iDung moved to RSBuddy
Baller12 said:RSBuddy is down right now
Aidan said:Baller12 said:RSBuddy is down right now
Yeah, i go on to see me logged off with 453k archery tickets though. Not sure if i should be sad it's down or happy because that's like 4-5m lol.
Nathan said:ffs, I just started using rsbuddy today and I like it much better :/
Jonathan said:Title should be:
Bot Status'
To Staff ^^
Boxхy said:Jonathan said:Title should be:
Bot Status'
To Staff ^^
You should get the grammar nazi award for that. (If there is one).
<?php
function ping($host, $port, $timeout) {
$tB = microtime(true);
$fP = fSockOpen($host, $port, $errno, $errstr, $timeout);
if (!$fP) {
return "DownImg";
} else {
return "UpImg";
}
$tA = microtime(true);
return round((($tA - $tB) * 1000), 0)." ms";
}
string Loc = ping("RSBuddy url", port, Timeout);
header("Location: Loc");
?>
StarZ_mybb_import1335 said:PHP:<?php function ping($host, $port, $timeout) { $tB = microtime(true); $fP = fSockOpen($host, $port, $errno, $errstr, $timeout); if (!$fP) { return "DownImg"; } else { return "UpImg"; } $tA = microtime(true); return round((($tA - $tB) * 1000), 0)." ms"; } string Loc = ping("RSBuddy url", port, Timeout); header("Location: Loc"); ?>
Usage:
![]()
StarZ_mybb_import1335 said:PHP:<?php function ping($host, $port, $timeout) { $tB = microtime(true); $fP = fSockOpen($host, $port, $errno, $errstr, $timeout); if (!$fP) { return "DownImg"; } else { return "UpImg"; } $tA = microtime(true); return round((($tA - $tB) * 1000), 0)." ms"; } string Loc = ping("RSBuddy url", port, Timeout); header("Location: Loc"); ?>
Usage:
![]()