Author Topic: Current Server Status  (Read 4013 times)

Karzela~

  • Traveller
  • *
  • Posts: 41
    • View Profile
Current Server Status
« on: March 11, 2012, 04:12:46 pm »
Where can I find the current service status?
I've looked at the forum header at the top of this page and at http://www.planeshift.it/index.php, which is the main website page.

MishkaL1138

  • Veteran
  • *
  • Posts: 1175
  • Meh.
    • View Profile
Re: Current Server Status
« Reply #1 on: March 11, 2012, 06:22:50 pm »
http://planeshift.subhosting.net/ It should tell here. Hopefully Deru will work out a way to create a script we cna use in our siggies :P

Derula if you read this add me on Skype >.>

"It's all fun and games until someone stabs someone else in the eye."

derula

  • Hydlaa Citizen
  • *
  • Posts: 409
  • Staying away because Talad asked nicely
    • View Profile
Re: Current Server Status
« Reply #2 on: March 11, 2012, 06:59:16 pm »
Derula if you read this add me on Skype >.>

Did you mean "unblock me"? Did you also mean to say "please"?

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: Current Server Status
« Reply #3 on: March 12, 2012, 05:19:22 am »
My script works for the new server. I can update it and upload to some pastebin for general use.

http://pastebin.com/rc2d7yzb
http://pastebin.com/yATbQbkx

1. Place both scripts in the same directory (any).
2. Place the optional list of buddies in ${HOME}/.PlaneShift/buddies.txt (use simple end line delimited list in the file).
3. Run the second script (ps_buddies.sh) as follows:

a. To show only buddies from the list:
Code: [Select]
ps_buddies.sh
b. To show all with buddies highlighted:
Code: [Select]
ps_buddies.sh all
Note: works on Linux/Unix and compatible systems with xterm present. On other systems modify the second script to use appropriate output mechanism.
« Last Edit: March 12, 2012, 05:47:48 am by Gilrond »

Karzela~

  • Traveller
  • *
  • Posts: 41
    • View Profile
Re: Current Server Status
« Reply #4 on: March 13, 2012, 12:49:57 am »
Thanks MishkaL1138 and Gilrond!