[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/plugins/badbehavior/bad-behavior/ -> housekeeping.inc.php (source)

   1  <?php if (!defined('BB2_CORE')) die('I said no cheating!');
   2  
   3  function bb2_housekeeping($settings, $package)
   4  {
   5      // FIXME Yes, the interval's hard coded (again) for now.
   6      $query = "DELETE FROM `" . $settings['log_table'] . "` WHERE `date` < DATE_SUB('" . bb2_db_date() . "', INTERVAL 7 DAY)";
   7      bb2_db_query($query);
   8  
   9      // Waste a bunch more of the spammer's time, sometimes.
  10      if (rand(1,1000) == 1) {
  11          $query = "OPTIMIZE TABLE `" . $settings['log_table'] . "`";
  12          bb2_db_query($query);
  13      }
  14  }
  15  
  16  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics