SRCDS Steam group


Program I am working on
#1
I am working on a web application that gives out temporary rcon access to users that sign up for a time. I haven't released any files for it yet, but it is already in production use on the server I administrate.

Right now it uses rcon to change the password around and such, which obviously is flawed as the user could simply change the rcon password again and break the program. If you can think of a better way to do it, let me know.


http://sourceforge.net/projects/game-reserve/
Reply
#2
having ftp access to edit the server.cfg and forceibly change an rcon password if someone attempts to break the cycle should work.
Or you could have users add 'exec rcon.cfg' to their server.cfg and your program edits that file via ftp each time someone breaks the cycle.

Looks like a good program your working on.

-Paul
Clanplanet.co.uk Gaming Servers
Licensed Ventrilo Host - AA Honor Provider - Great Service & Prices
Reply
#3
Is there a way to execute a config file without using rcon?

Your idea is a pretty good solution. However, if you specify the rcon password in server.cfg, then the rcon password will reset whenever the map changes, which would break the reservation system.

My current idea is to email the administrator if the cycle gets broken so that he can restart the server or do whatever he needs to do.

Reply
#4
I guess you could make the server.cfg read-only?
Reply
#5
I have the initial version checked into cvs. I haven't created the install documentation yet, so its not really ready for use.

However, if you know perl, apache, and srcds you could get it to work.
Reply
#6
what i mean is, whenever a server is being set up for someone to use, you overwrite the rcon password part of the server.cfg so that if someone does change the password, it will revert back to what was originally chosen when the map changes.

An admin will presumably have access to the server ftp directory at minimum so will easily be able to change the password and reboot the server if necessary
Clanplanet.co.uk Gaming Servers
Licensed Ventrilo Host - AA Honor Provider - Great Service & Prices
Reply
#7
Ah, I see. Thats not a bad idea. It does add more configuration complexity than I would like though.

For now, I would like to release the first version with what I have so far. After that I need to implement a clean way of doing what you suggested.
Reply
#8
I have a demo of the program up

http://game-reserve.sourceforge.net/
Reply
#9
espergreen Wrote:I have a demo of the program up

http://game-reserve.sourceforge.net/

well, that page throws a 403. Wink
theCENTER netWork Head Administrator
[url=\"http://esports.the-center.at/hlstats/index.php?mode=playerinfo&player=1662\" ][Image: sig-1662.png][/url]
Reply
#10
simonlange Wrote:well, that page throws a 403. Wink

Yeah, I just took it down yesterday. My employer wants to wait a little before making it public.

The website will be back up soon, along with the first release of the program.
Reply
#11
Just let us know when it's finished, this tool might come in handy for me.

Good work.
[Image: banner.gif]

Reply
#12
I finally got around to releasing this. You can download the first version from the website.

http://game-reserve.sourceforge.net/index.html
Reply
#13
One thing you could have done was intercept commands being used, You can probably do some if statement where if a certain command were to be used, you deny it.
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#14
Looks great...
Could you a port variable so we can run multiple servers on a single IP?

Does this system kill the server process, or just rcon a quit, or rcon the changes?

Thanks!
Chumly
Reply
#15
Yes, I should be able to add that. Actually, I just did! You can check out the latest version from cvs.

All this program does is rcon the changes, its kind of a hack.

If you have any more suggestions, I would suggest posting them on the SourceForge project page rather than here..I don't check this forum very often.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)