1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

more work on charset and badchars

This commit is contained in:
marj 2009-11-17 10:46:35 +00:00
parent 1ce125b5db
commit 363aa0ea4d
32 changed files with 419 additions and 494 deletions

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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/download.php,v $
| * $Revision: 1.20 $
| $Source: /cvs_backup/e107_0.8/e107_admin/download.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.19 $ * $Author: marj_nl_fr $
| $Date: 2009-11-07 02:10:34 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
define('DOWNLOAD_DEBUG',FALSE); define('DOWNLOAD_DEBUG',FALSE);

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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/filemanager.php,v $
| * $Revision: 1.12 $
| $Source: /cvs_backup/e107_0.8/e107_admin/filemanager.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.11 $ * $Author: marj_nl_fr $
| $Date: 2009-11-07 02:10:34 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("6")) if (!getperms("6"))
{ {

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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/categories.php,v $
| * $Revision: 1.9 $
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/categories.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.8 $ * $Author: marj_nl_fr $
| $Date: 2009-11-05 09:15:12 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
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)
| <EFBFBD>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_timezones.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_admin/sql/extended_timezones.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2009-09-02 16:39:31 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
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)
| <EFBFBD>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/upload.php,v $
| * $Revision: 1.12 $
| $Source: /cvs_backup/e107_0.8/e107_admin/upload.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.11 $ * $Author: marj_nl_fr $
| $Date: 2009-11-07 02:10:34 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once("../class2.php"); require_once("../class2.php");
if (!getperms("V")) if (!getperms("V"))
{ {

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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/users_extended.php,v $
| * $Revision: 1.21 $
| $Source: /cvs_backup/e107_0.8/e107_admin/users_extended.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.20 $ * $Author: marj_nl_fr $
| $Date: 2009-09-02 16:39:31 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once('../class2.php'); require_once('../class2.php');
if (!getperms('4')) if (!getperms('4'))
{ {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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/arraystorage_class.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/arraystorage_class.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2009-10-22 13:00:09 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
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)
| <EFBFBD>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/avatar_handler.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/avatar_handler.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2009-11-07 02:28:54 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) if (!defined('e107_INIT'))
{ {
exit; exit;

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_filter.php,v $
| * $Revision: 1.6 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/emote_filter.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.5 $ * $Author: marj_nl_fr $
| $Date: 2009-09-17 00:13:39 $ */
| $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)
| <EFBFBD>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/file_class.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/file_class.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2009-11-07 11:20:28 $ */
| $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)
| <EFBFBD>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_render.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/secure_img_render.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2007-11-13 13:50:16 $ */
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
while (@ob_end_clean()); while (@ob_end_clean());
ob_start(); ob_start();

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
+---------------------------------------------------------------+ * e107 website system
| e107 website system *
| /sitelinks_class.php * Copyright (C) 2001-2009 e107 Inc (e107.org)
| * Released under the terms and conditions of the
| <EFBFBD>Steve Dunstan 2001-2002 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| http://e107.org *
| jalist@e107.org *
| *
| Released under the terms and conditions of the * $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $
| GNU General Public License (http://gnu.org). * $Revision: 1.20 $
| * $Date: 2009-11-17 10:46:34 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $ * $Author: marj_nl_fr $
| $Revision: 1.19 $ */
| $Date: 2009-09-04 14:35:01 $
| $Author: e107coders $
+---------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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/userclass_class.php,v $
| * $Revision: 1.45 $
| $Source: /cvs_backup/e107_0.8/e107_handlers/userclass_class.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.44 $ * $Author: marj_nl_fr $
| $Date: 2009-11-04 17:29:26 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
/* /*
This class handles everything a user needs. Admin functions inherit from it. This class handles everything a user needs. Admin functions inherit from it.

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/banner/banner_menu.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/banner/banner_menu.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2009-09-18 22:20:39 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>Steve Dun.an 2001-2002 * Released under the terms and conditions of the
| http://e107.org * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| jali.@e107.org *
| *
| Released under the terms and conditions of the *
| GNU General Public License (http://gnu.org). * $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/subs_menu.php,v $
| * $Revision: 1.8 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/subs_menu.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.7 $ * $Author: marj_nl_fr $
| $Date: 2009-11-17 09:17:08 $ */
| $Author: marj_nl_fr $
|
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@ -1,17 +1,18 @@
<?php <?php
/* /*
+---------------------------------------------------------------+ * e107 website system
| e107 website system *
| code adapted from original by Lolo Irie (lolo_irie@e107coders.org) * Copyright (C) 2001-2009 e107 Inc (e107.org)
| * Released under the terms and conditions of the
| <EFBFBD>Steve Dunstan 2001-2002 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| http://e107.org *
| jalist@e107.org *
| *
| Released under the terms and conditions of the * $Source: /cvs_backup/e107_0.8/e107_plugins/content/plugin.php,v $
| GNU General Public License (http://gnu.org). * $Revision: 1.5 $
+---------------------------------------------------------------+ * $Date: 2009-11-17 10:46:34 $
*/ * $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@ -1,22 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/download/download.php,v $
| * $Revision: 1.11 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/download.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.10 $ * $Author: marj_nl_fr $
| $Date: 2009-09-18 19:07:09 $ */
| $Author: e107coders $
|
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) if (!defined('e107_INIT'))
{ {
require_once("../../class2.php"); require_once("../../class2.php");

View File

@ -1,18 +1,19 @@
<?php <?php
/* /*
+---------------------------------------------------------------+ * e107 website system
| e107 website system *
| FAQs v3.2 with Page-Titles by Cameron (cameron@e107coders.org) * Copyright (C) 2001-2009 e107 Inc (e107.org)
| * Released under the terms and conditions of the
| <EFBFBD>Steve Dunstan 2001-2002 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
| http://jalist.com *
| stevedunstan@jalist.com *
| *
| * $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs.php,v $
| Released under the terms and conditions of the * $Revision: 1.2 $
| GNU General Public License (http://gnu.org). * $Date: 2009-11-17 10:46:35 $
+---------------------------------------------------------------+ * $Author: marj_nl_fr $
*/ */
require_once ("../../class2.php"); require_once ("../../class2.php");
include_lan(e_PLUGIN."faqs/languages/faq_lan_".e_LANGUAGE.".php"); include_lan(e_PLUGIN."faqs/languages/faq_lan_".e_LANGUAGE.".php");

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/faqs/faqs_template.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/faqs/faqs_template.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.1 $ * $Author: marj_nl_fr $
| $Date: 2009-11-09 12:57:34 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if(!defined("USER_WIDTH")) if(!defined("USER_WIDTH"))
{ {

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/forum/forum_uploads.php,v $
| * $Revision: 1.4 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_uploads.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.3 $ * $Author: marj_nl_fr $
| $Date: 2009-11-07 02:10:52 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php"); require_once("../../class2.php");
if(!USER) if(!USER)

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/forum/templates/forum_viewtopic_template.php,v $
| * $Revision: 1.8 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_viewtopic_template.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.7 $ * $Author: marj_nl_fr $
| $Date: 2009-09-08 02:48:48 $ */
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%;margin-left:auto;margin-right:auto"); } if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%;margin-left:auto;margin-right:auto"); }

View File

@ -1,19 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/linkwords/e_tohtml.php,v $
| * $Revision: 1.8 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_tohtml.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.7 $ * $Author: marj_nl_fr $
| $Date: 2009-10-22 13:00:37 $ */
| $Author: e107coders $ /*
| |
| *utf - flags functions which need utf-8-aware code | *utf - flags functions which need utf-8-aware code
TODO: TODO:

View File

@ -1,19 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/linkwords/linkwords.php,v $
| * $Revision: 1.13 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/linkwords.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.12 $ * $Author: marj_nl_fr $
| $Date: 2009-10-22 13:00:37 $ */
| $Author: e107coders $ /*
| |
| This is just a stub so that systems migrated from 0.7 don't crash | This is just a stub so that systems migrated from 0.7 don't crash
| It auto-updates the prefs so that the newer routine is called in future. | It auto-updates the prefs so that the newer routine is called in future.

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/log/stats.php,v $
| * $Revision: 1.13 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/stats.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.12 $ * $Author: marj_nl_fr $
| $Date: 2009-08-15 11:55:30 $ */
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php"); require_once("../../class2.php");
if (!plugInstalled('log')) if (!plugInstalled('log'))
{ {

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/poll/admin_config.php,v $
| * $Revision: 1.11 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/admin_config.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.10 $ * $Author: marj_nl_fr $
| $Date: 2009-11-09 16:54:29 $ */
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php"); require_once("../../class2.php");
if (!is_object($tp)) $tp = new e_parse; if (!is_object($tp)) $tp = new e_parse;
if (!getperms("P") || !plugInstalled('poll')) if (!getperms("P") || !plugInstalled('poll'))

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/poll/languages/English.php,v $
| * $Revision: 1.5 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/languages/English.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.4 $ * $Author: marj_nl_fr $
| $Date: 2009-09-22 18:28:47 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
//define("POLL_ADLAN01", "Poll"); //define("POLL_ADLAN01", "Poll");
//define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post."); //define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post.");
@ -75,4 +72,3 @@ define("POLLAN_44", "Delete this poll?");
define("POLLAN_45", "Poll successfully updated"); define("POLLAN_45", "Poll successfully updated");
//define("POLLAN_46", "Field(s) left blank"); //define("POLLAN_46", "Field(s) left blank");
?>

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/poll/languages/English_admin_poll.php,v $
| * $Revision: 1.3 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/languages/English_admin_poll.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.2 $ * $Author: marj_nl_fr $
| $Date: 2009-09-22 18:28:48 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
define("POLL_ADLAN01", "Poll"); define("POLL_ADLAN01", "Poll");
define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post."); define("POLL_ADLAN02", "The poll plugin allows you to define polls in either a menu or forum post.");
@ -85,4 +82,3 @@ define('LAN_AL_POLL_03','Poll added');
define('LAN_AL_POLL_04',''); define('LAN_AL_POLL_04','');
define('LAN_AL_POLL_05',''); define('LAN_AL_POLL_05','');
?>

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/poll/poll_class.php,v $
| * $Revision: 1.18 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/poll/poll_class.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.17 $ * $Author: marj_nl_fr $
| $Date: 2009-09-22 18:28:47 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
include_lan(e_PLUGIN."poll/languages/".e_LANGUAGE.".php"); include_lan(e_PLUGIN."poll/languages/".e_LANGUAGE.".php");

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/rss_menu/rss.php,v $
| * $Revision: 1.16 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/rss_menu/rss.php,v $ * $Date: 2009-11-17 10:46:34 $
| $Revision: 1.15 $ * $Author: marj_nl_fr $
| $Date: 2009-09-18 19:05:50 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
/* /*
Query string: content_type.rss_type.[topic id] Query string: content_type.rss_type.[topic id]
@ -699,7 +696,7 @@ class rssCreate
// <id>http://example.org/</id> // <id>http://example.org/</id>
// <title>Fourty-Two</title> // <title>Fourty-Two</title>
// <updated>2003-12-13T18:30:02Z</updated> // <updated>2003-12-13T18:30:02Z</updated>
// <rights><EFBFBD> 2005 Example, Inc.</rights> // <rights>© 2005 Example, Inc.</rights>
//</source> //</source>
//<rights type='html'>&amp;copy; 2005 John Doe</rights> //<rights type='html'>&amp;copy; 2005 John Doe</rights>
echo " echo "

View File

@ -1,21 +1,19 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/siteinfo/powered_by_menu.php,v $
| * $Revision: 1.2 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/siteinfo/powered_by_menu.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.1 $ * $Author: marj_nl_fr $
| $Date: 2009-09-19 17:36:35 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
$text = " $text = "

View File

@ -1,21 +1,18 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * e107 website system
| e107 website system *
| * Copyright (C) 2001-2009 e107 Inc (e107.org)
| <EFBFBD>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_plugins/tinymce/e_meta.php,v $
| * $Revision: 1.7 $
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/e_meta.php,v $ * $Date: 2009-11-17 10:46:35 $
| $Revision: 1.6 $ * $Author: marj_nl_fr $
| $Date: 2009-10-12 06:38:01 $ */
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@ -1,8 +1,8 @@
/** /**
* $Id: editor_plugin.js,v 1.2 2009-10-30 09:13:36 e107coders Exp $ * $Id: editor_plugin.js,v 1.3 2009-11-17 10:46:34 marj_nl_fr Exp $
* *
* @author Moxiecode * @author Moxiecode
* @copyright Copyright <EFBFBD> 2004-2008, Moxiecode Systems AB, All rights reserved. * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
*/ */
(function() { (function() {