EOSERV Forum > Lounge > does anyone have a server status checker code
Topic is locked.
Page: << 1 >>
does anyone have a server status checker code
Author Message
Post #54832 does anyone have a server status checker code

i have a few images i wanna use for Online and Offline

14 years, 22 weeks ago
Post #54835 Re: does anyone have a server status checker code

<p><img src="http://sordie.co.uk/SLN?host=put your server ip here"/></p>

14 years, 22 weeks ago
Post #54870 Re: does anyone have a server status checker code
maori posted: (3rd Dec 2010 03:11 am)

<p><img src="http://sordie.co.uk/SLN?host=put your server ip here"/></p>


I dont think he means that. He wants the source on how that would work.
---
"Pineapples and shit."
14 years, 22 weeks ago
Post #54872 Re: does anyone have a server status checker code

http://status.blackout-gaming.net/


Maybe this one then?


"This little tool will allow you to check for your current server status. It works with most applications."

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 22 weeks ago
Post #54893 Re: does anyone have a server status checker code

thing is i have some gif images i made for online and offline that look undoubtedly sicker then any of blackout server status

maori posted: (3rd Dec 2010 03:11 am)

<p><img src="http://sordie.co.uk/SLN?host=put your server ip here"/></p>

now do i put the images in between the ><'s and do they have to be html codes ??

the reason im asking is cause the image thats suppose to show up for online and offline just says powered by blackout gaming status checker

14 years, 22 weeks ago
Post #54913 Re: does anyone have a server status checker code
judess69er posted: (3rd Dec 2010 11:01 am)

thing is i have some gif images i made for online and offline that look undoubtedly sicker then any of blackout server status

maori posted: (3rd Dec 2010 03:11 am)

<p><img src="http://sordie.co.uk/SLN?host=put your server ip here"/></p>

now do i put the images in between the ><'s and do they have to be html codes ??

the reason im asking is cause the image thats suppose to show up for online and offline just says powered by blackout gaming status checker


You can use your pics but Blackouts system... if you didn't know.
---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 22 weeks ago
Post #54917 Re: does anyone have a server status checker code
sephiroth posted: (3rd Dec 2010 02:09 pm)

judess69er posted: (3rd Dec 2010 11:01 am)

thing is i have some gif images i made for online and offline that look undoubtedly sicker then any of blackout server status

maori posted: (3rd Dec 2010 03:11 am)

<p><img src="http://sordie.co.uk/SLN?host=put your server ip here"/></p>

now do i put the images in between the ><'s and do they have to be html codes ??

the reason im asking is cause the image thats suppose to show up for online and offline just says powered by blackout gaming status checker


You can use your pics but Blackouts system... if you didn't know.
i dont know how and all i see is This on blackouts webpage

14 years, 22 weeks ago
Post #54921 Re: does anyone have a server status checker code

Read the home page, they have this written:


This little tool will allow you to check for your current server status. It works with most applications. You can also hotlink the images and make use it for live checking. There is a cache on each SERVER:PORT, and is currently set to 2 minutes each check to reduce server stress. If you have an image set you wish to add here, please email them to me at Taikumi [.at.] gmail [.dot.] com (replace the [.at.] with @, and [.dot.] with . ), and I will add it for you.

---
Web developer, currently looking for graphic artists / designers.
14 years, 22 weeks ago
Post #54926 Re: does anyone have a server status checker code

Then, if you have own website, you can always use PHP to make online checker.

You can make own part for it or just shrink it to your front page or anything.


<html>
<body>

<?php

$ip = "InsertIP";
$port = "InsertPORT";

if (! $sock = @fsockopen($ip, $port, $num, $error, 5))

echo '<img src="InsertImageSource" name="InsertImageName">';
else

{
echo '<img src="InsertImageSource" name="InsertImageName">';
fclose($sock);

}

?>

</body>
</html>


PS. Just to make sure, I am not very good at PHP but I am trying to learn it...

Edit: Source can be url or file on your host folder or something like that.

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 22 weeks ago
Post #54928 Re: does anyone have a server status checker code

Excellent Seph, I'm going to college in the new year to do courses in PHP and more :)

---
Web developer, currently looking for graphic artists / designers.
14 years, 21 weeks ago
Post #54929 Re: does anyone have a server status checker code
Klutz posted: (3rd Dec 2010 03:26 pm)

Read the home page, they have this written:


This little tool will allow you to check for your current server status. It works with most applications. You can also hotlink the images and make use it for live checking. There is a cache on each SERVER:PORT, and is currently set to 2 minutes each check to reduce serverstress. If you have an image set you wish to add here, please email them to me at Taikumi [.at.] gmail [.dot.] com (replace the [.at.] with @, and [.dot.] with . ), and I will add it for you.


what i ment was when i see his webpage there is no images  just writing
14 years, 21 weeks ago
Post #54932 Re: does anyone have a server status checker code

Put in a server ip and port etc, submit it and there should be an option on the page somewhere to look at other images or something like that. It was ages ago when I used it but it should be there somewhere just keep looking.

---
Web developer, currently looking for graphic artists / designers.
14 years, 21 weeks ago
Post #54933 Re: does anyone have a server status checker code
Klutz posted: (3rd Dec 2010 05:08 pm)

Put in a server ip and port etc, submit it and there should be an option on the page somewhere to look at other images or something like that. It was ages ago when I used it but it should be there somewhere just keep looking.


-.- i cant see any of the images on the webpage or using the direct live image links
(edit) that would be a great offline image :P
14 years, 21 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > does anyone have a server status checker code