1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

charset and badchars

This commit is contained in:
marj
2009-11-12 14:30:07 +00:00
parent 9675069129
commit 806d025085
19 changed files with 271 additions and 323 deletions

View File

@@ -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 *
| * Banlist export
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_admin/banlist_export.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_admin/banlist_export.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2008-01-16 22:18:19 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("4")) if (!getperms("4"))

View File

@@ -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_admin/check_inspector.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_admin/check_inspector.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.1 $ * $Author: marj_nl_fr $
| $Date: 2008-01-03 22:29:02 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
/* /*
This file 'authorises' the standalone file inspector mode. If it is missing, or in its default state, File Inspector can only This file 'authorises' the standalone file inspector mode. If it is missing, or in its default state, File Inspector can only

View File

@@ -1,21 +1,18 @@
<?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_admin/credits.php,v $
| * $Revision: 1.7 $
| $Source: /cvs_backup/e107_0.8/e107_admin/credits.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.6 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:11:00 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");

View File

@@ -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_admin/fileinspector.php,v $
| * $Revision: 1.18 $
| $Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.17 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:11:00 $ */
| $Author: marj_nl_fr $
Includes standalone function - needs finishing
+----------------------------------------------------------------------------+
*/
if ($_SERVER['QUERY_STRING'] == 'alone') if ($_SERVER['QUERY_STRING'] == 'alone')
{ {
//@TODO make multi-language if possible //@TODO make multi-language if possible
@@ -938,24 +934,24 @@ class file_inspector {
$data = "<?php\n"; $data = "<?php\n";
if (!$plugin || $plugin == 'off') { if (!$plugin || $plugin == 'off')
$data .= "/*\n"; {
$data .= "+ ----------------------------------------------------------------------------+\n"; $data .= '
$data .= "| e107 website system\n"; /*
$data .= "|\n"; * e107 website system
$data .= "| <20>Steve Dunstan 2001-2002\n"; *
$data .= "| http://e107.org\n"; * Copyright (C) 2001-2009 e107 Inc (e107.org)
$data .= "| jalist@e107.org\n"; * Released under the terms and conditions of the
$data .= "|\n"; * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
$data .= "| Released under the terms and conditions of the\n"; *
$data .= "| GNU General Public License (http://gnu.org).\n"; *
$data .= "|\n"; *
$data .= "| \$Source: /cvs_backup/e107_0.8/e107_admin/fileinspector.php,v $\n"; * $'.'Source: $
$data .= "| \$Revision: 1.17 $\n"; * $'.'Revision: $
$data .= "| \$Date: 2009-08-28 16:11:00 $\n"; * $'.'Date: $
$data .= "| \$Author: marj_nl_fr $\n"; * $'.'Author: $
$data .= "+----------------------------------------------------------------------------+\n"; */
$data .= "*/\n\n"; ';
} }
$data .= "if (!defined('e107_INIT')) { exit; }\n\n"; $data .= "if (!defined('e107_INIT')) { exit; }\n\n";

View File

@@ -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_admin/includes/beginner.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/beginner.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2008-12-30 15:56:12 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/includes/cascade.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/cascade.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2008-12-30 15:56:12 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/includes/classis.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/classis.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2008-12-30 15:56:12 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/includes/combo.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/combo.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2008-12-30 15:56:12 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/includes/compact.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/compact.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2008-12-30 15:56:12 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/includes/tabbed.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/tabbed.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.1 $ * $Author: marj_nl_fr $
| $Date: 2009-07-04 03:08:03 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/index.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_admin/index.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.1.1.1 $ * $Author: marj_nl_fr $
| $Date: 2006-12-02 04:33:23 $ */
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
header('Location: admin.php'); header('Location: admin.php');
exit; exit;

View File

@@ -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_admin/message.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_admin/message.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:11:00 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE); include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);

View File

@@ -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_admin/modcomment.php,v $
| * $Revision: 1.10 $
| $Source: /cvs_backup/e107_0.8/e107_admin/modcomment.php,v $ * $Date: 2009-11-12 14:30:06 $
| $Revision: 1.9 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:11:00 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("B")) { if (!getperms("B")) {
header("location:".e_BASE."index.php"); header("location:".e_BASE."index.php");

View File

@@ -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_admin/notify.php,v $
| * $Revision: 1.10 $
| $Source: /cvs_backup/e107_0.8/e107_admin/notify.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.9 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:10:54 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once('../class2.php'); require_once('../class2.php');
if (!getperms('O')) if (!getperms('O'))
{ {

View File

@@ -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_admin/phpinfo.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_admin/phpinfo.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.1.1.1 $ * $Author: marj_nl_fr $
| $Date: 2006-12-02 04:33:27 $ */
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("0")) { if (!getperms("0")) {
header("location:".e_BASE."index.php"); header("location:".e_BASE."index.php");

View File

@@ -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_admin/sql/extended_country.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_admin/sql/extended_country.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2007-07-18 20:08:21 $ */
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
header("location:../index.php"); header("location:../index.php");
exit; exit;
?> ?>

View File

@@ -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_admin/theme.php,v $
| * $Revision: 1.6 $
| $Source: /cvs_backup/e107_0.8/e107_admin/theme.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.5 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:11:01 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("1")) { if (!getperms("1")) {

View File

@@ -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_admin/ver.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_admin/ver.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2006-12-03 01:29:33 $ */
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -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_admin/wmessage.php,v $
| * $Revision: 1.7 $
| $Source: /cvs_backup/e107_0.8/e107_admin/wmessage.php,v $ * $Date: 2009-11-12 14:30:07 $
| $Revision: 1.6 $ * $Author: marj_nl_fr $
| $Date: 2009-08-28 16:11:00 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("M")) if (!getperms("M"))
{ {