AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Is it running DProto? (https://forums.alliedmods.net/showthread.php?t=243410)

Kia 07-04-2014 04:16

Is it running DProto?
 
Hello everybody,

I've made a little page where you can check if a Server is using DProto or not, so it is no longer neccessary to join a Server to get this simple information.
Also thanks to Backstabnoob for answering my stupid questions. :)

Page by Blizzard

I know the page design is great, no need for pointing it out.

Greetz,
Kia.

Black Rose 07-04-2014 04:19

Re: Is it running DProto?
 
This will probably be my #1 used site. ^^

How does it work?
Can it also output version numbers of the server, metamod and amxx?

Kia 07-04-2014 04:21

Re: Is it running DProto?
 
Quote:

Originally Posted by Black Rose (Post 2161709)
This will probably be my #1 used site. ^^

How does it work?
Can it also output version numbers of the server, metamod and amxx?

I use the CS Query class to "ask" the Server what modules it is running.
Added.

YamiKaitou 07-04-2014 04:52

Re: Is it running DProto?
 
At least it is not just looking for the cvar

klippy 07-04-2014 05:35

Re: Is it running DProto?
 
Is this using A2S_RULES request to check for dp_version cvar or something else? If it is something else, can you please explain us how it is done? :)

YamiKaitou 07-04-2014 05:39

Re: Is it running DProto?
 
It doesn't check the cvar dp_version, I already tested it

Kia 07-04-2014 05:50

Re: Is it running DProto?
 
Quote:

Originally Posted by KliPPy (Post 2161738)
Is this using A2S_RULES request to check for dp_version cvar or something else? If it is something else, can you please explain us how it is done? :)

A2S_RULES? I do not use xPaw's Source Query Class, since it does not work for me (it says could not find class SourceQuery even if I upload all files in the given structure).
I simply send "meta list" to the Server and handle the output.

ArabicMan 07-04-2014 07:36

Re: Is it running DProto?
 
Why you care about Dproto :D?

devilicioux 07-04-2014 08:11

Re: Is it running DProto?
 
Quote:

Originally Posted by ArabicMan (Post 2161780)
Why you care about Dproto :D?

No one cares .. thats the point behind making the site so as to make it easier to decide whether to help some user or not (i.e the one requesting something for his server).

Neeeeeeeeeel.- 07-04-2014 08:27

Re: Is it running DProto?
 
A suggestion would be: allow the user to write IP:PORT
PHP Code:

$ip_port preg_split("/:/"$_POST['ip']);
$ip $ip_port[0];
$port $ip_port[1]*1



All times are GMT -4. The time now is 17:14.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.