Introduction
Ever wanted to create your own Game Server banner? Maybe with a custom image, or some extra text? Well here is your chance!
Features
Custom Images
Custom Text
Do it however you want.
No limits!
Caching you control everything from 0-100 years if you want
Recruitments
A web server with ASP.NET 3.5
How to Use
Making a template:
You need a starting image
Mine looks like this
Then you need a config file
Now I can query the url <mysite>/default.aspx?id=csssmall&address=<your server address>
That will look producer:
How to install
Copy paste the files from the zip to your webserver, if you wanna use caching, set the time in the web.config file and set the cache directory to Read/Write
How to make a config file
First line in a config file got to be the image and be looking like this:
After that eatch line will be text.
In the text line following things will need to be there, seperatede by a ;
Not neede but can be there
To see avalible fonts: default.aspx?id=fonts
To see avalible Colors: default.aspx?id=color
Please not that font and color are case sentitive
In the text you can write %hostname% and it will get replace wtih the hostname if you wanna see all avalible vars for a server write
default.aspx?id=vars&address=<your server address>
Often they will be the same
Beta
This is in beta, any bugs found should be repportede to me. Right away.
Please notice as this is a beta, there will be bugs!
Ever wanted to create your own Game Server banner? Maybe with a custom image, or some extra text? Well here is your chance!
Features
Custom Images
Custom Text
Do it however you want.
No limits!
Caching you control everything from 0-100 years if you want
Recruitments
A web server with ASP.NET 3.5
How to Use
Making a template:
You need a starting image
Mine looks like this
Then you need a config file
Quote:image=csssmall.png
font=Arial;size=8;color=DarkOrange;x=40;y=0;text=%hostname%;bold=1
font=Times New Roman;size=8;color=DarkOrange;x=40;y=15;text=Map: %mapname%
font=Times New Roman;size=8;color=Yellow;x=170;y=15;text=Players: %players%/%maxplayers%
font=Times New Roman;size=6;color=Green;x=260;y=18;text=Last scannede: %scantime%
Now I can query the url <mysite>/default.aspx?id=csssmall&address=<your server address>
That will look producer:
How to install
Copy paste the files from the zip to your webserver, if you wanna use caching, set the time in the web.config file and set the cache directory to Read/Write
How to make a config file
First line in a config file got to be the image and be looking like this:
Code:
image=csssmall.png
In the text line following things will need to be there, seperatede by a ;
Code:
font=<Font>
size=<Size>
color=<Color>
x=<where>
y=<where>
text=<your text>
max=How long the text max can be
Not neede but can be there
Code:
bold=1
To see avalible fonts: default.aspx?id=fonts
To see avalible Colors: default.aspx?id=color
Please not that font and color are case sentitive
In the text you can write %hostname% and it will get replace wtih the hostname if you wanna see all avalible vars for a server write
default.aspx?id=vars&address=<your server address>
Often they will be the same
Beta
This is in beta, any bugs found should be repportede to me. Right away.
Please notice as this is a beta, there will be bugs!