Example #1
0
$maxdays = $_POST['maxdays'];
$map_minkills = $_POST['map_minkills'];
$map_minrounds = $_POST['map_minrounds'];
$weap_minkills = $_POST['weap_minkills'];
$aliashide_level = $_POST['aliashide_level'];
$limitplayerstats = $_POST['limitplayerstats'];
$enemies_max = $_POST['enemies_max'];
$showclansearch = $_POST['showclansearch'];
$use_localtime = $_POST['use_localtime'];
$useppllist = $_POST['useppllist'];
$pll_noteams = $_POST['pll_noteams'];
$stylepicker = $_POST['stylepicker'];
$disable_configpicker = $_POST['disable_configpicker'];
$debug = $_POST['debug'];
$award_cache_time = $_POST['award_cache_time'];
install_steps();
if (isset($start_install)) {
    //Check stage page (Requirements)
    echo "<td width=\"100%\" valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"10\">";
    echo "<tr>";
    echo "<td><p><span class=\"fontTitle\">Requirements:</span><br />";
    echo "<br />";
    echo "<span class=\"fontNormal\"><strong>1- Big Brother Bot</strong><br />";
    echo "In order to install and run XLRstats Webfront";
    echo " you must have a working version of Big Brother Bot B3 with XLRstats plugin functioning correctly and your website must have access to your B3 database.<br />";
    echo "<br />";
    echo "Also your B3 installation should include: <br />";
    echo "- B3 plugin status.py version 1.2.5 or higher! (included in this package) <br />";
    echo "- Installed B3 plugin ctime.py (included in this package)</span><br />";
    echo "<br />";
    echo "<span class=\"attention\">To install B3 and XLRstats plugin, please visit <a href=\"http://www.bigbrotherbot.com\" target=\"_blank\">www.bigbrotherbot.com</a></span></td>";
Example #2
0
 <span class="element-invisible">(active)</span></li>
      <?php 
    }
    ?>
      <?php 
    if (array_search($step, array_keys(install_steps())) < array_search(install_step_current(), array_keys(install_steps()))) {
        ?>
                <li class="done"><?php 
        print $name;
        ?>
</span></li>
      <?php 
    }
    ?>
      <?php 
    if (array_search($step, array_keys(install_steps())) > array_search(install_step_current(), array_keys(install_steps()))) {
        ?>
                <li><?php 
        print $name;
        ?>
</li>
      <?php 
    }
    ?>
    <?php 
}
?>
                </ol>      </div>

    <div id="content" class="clearfix">
      <?php