Re: [hlds_linux] Rcon commands via bash scripts

2006-12-09 Thread Erik Hollensbe
On Dec 6, 2006, at 7:09 AM, Andreas Kang Schøyen wrote: Is there a way to send rcon commands to the server with a bash script? I want to sendt rcon kommands from my web page, by using a php script that calls a bash script on my unix boks.? And by the way, version : 1.0.0.32/7 2949 insecure

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-08 Thread Andreas Kang Schøyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whisper Sent: Thursday, December 07, 2006 11:12 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] http

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-08 Thread Andreas Kang Schøyen
@list.valvesoftware.com Emne: RE: [hlds_linux] Rcon commands via bash scripts Is there a way to lock ticrate, so that customers cant change the ticrate with rcon commands? Med vennlig hilsen: Andreas Kang Schøyen It konsulent NovaNett IT A/S Adr: Grønland 14, 0188 Oslo E-post: [EMAIL PROTECTED] Tlf: 22170020

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-08 Thread sirtom__
No, this on is HLDS related only. -Ursprüngliche Nachricht- Von: hlds_linux@list.valvesoftware.com Gesendet: 08.12.06 12:24:16 An: hlds_linux@list.valvesoftware.com Betreff: RE: [hlds_linux] Rcon commands via bash scripts Does this work for hlds as well as on srcds

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-08 Thread Whisper
@list.valvesoftware.com Emne: RE: [hlds_linux] Rcon commands via bash scripts Is there a way to lock ticrate, so that customers cant change the ticrate with rcon commands? Med vennlig hilsen: Andreas Kang Schøyen It konsulent NovaNett IT A/S Adr: Grønland 14, 0188 Oslo E-post: [EMAIL PROTECTED] Tlf

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-08 Thread Andreas Kang Schøyen
: www.novanett.no -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whisper Sent: Friday, December 08, 2006 12:28 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Regime
Mail Von: Mariusz Zieliński [EMAIL PROTECTED] An: hlds_linux@list.valvesoftware.com CC: Andreas Kang Schøyen [EMAIL PROTECTED] Gesendet: Mittwoch, den 6. Dezember 2006, 17:24:34 Uhr Betreff: Re: [hlds_linux] Rcon commands via bash scripts On Wednesday 06 December 2006 16:44, Andreas Kang

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Mariusz Zieliński
On Wednesday 06 December 2006 17:26, Andreas Kang Schøyen wrote: I am using multiple screens, so I should look like this;? #!/usr/bin/expect -f set timeout 1 spawn /usr/bin/screen -d -r -S MYSCREENSESSION match_max 10 send -- rcon say \You have only one hour left\\r expect eof where

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Andreas Kang Schøyen
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian mu Sent: Wednesday, December 06, 2006 7:07 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya, I'm guessing if you want to do multiple

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Ian mu
: Wednesday, December 06, 2006 7:07 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya, I'm guessing if you want to do multiple words as the command you maybe need to quote them like... screen -S

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Whisper
@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya, I'm guessing if you want to do multiple words as the command you maybe need to quote them like... screen -S hl_27501 -X -p0 eval stuff 'changelevel

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Ian mu
-- [ Picked text/plain from multipart/alternative ] Btw, alternately I think there may be some php rcon classes, but don't have a link at hand. On 12/6/06, Ian mu [EMAIL PROTECTED] wrote: Are you able to use screen for the process? If so you could just send a message via screen to the console

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Ian mu
-- [ Picked text/plain from multipart/alternative ] Are you able to use screen for the process? If so you could just send a message via screen to the console (saves having to worry about rcon code/issues). Ian On 12/6/06, Andreas Kang Schøyen [EMAIL PROTECTED] wrote: Hello! Is there a way

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
: www.novanett.no -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian mu Sent: Wednesday, December 06, 2006 4:14 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Btw

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Ian mu
06, 2006 4:14 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Btw, alternately I think there may be some php rcon classes, but don't have a link at hand. On 12/6/06, Ian mu [EMAIL

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
I mean like sending rcon say You have only one hour left For instance. :) Btw, anyone know why I cant get my servers VAC secure? Some of them are secure, but not everybody. Could not establish connection to Steam servers. Bad challenge from 68.142.232.33:27243. Med vennlig hilsen: Andreas Kang

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
: 22170020 / Mob 9699 Faks: 22178218 Web: www.novanett.no -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian mu Sent: Wednesday, December 06, 2006 4:40 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Ian mu
-Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Ian mu Sent: Wednesday, December 06, 2006 4:40 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Dave M3pH!sT0pL3s Williams
you checked your firewalls and routers/switches are setup correctly and that valve aren't having problems (again) Andreas Kang Schøyen wrote: I mean like sending rcon say You have only one hour left For instance. :) Btw, anyone know why I cant get my servers VAC secure? Some of them are

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Mariusz Zieliński
On Wednesday 06 December 2006 16:44, Andreas Kang Schøyen wrote: I mean like sending rcon say You have only one hour left For instance. :) You can always use expect. Assuming you are using screen: -8- #!/usr/bin/expect -f set timeout 1 spawn /usr/bin/screen -d -r match_max 10

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
:[EMAIL PROTECTED] On Behalf Of Dave M3pH!sT0pL3s Williams Sent: Wednesday, December 06, 2006 4:58 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts you checked your firewalls and routers/switches are setup correctly and that valve aren't having problems

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
Of Ian mu Sent: Wednesday, December 06, 2006 4:54 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Deffo works for me, just tried it, can you do a ps -ef | grep 27015 and then paste the output

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
: Andreas Kang Schøyen Subject: Re: [hlds_linux] Rcon commands via bash scripts On Wednesday 06 December 2006 16:44, Andreas Kang Schøyen wrote: I mean like sending rcon say You have only one hour left For instance. :) You can always use expect. Assuming you are using screen: -8

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Ian mu
06, 2006 4:54 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Deffo works for me, just tried it, can you do a ps -ef | grep 27015 and then paste the output of the command ? On 12/6/06

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya, don't use screen names that are numbers only :). use hl_27015 or something, otherwise I'm guessing its looking for the pid. On 12/6/06, Andreas Kang Schøyen [EMAIL PROTECTED] wrote

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Cc2iscooL
-Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Ian mu Sent: Wednesday, December 06, 2006 5:34 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Dave M3pH!sT0pL3s Williams
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave M3pH!sT0pL3s Williams Sent: Wednesday, December 06, 2006 4:58 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts you checked your firewalls and routers/switches are setup correctly

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Colin Silcock
To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts look it up on portforward.com. even gives you the instructions for the router setup. but if you ffeling lazy it's 1200, 27000:27015, and 27020:27039 and set it up to allow both tcp and udp packets for all the ranges

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Ian mu
-- [ Picked text/plain from multipart/alternative ] Hiya, I'm guessing if you want to do multiple words as the command you maybe need to quote them like... screen -S hl_27501 -X -p0 eval stuff 'changelevel de_dust'^m //the addition of the ' ' if its hard to see, can't test it here properly

RE: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Andreas Kang Schøyen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian mu Sent: Wednesday, December 06, 2006 7:07 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Rcon commands via bash scripts -- [ Picked text/plain from multipart/alternative ] Hiya, I'm guessing if you want to do