2 /************************************************************************
3 * Mailer v0.2.1-FINAL Start: 03/22/2004 *
4 * =================== Last change: 05/02/2004 *
6 * -------------------------------------------------------------------- *
7 * File : ext-html_mail.php *
8 * -------------------------------------------------------------------- *
9 * Short description : HTML mails with default mail() routine *
10 * -------------------------------------------------------------------- *
11 * Kurzbeschreibung : HTML-Mails mit Standart mail()-Routine *
12 * -------------------------------------------------------------------- *
15 * $Tag:: 0.2.1-FINAL $ *
17 * Needs to be in all Files and every File needs "svn propset *
18 * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
19 * -------------------------------------------------------------------- *
20 * Copyright (c) 2003 - 2009 by Roland Haeder *
21 * Copyright (c) 2009, 2010 by Mailer Developer Team *
22 * For more information visit: http://www.mxchange.org *
24 * This program is free software; you can redistribute it and/or modify *
25 * it under the terms of the GNU General Public License as published by *
26 * the Free Software Foundation; either version 2 of the License, or *
27 * (at your option) any later version. *
29 * This program is distributed in the hope that it will be useful, *
30 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
31 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
32 * GNU General Public License for more details. *
34 * You should have received a copy of the GNU General Public License *
35 * along with this program; if not, write to the Free Software *
36 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
38 ************************************************************************/
40 // Some security stuff...
41 if (!defined('__SECURITY')) {
46 setThisExtensionVersion('0.1.6');
48 // Version history array (add more with , '0.1.0' and so on)
49 setExtensionVersionHistory(array('0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.51', '0.0.52', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6'));
51 switch (getExtensionMode()) {
52 case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
53 // SQL commands to run
54 addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_user_data` ADD `html` ENUM('Y','N') NOT NULL DEFAULT 'Y'");
55 addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_bonus` ADD `html_msg` ENUM('Y','N') NOT NULL DEFAULT 'N'");
56 addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_pool` ADD `html_msg` ENUM('Y','N') NOT NULL DEFAULT 'N'");
57 addMemberMenuSql('main','html_mail','HTML-Empfang','N','Y',3);
60 case 'remove': // Do stuff when removing extension
61 // SQL commands to run
62 addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_member_menu` WHERE `what`='html_mail' LIMIT 1");
65 case 'activate': // Do stuff when admin activates this extension
66 // SQL commands to run
67 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `visible`='Y', `locked`='N' WHERE `what`='html_mail' LIMIT 1");
70 case 'deactivate': // Do stuff when admin deactivates this extension
71 // SQL commands to run
72 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `visible`='N', `locked`='Y' WHERE `what`='html_mail' LIMIT 1");
75 case 'update': // Update an extension
76 switch (getCurrentExtensionVersion()) {
77 case '0.0.6': // SQL queries for v0.0.6
78 // Update notes (these will be set as task text!)
79 setExtensionUpdateNotes("Der erstellte HTML-Code wird noch kompiliert (eigene HTML-Codes umgewandelt).");
82 case '0.0.8': // SQL queries for v0.0.8
83 // Update notes (these will be set as task text!)
84 setExtensionUpdateNotes("Fehlende Abfrage im Mitlieder-Modul, on Erweiterung auch aktiviert ist.");
87 case '0.0.9': // SQL queries for v0.0.9
88 // Update notes (these will be set as task text!)
89 setExtensionUpdateNotes("Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.");
92 case '0.1.0': // SQL queries for v0.2.1
93 // Update notes (these will be set as task text!)
94 setExtensionUpdateNotes("Menüpunkte im Gast-/Mitgliedsbereich können nicht mehr aufgerufen werden, wenn die Erweiterung deaktiviert ist.");
97 case '0.1.1': // SQL queries for v0.1.1
98 // Update notes (these will be set as task text!)
99 setExtensionUpdateNotes("Seit <strong>Patch 340</strong> überflüssige HTML-Tags entfernt.");
102 case '0.1.2': // SQL queries for v0.1.2
103 // Update notes (these will be set as task text!)
104 setExtensionUpdateNotes("Wörter <strong>{?mt_word?}</strong>, <strong>{?mt_word2?}</strong> und <strong>{?mt_word3?}</strong> sind austauschbar.");
107 case '0.1.3': // SQL queries for v0.1.3
108 // Update notes (these will be set as task text!)
109 setExtensionUpdateNotes("Sicherheitsupdate: SQL-Anweisungen geschützt.");
112 case '0.1.4': // SQL queries for v0.1.4
113 // Update notes (these will be set as task text!)
114 setExtensionUpdateNotes("Abspeichern von Einstellungen repariert.");
117 case '0.1.5': // SQL queries for v0.1.5
118 // Update notes (these will be set as task text!)
119 setExtensionUpdateNotes("Fehlerhinweis bei deaktivierter Erweiterung verbessert.");
123 // Dependency is needed for ext-registration!! (want to alter a non existent Table)
124 addExtensionUpdateDependency('bonus');
125 setExtensionUpdateNotes("Abhänigkeit von der Erweiterung <strong>bonus</strong> hinzugefügt.");
130 case 'modify': // When the extension got modified
133 case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
136 case 'init': // Do stuff when extension is initialized
137 // Valid HTML tags (only simple and no attributes!)
138 // @TODO Move these arrays into config
139 $GLOBALS['html_tags'] = array(
153 // URL ends which are used to indentify the end of an URL or email link
154 // Don't use these chars in links... ;-)
156 $GLOBALS['url_ends'] = array(
163 // Valid email chars (without @, or do you want to have another @ inside your email email?)
164 $GLOBALS['valid_email_chars'] = array(
165 'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s',
166 't','u','v','w','x','y','z','a','B','C','D','E','F','G','H','I','J','K','L',
167 'M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','-','.','_',0,1,
172 default: // Unknown extension mode
173 logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));