1b4866270ac80fb0726a402a76f6713800f24fde
[mailer.git] / 0.2.1 / inc / extensions / ext-rewrite.php
1 <?php\r
2 /************************************************************************\r
3  * MXChange v0.2.1                                    Start: 10/24/2004 *\r
4  * ================                             Last change: 10/29/2004 *\r
5  *                                                                      *\r
6  * -------------------------------------------------------------------- *\r
7  * File              : ext-rewrite.php                                  *\r
8  * -------------------------------------------------------------------- *\r
9  * Short description : Rewrites own links for search engines            *\r
10  * -------------------------------------------------------------------- *\r
11  * Kurzbeschreibung  : Schreibt eigene Links um fuer Suchmaschinen      *\r
12  * -------------------------------------------------------------------- *\r
13  *                                                                      *\r
14  * -------------------------------------------------------------------- *\r
15  * Copyright (c) 2003 - 2007 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.2";\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");\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[] = "DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_admin_menu WHERE what='config_rewrite' LIMIT 1";\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 = "Folgende Linkvariablen werden nun auch ausgetauscht: bid, mid, url, page, offset";\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 = "Folgende Linkvariablen werden nun auch ausgetauscht: type, do=search";\r
83 \r
84         case "0.0.3": // SQL queries for v0.0.3\r
85                 // Update notes (these will be set as task text!)\r
86                 $UPDATE_NOTES = "URLs zu MXChange.org (".SERVER_URL.") sind nun auch g&uuml;ltig.";\r
87                 break;\r
88 \r
89         case "0.0.4": // SQL queries for v0.0.4\r
90                 // Update notes (these will be set as task text!)\r
91                 $UPDATE_NOTES = "Folgende Linkvariablen werden nun auch ausgetausch: sub, home";\r
92                 break;\r
93 \r
94         case "0.0.5": // SQL queries for v0.0.5\r
95                 // Update notes (these will be set as task text!)\r
96                 $UPDATE_NOTES = "Links im Admin- und Mitgliedsbereich werden nicht mehr umgeschrieben. Entsprechend f&auml;llt die neue .htaccess-Datei kleiner aus. Bitte anpassen!";\r
97 \r
98         case "0.0.6": // SQL queries for v0.0.6\r
99                 // Update notes (these will be set as task text!)\r
100                 $UPDATE_NOTES = "Links im Frametester-Modul werden nicht mehr umgeschrieben.";\r
101                 break;\r
102 \r
103         case "0.0.7": // SQL queries for v0.0.7\r
104                 // Update notes (these will be set as task text!)\r
105                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";\r
106                 break;\r
107 \r
108         case "0.0.8": // SQL queries for v0.0.8\r
109                 // Update notes (these will be set as task text!)\r
110                 $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.";\r
111                 break;\r
112 \r
113         case "0.0.9": // SQL queries for v0.0.9\r
114                 $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD rewrite_skip varchar(255) not null default 'login:admin:frametester:mailid'";\r
115                 $SQLs[] = "INSERT INTO "._MYSQL_PREFIX."_admin_menu (action, what, title, descr, sort) VALUES ('setup', 'config_rewrite', 'Rewrite-Engine', 'Stellen Sie hier ein, welche Module &uuml;bersprungen werden sollen, in denen also kein Umschreiben des HTML-Codes stattfinden soll.', 8)";\r
116 \r
117                 // Update notes (these will be set as task text!)\r
118                 $UPDATE_NOTES = "Zu &uuml;berspringende Module k&ouml;nnen per Admin-Bereich eingestellt werden.";\r
119                 break;\r
120 \r
121         case "0.1.0": // SQL queries for v0.1.0\r
122                 // Update notes (these will be set as task text!)\r
123                 $UPDATE_NOTES = "W&ouml;rter <STRONG>Mailtausch</STRONG>, <STRONG>Mailtausches</STRONG> und <STRONG>Mailtauscher</STRONG> sind austauschbar.";\r
124                 break;\r
125 \r
126         case "0.1.1": // SQL queries for v0.1.1\r
127                 // Update notes (these will be set as task text!)\r
128                 $UPDATE_NOTES = "HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert.";\r
129                 break;\r
130 \r
131         case "0.1.2": // SQL queries for v0.1.2\r
132                 // Update notes (these will be set as task text!)\r
133                 $UPDATE_NOTES = "Abspeichern von Einstellungen repariert.";\r
134                 break;\r
135         }\r
136         break;\r
137 \r
138 default: // Do stuff when extension is loaded\r
139         $DUMMY = LOAD_CONFIG("0");\r
140         $CONFIG['rewrite_skipped_mods'] = $DUMMY['rewrite_skip'];\r
141         unset($DUMMY);\r
142         break;\r
143 }\r
144 // Language file prefix\r
145 $EXT_LANG_PREFIX = "rewrite";\r
146 \r
147 // Extension is always active?\r
148 $EXT_ALWAYS_ACTIVE = "N";\r
149 \r
150 //\r
151 ?>\r