Josh:

In that case try the following:

  http://phpclasses.upperdesign.com/browse.html/package/178

This one is for a Half-Life / Counterstrike server.

Pablo
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Thursday, March 22, 2001, 11:46:26 AM, Josh wrote:

JS> This is a Half-Life game server. I will check with Valve and see what can be
JS> done.

JS> Thanks
JS> Josh Seward

JS> ----- Original Message -----
JS> From: "Pablo Vera" <[EMAIL PROTECTED]>
JS> To: <[EMAIL PROTECTED]>
JS> Sent: Thursday, March 22, 2001 12:29 PM
JS> Subject: Re[2]: [PHP-WIN] Sending Commands


>> Josh:
>>
>> I'm not sure COM is the solution, but you might try with the publisher
>> of the software and see if it supports it.
>>
>> Can you send commands to this gameserver in another way ?, let's say:
>> TCP/IP ?
>>
>> You might try checking the following two classes, they are used to do
>> server status-queries against Unreal Tournament and Quake3 Arena
>> servers:
>>
>> Quake3: http://phpclasses.upperdesign.com/browse.html/package/185
>> Unreal: http://phpclasses.upperdesign.com/browse.html/package/187
>>
>> Hope this helps,
>>
>> Pablo
>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>>
>> Thursday, March 22, 2001, 8:55:53 AM, Josh wrote:
>>
>> JS> I cannnot fin out what com app. name this program has. I am trying to
JS> send
>> JS> commands to a  gameserver while it is running and also the commands
JS> will be
>> JS> different depending on whats going on inside the game sever. It runs
JS> inside
>> JS> of a windows cmd.exe box. If I can use COM for this, How would I go
JS> about
>> JS> finding the COM name for it?
>>
>>
>>
>> JS> Thanks,
>> JS> Josh Seward
>>
>>
>>
>> JS> ----- Original Message -----
>> JS> From: "Alex" <[EMAIL PROTECTED]>
>> JS> To: <[EMAIL PROTECTED]>
>> JS> Sent: Thursday, March 22, 2001 8:19 AM
>> JS> Subject: Re: [PHP-WIN] Sending Commands
>>
>>
>> >> Hi,
>> >>
>> >>
>> >> >I have been looking for a way to send commands to a windows
JS> application.
>> >>
>> >> You can do the communication with your application as with a set of COM
>> >> objects
>> >> via php scripts.
>> >>
>> >> >I can start the application and leave it running in the background.
>> >>
>> >> You do not need to start the application at the background to access
JS> the
>> >> COM-objects.
>> >>
>> >> >The application takes commands from the keyboard and I need a way to
JS> send
>> >> it commands via my php script????
>> >>
>> >>
>> >> So, what's the problem?
>> >>
>> >>
>> >> >If anyone knows a way of doing this, PLEASE HELP!!!!!!!!!!
>> >>
>> >>
>> >> Read the php manual to know how to operate COM.
>> >>
>> >> >Thanks,
>> >> >Josh Seward
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> PHP Windows Mailing List (http://www.php.net/)
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >> To contact the list administrators, e-mail:
JS> [EMAIL PROTECTED]
>> >>
>>
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to