Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Server status....

Author Topic: Server status....  (Read 1037 times)

Haruwa

  • Yuno Librarian
  • ***
  • Posts: 2176
  • I want to reconcile the violence in your heart. <3
Server status....
« on: November 06, 2008, 01:39:27 am »
Say just wondering how the server status thing works I want to make one..... *Looks expectantly in Denia's direction...*
I know you know so tell me.  >.<b








IGNs are Haruwa &
J-E-N-O-V-A
 Selling | Buying








DA~Kaitou

  • Mercenary Trader
  • **
  • Posts: 844
  • formerly Demonic Archangel
  • Main: xDA.Kaitou
  • Guild: Aesir
Re: Server status....
« Reply #1 on: November 06, 2008, 01:37:05 pm »
Or you could order one from Aki if she still makes 'em. Lemme grab the link...

http://www.anthemro.com/forums/index.php/topic,224.0.html
.

Akishira

  • Kiel Factory Worker
  • **
  • Posts: 320
  • Account Number : 398
    • Aki's Rambling and Ficlets and....things.
Re: Server status....
« Reply #2 on: November 06, 2008, 01:38:35 pm »
There are uh.... posts attempting to explain how server sigs work. Reiz0r has some links in the AC Index I think.

And yeah, you could order one from me.
Art Galleria
Selling Thread
Current projects
WHEN WILL IT EVER ENDDDD
[13:08] Aki: so we should go off somewhere and have happy little art babies
[13:08] Aki: and then sell them for outrageous prices
[13:08] Luci: OMG I AGREE!
[13:08] Aki: and then make more babies :>

Talis

  • Yuno Librarian
  • ***
  • Posts: 2116
  • I am not on staff anymore
Re: Server status....
« Reply #3 on: November 06, 2008, 02:04:13 pm »
Server status sigs usually employ PHP to create a dynamic picture using
Code: [Select]
header(); to set the content type to image/png , jpg, gif whatever. XD

You simply poll the servers IP and depending on success / timeout you write either yes or no into it. The PHP manual has some good information about this.

You can probably piece it together using these things:

Code: [Select]
header("Content-type: image/png");http://www.php.net/manual/en/function.header.php

Code: [Select]
$im = ImageCreateTrueColor($width, $height);http://www.php.net/manual/en/function.imagecreatetruecolor.php

Code: [Select]
//Account
$up = @fsockopen("70.38.11.218", 6900, $errno, $errstr, 5);
if($up) {
//Online
fclose($up);
}else {
//Offline
}
http://www.php.net/manual/en/function.fsockopen.php
Hi, I am Talis.
I used to work here, but not anymore.
Please keep that in mind that my posts, views and opinions are my own and in no way, shape or form reflect that of, or pertain to the current staff & administration.

“Intellect is invisible to the man who has none”
Arthur Schopenhauer (German Philosopher, 1788-1860)

DreamerP

  • Elder of Thanatos
  • ***
  • Posts: 6110
  • ~Cherish Yesterday, Live Today, Dream Tomorrow~
Re: Server status....
« Reply #4 on: November 06, 2008, 03:34:05 pm »
There are uh.... posts attempting to explain how server sigs work. Reiz0r has some links in the AC Index I think.

And yeah, you could order one from me.

You don't say XD

Haruwa

  • Yuno Librarian
  • ***
  • Posts: 2176
  • I want to reconcile the violence in your heart. <3
Re: Server status....
« Reply #5 on: November 06, 2008, 06:25:01 pm »
Ty Talis.  <3
I'll fail at it till I make a working one later.  X3








IGNs are Haruwa &
J-E-N-O-V-A
 Selling | Buying