<?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/">
	<channel>
		<title><![CDATA[PhpOryx - PHPgsm]]></title>
		<link>https://phporyx.co.uk/</link>
		<description><![CDATA[PhpOryx - https://phporyx.co.uk]]></description>
		<pubDate>Fri, 17 Apr 2026 07:45:51 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Console Module]]></title>
			<link>https://phporyx.co.uk/showthread.php?tid=35</link>
			<pubDate>Sun, 11 Feb 2024 06:38:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phporyx.co.uk/member.php?action=profile&uid=1">phporyx</a>]]></dc:creator>
			<guid isPermaLink="false">https://phporyx.co.uk/showthread.php?tid=35</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">All reference here assume you have a working PHPGSM install</span></div>
The Console module will return the following<br />
<ol type="1" class="mycode_list"><li>Contents of the current log file<br />
</li>
<li>a list of players, locations & scores<br />
</li>
</ol>
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b">All reference here assume you have a working PHPGSM install</span></div>
The Console module will return the following<br />
<ol type="1" class="mycode_list"><li>Contents of the current log file<br />
</li>
<li>a list of players, locations & scores<br />
</li>
</ol>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installing PhpGsm]]></title>
			<link>https://phporyx.co.uk/showthread.php?tid=33</link>
			<pubDate>Wed, 27 Sep 2023 06:16:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phporyx.co.uk/member.php?action=profile&uid=1">phporyx</a>]]></dc:creator>
			<guid isPermaLink="false">https://phporyx.co.uk/showthread.php?tid=33</guid>
			<description><![CDATA[There are many ways to install phpgsm here we will cover some of the easier options to install & set up.<br />
First you may want to check if your linux server has all the required software installed (see<u> <a href="https://phporyx.co.uk/showthread.php?tid=32" target="_blank" rel="noopener" class="mycode_url">the list of requirements</a>) </u>. To simplify this procedure you can download & run <a href="install.sh" download="phpgsm-install"><u>this script</u></a>, it will install the requirements.<br />
After you have installed the requirements you need to think on which way you want to use the APi, the easiest way to do this is to you use the inbuilt server which is explained here]]></description>
			<content:encoded><![CDATA[There are many ways to install phpgsm here we will cover some of the easier options to install & set up.<br />
First you may want to check if your linux server has all the required software installed (see<u> <a href="https://phporyx.co.uk/showthread.php?tid=32" target="_blank" rel="noopener" class="mycode_url">the list of requirements</a>) </u>. To simplify this procedure you can download & run <a href="install.sh" download="phpgsm-install"><u>this script</u></a>, it will install the requirements.<br />
After you have installed the requirements you need to think on which way you want to use the APi, the easiest way to do this is to you use the inbuilt server which is explained here]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Overview Of PHPgsm]]></title>
			<link>https://phporyx.co.uk/showthread.php?tid=32</link>
			<pubDate>Thu, 07 Sep 2023 08:12:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phporyx.co.uk/member.php?action=profile&uid=1">phporyx</a>]]></dc:creator>
			<guid isPermaLink="false">https://phporyx.co.uk/showthread.php?tid=32</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align">PHPgsm is a game server manager for source games, and as such, will only control steam source games effectively.</div>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Requirements</span></span><ul class="mycode_list"><li>A linux server running a debian based system (Enterprise Linux will be supported when all the red hat controversy is over and there is clear direction)<br />
</li>
<li>libc-bin version greater than 2.35<br />
</li>
<li>PHP version greater than 8.1<br />
</li>
<li>PHP curl<br />
</li>
<li>PHP gmp<br />
</li>
<li>PHP mysqli<br />
</li>
<li>PHP json<br />
</li>
<li>PHP mbstring<br />
</li>
<li>PHP readline<br />
</li>
<li>PHP xml<br />
</li>
<li>i386 architecture enabled (currently steamcmd needs this)   <br />
</li>
<li>steamcmd<br />
</li>
<li>git <br />
</li>
<li>curl<br />
</li>
<li>tmux version greater than version 3.1a<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Optional</span></span><ul class="mycode_list"><li>A mysql database server installed (see installation).<br />
</li>
<li>A web server installed (Apache or nginx).<br />
</li>
<li>PhpOryx data server (only required if you are not using Apache etc. see installation)<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align">PHPgsm is a game server manager for source games, and as such, will only control steam source games effectively.</div>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Requirements</span></span><ul class="mycode_list"><li>A linux server running a debian based system (Enterprise Linux will be supported when all the red hat controversy is over and there is clear direction)<br />
</li>
<li>libc-bin version greater than 2.35<br />
</li>
<li>PHP version greater than 8.1<br />
</li>
<li>PHP curl<br />
</li>
<li>PHP gmp<br />
</li>
<li>PHP mysqli<br />
</li>
<li>PHP json<br />
</li>
<li>PHP mbstring<br />
</li>
<li>PHP readline<br />
</li>
<li>PHP xml<br />
</li>
<li>i386 architecture enabled (currently steamcmd needs this)   <br />
</li>
<li>steamcmd<br />
</li>
<li>git <br />
</li>
<li>curl<br />
</li>
<li>tmux version greater than version 3.1a<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">Optional</span></span><ul class="mycode_list"><li>A mysql database server installed (see installation).<br />
</li>
<li>A web server installed (Apache or nginx).<br />
</li>
<li>PhpOryx data server (only required if you are not using Apache etc. see installation)<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cli]]></title>
			<link>https://phporyx.co.uk/showthread.php?tid=18</link>
			<pubDate>Wed, 23 Nov 2022 06:12:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phporyx.co.uk/member.php?action=profile&uid=1">phporyx</a>]]></dc:creator>
			<guid isPermaLink="false">https://phporyx.co.uk/showthread.php?tid=18</guid>
			<description><![CDATA[this holds the cli info]]></description>
			<content:encoded><![CDATA[this holds the cli info]]></content:encoded>
		</item>
	</channel>
</rss>