Surfbar now has admin menu (dummy extension!), menu system rebuilded for unique key...
[mailer.git] / inc / extensions / ext-user.php
1 <?php
2 /************************************************************************
3  * MXChange v0.2.1                                    Start: 04/29/2004 *
4  * ================                             Last change: 10/29/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : ext-user.php                                     *
8  * -------------------------------------------------------------------- *
9  * Short description : Swapped out user management                      *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : Ausgelagertes Mitglieder-Management              *
12  * -------------------------------------------------------------------- *
13  *                                                                      *
14  * -------------------------------------------------------------------- *
15  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
16  * For more information visit: http://www.mxchange.org                  *
17  *                                                                      *
18  * This program is free software; you can redistribute it and/or modify *
19  * it under the terms of the GNU General Public License as published by *
20  * the Free Software Foundation; either version 2 of the License, or    *
21  * (at your option) any later version.                                  *
22  *                                                                      *
23  * This program is distributed in the hope that it will be useful,      *
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
26  * GNU General Public License for more details.                         *
27  *                                                                      *
28  * You should have received a copy of the GNU General Public License    *
29  * along with this program; if not, write to the Free Software          *
30  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
31  * MA  02110-1301  USA                                                  *
32  ************************************************************************/
33
34 // Some security stuff...
35 if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])))
36 {
37         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
38         require($INC);
39 }
40
41 // Version number
42 $EXT_VERSION = "0.3.3";
43
44 // Version history array (add more with , "0.1" and so on)
45 $EXT_VER_HISTORY = array("0.0", "0.1", "0.1.1", "0.1.2", "0.1.2", "0.1.3", "0.1.4", "0.1.5", "0.1.6", "0.1.7", "0.1.8", "0.1.9", "0.2.0", "0.2.1", "0.2.2", "0.2.3", "0.2.4", "0.2.5", "0.2.6", "0.2.7", "0.2.8", "0.2.9", "0.3.0", "0.3.1", "0.3.2", "0.3.3");
46
47 switch ($EXT_LOAD_MODE)
48 {
49 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
50         // SQL commands to run
51         $SQLs[] = "";
52
53         // Load CSS-File?
54         $EXT_CSS = 'Y';
55         break;
56
57 case "remove": // Do stuff when removing extension
58         // SQL commands to run
59         $SQLs[] = "DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_admin_menu WHERE what='config_user' OR what='user_contct' LIMIT 2";
60         break;
61
62 case "activate": // Do stuff when admin activates this extension
63         // SQL commands to run
64         $SQLs[] = "";
65         break;
66
67 case "deactivate": // Do stuff when admin deactivates this extension
68         // SQL commands to run
69         $SQLs[] = "";
70         break;
71
72 case "update": // Update an extension
73         switch ($EXT_VER)
74         {
75         case "0.1": // SQL queries for v0.1
76                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD user_limit int(7) not null default '20'";
77
78                 // Update notes (these will be set as task text!)
79                 $UPDATE_NOTES = "Seitenweises Anzeigen der User-Liste ist nun m&ouml;glich.";
80                 break;
81
82         case "0.1.1": // SQL queries for v0.1.1
83                 $SQLs[] = "UPDATE "._MYSQL_PREFIX."_extensions SET ext_has_css='Y' WHERE ext_name='user' AND ext_has_css='N' LIMIT 1";
84
85                 // This update depends on sql_patches update!
86                 $EXT_UPDATE_DEPENDS = "sql_patches";
87
88                 // Update notes (these will be set as task text!)
89                 $UPDATE_NOTES = "CSS-Datei kann per Admin-Bereich ein- und ausgeschaltet werden.";
90
91         case "0.1.2": // SQL queries for v0.1.2
92                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_user_data ADD mails_confirmed bigint(20) not null default '0'";
93
94                 // Update notes (these will be set as task text!)
95                 $UPDATE_NOTES = "Dem Mitglied wird nun angezeigt, wie viele Mails er best&auml;tigt hat. Alle vor dieser Version best. Mails werden leider nicht mehr ber&uuml;cksichtigt! Bitte teilen Sie dies Ihren Mitgliedern mit.";
96                 break;
97
98         case "0.1.3": // SQL queries for v0.1.3
99                 // Update notes (these will be set as task text!)
100                 $UPDATE_NOTES = "Den Pfad <I>Sie sind hier</I> im Men&uuml;punkt <U>Online-Liste</U> erweitert.";
101                 break;
102
103         case "0.1.4": // SQL queries for v0.1.4
104                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_user_data ADD emails_received bigint(20) not null default '0'";
105
106                 // Update notes (these will be set as task text!)
107                 $UPDATE_NOTES = "Anzahl empfangener Mails wird angezeigt. <BIG>Diese Anzeige kann fehlerhaft sein, wenn Sie bereits Mitglieder in Ihrem {!MT_WORD!} haben sollen!</BIG>";
108                 break;
109
110         case "0.1.5": // SQL queries for v0.1.5
111                 // Update notes (these will be set as task text!)
112                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";
113                 break;
114
115         case "0.1.6": // SQL queries for v0.1.6
116                 // Update notes (these will be set as task text!)
117                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";
118                 break;
119
120         case "0.1.7": // SQL queries for v0.1.7
121                 // Update notes (these will be set as task text!)
122                 $UPDATE_NOTES = "Erweiterung bleibt wegen integrierten Schalters immer aktiv.";
123                 break;
124
125         case "0.1.8": // SQL queries for v0.1.8
126                 // Update notes (these will be set as task text!)
127                 $UPDATE_NOTES = "Seit <A href=\"".SERVER_URL."/patches/340-Gast_Mitgliedsmenue_Deaktivieren.zip\">Patch 340</A> &uuml;berfl&uuml;ssige HTML-Tags entfernt.";
128                 break;
129
130         case "0.1.9": // SQL queries for v0.1.9
131                 // Update notes (these will be set as task text!)
132                 $UPDATE_NOTES = "Link zum Mitgliedsprofil in Funktion <U>ADMIN_USER_PROFILE_LINK()</U> ausgelagert.";
133                 break;
134
135         case "0.2.0": // SQL queries for v0.2.0
136                 // Update notes (these will be set as task text!)
137                 $UPDATE_NOTES = "User-Liste ausgelagert in Templates und &uuml;berbreite Zeile in 2er-Zeile umgewandelt.";
138                 break;
139
140         case "0.2.1": // SQL queries for v0.2.1
141                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD user_alpha tinyint(4) not null default '10'";
142                 $SQLs[] = "INSERT INTO "._MYSQL_PREFIX."_admin_menu (action, what, title, descr, sort) VALUES('setup', 'config_user', 'Mitgliederliste', 'Anzahl Mitglieder pro Seite, Anzahl Buchstaben pro Zeile usw.', 8)";
143
144                 // Update notes (these will be set as task text!)
145                 $UPDATE_NOTES = "User-Liste ist konfigurierbar: Anzahl Mitglieder pro Seite und Anzahl Buchstaben pro Zeile; Template-Fehler beseitigt.";
146                 break;
147
148         case "0.2.2": // SQL queries for v0.2.2
149                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_user_data CHANGE sex sex enum('M', 'F', 'C') not null default 'M'";
150
151                 // Update notes (these will be set as task text!)
152                 $UPDATE_NOTES = "Anrede &quot;Firma&quot; hinzugef&uuml;gt.";
153                 break;
154
155         case "0.2.3": // SQL queries for v0.2.3
156                 // Update notes (these will be set as task text!)
157                 $UPDATE_NOTES = "Datumsformat festgelegt auf ausf&uuml;hrlich.";
158                 break;
159
160         case "0.2.4": // SQL queries for v0.2.4
161                 // Update notes (these will be set as task text!)
162                 $UPDATE_NOTES = "W&ouml;rter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
163                 break;
164
165         case "0.2.5": // SQL queries for v0.2.5
166                 // Update notes (these will be set as task text!)
167                 $UPDATE_NOTES = "SQL-Anweisungen abgesichert.";
168                 break;
169
170         case "0.2.6": // SQL queries for v0.2.6
171                 // Update notes (these will be set as task text!)
172                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";
173                 break;
174
175         case "0.2.7": // SQL queries for v0.2.7
176                 // Update notes (these will be set as task text!)
177                 $UPDATE_NOTES = "Sicherheitsupdate f&uuml;r die Include-Befehle.";
178                 break;
179
180         case "0.2.8": // SQL queries for v0.2.8
181                 // Update notes (these will be set as task text!)
182                 $UPDATE_NOTES = "if-Anweisungen auf Funktion <STRONG>empty()</STRONG> umgestellt.";
183                 break;
184
185         case "0.2.9": // SQL queries for v0.2.9
186                 $SQLs[] = "INSERT INTO "._MYSQL_PREFIX."_admin_menu (action, what, title, descr, sort) VALUES('user', 'user_contct', 'Mitglied kontaktieren', 'Kontaktieren Sie hier Ihre Mitglieder ganz direkt &uuml;ber ein Webformular. Sie brauchen somit kein EMail-Programm mehr starten!', 8)";
187
188                 // Update notes (these will be set as task text!)
189                 $UPDATE_NOTES = "Admin-Kontaktformular hinzugef&uuml;gt.";
190                 break;
191
192         case "0.3.0": // SQL queries for v0.3.0
193                 // Update notes (these will be set as task text!)
194                 $UPDATE_NOTES = "Hash-Erstellung von <STRONG>md5()</STRONG> auf bessere Funktion <STRONG>generateHash()</STRONG> umgestellt.<br />Diverse Fixes f&uuml;r <em>0.2.1-Beta1</em> Release.";
195                 break;
196
197         case "0.3.1": // SQL queries for v0.3.1
198                 $SQLs[] = "UPDATE "._MYSQL_PREFIX."_admin_menu SET title = 'Mitglieder-Management' WHERE action = 'user' AND (what='' OR what IS NULL) LIMIT 1";
199
200                 // Update notes (these will be set as task text!)
201                 $UPDATE_NOTES = "Verwaltung auf Management umgestellt";
202                 break;
203
204         case "0.3.2": // SQL queries for v0.3.2
205                 // Update notes (these will be set as task text!)
206                 $UPDATE_NOTES = "PHP-Hinweis in Userauflistung gefixt (trat bei fehlender nickname-Erweiterung auf) und Darstellungsfehler von <strong>0.00000</strong> unbest&auml;tigten Mails gefixt.";
207                 break;
208
209         case "0.3.3": // SQL queries for v0.3.3
210                 // Update notes (these will be set as task text!)
211                 $UPDATE_NOTES = "Mitglieder sind nun per Formular kontaktierbar (es wird eine EMail versendet), gesperrte und best&auml;tigte Mitglieder-Accounts sind seperat oder gemeinsam auflistbar (seperat nur mit der Erweiterung <em>task</em>!)";
212                 break;
213         }
214         break;
215
216 default: // Do stuff when extension is loaded
217         $dummy = LOAD_CONFIG();
218         $_CONFIG = array_merge($_CONFIG, $dummy);
219         unset($dummy);
220         break;
221 }
222 // Language file prefix
223 $EXT_LANG_PREFIX = "user";
224
225 // Extension is always active?
226 $EXT_ALWAYS_ACTIVE = 'Y';
227
228 //
229 ?>