]> git.mxchange.org Git - mailer.git/blob - 0.2.1/inc/extensions/ext-mydata.php
0fc10e7827d3cf115ef9e64daf44dfaa35228f40
[mailer.git] / 0.2.1 / inc / extensions / ext-mydata.php
1 <?php\r
2 /************************************************************************\r
3  * MXChange v0.2.1                                    Start: 07/17/2004 *\r
4  * ================                             Last change: 07/17/2004 *\r
5  *                                                                      *\r
6  * -------------------------------------------------------------------- *\r
7  * File              : ext-mydata.php                                   *\r
8  * -------------------------------------------------------------------- *\r
9  * Short description : Swapped out "My profile data"                    *\r
10  * -------------------------------------------------------------------- *\r
11  * Kurzbeschreibung  : Ausgelagertes "Profildaten aendern"              *\r
12  * -------------------------------------------------------------------- *\r
13  *                                                                      *\r
14  * -------------------------------------------------------------------- *\r
15  * Copyright (c) 2003 - 2008 by Roland Haeder                           *\r
16  * For more information visit: http://www.mxchange.org                  *\r
17  *                                                                      *\r
18  * This program is free software; you can redistribute it and/or modify *\r
19  * it under the terms of the GNU General Public License as published by *\r
20  * the Free Software Foundation; either version 2 of the License, or    *\r
21  * (at your option) any later version.                                  *\r
22  *                                                                      *\r
23  * This program is distributed in the hope that it will be useful,      *\r
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *\r
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *\r
26  * GNU General Public License for more details.                         *\r
27  *                                                                      *\r
28  * You should have received a copy of the GNU General Public License    *\r
29  * along with this program; if not, write to the Free Software          *\r
30  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *\r
31  * MA  02110-1301  USA                                                  *\r
32  ************************************************************************/\r
33 \r
34 // Some security stuff...\r
35 if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])))\r
36 {\r
37         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php";\r
38         require($INC);\r
39 }\r
40 \r
41 // Version number\r
42 $EXT_VERSION = "0.1.8";\r
43 \r
44 // Auto-set extension version\r
45 if (empty($EXT_VER)) $EXT_VER = $EXT_VERSION;\r
46 \r
47 // Version history array (add more with , "0.1" and so on)\r
48 $EXT_VER_HISTORY = array("0.0", "0.0.1", "0.0.2", "0.0.3", "0.0.4", "0.0.5", "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", "0.1.7", "0.1.8");\r
49 \r
50 switch ($EXT_LOAD_MODE)\r
51 {\r
52 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)\r
53         // SQL commands to run\r
54         $SQLs[] = "";\r
55         break;\r
56 \r
57 case "remove": // Do stuff when removing extension\r
58         // SQL commands to run\r
59         $SQLs[] = "";\r
60         break;\r
61 \r
62 case "activate": // Do stuff when admin activates this extension\r
63         // SQL commands to run\r
64         $SQLs[] = "";\r
65         break;\r
66 \r
67 case "deactivate": // Do stuff when admin deactivates this extension\r
68         // SQL commands to run\r
69         $SQLs[] = "";\r
70         break;\r
71 \r
72 case "update": // Update an extension\r
73         switch ($EXT_VER)\r
74         {\r
75         case "0.0.2": // SQL queries for v0.0.2\r
76                 // Update notes (these will be set as task text!)\r
77                 $UPDATE_NOTES = "Fehlende Abfrage im Mitlieder-Modul, on Erweiterung auch aktiviert ist.";\r
78                 break;\r
79 \r
80         case "0.0.3": // SQL queries for v0.0.3\r
81                 // Update notes (these will be set as task text!)\r
82                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";\r
83                 break;\r
84 \r
85         case "0.0.4": // SQL queries for v0.0.4\r
86                 // Update notes (these will be set as task text!)\r
87                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";\r
88                 break;\r
89 \r
90         case "0.0.5": // SQL queries for v0.0.5\r
91                 // Update notes (these will be set as task text!)\r
92                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";\r
93                 break;\r
94 \r
95         case "0.0.6": // SQL queries for v0.0.6\r
96                 // Update notes (these will be set as task text!)\r
97                 $UPDATE_NOTES = "Men&uuml;punkte im Gast-/Mitgliedsbereich k&ouml;nnen nicht mehr aufgerufen werden, wenn die Erweiterung deaktiviert ist.";\r
98                 break;\r
99 \r
100         case "0.0.7": // SQL queries for v0.0.7\r
101                 // Update notes (these will be set as task text!)\r
102                 $UPDATE_NOTES = "Sperrung des Mitgliederprofiles nach &Auml;nderung kann unter &quot;Sonstige Einstellungen&quot; abgeschaltet werden (0 setzen!)";\r
103                 break;\r
104 \r
105         case "0.0.8": // SQL queries for v0.0.8\r
106                 // Update notes (these will be set as task text!)\r
107                 $UPDATE_NOTES = "Seit <A href=\"".SERVER_URL."/patches/340-Gast_Mitgliedsmenue_Deaktivieren.zip\">Patch 340</A> &uuml;berfl&uuml;ssige HTML-Tags entfernt.";\r
108                 break;\r
109 \r
110         case "0.0.9": // SQL queries for v0.0.9\r
111                 // Update notes (these will be set as task text!)\r
112                 $UPDATE_NOTES = "Anrede &quot;Firma&quot; hinzugef&uuml;gt.";\r
113                 break;\r
114 \r
115         case "0.1.0": // SQL queries for v0.1.0\r
116                 // Update notes (these will be set as task text!)\r
117                 $UPDATE_NOTES = "Datumsformat festgelegt auf ausf&uuml;hrlich.";\r
118                 break;\r
119 \r
120         case "0.1.1": // SQL queries for v0.1.1\r
121                 // Update notes (these will be set as task text!)\r
122                 $UPDATE_NOTES = "Email-Adresse wird vor dem Speichern auf G&uml;tigkeit hin getestet.";\r
123                 break;\r
124 \r
125         case "0.1.2": // SQL queries for v0.1.2\r
126                 // Update notes (these will be set as task text!)\r
127                 $UPDATE_NOTES = "Einbindung der Erweiterung <STRONG>country</STRONG>, die Sie sich noch optional von <A href=\"".URL."/modules.php?module=admin&amp;what=extensions&amp;do=search\">meiner Seite herunterladen</A> m&uuml;ssen.<BR>\r
128 <BR>\r
129 <STRONG>Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".GET_LANGUAGE()."/html/member/ !) mit hoch!</STRONG>";\r
130 \r
131                 // Depends on 'country'!\r
132                 $EXT_UPDATE_DEPENDS = "country";\r
133 \r
134         case "0.1.3": // SQL queries for v0.1.3\r
135                 // Update notes (these will be set as task text!)\r
136                 $UPDATE_NOTES = "Es werden dem Mitglied nur aktivierte L&auml;ndercodes zur Auswahl angeboten.";\r
137                 break;\r
138 \r
139         case "0.1.4": // SQL queries for v0.1.4\r
140                 // Update notes (these will be set as task text!)\r
141                 $UPDATE_NOTES = "SQL-Anweisungen mit SQL_QUERY_ESC() abgesichert.";\r
142                 break;\r
143 \r
144         case "0.1.5": // SQL queries for v0.1.5\r
145                 // Update notes (these will be set as task text!)\r
146                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";\r
147                 break;\r
148 \r
149         case "0.1.6": // SQL queries for v0.1.6\r
150                 // Update notes (these will be set as task text!)\r
151                 $UPDATE_NOTES = "Die Einstellungen k&ouml;nnen nun auch ohne der Erweiterung <STRONG>country</STRONG> abgespeichert werden.";\r
152                 break;\r
153 \r
154         case "0.1.7": // SQL queries for v0.1.7\r
155                 // Update notes (these will be set as task text!)\r
156                 $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.";\r
157                 break;\r
158 \r
159         case "0.1.8": // SQL queries for v0.1.8\r
160                 // Update notes (these will be set as task text!)\r
161                 $UPDATE_NOTES = "Fehlerhinweis bei deaktivierter Erweiterung verbessert.";\r
162                 break;\r
163         }\r
164         break;\r
165 \r
166 default: // Do stuff when extension is loaded\r
167         break;\r
168 }\r
169 \r
170 // Language file prefix\r
171 $EXT_LANG_PREFIX = "mydata";\r
172 \r
173 // Extension is always active?\r
174 $EXT_ALWAYS_ACTIVE = "N";\r
175 \r
176 //\r
177 ?>\r