PDA

View Full Version : I'm looking after query-commands via TCP/IP Communication...


rvogt1964
11-27-2003, 06:33 PM
Hi,

i woul'd like to create a little remote admin program with many functions to control a CoD Server. This little projekt will be coded in c++ from borland.

Now i'm looking for detailed informations about the communication between a Client and a server, seems like this:

Send-Command: "˙˙˙˙getstatus\n"
^^^^^^^^^^^
and the answer from the CoD server like this:

Received: "˙˙˙˙statusResponse\Administrator\..." and so on... :-)

and/or other availabe remote commands to access the CoD-server via TCP/IP (UDP) in any direction. ::o):

Can anybody tell me where i can find more Informations about this technologie, commands and structures about these Client<->Server access! Or anything source-code in languages as like as "c" oder "c++", php or anything else.

Thank's a lot for any help!

When the project will be finished, the program will be freeware!

imported_axeman
11-27-2003, 11:04 PM
A good place to start, can get help on their forum too by the looks of it :

KQuery (http://dev.kquery.com/index.php?article=5)

Also found a fair bit searching for the getstatus command :

Google (http://www.google.co.uk/search?q=%C3%BF%C3%BF%C3%BF%C3%BFgetstatus&ie=UTF-8&oe=UTF-8&hl=en&meta=)

rvogt1964
11-28-2003, 02:10 AM
Hi axeman,

thanks for your help - but i've found on that link only a sample to query a serverlist from a masterserver - not any other specified Q3A-querys (or RCON Login's/using Commands) to send directly to a Cod(q3a) ded. gameserver... :-(

You know what i mean? Sorry my english is not so good... :-)

Now i will have a look at google, i hope that i find anything else about it - a collection of commands...

regards,
Reiner.

rvogt1964
11-28-2003, 11:32 PM
Hi all,

i found at google-search only some informations about this one command "getStatus", but i need more informations...

What i have to do to send a RCON Command's directly to the server via TCP/IP (UDP) protocol?

Which port i have to use, and/or what i kind of codes i have to transfer to the ded. server without the game client?

regards,
Reiner.

Jointzzzz
05-05-2004, 03:24 PM
Maybe a bit late, but I was looking for the same, and this is what I found :
http://www.kquery.com/forums/index.php?showtopic=585&st=0

Jointzzzz
05-07-2004, 04:18 PM
For those interested, here's the result :

http://www.dajoint.nl/cod.php

If you want a similar script on your homepage, or if the site admins here want it in the downloadssection, gimme a yell at jointzzzz [at] dajoint [dot] nl.