Raised This Month: $32 Target: $400
 8% 

Is it running DProto?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-04-2014 , 04:16   Is it running DProto?
Reply With Quote #1

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.
__________________

Last edited by Kia; 07-28-2014 at 07:56.
Kia is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 07-04-2014 , 04:19   Re: Is it running DProto?
Reply With Quote #2

This will probably be my #1 used site. ^^

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

Last edited by Black Rose; 07-04-2014 at 04:20.
Black Rose is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-04-2014 , 04:21   Re: Is it running DProto?
Reply With Quote #3

Quote:
Originally Posted by Black Rose View Post
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.
__________________

Last edited by Kia; 07-04-2014 at 04:42.
Kia is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-04-2014 , 04:52   Re: Is it running DProto?
Reply With Quote #4

At least it is not just looking for the cvar
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 07-04-2014 , 05:35   Re: Is it running DProto?
Reply With Quote #5

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?
klippy is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-04-2014 , 05:39   Re: Is it running DProto?
Reply With Quote #6

It doesn't check the cvar dp_version, I already tested it
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-04-2014 , 05:50   Re: Is it running DProto?
Reply With Quote #7

Quote:
Originally Posted by KliPPy View Post
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.
__________________
Kia is offline
ArabicMan
Veteran Member
Join Date: Feb 2014
Location: مصر
Old 07-04-2014 , 07:36   Re: Is it running DProto?
Reply With Quote #8

Why you care about Dproto ?
ArabicMan is offline
devilicioux
Veteran Member
Join Date: Jun 2013
Location: Delhi,India
Old 07-04-2014 , 08:11   Re: Is it running DProto?
Reply With Quote #9

Quote:
Originally Posted by ArabicMan View Post
Why you care about Dproto ?
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).
__________________
You keep bringing ANTICHRISTUS down .. He will rise again and kick asses !

#RespectList ANTICHRISTUS fysiks Bugsy

Most Common Errors You Can Encounter Every Now and Then
devilicioux is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 07-04-2014 , 08:27   Re: Is it running DProto?
Reply With Quote #10

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
__________________

Last edited by Neeeeeeeeeel.-; 07-04-2014 at 08:29.
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:12.


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