<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Quake3 WebRCON : Web Based RCON Interface</title>
	<atom:link href="http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<pubDate>Wed, 19 Nov 2008 12:25:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Stefan1200</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-60057</link>
		<dc:creator>Stefan1200</dc:creator>
		<pubDate>Fri, 11 Jul 2008 08:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-60057</guid>
		<description>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</description>
		<content:encoded><![CDATA[<p>I created a register globals off version (without any workaround).</p>
<p>If Ozh want, he can publish it as second download link. I made no other changes to the code.</p>
<p>DL: <a href="http://server.german-fighters.com/mupload/17/webrcon.txt" rel="nofollow">http://server.german-fighters.com/mupload/17/webrcon.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-44104</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 02 Jan 2008 01:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-44104</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>What methejuggler suggest will work, or in one line:</p>
<p><a href="http://ca3.php.net/manual/en/function.import-request-variables.php" rel="nofollow">http://ca3.php.net/manual/en/function.import-request-variables.php</a></p>
<p>Just throw that in at the top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: methejuggler</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-35949</link>
		<dc:creator>methejuggler</dc:creator>
		<pubDate>Tue, 15 May 2007 11:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-35949</guid>
		<description>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 =&#62; $val)
{
	${$key} = $val;
}</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but since people were having issues, I thought I&#8217;d help out&#8230;.</p>
<p>The reason the script isn&#8217;t working for many people is because the script writer is assuming that the &#8220;register_globals&#8221; directive is set in php&#8230;.</p>
<p>As a workaround for this, you can add the following code to the top of the script:</p>
<p>foreach($_REQUEST as $key =&gt; $val)<br />
{<br />
	${$key} = $val;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zex_Suik</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-34724</link>
		<dc:creator>Zex_Suik</dc:creator>
		<pubDate>Thu, 04 Jan 2007 15:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-34724</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>Hello. Seems very promising but I am having some troubles.</p>
<p>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?</p>
<p>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?</p>
<p>Thanks for the help in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Corona</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-27975</link>
		<dc:creator>Erik Corona</dc:creator>
		<pubDate>Sun, 03 Sep 2006 05:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-27975</guid>
		<description>Need register globals on.</description>
		<content:encoded><![CDATA[<p>Need register globals on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: da faust</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-4829</link>
		<dc:creator>da faust</dc:creator>
		<pubDate>Sat, 18 Mar 2006 01:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-4829</guid>
		<description>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</description>
		<content:encoded><![CDATA[<p>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</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: da faust</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-4828</link>
		<dc:creator>da faust</dc:creator>
		<pubDate>Sat, 18 Mar 2006 01:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-4828</guid>
		<description>it is on cod ou sry for got to mention</description>
		<content:encoded><![CDATA[<p>it is on cod ou sry for got to mention</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: da faust</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-4827</link>
		<dc:creator>da faust</dc:creator>
		<pubDate>Sat, 18 Mar 2006 01:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-4827</guid>
		<description>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?</description>
		<content:encoded><![CDATA[<p>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?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-3600</link>
		<dc:creator>me</dc:creator>
		<pubDate>Mon, 23 Jan 2006 17:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-3600</guid>
		<description>yeah, i forgot about the that ;/

cya man.</description>
		<content:encoded><![CDATA[<p>yeah, i forgot about the that ;/</p>
<p>cya man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2005/01/quake3-webrcon-web-based-rcon-interface/#comment-3589</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Sun, 22 Jan 2006 22:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/01/22/quake3-webrcon-web-based-rcon-interface/#comment-3589</guid>
		<description>Sorry, I won't. It suited my needs like this. If you really need some login security, just put the script in a &lt;a href="http://www.google.com/search?q=htpasswd" rel="nofollow"&gt;.htpasswd&lt;/a&gt; protected directory.</description>
		<content:encoded><![CDATA[<p>Sorry, I won&#8217;t. It suited my needs like this. If you really need some login security, just put the script in a <a href="http://www.google.com/search?q=htpasswd" rel="nofollow">.htpasswd</a> protected directory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
