Hello,
I have run into installing the webfront of XLRSTATS.... here is my php error.....
Notice: Undefined offset: 1 in /home/a7697388/public_html/xlrstats/func-globallogic.php on line 596
The line of code that it is referring to is
$link = ' <a href="gsc://joinGame:game='.$tgame.'&ip='.$temp[1].'&port='.$temp[1].'"><img src="images/ico/icon_gsc.jpg" title="'.$text["conwgsc"].'" alt="gsc" width="16" height="16" border="0" align="absmiddle" id="gsc" /></a>';
I'm also can't get my status.xml file to upload to the FTP server.... my stats plugin xml code is ....
<?xml version="1.0" encoding="utf-8"?>
<configuration plugin="status">
<settings name="settings">
<set name="interval">60</set>
<set name="output_file">ftp://usernameremoved:passwordremoved@siteremoved.com/public_html/status/status.xml</set>
</settings>
</configuration>
Thanks So Much,
-Colin