┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/statistiques/inc
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: statistiques.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Construire un tableau par popularite * classemnt => id_truc * * @param string $type * @param string $serveur * @return array */ function classement_populaires($type, $serveur = '') { static $classement = []; if (isset($classement[$type])) { return $classement[$type]; } $_id = id_table_objet($type, $serveur); $classement[$type] = sql_allfetsel( $_id, table_objet_sql($type, $serveur), "statut='publie' AND popularite > 0", '', 'popularite DESC', '', '', $serveur ); $classement[$type] = array_column($classement[$type], $_id); return $classement[$type]; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 referenceurs.php
PHP
6.8 KB
2026-04-27 15:55
EDIT
📄 statistiques.php
PHP
1.3 KB
2026-04-27 15:55
EDIT
📄 stats_referers_to_array.php
PHP
4.3 KB
2026-04-27 15:55
EDIT
📄 stats_visites_to_array.php
PHP
4.3 KB
2026-04-27 15:55
EDIT