[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Forums/ -> extension.inc (source)

   1  <?php
   2  /***************************************************************************
   3   *                               extension.inc
   4   *                            -------------------
   5   *   begin                : Saturday, Feb 13, 2001
   6   *   copyright            : (C) 2001 The phpBB Group
   7   *   email                : support@phpbb.com
   8   *
   9   *   $Id: extension.inc,v 1.5 2002/04/04 11:52:50 psotfx Exp $
  10   *
  11   *
  12   ***************************************************************************/
  13  /***************************************************************************
  14  * phpbb2 forums port version 2.0.5 (c) 2003 - Nuke Cops (http://nukecops.com)
  15  *
  16  * Ported by Nuke Cops to phpbb2 standalone 2.0.5 Test
  17  * and debugging completed by the Elite Nukers and site members.
  18  *
  19  * You run this package at your sole risk. Nuke Cops and affiliates cannot
  20  * be held liable if anything goes wrong. You are advised to test this
  21  * package on a development system. Backup everything before implementing
  22  * in a production environment. If something goes wrong, you can always
  23  * backout and restore your backups.
  24  *
  25  * Installing and running this also means you agree to the terms of the AUP
  26  * found at Nuke Cops.
  27  *
  28  * This is version 2.0.5 of the phpbb2 forum port for PHP-Nuke. Work is based
  29  * on Tom Nitzschner's forum port version 2.0.6. Tom's 2.0.6 port was based
  30  * on the phpbb2 standalone version 2.0.3. Our version 2.0.5 from Nuke Cops is
  31  * now reflecting phpbb2 standalone 2.0.5 that fixes some bugs and the
  32  * invalid_session error message.
  33  ***************************************************************************/
  34  /***************************************************************************
  35   *   This file is part of the phpBB2 port to Nuke 6.0 (c) copyright 2002
  36   *   by Tom Nitzschner (tom@toms-home.com)
  37   *   http://bbtonuke.sourceforge.net (or http://www.toms-home.com)
  38   *
  39   *   As always, make a backup before messing with anything. All code
  40   *   release by me is considered sample code only. It may be fully
  41   *   functual, but you use it at your own risk, if you break it,
  42   *   you get to fix it too. No waranty is given or implied.
  43   *
  44   *   Please post all questions/request about this port on http://bbtonuke.sourceforge.net first,
  45   *   then on my site. All original header code and copyright messages will be maintained
  46   *   to give credit where credit is due. If you modify this, the only requirement is
  47   *   that you also maintain all original copyright messages. All my work is released
  48   *   under the GNU GENERAL PUBLIC LICENSE. Please see the README for more information.
  49   *
  50   ***************************************************************************/
  51  if ( !defined('IN_PHPBB') )
  52  {
  53      die("Hacking attempt");
  54  }
  55  
  56  //
  57  // Change this if your extension is not .php!
  58  //
  59  $phpEx = "php";
  60  
  61  $starttime = 0;
  62  
  63  ?>


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7