Example #1
0
function iriStatPress()
{
    if ($_GET['statpress_action'] == 'export') {
        iriStatPressExport();
    } elseif ($_GET['statpress_action'] == 'up') {
        luc_StatPressUpdate("up");
    } elseif ($_GET['statpress_action'] == 'upSE') {
        luc_StatPressUpdate("upSE");
    } elseif ($_GET['statpress_action'] == 'spyvisitors') {
        luc_StatPressSpy("spyvisitors");
    } elseif ($_GET['statpress_action'] == 'spybot') {
        luc_StatPressSpy("spybot");
    } elseif ($_GET['statpress_action'] == 'visitors') {
        luc_StatPressArticles("visitors");
    } elseif ($_GET['statpress_action'] == 'views') {
        luc_StatPressArticles("views");
    } elseif ($_GET['statpress_action'] == 'feeds') {
        luc_StatPressArticles("feeds");
    } elseif ($_GET['statpress_action'] == 'referrer') {
        luc_StatPressArticles("referrer");
    } elseif ($_GET['statpress_action'] == 'details') {
        iriStatPressDetails();
    } elseif ($_GET['statpress_action'] == 'options') {
        iriStatPressOptions();
    } elseif ($_GET['statpress_action'] == 'overview') {
        iriStatPressMain();
    } else {
        iriStatPressMain();
    }
}
function iriStatPress()
{
    if ($_GET['statpress_action'] == 'export') {
        iriStatPressExport();
    } elseif ($_GET['statpress_action'] == 'up') {
        iriStatPressUpdate();
    } elseif ($_GET['statpress_action'] == 'spy') {
        iriStatPressSpy();
    } elseif ($_GET['statpress_action'] == 'search') {
        iriStatPressSearch();
    } elseif ($_GET['statpress_action'] == 'details') {
        iriStatPressDetails();
    } elseif ($_GET['statpress_action'] == 'options') {
        iriStatPressOptions();
    } elseif (1) {
        iriStatPressMain();
    }
}