Re: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-11 Thread Tjoekbezoer van Damme
> >Just extracted this rcon PHP app to my web server, however I am having
> >problems getting it running. Keeps complaining about files missing
> I am just trying to access the rcon.php page... I didn't think you had
> to write anything specific to access it, based on the example here:
> http://www.tuts.net/~titulaer/rcon/webrcon.php

About titulaer's script, I have no clue why that won't work.

> >Does the guy that wrote the software have any form of support forum or
> >similar?

As far as I know he doesn't, but the class file on
http://130.89.169.144/oilpowered.com/etc/class.source.txt had some
flaws: it still contained code from my own system. I have extracted
that stuff now, so the class should work out of the box.

Good luck,


TjoekBezoer

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-10 Thread Adam Sando
I am just trying to access the rcon.php page... I didn't think you had
to write anything specific to access it, based on the example here:
http://www.tuts.net/~titulaer/rcon/webrcon.php

If I try and access the same page on my server, I Get all sorts of
errors. Looking through the code, it looks like I can use the supplied
webrcon.php and webstatus.php without having to 'reinvent the wheel' as
such.

Happy to hear otherwise, so I can try suss out what I need to do...

Also, just to mention that I am running this on a Windows server running
PHP 4, not a linux/*nix based machine...

Regards,
Adam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Graham M.
Sent: Wednesday, 11 January 2006 13:30 PM
To: hlds@list.valvesoftware.com
Subject: Re: [hlds] Re: Accessing srcds console remotely (for admin)

Adam Sando wrote:

>Just extracted this rcon PHP app to my web server, however I am having
>problems getting it running. Keeps complaining about files missing
>although I can verify the files are there.
>
>Does the guy that wrote the software have any form of support forum or
>similar?
>
>Regards,
>
>Adam
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Tjoekbezoer van

>Damme
>Sent: Wednesday, 11 January 2006 11:34 AM
>To: hlds@list.valvesoftware.com
>Subject: Re: [hlds] Re: Accessing srcds console remotely (for admin)
>
>
>
>>I'm keen to have something like this. What my actual goal was, was to
>>have a web page that displayed the console listing, and you could just
>>
>>
>
>
>
>>execute rcon commands within a web form. If serverdoc can do this,
>>then my problem is solved, however if not, then I may be in trouble.
>>
>>Preferably I would like an app that could write to the console via
>>rcon for me :)
>>
>>
>
>If I understand you correct, you're looking for something that can
>execute rcon commands via a webform? Considering you're using PHP, I
>have a class you can use for that purpose. It's not written by me, but
>it can be useful for you maybe.
>
>Class I meant:
>http://130.89.169.144/oilpowered.com/etc/class.source.txt
>
>Alternative webbased option:
>http://www.tuts.net/~titulaer/
>
>
>TjoekBezoer
>
>___
>To unsubscribe, edit your list preferences, or view the list archives,
>please visit:
>http://list.valvesoftware.com/mailman/listinfo/hlds
>
>This e-mail has been scanned for viruses by Hostworks Message Scanning
>Services - powered by MessageLabs. For further information contact
>Hostworks on 1300 30 4848.
>
>___
>To unsubscribe, edit your list preferences, or view the list archives,
please visit:
>http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
How are you trying to access it? I assume youve written some PHP code to
access the functions?

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

This e-mail has been scanned for viruses by Hostworks Message Scanning
Services - powered by MessageLabs. For further information contact
Hostworks on 1300 30 4848.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-10 Thread Graham M.

Adam Sando wrote:


Just extracted this rcon PHP app to my web server, however I am having
problems getting it running. Keeps complaining about files missing
although I can verify the files are there.

Does the guy that wrote the software have any form of support forum or
similar?

Regards,

Adam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tjoekbezoer van
Damme
Sent: Wednesday, 11 January 2006 11:34 AM
To: hlds@list.valvesoftware.com
Subject: Re: [hlds] Re: Accessing srcds console remotely (for admin)




I'm keen to have something like this. What my actual goal was, was to
have a web page that displayed the console listing, and you could just







execute rcon commands within a web form. If serverdoc can do this,
then my problem is solved, however if not, then I may be in trouble.

Preferably I would like an app that could write to the console via
rcon for me :)




If I understand you correct, you're looking for something that can
execute rcon commands via a webform? Considering you're using PHP, I
have a class you can use for that purpose. It's not written by me, but
it can be useful for you maybe.

Class I meant:
http://130.89.169.144/oilpowered.com/etc/class.source.txt

Alternative webbased option:
http://www.tuts.net/~titulaer/


TjoekBezoer

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

This e-mail has been scanned for viruses by Hostworks Message Scanning
Services - powered by MessageLabs. For further information contact
Hostworks on 1300 30 4848.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds




How are you trying to access it? I assume youve written some PHP code to
access the functions?

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-10 Thread Adam Sando
Just extracted this rcon PHP app to my web server, however I am having
problems getting it running. Keeps complaining about files missing
although I can verify the files are there.

Does the guy that wrote the software have any form of support forum or
similar?

Regards,

Adam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tjoekbezoer van
Damme
Sent: Wednesday, 11 January 2006 11:34 AM
To: hlds@list.valvesoftware.com
Subject: Re: [hlds] Re: Accessing srcds console remotely (for admin)

> I'm keen to have something like this. What my actual goal was, was to
> have a web page that displayed the console listing, and you could just

> execute rcon commands within a web form. If serverdoc can do this,
> then my problem is solved, however if not, then I may be in trouble.
>
> Preferably I would like an app that could write to the console via
> rcon for me :)

If I understand you correct, you're looking for something that can
execute rcon commands via a webform? Considering you're using PHP, I
have a class you can use for that purpose. It's not written by me, but
it can be useful for you maybe.

Class I meant:
http://130.89.169.144/oilpowered.com/etc/class.source.txt

Alternative webbased option:
http://www.tuts.net/~titulaer/


TjoekBezoer

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

This e-mail has been scanned for viruses by Hostworks Message Scanning
Services - powered by MessageLabs. For further information contact
Hostworks on 1300 30 4848.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-10 Thread Adam Sando
Yeah, you got it... I actually really want a couple of things, however
the main one I guess is being able to automate it. Looking into
serverdoc, it seems a little dodgy, however it could probably do what I
need.

The web solution will just be a hell of a lot easier to use.

Regards,
Adam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tjoekbezoer van
Damme
Sent: Wednesday, 11 January 2006 11:34 AM
To: hlds@list.valvesoftware.com
Subject: Re: [hlds] Re: Accessing srcds console remotely (for admin)

> I'm keen to have something like this. What my actual goal was, was to
> have a web page that displayed the console listing, and you could just

> execute rcon commands within a web form. If serverdoc can do this,
> then my problem is solved, however if not, then I may be in trouble.
>
> Preferably I would like an app that could write to the console via
> rcon for me :)

If I understand you correct, you're looking for something that can
execute rcon commands via a webform? Considering you're using PHP, I
have a class you can use for that purpose. It's not written by me, but
it can be useful for you maybe.

Class I meant:
http://130.89.169.144/oilpowered.com/etc/class.source.txt

Alternative webbased option:
http://www.tuts.net/~titulaer/


TjoekBezoer

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

This e-mail has been scanned for viruses by Hostworks Message Scanning
Services - powered by MessageLabs. For further information contact
Hostworks on 1300 30 4848.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-10 Thread Tjoekbezoer van Damme
> I'm keen to have something like this. What my actual goal was, was to
> have a web page that displayed the console listing, and you could just
> execute rcon commands within a web form. If serverdoc can do this, then
> my problem is solved, however if not, then I may be in trouble.
>
> Preferably I would like an app that could write to the console via rcon
> for me :)

If I understand you correct, you're looking for something that can
execute rcon commands via a webform? Considering you're using PHP, I
have a class you can use for that purpose. It's not written by me, but
it can be useful for you maybe.

Class I meant:
http://130.89.169.144/oilpowered.com/etc/class.source.txt

Alternative webbased option:
http://www.tuts.net/~titulaer/


TjoekBezoer

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


RE: [hlds] Re: Accessing srcds console remotely (for admin)

2006-01-09 Thread Adam Sando
I'm keen to have something like this. What my actual goal was, was to
have a web page that displayed the console listing, and you could just
execute rcon commands within a web form. If serverdoc can do this, then
my problem is solved, however if not, then I may be in trouble.

Preferably I would like an app that could write to the console via rcon
for me :)

Regards,
Adam

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Rabouin
Sent: Tuesday, 10 January 2006 10:32 AM
To: hlds@list.valvesoftware.com
Subject: [hlds] Re: Accessing srcds console remotely (for admin)

This leads me to ask... Anyone has a way of streaming the console
somehow in a browser window? what would be the best way to go about it?
log_address and have an application send the information in a database
or something like that?

I would like to have remote console from a remote based application,
that would be quite interesting I think...

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

This e-mail has been scanned for viruses by Hostworks Message Scanning
Services - powered by MessageLabs. For further information contact
Hostworks on 1300 30 4848.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds