[ Index ]
 

Code source de WikiNi 0.4.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/handlers/page/ -> referrers.php (source)

   1  <?php
   2  /*
   3  referrers.php
   4  Copyright (c) 2002, Hendrik Mans <hendrik@mans.de>
   5  Copyright 2002, 2003 David DELON
   6  Copyright 2002, 2003 Charles NEPOTE
   7  Copyright  2003  Eric FELDSTEIN
   8  Copyright  2003  Jean-Pascal MILCENT
   9  All rights reserved.
  10  Redistribution and use in source and binary forms, with or without
  11  modification, are permitted provided that the following conditions
  12  are met:
  13  1. Redistributions of source code must retain the above copyright
  14  notice, this list of conditions and the following disclaimer.
  15  2. Redistributions in binary form must reproduce the above copyright
  16  notice, this list of conditions and the following disclaimer in the
  17  documentation and/or other materials provided with the distribution.
  18  3. The name of the author may not be used to endorse or promote products
  19  derived from this software without specific prior written permission.
  20  
  21  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  22  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  23  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  24  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  25  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  26  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  27  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  28  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  29  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  30  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  31  */
  32  //vérification de sécurité
  33  if (!eregi("wakka.php", $_SERVER['PHP_SELF'])) {
  34      die ("acc&egrave;s direct interdit");
  35  }
  36  echo $this->Header();
  37  ?>
  38  <div class="page">
  39  <?php
  40  // Valeur par défaut du paramètre "global"
  41  $global = isset($_REQUEST["global"]) && $_REQUEST["global"];
  42  // Si le paramètre "global" a été spécifié
  43  if ($global)
  44  {
  45      $title = "Sites faisant r&eacute;f&eacute;rence &agrave; ce wiki (<a href=\"".$this->href("referrers_sites", "", "global=1")."\">voir la liste des domaines</a>)&nbsp;:";
  46      $referrers = $this->LoadReferrers();
  47  }
  48  else
  49  {
  50      $title = "Pages externes faisant r&eacute;f&eacute;rence &agrave;  ".$this->ComposeLinkToPage($this->GetPageTag()).
  51      ($this->GetConfigValue("referrers_purge_time") ? " (depuis ".($this->GetConfigValue("referrers_purge_time") == 1 ? "24 heures" : $this->GetConfigValue("referrers_purge_time")." jours").")" : "")." (<a href=\"".$this->href("referrers_sites")."\">voir la liste des domaines</a>)&nbsp;:";
  52          
  53      $referrers = $this->LoadReferrers($this->GetPageTag());
  54  }
  55  
  56  echo "<b>$title</b><br /><br />\n" ;
  57  if ($referrers)
  58  {
  59      {
  60          echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n" ;
  61          foreach ($referrers as $referrer)
  62          {
  63              echo "<tr>" ;
  64              echo "<td width=\"30\" align=\"right\" valign=\"top\" style=\"padding-right: 10px\">",$referrer["num"],"</td>" ;
  65              echo "<td valign=\"top\"><a href=\"",htmlspecialchars($referrer["referrer"]),"\">",htmlspecialchars($referrer["referrer"]),"</a></td>" ;
  66              echo "</tr>\n" ;
  67          }
  68          echo "</table>\n" ;
  69      }
  70  }
  71  else
  72  {
  73      echo "<i>Aucune <acronym title=\"Uniform Resource Locator (adresse web)\">URL</acronym> ne fait r&eacute;f&eacute;rence &agrave; cette page.</i><br />\n" ;
  74  }
  75  
  76  if ($global)
  77  {
  78      echo "<br />[<a href=\"",$this->href("referrers_sites"),"\">Voir les domaines faisant r&eacute;f&eacute;rence &agrave; ",$this->GetPageTag()," seulement</a> | <a href=\"",$this->href("referrers"),"\">Voir les r&eacute;f&eacute;rences &agrave; ",$this->GetPageTag()," seulement</a>]" ;
  79  }
  80  else
  81  {
  82  
  83      echo "<br />[<a href=\"",$this->href("referrers_sites", "", "global=1"),"\">Voir tous les domaines faisant r&eacute;f&eacute;rence </a> | <a href=\"",$this->href("referrers", "", "global=1"),"\">Voir toutes les r&eacute;f&eacute;rences </a>]" ;
  84  }
  85  
  86  
  87  ?>
  88  </div>
  89  <?php echo $this->Footer(); ?>


Généré le : Mon Nov 26 12:05:46 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics