- Major change in menu system. You need to rewrite/update your member and guest
[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 ((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.2.0";
43
44 // Auto-set extension version
45 if (empty($EXT_VER)) $EXT_VER = $EXT_VERSION;
46
47 // Version history array (add more with , "0.1" and so on)
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", "0.1.9", "0.2.0");
49
50 switch ($EXT_LOAD_MODE)
51 {
52 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
53         // SQL commands to run
54         $SQLs[] = "";
55         break;
56
57 case "remove": // Do stuff when removing extension
58         // SQL commands to run
59         $SQLs[] = "";
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.0.1": // SQL queries for v0.0.1
76                 // Update notes (these will be set as task text!)
77                 $UPDATE_NOTES = "Fehler <FONT class=\"admin_failed\">Warning: Missing argument 2 for create_timestamp_from_selections() in ".PATH."inc/libs/pro_functions.php on line 227</FONT> behoben.";
78                 break;
79
80         case "0.0.2": // SQL queries for v0.0.2
81                 // Update notes (these will be set as task text!)
82                 $UPDATE_NOTES = "Speichern der Einstellungen vereinfacht. Es wird dazu die Funktion ADMIN_SAVE_SETTINGS() verwendet.";
83                 break;
84
85         case "0.0.3": // SQL queries for v0.0.3
86                 // Update notes (these will be set as task text!)
87                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";
88                 break;
89
90         case "0.0.4": // SQL queries for v0.0.4
91                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD max_comma TINYINT(3) UNSIGNED NOT NULL DEFAULT '3'";
92
93                 // Update notes (these will be set as task text!)
94                 $UPDATE_NOTES = "Angezeigte Kommastellen k&ouml;nnen zwischen 0 und 5 eingestellt werden.";
95                 break;
96
97         case "0.0.5": // SQL queries for v0.0.5
98                 // Update notes (these will be set as task text!)
99                 $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen beseitigt.";
100                 break;
101
102         case "0.0.6": // SQL queries for v0.0.6
103                 // Update notes (these will be set as task text!)
104                 $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen endlich beseitigt.";
105                 break;
106
107         case "0.0.7": // SQL queries for v0.0.7
108                 // Update notes (these will be set as task text!)
109                 $UPDATE_NOTES = "Ausgabemodus der CSS-Dateien hinzugef&uuml;gt. Bitte auch das Admin-Template aktualisieren!";
110                 break;
111
112         case "0.0.8": // SQL queries for v0.0.8
113                 // Update notes (these will be set as task text!)
114                 $UPDATE_NOTES = "Erweiterung bleibt wegen integrierten Schalters immer aktiv.";
115                 break;
116
117         case "0.0.9": // SQL queries for v0.0.9
118                 // Update notes (these will be set as task text!)
119                 $UPDATE_NOTES = "Abspeichern der Einstellungen repariert.";
120                 break;
121
122         case "0.1.0": // SQL queries for v0.2.1
123                 // Update notes (these will be set as task text!)
124                 $UPDATE_NOTES = "Folgende Einstellungen k&ouml;nnen auf 0 gesetzt werden:
125 <OL>
126 <LI>Selbe beworbene URL nicht mehr bewerbar (0 = URL kann sofort wieder gebucht werden)</LI>
127 <LI>G&uuml;tigkeitsdauer der Best&auml;tigungslinks (0 = Best&auml;tigungslinks laufen nie ab)</LI>
128 <LI>Sperrzeit des Mitgliedprofiles nach &Auml;nderung (0 = Mitglied kann sein Account immer und sofort &auml;ndern)</LI>
129 <LI>Profilaktualisierungsinterval (0 = Es wird keine Mail zum Profilaktualisierunng durch das Mitglied ausgesendet(</LI>
130 <LI>Erneute Aussendung der Mail (0 = Siehe oben)</LI>
131 </OL>";
132                 break;
133
134         case "0.1.1": // SQL queries for v0.1.1
135                 // Update notes (these will be set as task text!)
136                 $UPDATE_NOTES = "Gast- und Mitgliedsmen&uuml;s lassen sich voneinander getrentt ein- und auschalten.";
137                 break;
138
139         case "0.1.2": // SQL queries for v0.1.2
140                 // Update notes (these will be set as task text!)
141                 $UPDATE_NOTES = "W&ouml;rter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";
142                 break;
143
144         case "0.1.3": // SQL queries for v0.1.3
145                 // Update notes (these will be set as task text!)
146                 $UPDATE_NOTES = "Wort &quot;Baustelle&quot; vom Auto-Versand entfernt, da dieser nun klappt.";
147                 break;
148
149         case "0.1.4": // SQL queries for v0.1.4
150                 // Update notes (these will be set as task text!)
151                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";
152                 break;
153
154         case "0.1.5": // SQL queries for v0.1.5
155                 // Update notes (these will be set as task text!)
156                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";
157                 break;
158
159         case "0.1.6": // SQL queries for v0.1.6
160                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD reject_url VARCHAR(255) NOT NULL DEFAULT '".URL."'";
161
162                 // Update notes (these will be set as task text!)
163                 $UPDATE_NOTES = "Bei Ablehnung der URL wird jetzt endlich eine Standart-URL eingesetzt, die konfigurierbar ist. Fehler beim Laden der Konfiguration gefunden.";
164                 break;
165
166         case "0.1.7": // SQL queries for v0.1.7
167                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD currency VARCHAR(255) NOT NULL DEFAULT '&euro;'";
168
169                 // Update notes (these will be set as task text!)
170                 $UPDATE_NOTES = "Standart-W&auml;hrung der Geb&uuml;hren f&uuml;r alle Erweiterungen geltend hinzugef&uuml;gt.";
171                 break;
172
173         case "0.1.8": // SQL queries for v0.1.8
174                 // Update notes (these will be set as task text!)
175                 $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.";
176                 break;
177
178         case "0.1.9": // SQL queries for v0.1.9
179                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD mailid_error_redirect ENUM('index','reject') NOT NULL DEFAULT 'index'";
180
181                 // Update notes (these will be set as task text!)
182                 $UPDATE_NOTES = "Bei fehlerhafter Mail w&auml;hrend der Best&auml;tigung kann wahlweise zur Hauptseite weitergeleitet oder auf die eingestellte Ablehnungsseite umgeleitet werden.";
183                 break;
184
185         case "0.2.0": // SQL queries for v0.2.0
186                 $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` CHANGE `mailid_error_redirect` `mailid_error_redirect` ENUM('INDEX','REJECT') NOT NULL DEFAULT 'INDEX'";
187
188                 // Update notes (these will be set as task text!)
189                 $UPDATE_NOTES = "Bei fehlerhafter Mail w&auml;hrend der Best&auml;tigung kann wahlweise zur Hauptseite weitergeleitet oder auf die eingestellte Ablehnungsseite umgeleitet werden.";
190                 break;
191         }
192         break;
193
194 default: // Do stuff when extension is loaded
195         $dummy = LOAD_CONFIG();
196         $_CONFIG['max_comma']                           = $dummy['max_comma'];  // Maximum numbers behind commata
197         $_CONFIG['reject_url']                          = $dummy['reject_url']; // Default rejection URL
198         $_CONFIG['mailid_error_redirect']       = $dummy['mailid_error_redirect']; // Default rejection URL
199         define('__CURRENCY', $dummy['currency']);     // This is the currency for fees! They shall normally remain in real money currencies...
200         unset($dummy);
201         break;
202 }
203 // Language file prefix
204 $EXT_LANG_PREFIX = "other";
205
206 // Extension is always active?
207 $EXT_ALWAYS_ACTIVE = "Y";
208
209 //
210 ?>