In: , , ,
On: 2005 / 01 / 22 Viewed: 45904 times

I wrote a PHP interface to send remote console (rcon) commands to a Quake3 server. It has about all the features a server admin should need, all packed in a compact interface. Read more for a detailed list of features, or see the demo.

Features

  • Manage conveniently several servers
  • Define a set a custom configs for each server (e.g. “ctf.cfg”, “tdm.cfg”, …)
  • Easily add your own rcon command buttons
  • One Click Nick Kick © ® ™ :-P
  • One click IP banning
  • Sortable player data (optional, MSIE only, click on “Score” in the demo to see)
  • .css layout so you can easily integrate the page in an existing site with your colors, look & feel

Download

Get the script, edit the beginning to suit your needs, and upload it on your web server.

  • webrcon.txt (right click & save as webrcon.php)
  • webrcon.php (colorized html, copy & paste into a blank file but don’t download it : it’s colorized html, not code :)

Related posts

Metastuff

This entry "Quake3 WebRCON : Web Based RCON Interface" was posted on 22/01/2005 at 3:52 pm and is tagged with , , ,
Watch this discussion : Comments RSS 2.0. You can trackback this post from your own site

30 Blablas

    Pages: « 1 [2] Show All

  1. 21
    Ozh France »
    commented, on 23/Jan/06 at 12:08 am # :

    Sorry, I won’t. It suited my needs like this. If you really need some login security, just put the script in a .htpasswd protected directory.

  2. 22
    me Canada »
    said, on 23/Jan/06 at 7:28 pm # :

    yeah, i forgot about the that ;/

    cya man.

  3. 23
    da faust United States »
    thought, on 18/Mar/06 at 3:09 am # :

    i cant get any commands to work like the cow thaing or mortor stuff like that can u help, wut would i need to be able to control them?

  4. 24
    da faust United States »
    thought, on 18/Mar/06 at 3:12 am # :

    it is on cod ou sry for got to mention

  5. 25
    da faust United States »
    commented, on 18/Mar/06 at 3:18 am # :

    damn i keep forgeting to say stuff, when i try to do the commands it says unknown command how do i get it to work?, on cod ou, i have the rcon and every thaing just wont work

  6. 26
    Erik Corona United States »
    commented, on 03/Sep/06 at 7:23 am # :

    Need register globals on.

  7. 27
    Zex_Suik United States »
    thought, on 04/Jan/07 at 5:55 pm # :

    Hello. Seems very promising but I am having some troubles.

    1st. It loads fine but when I selet a server from the initial drop down list and click go, nothing happens. It just sits there. WHat am I missing?

    Also where do the cfg files go? Are these just the ones in the quake or mod folder? Or do these go in the same directory as the script on the server?

    Thanks for the help in advance.

  8. 28
    methejuggler India »
    replied, on 15/May/07 at 1:12 pm # :

    I know this is an old post, but since people were having issues, I thought I’d help out….

    The reason the script isn’t working for many people is because the script writer is assuming that the “register_globals” directive is set in php….

    As a workaround for this, you can add the following code to the top of the script:

    foreach($_REQUEST as $key => $val)
    {
    ${$key} = $val;
    }

  9. 29
    Paul Canada »
    thought, on 02/Jan/08 at 3:06 am # :

    What methejuggler suggest will work, or in one line:

    http://ca3.php.net/manual/en/function.import-request-variables.php

    Just throw that in at the top.

  10. 30
    Stefan1200 Germany »
    thought, on 11/Jul/08 at 10:44 am # :

    I created a register globals off version (without any workaround).

    If Ozh want, he can publish it as second download link. I made no other changes to the code.

    DL: http://server.german-fighters.com/mupload/17/webrcon.txt

Pages: « 1 [2] Show All

Leave a Reply

Comment Guidelines or Die

  • HTML: You can use these tags: <a href=""> <em> <i> <b> <strong> <blockquote>
  • Posting code: Post raw code (no <> &lt; etc) within appropriate tags : [php][/php], [css][/css], [html][/html], [js][/js], [sql][/sql], [xml][/xml], or generic [code][code]
  • Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar.
  • Spam: Various spam plugins on patrol. I'll put pins in a Voodoo doll if you spam me.
  • I will mark as Spam test comments, all comments with SEO names (ie "My Cool Online Shop" instead of "Joe") or containing forum-like signatures.

Read more ?

Close
E-mail It