Forum

> > CS2D > General > Image Server Status
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Image Server Status

41 replies
Page
To the start Previous 1 2 3 Next To the start

old Re: Image Server Status

CS2D Brasil
COMMUNITY BANNED Off Offline

Quote
First of all, you are doing a great job,
I was searching for something like that
a few months ago and I didn't find it.
It looks like GameTracker hehe, it's interesting!

Anyway, I'm here to report a bug that I see on it.

If the server have players on it,
the Game Mode shows nothing,
for example: 1/16 then Game Mode is empty.

If the server is empty, 0/16
then Game Mode shows normally...

And "Ping" is ???

All other things are ok!

old Re: Image Server Status

Informatixa
User Off Offline

Quote
leegao has written
seems to be a none programmer-related problem, PHP on a non-standalone environment have execution conditions made by the server itself, in this case, apache calls it via cgi or as a direct mod.

UDP's real name is the User-Datagram Protocol, often derisively known as the Unreliable Data Protocol, and this is without boast. CS2D and most modern game/streaming client uses several backtracking techniques to double check that the correct payload is received. In CS2D's case, both a server-id and a confirmation packet is sent with most packets (all except for the info requests for the latter). In php's case, the fact that the execution time is limited means that there's no possible way to double check the messages. So in certain cases, the PHP server will receive corrupted or incomplete messages. This is without fix unless you're willing to wait around for multiple packets to arrive.


Edit:
Ping fixed

Edit:
Players List fixed
re-construction of the reader server info packets

Edit:
Info Server fixed
edited 3×, last 05.05.09 09:13:41 am

old Re: Image Server Status

k.o.g.
User Off Offline

Quote
Is the Ping from your server to Gameserver?
That Ping can say anything for the client ...

old Re: Image Server Status

Admir
User Off Offline

Quote
EuropeGamerz has written
Ping to replace official website

Edit
Player List
IMG:https://photomaniak.com/upload/out.php/t676442_Sanstitre.png


so where you put the ping
edited 1×, last 09.05.09 11:31:46 pm

old Re: Image Server Status

ilovemyself
User Off Offline

Quote
Ok, this is only works if you have rights to access to the file... and if you can control the server...

create a php file. like stats.php

then paste this and save it.
1
2
3
4
5
6
7
<?
//my os is windows so windows path
$file = 'C:\Program Files\Counter-Strike 2D\serverstats.html';

//show the file
include($file);
?>
after creating the php file, put it to apache folder.

old Re: Image Server Status

Lee
Moderator Off Offline

Quote
it's really unnecessary to run this in a windows environment since typical windows servers do not have their port 80 open to the public (isp blocks AND firewall) so it can only be accessed via localhost. But it could be pretty useful to run on a shared environment.

Of course, that doesn't really address the Server Status part.

old Re: Image Server Status

Reaper
User Off Offline

Quote
Hi,

there is a minor bug on your website. The HTML code for the banners isn't correct.

Currently it's
1
<a href="http://www.metatracker.tk/server_info/server_info/188.40.143.141:36963/"><img src="http://www.metatracker.tk/server_info/server_info/188.40.143.141:36963/b_468_120.png" alt="" /></a>

So, there has to be removed a server_info/ from the img link. Same for link itself.

old Re: Image Server Status

Informatixa
User Off Offline

Quote
user Reaper has written
Hi,

there is a minor bug on your website. The HTML code for the banners isn't correct.

Currently it's
1
<a href="http://www.metatracker.tk/server_info/server_info/188.40.143.141:36963/"><img src="http://www.metatracker.tk/server_info/server_info/188.40.143.141:36963/b_468_120.png" alt="" /></a>

So, there has to be removed a server_info/ from the img link. Same for link itself.


Sorry fixed

HTML:
1
<a href="http://www.metatracker.tk/server_info/188.40.143.141:36963/"><img src="http://www.metatracker.tk/server_info/188.40.143.141:36963/b_468_120.png" alt="" /></a>
BBCode:
1
[url=http://www.metatracker.tk/server_info/188.40.143.141:36963/][img]http://www.metatracker.tk/server_info/188.40.143.141:36963/b_468_120.png[/img][/url]

old Re: Image Server Status

Yates
Reviewer Off Offline

Quote
user KagamineLen has written
i saw my server there

THATS SO FUCKING AWESOME, IM SO HAPPY FOR YOU!

Seriously.

@user Informatixa: Great job. I really like it, well. I did until it stopped showing servers

Edit: Works.

Yet the join button does not work.
To the start Previous 1 2 3 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview