Copyright updated
[mailer.git] / 0.2.1 / inc / extensions / ext-other.php
1 <?php\r
2 /************************************************************************\r
3  * MXChange v0.2.1                                    Start: 09/19/2004 *\r
4  * ================                             Last change: 10/29/2004 *\r
5  *                                                                      *\r
6  * -------------------------------------------------------------------- *\r
7  * File              : ext-other.php                                    *\r
8  * -------------------------------------------------------------------- *\r
9  * Short description : Other administrative settings                    *\r
10  * -------------------------------------------------------------------- *\r
11  * Kurzbeschreibung  : Weitere administrative Einstellungen             *\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.1": // SQL queries for v0.0.1\r
76                 // Update notes (these will be set as task text!)\r
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.";\r
78                 break;\r
79 \r
80         case "0.0.2": // SQL queries for v0.0.2\r
81                 // Update notes (these will be set as task text!)\r
82                 $UPDATE_NOTES = "Speichern der Einstellungen vereinfacht. Es wird dazu die Funktion ADMIN_SAVE_SETTINGS() verwendet.";\r
83                 break;\r
84 \r
85         case "0.0.3": // SQL queries for v0.0.3\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.4": // SQL queries for v0.0.4\r
91                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD max_comma tinyint(4) not null default '3'";\r
92 \r
93                 // Update notes (these will be set as task text!)\r
94                 $UPDATE_NOTES = "Angezeigte Kommastellen k&ouml;nnen zwischen 0 und 5 eingestellt werden.";\r
95                 break;\r
96 \r
97         case "0.0.5": // SQL queries for v0.0.5\r
98                 // Update notes (these will be set as task text!)\r
99                 $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen beseitigt.";\r
100                 break;\r
101 \r
102         case "0.0.6": // SQL queries for v0.0.6\r
103                 // Update notes (these will be set as task text!)\r
104                 $UPDATE_NOTES = "Problem mit Speicherung der Einstellungen endlich beseitigt.";\r
105                 break;\r
106 \r
107         case "0.0.7": // SQL queries for v0.0.7\r
108                 // Update notes (these will be set as task text!)\r
109                 $UPDATE_NOTES = "Ausgabemodus der CSS-Dateien hinzugef&uuml;gt. Bitte auch das Admin-Template aktualisieren!";\r
110                 break;\r
111 \r
112         case "0.0.8": // SQL queries for v0.0.8\r
113                 // Update notes (these will be set as task text!)\r
114                 $UPDATE_NOTES = "Erweiterung bleibt wegen integrierten Schalters immer aktiv.";\r
115                 break;\r
116 \r
117         case "0.0.9": // SQL queries for v0.0.9\r
118                 // Update notes (these will be set as task text!)\r
119                 $UPDATE_NOTES = "Abspeichern der Einstellungen repariert.";\r
120                 break;\r
121 \r
122         case "0.1.0": // SQL queries for v0.1.0\r
123                 // Update notes (these will be set as task text!)\r
124                 $UPDATE_NOTES = "Folgende Einstellungen k&ouml;nnen auf 0 gesetzt werden:\r
125 <OL>\r
126 <LI>Selbe beworbene URL nicht mehr bewerbar (0 = URL kann sofort wieder gebucht werden)</LI>\r
127 <LI>G&uuml;tigkeitsdauer der Best&auml;tigungslinks (0 = Best&auml;tigungslinks laufen nie ab)</LI>\r
128 <LI>Sperrzeit des Mitgliedprofiles nach &Auml;nderung (0 = Mitglied kann sein Account immer und sofort &auml;ndern)</LI>\r
129 <LI>Profilaktualisierungsinterval (0 = Es wird keine Mail zum Profilaktualisierunng durch das Mitglied ausgesendet(</LI>\r
130 <LI>Erneute Aussendung der Mail (0 = Siehe oben)</LI>\r
131 </OL>";\r
132                 break;\r
133 \r
134         case "0.1.1": // SQL queries for v0.1.1\r
135                 // Update notes (these will be set as task text!)\r
136                 $UPDATE_NOTES = "Gast- und Mitgliedsmen&uuml;s lassen sich voneinander getrentt ein- und auschalten.";\r
137                 break;\r
138 \r
139         case "0.1.2": // SQL queries for v0.1.2\r
140                 // Update notes (these will be set as task text!)\r
141                 $UPDATE_NOTES = "W&ouml;rter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";\r
142                 break;\r
143 \r
144         case "0.1.3": // SQL queries for v0.1.3\r
145                 // Update notes (these will be set as task text!)\r
146                 $UPDATE_NOTES = "Wort &quot;Baustelle&quot; vom Auto-Versand entfernt, da dieser nun klappt.";\r
147                 break;\r
148 \r
149         case "0.1.4": // SQL queries for v0.1.4\r
150                 // Update notes (these will be set as task text!)\r
151                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";\r
152                 break;\r
153 \r
154         case "0.1.5": // SQL queries for v0.1.5\r
155                 // Update notes (these will be set as task text!)\r
156                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";\r
157                 break;\r
158 \r
159         case "0.1.6": // SQL queries for v0.1.6\r
160                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD reject_url varchar(255) not null default '".URL."'";\r
161 \r
162                 // Update notes (these will be set as task text!)\r
163                 $UPDATE_NOTES = "Bei Ablehnung der URL wird jetzt endlich eine Standart-URL eingesetzt, die konfigurierbar ist. Fehler beim Laden der Konfiguration gefunden.";\r
164                 break;\r
165 \r
166         case "0.1.7": // SQL queries for v0.1.7\r
167                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD currency varchar(255) not null default '&euro;'";\r
168 \r
169                 // Update notes (these will be set as task text!)\r
170                 $UPDATE_NOTES = "Standart-W&auml;hrung der Geb&uuml;hren f&uuml;r alle Erweiterungen geltend hinzugef&uuml;gt.";\r
171                 break;\r
172 \r
173         case "0.1.8": // SQL queries for v0.1.8\r
174                 // Update notes (these will be set as task text!)\r
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.";\r
176                 break;\r
177         }\r
178         break;\r
179 \r
180 default: // Do stuff when extension is loaded\r
181         $DUMMY = LOAD_CONFIG("0");\r
182         $CONFIG['max_comma']  = $DUMMY['max_comma'];  // Maximum numbers behind commata\r
183         $CONFIG['reject_url'] = $DUMMY['reject_url']; // Default rejection URL\r
184         define('__CURRENCY', $DUMMY['currency']);     // This is the currency for fees! They shall normally remain in real money currencies...\r
185         unset($DUMMY);\r
186         break;\r
187 }\r
188 // Language file prefix\r
189 $EXT_LANG_PREFIX = "other";\r
190 \r
191 // Extension is always active?\r
192 $EXT_ALWAYS_ACTIVE = "Y";\r
193 \r
194 //\r
195 ?>\r