[Sticky] Bot Statuses [Post if bots are down]

Status
Not open for further replies.
RE: [Sticky] Bot Statuses

Chewbaka said:
Because iDung moved to RSBuddy

I still use it on rsbot, so it's not dead.
 
RE: [Sticky] Bot Statuses

rsbot is up...
I'm using it right now...

Yea thread needs to be updated

Even tho idung moved to rsbuddy I still wont use it I dont trust them kids
 
RE: [Sticky] Bot Statuses

neXuS still dead. ZzZZzZZzZZzZZZZ
 
RE: [Sticky] Bot Statuses

Nexus pissing me off :mad:
 
RE: [Sticky] Bot Statuses

Nexus is back up and working :)
 
RE: [Sticky] Bot Statuses

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.
 
RE: [Sticky] Bot Statuses

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.

Lol, how much gp per hour?
 
RE: [Sticky] Bot Statuses

RSBuddy: Up and down, they're like rebooting the servers every 5 minutes.
 
RE: [Sticky] Bot Statuses

ffs, I just started using rsbuddy today and I like it much better :/
 
RSBuddy isn't working for me, not saying it's down, but I think it is...
 
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).

Too bad that's not correct :)
 
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:

Script.php
 
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:

Script.php

Yeahhhhhhhhh.......I don't know php
 
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:

Script.php

I didn't know you could code PHP. I'll code a fully working one for OP, then go bed.
 
Status
Not open for further replies.
Back
Top