Author Topic: Web-based RCON client  (Read 7685 times)

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Web-based RCON client
« Reply #40 on: November 06, 2007, 02:04:03 PM »
I'm not doing it for anyone in particular. :P

I'll release it on DP Resource.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Web-based RCON client
« Reply #41 on: November 06, 2007, 03:40:49 PM »
changing password and login, what is all

( password, oppass1...)
Yes, if u can include "exec publicmode.cfg" it would be great.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Web-based RCON client
« Reply #42 on: November 07, 2007, 12:52:45 PM »
By the way, when does the lease on the match server 'expire'? How does it expire? A process checking the server occasionally? A cvar?

KiLo

  • Autococker
  • Posts: 2086
Re: Web-based RCON client
« Reply #43 on: November 07, 2007, 01:02:09 PM »
The following is using the match <password> <login> command.

Quote
When the match command is executed, the server will set the default (strict) match settings (like typing the "matchmode" command).  There's also a "match_timeout" setting (defaults to 1 minute if unset) that, like "passwordtimeout", resets the password (as well as match settings -- executes the "publicmode" command) after a given period of time (in minutes) if nobody else connects.


Hopefully that helps.

lekky

  • Autococker
  • Posts: 2449
Re: Web-based RCON client
« Reply #44 on: November 07, 2007, 05:24:20 PM »
I don't think that's what he meant KiLo.

sk89q, can't you just check to see if the server is in use on a lease request, and if not issue a new password/login? (not including like 5 minutes of free time after requesting it)

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Web-based RCON client
« Reply #45 on: November 07, 2007, 06:48:05 PM »
Well, what is defined as 'in use'? Someone is in the server?

lekky

  • Autococker
  • Posts: 2449
Re: Web-based RCON client
« Reply #46 on: November 07, 2007, 06:51:07 PM »
I would guess so.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Web-based RCON client
« Reply #47 on: November 07, 2007, 06:55:29 PM »
Let's see what these people have to say. :O

lekky

  • Autococker
  • Posts: 2449
Re: Web-based RCON client
« Reply #48 on: November 07, 2007, 07:01:04 PM »
:P

Leezerz.com|A.D.M.I.N

  • PGP
  • Posts: 8
Re: Web-based RCON client
« Reply #49 on: November 08, 2007, 12:05:14 AM »
Well, what is defined as 'in use'? Someone is in the server?

Yes, a server is in use, when someone is in the server. If nobody is on the server, the user can rent it. If not, it should display a message like "Server is in use, sorry!" or something like this.