ive wrote in a page the following
----- status.php -------
<table width="100%">
<tr>
<td>Server IP</td>
<td>Server Port</td>
<td>Game</td>
<td>Status</td>
<td>Game Mod</td>
</tr>
<?
$qstat = "/usr/local/bin/qstat";
print system("$qstat -f hosts -Ts template.txt", $return);
?>
</table>
--------- End ----------
when i go to this page it prints the results correctly.. but when i include("status.php")
it doesnt run the system function and i get no results as seen on http://www.gamiix.com/?language=english§ion=status
anyone have any ideas?
the include page is at
http://www.gamiix.com/pages/status.php