mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
charset and badchars
This commit is contained in:
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/bbcode_handler.php,v $
|
||||||
|
|
* $Revision: 1.15 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/bbcode_handler.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.14 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-07-12 02:29:24 $
|
*/
|
||||||
| $Author: e107coders $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/emailprint_class.php,v $
|
||||||
|
|
* $Revision: 1.8 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/emailprint_class.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.7 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-08-15 11:55:30 $
|
*/
|
||||||
| $Author: marj_nl_fr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/emote.php,v $
|
||||||
|
|
* $Revision: 1.6 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/emote.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.5 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-07-25 07:54:34 $
|
*/
|
||||||
| $Author: marj_nl_fr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
function r_emote()
|
function r_emote()
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/level_handler.php,v $
|
||||||
|
|
* $Revision: 1.11 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/level_handler.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.10 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-07-07 06:50:55 $
|
*/
|
||||||
| $Author: e107coders $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/np_class.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/np_class.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-08-15 11:55:30 $
|
*/
|
||||||
| $Author: marj_nl_fr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,22 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/override_class.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/override_class.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:33:47 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -1,19 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| ©Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/phpmailer/mailout_process.php,v $
|
||||||
|
|
* $Revision: 1.10 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/phpmailer/mailout_process.php,v $
|
* $Date: 2009-11-12 15:11:17 $
|
||||||
| $Revision: 1.9 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-11-07 02:16:56 $
|
|
||||||
| $Author: e107coders $
|
|
||||||
|
|
|
|
||||||
| Modifications in hand to work with most recent mailout.php
|
| Modifications in hand to work with most recent mailout.php
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+---------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/popup_handler.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/popup_handler.php,v $
|
* $Date: 2009-11-12 15:11:17 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:33:56 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+---------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,26 +1,20 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <09>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/preset_class.php,v $
|
||||||
|
|
* $Revision: 1.5 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/preset_class.php,v $
|
* $Date: 2009-11-12 15:11:15 $
|
||||||
| $Revision: 1.4 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-01-16 17:57:56 $
|
*/
|
||||||
| $Author: secretr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if(!defined('e107_INIT'))
|
if(!defined('e107_INIT')) { exit(); }
|
||||||
{
|
|
||||||
exit();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form presets handler
|
* Form presets handler
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/profanity_filter.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/profanity_filter.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2008-12-05 19:56:51 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/rate_class.php,v $
|
||||||
|
|
* $Revision: 1.6 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/rate_class.php,v $
|
* $Date: 2009-11-12 15:11:17 $
|
||||||
| $Revision: 1.5 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-08-15 11:55:30 $
|
*/
|
||||||
| $Author: marj_nl_fr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/ren_help.php,v $
|
||||||
|
|
* $Revision: 1.14 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/ren_help.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.13 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-11-08 10:34:23 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,23 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/resize_handler.php,v $
|
||||||
|
|
* $Revision: 1.12 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/resize_handler.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.11 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-09-19 20:46:08 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
|
|
|
||||||
|
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
// Given an image file name, return the mime type string. Returns FALSE if invalid
|
// Given an image file name, return the mime type string. Returns FALSE if invalid
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_comment.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_comment.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:04 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_download.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_download.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:04 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_news.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_news.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:04 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_pages.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_pages.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:04 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_user.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/advanced_user.php,v $
|
* $Date: 2009-11-12 15:11:15 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:04 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_download.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_download.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:04 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_news.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_news.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2007-04-24 20:20:10 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_page.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_page.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:05 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_user.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/comments_user.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2007-04-24 20:20:10 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_comment.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_comment.php,v $
|
* $Date: 2009-11-12 15:11:15 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:05 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_download.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_download.php,v $
|
* $Date: 2009-11-12 15:11:15 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2007-04-11 21:22:00 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,22 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_event.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_event.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-08-23 10:57:51 $
|
*/
|
||||||
| $Author: marj_nl_fr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
$query = $tp -> toDB($query);
|
$query = $tp -> toDB($query);
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_news.php,v $
|
||||||
|
|
* $Revision: 1.2 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_news.php,v $
|
* $Date: 2009-11-12 15:11:15 $
|
||||||
| $Revision: 1.1.1.1 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2006-12-02 04:34:05 $
|
*/
|
||||||
| $Author: mcfly_e107 $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_pages.php,v $
|
||||||
|
|
* $Revision: 1.5 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_pages.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.4 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2008-02-16 21:24:49 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_user.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search/search_user.php,v $
|
* $Date: 2009-11-12 15:11:14 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2007-09-22 19:48:20 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/search_class.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/search_class.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-08-23 10:57:51 $
|
*/
|
||||||
| $Author: marj_nl_fr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/secure_img_handler.php,v $
|
||||||
|
|
* $Revision: 1.4 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/secure_img_handler.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.3 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-04-21 08:22:21 $
|
*/
|
||||||
| $Author: secretr $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/traffic_class_display.php,v $
|
||||||
|
|
* $Revision: 1.3 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/traffic_class_display.php,v $
|
* $Date: 2009-11-12 15:11:15 $
|
||||||
| $Revision: 1.2 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2008-07-20 17:08:24 $
|
*/
|
||||||
| $Author: e107steved $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
|
@@ -1,21 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
+ ----------------------------------------------------------------------------+
|
* e107 website system
|
||||||
| e107 website system
|
*
|
||||||
|
|
* Copyright (C) 2001-2009 e107 Inc (e107.org)
|
||||||
| <20>Steve Dunstan 2001-2002
|
* Released under the terms and conditions of the
|
||||||
| http://e107.org
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
| jalist@e107.org
|
*
|
||||||
|
|
*
|
||||||
| Released under the terms and conditions of the
|
*
|
||||||
| GNU General Public License (http://gnu.org).
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/user_select_class.php,v $
|
||||||
|
|
* $Revision: 1.7 $
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/user_select_class.php,v $
|
* $Date: 2009-11-12 15:11:16 $
|
||||||
| $Revision: 1.6 $
|
* $Author: marj_nl_fr $
|
||||||
| $Date: 2009-09-20 01:03:30 $
|
*/
|
||||||
| $Author: e107coders $
|
|
||||||
+----------------------------------------------------------------------------+
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined("e_THEME")) {
|
if (!defined("e_THEME")) {
|
||||||
require_once('../class2.php');
|
require_once('../class2.php');
|
||||||
|
Reference in New Issue
Block a user