All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / inc / extensions / ext-other.php
1 <?php
2 /************************************************************************
3  * MXChange v0.2.1                                    Start: 09/19/2004 *
4  * ================                             Last change: 10/29/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : ext-other.php                                    *
8  * -------------------------------------------------------------------- *
9  * Short description : Other administrative settings                    *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : Weitere administrative Einstellungen             *
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 (!defined('__SECURITY')) {
36         $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
37         require($INC);
38 }
39
40 // Version number
41 $EXT_VERSION = "0.2.1";
42
43 // Auto-set extension version
44 if (empty($EXT_VER)) $EXT_VER = $EXT_VERSION;
45
46 // Version history array (add more with , "0.1" and so on)
47 $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", "0.1.9", "0.2.0", "0.2.1");
48
49 switch ($EXT_LOAD_MODE)
50 {
51 case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called)
52         // SQL commands to run
53         $SQLs[] = "INSERT INTO `{!MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('setup','config_other','Sonstige Einstellungen','Sonstige Einstellungen an Ihrem Mailtausch.',13)";
54         break;
55
56 case "remove": // Do stuff when removing extension
57         // SQL commands to run
58         $SQLs[] = "DELETE LOW_PRIORITY FROM `{!MYSQL_PREFIX!}_admin_menu` WHERE what='config_other' LIMIT 1";
59         break;
60
61 case "activate": // Do stuff when admin activates this extension
62         // SQL commands to run
63         $SQLs[] = "";
64         break;
65
66 case "deactivate": // Do stuff when admin deactivates this extension
67         // SQL commands to run
68         $SQLs[] = "";
69         break;
70
71 case "update": // Update an extension
72         switch ($EXT_VER)
73         {
74         case "0.0.1": // SQL queries for v0.0.1
75                 // Update notes (these will be set as task text!)
76                 $UPDATE_NOTES = "Fehler <div class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in {!PATH!}inc/libs/pro_functions.php on line 227</div> behoben.";
77                 break;
78
79         case "0.0.2": // SQL queries for v0.0.2
80                 // Update notes (these will be set as task text!)
81                 $UPDATE_NOTES = "Speichern der Einstellungen vereinfacht. Es wird dazu die Funktion ADMIN_SAVE_SETTINGS() verwendet.";
82                 break;
83
84         case "0.0.3": // SQL queries for v0.0.3
85                 // Update notes (these will be set as task text!)
86                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";
87                 break;
88
89         case "0.0.4": // SQL queries for v0.0.4
90                 $SQLs[] = "ALTER TABLE `{!MYSQL_PREFIX!}_config` ADD max_comma TINYINT(3) UNSIGNED NOT NULL DEFAULT '3'";
91
92                 // Update notes (these will be set as task text!)
93                 $UPDATE_NOTES = "Angezeigte Kommastellen k&ouml;nnen zwischen 0 und 5 eingestellt werden.";
94                 break;
95
96         case "0.0.5": // SQL queries for v0.0.5
97                 // Update notes (these will be set as task text!)
98                 $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen beseitigt.";
99                 break;
100
101         case "0.0.6": // SQL queries for v0.0.6
102                 // Update notes (these will be set as task text!)
103                 $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen endlich beseitigt.";
104                 break;
105
106         case "0.0.7": // SQL queries for v0.0.7
107                 // Update notes (these will be set as task text!)
108                 $UPDATE_NOTES = "Ausgabemodus der CSS-Dateien hinzugef&uuml;gt. Bitte auch das Admin-Template aktualisieren!";
109                 break;
110
111         case "0.0.8": // SQL queries for v0.0.8
112                 // Update notes (these will be set as task text!)
113                 $UPDATE_NOTES = "Erweiterung bleibt wegen integrierten Schalters immer aktiv.";
114                 break;
115
116         case "0.0.9": // SQL queries for v0.0.9
117                 // Update notes (these will be set as task text!)
118                 $UPDATE_NOTES = "Abspeichern der Einstellungen repariert.";
119                 break;
120
121         case "0.1.0": // SQL queries for v0.2.1
122                 // Update notes (these will be set as task text!)
123                 $UPDATE_NOTES = "Folgende Einstellungen k&ouml;nnen auf 0 gesetzt werden:
124 <ol>
125 <li>Selbe beworbene URL nicht mehr bewerbar (0 = URL kann sofort wieder gebucht werden)</li>
126 <li>G&uuml;tigkeitsdauer der Best&auml;tigungslinks (0 = Best&auml;tigungslinks laufen nie ab)</li>
127 <li>Sperrzeit des Mitgliedprofiles nach &Auml;nderung (0 = Mitglied kann sein Account immer und sofort &auml;ndern)</li>
128 <li>Profilaktualisierungsinterval (0 = Es wird keine Mail zum Profilaktualisierunng durch das Mitglied ausgesendet(</li>
129 <li>Erneute Aussendung der Mail (0 = Siehe oben)</li>
130 </ol>";
131                 break;
132
133         case "0.1.1": // SQL queries for v0.1.1
134                 // Update notes (these will be set as task text!)
135                 $UPDATE_NOTES = "Gast- und Mitgliedsmen&uuml;s lassen sich voneinander getrentt ein- und auschalten.";
136                 break;
137
138         case "0.1.2": // SQL queries for v0.1.2
139                 // Update notes (these will be set as task text!)
140                 $UPDATE_NOTES = "W&ouml;rter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.";
141                 break;
142
143         case "0.1.3": // SQL queries for v0.1.3
144                 // Update notes (these will be set as task text!)
145                 $UPDATE_NOTES = "Wort &quot;Baustelle&quot; vom Auto-Versand entfernt, da dieser nun klappt.";
146                 break;
147
148         case "0.1.4": // SQL queries for v0.1.4
149                 // Update notes (these will be set as task text!)
150                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";
151                 break;
152
153         case "0.1.5": // SQL queries for v0.1.5
154                 // Update notes (these will be set as task text!)
155                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";
156                 break;
157
158         case "0.1.6": // SQL queries for v0.1.6
159                 $SQLs[] = "ALTER TABLE `{!MYSQL_PREFIX!}_config` ADD reject_url VARCHAR(255) NOT NULL DEFAULT '{!URL!}'";
160
161                 // Update notes (these will be set as task text!)
162                 $UPDATE_NOTES = "Bei Ablehnung der URL wird jetzt endlich eine Standart-URL eingesetzt, die konfigurierbar ist. Fehler beim Laden der Konfiguration gefunden.";
163                 break;
164
165         case "0.1.7": // SQL queries for v0.1.7
166                 $SQLs[] = "ALTER TABLE `{!MYSQL_PREFIX!}_config` ADD currency VARCHAR(255) NOT NULL DEFAULT '&euro;'";
167
168                 // Update notes (these will be set as task text!)
169                 $UPDATE_NOTES = "Standart-W&auml;hrung der Geb&uuml;hren f&uuml;r alle Erweiterungen geltend hinzugef&uuml;gt.";
170                 break;
171
172         case "0.1.8": // SQL queries for v0.1.8
173                 // Update notes (these will be set as task text!)
174                 $UPDATE_NOTES = "Die sonstigen Einstellungen lassen sich nun nur noch &auml;ndern, wenn die Erweiterung <strong>other</strong> auch installiert ist. Anderfalls gibt es einen SQL-Fehler beim Speichern und GROSS_GESCHRIEBENE Worte im Formular.";
175                 break;
176
177         case "0.1.9": // SQL queries for v0.1.9
178                 $SQLs[] = "ALTER TABLE `{!MYSQL_PREFIX!}_config` ADD mailid_error_redirect ENUM('index','reject') NOT NULL DEFAULT 'index'";
179
180                 // Update notes (these will be set as task text!)
181                 $UPDATE_NOTES = "Bei fehlerhafter Mail w&auml;hrend der Best&auml;tigung kann wahlweise zur Hauptseite weitergeleitet oder auf die eingestellte Ablehnungsseite umgeleitet werden.";
182                 break;
183
184         case "0.2.0": // SQL queries for v0.2.0
185                 $SQLs[] = "ALTER TABLE `{!MYSQL_PREFIX!}_config` CHANGE `mailid_error_redirect` `mailid_error_redirect` ENUM('INDEX','REJECT') NOT NULL DEFAULT 'INDEX'";
186
187                 // Update notes (these will be set as task text!)
188                 $UPDATE_NOTES = "Bei fehlerhafter Mail w&auml;hrend der Best&auml;tigung kann wahlweise zur Hauptseite weitergeleitet oder auf die eingestellte Ablehnungsseite umgeleitet werden.";
189                 break;
190
191         case "0.2.1": // SQL queries for v0.2.1
192                 $SQLs[] = "ALTER TABLE `{!MYSQL_PREFIX!}_config` ADD `min_age` TINYINT(3) UNSIGNED NOT NULL DEFAULT 16";
193
194                 // Update notes (these will be set as task text!)
195                 $UPDATE_NOTES = "Minimumalter ist nun konfigurierbar.";
196                 break;
197         }
198         break;
199
200 case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
201         break;
202
203 default: // Do stuff when extension is loaded
204         break;
205 }
206
207 // Keep this extension always active!
208 $EXT_ALWAYS_ACTIVE = "Y";
209
210 //
211 ?>