Beispiel #1
0
<?php

// ------------------------------------------------------------------------- //
// Les Visiteurs - Statistiques de fréquentation d'un site web               //
// ------------------------------------------------------------------------- //
// Visitors      - Web site statistics analysis program                      //
// ------------------------------------------------------------------------- //
// Copyright (C) 2000, 2001  J-Pierre DEZELUS <*****@*****.**>        //
// ------------------------------------------------------------------------- //
//                   phpInfo.net <http://www.phpinfo.net/>                   //
// ------------------------------------------------------------------------- //
//  This program is free software; you can redistribute it and/or modify     //
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
// ------------------------------------------------------------------------- //
echo link_module($lvc_admin_dir . '/' . $lvc_admin_file, $lvm_admin, ICON_PUCE);
Beispiel #2
0
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
// ------------------------------------------------------------------------- //
// cuurent day
if ($view != VIEW_DAY) {
    echo link_module('./?view=day', $lvm_title_day, ICON_PUCE);
}
// current month
$period = sprintf('&year=%d&month=%02d', date('Y'), date('n'));
if ($view != VIEW_MONTH) {
    echo link_module('./?view=month' . $period, $lvm_title_current_month, ICON_PUCE);
}
// year (last months in fact)
if ($view != VIEW_YEAR) {
    echo link_module('./?view=year', $lvm_title_year, ICON_PUCE);
}
// user
if ($view != VIEW_USER) {
    echo html_hr();
    echo link_module('./?view=user', $lvm_title_user, ICON_PUCE);
}
Beispiel #3
0
include $lvc_include_dir . $lvc_config_file;
// ------------------------------------------------------------------------
// library file
// ------------------------------------------------------------------------
include $lvc_include_dir . 'library.inc.php';
$g_page = ADMIN_PAGE;
if ($action != 'export') {
    include $lvc_include_dir . 'header.inc.php';
    echo '<BR>';
    echo '<CENTER><TABLE CELLPADDING="2" CELLSPACING="1" BORDER="0">';
    echo '<TR><TH CLASS="vis">&nbsp;<B>' . $lvm_title_admin . '</B>&nbsp;</TH></TR>';
    echo '<TR><TD CLASS="vis" NOWRAP VALIGN="top">';
    echo link_module($lvc_admin_file . '?p=caches', $lvm_adm_caches, ICON_PUCE);
    echo link_module($lvc_admin_file . '?p=archiver', $lvm_adm_archiver, ICON_PUCE);
    echo html_hr();
    echo link_module($g_relative_path, $lvm_page_title, ICON_MIXED);
    echo '</TD></TR>';
    echo '</TABLE></CENTER>';
    echo html_hr();
    if (!isset($p) || $p == '') {
        $p = 'caches';
    }
    $title = $lvm_title_admin . ' - ' . ${'msg_adm_' . $p};
    echo "<CENTER><A CLASS='viewtitle'>&nbsp;&nbsp;" . $title . "&nbsp;&nbsp;</A></CENTER>";
}
if (file_exists($lvc_admin_dir . '/view-' . $p . '.inc.php')) {
    include $lvc_admin_dir . '/view-' . $p . '.inc.php';
}
if ($action != 'export') {
    include $lvc_include_dir . '/footer.inc.php';
}
Beispiel #4
0
<?php

// ------------------------------------------------------------------------- //
// Les Visiteurs - Statistiques de fréquentation d'un site web               //
// ------------------------------------------------------------------------- //
// Visitors      - Web site statistics analysis program                      //
// ------------------------------------------------------------------------- //
// Copyright (C) 2000, 2001  J-Pierre DEZELUS <*****@*****.**>        //
// ------------------------------------------------------------------------- //
//                   phpInfo.net <http://www.phpinfo.net/>                   //
// ------------------------------------------------------------------------- //
//  This program is free software; you can redistribute it and/or modify     //
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
// ------------------------------------------------------------------------- //
echo link_module('#calendar', $lvm_calendar, ICON_ARRAY);
echo link_module('#img_year_per_day', $lvm_year_per_day, ICON_GRAPH);
echo link_module('#img_last_months', str_replace('{NB_LAST_MONTHS}', $lvc_nb_months_calendar, $lvm_last_months), ICON_GRAPH);
Beispiel #5
0
<?php

// ------------------------------------------------------------------------- //
// Les Visiteurs - Statistiques de fréquentation d'un site web               //
// ------------------------------------------------------------------------- //
// Visitors      - Web site statistics analysis program                      //
// ------------------------------------------------------------------------- //
// Copyright (C) 2000, 2001  J-Pierre DEZELUS <*****@*****.**>        //
// ------------------------------------------------------------------------- //
//                   phpInfo.net <http://www.phpinfo.net/>                   //
// ------------------------------------------------------------------------- //
//  This program is free software; you can redistribute it and/or modify     //
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
// ------------------------------------------------------------------------- //
echo link_module('#last_visitors', str_replace('{NB_LAST_VISITORS}', $lvc_nb_last_visitors, $lvm_last_visitors), ICON_ARRAY);
echo link_module('#calendar', $lvm_calendar, ICON_ARRAY);
Beispiel #6
0
<?php

// ------------------------------------------------------------------------- //
// Les Visiteurs - Statistiques de fréquentation d'un site web               //
// ------------------------------------------------------------------------- //
// Visitors      - Web site statistics analysis program                      //
// ------------------------------------------------------------------------- //
// Copyright (C) 2000, 2001  J-Pierre DEZELUS <*****@*****.**>        //
// ------------------------------------------------------------------------- //
//                   phpInfo.net <http://www.phpinfo.net/>                   //
// ------------------------------------------------------------------------- //
//  This program is free software; you can redistribute it and/or modify     //
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
// ------------------------------------------------------------------------- //
echo link_module('#last_visitors', str_replace('{NB_LAST_VISITORS}', $lvc_nb_last_visitors, $lvm_last_visitors), ICON_ARRAY);
echo link_module('#img_per_hour', $lvm_per_hour, ICON_GRAPH);
echo link_module('#top_day_referer', str_replace("{NB_TOP_REFERER}", $lvc_nb_top_referer, $lvm_top_referer), ICON_ARRAY);
Beispiel #7
0
// Les Visiteurs - Statistiques de fréquentation d'un site web               //
// ------------------------------------------------------------------------- //
// Visitors      - Web site statistics analysis program                      //
// ------------------------------------------------------------------------- //
// Copyright (C) 2000, 2001  J-Pierre DEZELUS <*****@*****.**>        //
// ------------------------------------------------------------------------- //
//                   phpInfo.net <http://www.phpinfo.net/>                   //
// ------------------------------------------------------------------------- //
//  This program is free software; you can redistribute it and/or modify     //
//  it under the terms of the GNU General Public License as published by     //
//  the Free Software Foundation; either version 2 of the License, or        //
//  (at your option) any later version.                                      //
//                                                                           //
//  This program is distributed in the hope that it will be useful,          //
//  but WITHOUT ANY WARRANTY; without even the implied warranty of           //
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            //
//  GNU General Public License for more details.                             //
//                                                                           //
//  You should have received a copy of the GNU General Public License        //
//  along with this program; if not, write to the Free Software              //
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA //
// ------------------------------------------------------------------------- //
echo link_module('#img_per_day', $lvm_per_day, ICON_GRAPH);
echo link_module('#top_visitors', $lvm_top_visitors_menu, ICON_ARRAY);
echo link_module('#top_agent_os', $lvm_top_agent_os_menu, ICON_ARRAY);
echo link_module('#top_os', $lvm_top_os_menu, ICON_ARRAY);
echo link_module('#top_agent', $lvm_top_agent_menu, ICON_ARRAY);
echo link_module('#img_per_hour', $lvm_per_hour, ICON_GRAPH);
echo link_module('#top_referer', $lvm_top_referer_menu, ICON_ARRAY);
echo link_module('#top_domain', $lvm_top_domain_menu, ICON_ARRAY);