Author Topic: Server Status Images - Rehosted  (Read 1192 times)

This PHP script for server status images was originally created by Destiny/Zack0Wack0, and was then modified and hosted by Kalphiter. Kalphiter has since stopped hosting the script, and gave me the source code.

Example:


http://serverstatus.pecon.us/

Includes link generator. Taking suggestions for changes/additions.
« Last Edit: May 31, 2014, 05:12:26 PM by Pecon »

Since you have the source code is it possible to allow for modifying how the server status bar looks? And if so how easy would it be for one to modify its looks? I mean like these old things

« Last Edit: May 31, 2014, 06:33:42 PM by Bester Bageler »

This is neat. I should probably work on my server images a bit more.

I would love to have the source code, this is pretty neat.

I generated one for Blake1's

Since you have the source code is it possible to allow for modifying how the server status bar looks? And if so how easy would it be for one to modify its looks? I mean like these old things


Yeah, the templates for those ones are actually still in this version, just the ability to generate them was stripped out of the code at some point. I could recreate it.



Getting somewhere, just need to fix the alignment a bit.

I'll take suggestions for other templates. I'll add template selection to the link generator.

Edit: All done. Implemented in generator. I would still like a suggestion for a possible third layout type.
« Last Edit: June 01, 2014, 03:25:13 AM by Pecon »

Would it be possible to have the generator fit an image to the brick and have all the text and what not be a second trans image layer that comes on top? I think that would be pretty nifty feature so the generator actually generates images.

On that note what if the background image was another With gamemode files having to include an image for starting a server you could also host these images on your website for this ideal third option where because the background is a variable on the brick the image that comes up shows the gamemode picture depending on the gamemode the server is in. People with custom gamemodes of there own could send you the image of what they make and the name that goes with it. The only thing that shall use the grey background in the end custom or gamemodes that do not have an image with the name attached.

So in the end you have three options

1. Status bar

2. Upload an image, this gets fitted onto the brick. The actual statuses are a trans layer going on top. Since people have to upload an image to use this means they would also be saved to the site so if you don't want to upload one you can use the plain grey or images people have already submitted. (different page appears for image selecting and uploading)

3. The background image on the brick is the gamemodes image. People who have custom gamemodes have to send you the image with the gamemodes name (or just use this topic as a place they could dump the files). For custom gamemodes with an image it is a plain grey, custom servers are also plain grey.

I think this would be the best.
« Last Edit: June 01, 2014, 08:52:03 AM by Bester Bageler »

That idea is possible, however, I'd have a lot to learn before I could implement something that complex. Especially since allowing anonymous users to upload files can be a security issue, I'd have to figure out how to deal with that.