-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.php
325 lines (277 loc) · 8.6 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<?php
/*********************************************************
| eXtreme-Fusion 5
| Content Management System
|
| Copyright (c) 2005-2013 eXtreme-Fusion Crew
| http://extreme-fusion.org/
|
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
**********************************************************
ORIGINALLY BASED ON
---------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
try
{
// Czy dla podstrony musi istnieć plik TPL?
defined('TPL_REQUIRED') || define('TPL_REQUIRED', FALSE);
require_once 'system/sitecore.php';
// Routing class
$_route = new Router($_request, $_sett, $_system->rewriteAvailable(), 'page', $_system->pathInfoExists(), $_sett->get('opening_page'), TRUE, TRUE, FALSE, 'admin');
if ($_request->get('ef5')->show())
{
exit('eXtreme-Fusion '.$_sett->get('version'));
}
$banned_by_ip = $_user->bannedByIP();
if ($banned_by_ip)
{
$_route->trace(array('controller' => 'error', 'action' => 403));
}
StaticContainer::register('route', $_route);
// Tryb prac na serwerze
if ($_user->get('id') !== '1')
{
// Tryb maintenance?
if ($_sett->get('maintenance') === '1')
{
// Jeśli jest się na innej podstronie niz maintenance
if ($_route->getFileName() !== 'maintenance')
{
// Jeśli nie ma się uprawnień do bycia na innej podstronie
if (! $_user->hasAccess($_sett->get('maintenance_level')))
{
$_route->redirect(array('controller' => 'maintenance'));
}
}
else
{ // Jesli ma się prawa do bycia na innej podstronie
if ($_user->hasAccess($_sett->get('maintenance_level')))
{
// Przekierowanie na strone główną
HELP::redirect(ADDR_SITE);
}
}
}
elseif ($_route->getFileName() === 'maintenance')
{
HELP::redirect(ADDR_SITE);
}
}
/** Konfiguracja obiektu szablonu dla podstron **/
$_tpl = new Site($_route);
// Nie usuwać
/**
* Pobieranie linków definiowanych przez administratora
*/
/*$query = $_pdo->getData('SELECT * FROM [links] WHERE `link`=:link',
array(':link', $_route->getFileName(), PDO::PARAM_STR)
);
if ($query)
{
foreach($query as $row)
{
// Ustawia administracyjną ścieżkę odczytu pliku
$_route->setAdminFile($row['file']);
}
}*/
// Scieżki, w których jest wyszukiwany plik wg kolejności przeszukiwania
$folders = array(
'modules' => DIR_SITE.'modules'.DS.$_route->getFileName().DS.'pages'.DS,
'pages' => DIR_SITE.'pages'.DS
);
// Przesyła ściezkę do katalogu modułów
$_route->setInstalledModules($ec->modules->getInstalled());
$_route->setFolders($folders);
if ( ! $_route->getExitFile())
{
$row = $_pdo->getRow('SELECT full_path FROM [links] WHERE short_path =:short_path ORDER BY `datestamp` DESC LIMIT 1',
array(':short_path', substr(PATH_INFO, 0, 1) === '/' ? substr(PATH_INFO, 1) : PATH_INFO, PDO::PARAM_STR)
);
if ($row)
{
$_route->setNewConfig($row['full_path']);
}
else
{
/**
* Ustawia ostateczną sciężkę odczytu pliku
* W przypadku gdy wykonała się metoda setAdminFile(), sprawdzi czy plik istnieje.
* Jeśli nie, wyszuka go w lokalizacjach podanych parametrem
*/
$_route->setExitFile();
}
}
if ($_sett->get('visits_counter_enabled'))
{
$ec->statistics->saveUniqueVisit($_user->getIP());
}
// Ładowanie pliku startowego modułu
if ($row = $ec->modules->getModuleBootstrap($_system))
{
foreach ($row as $name)
{
include_once DIR_MODULES.$name.DS.'autoload'.DS.'__autoload.php';
}
}
/**
* Szablon systemowy (theme)
*/
// Załączanie klasy szablonu
require_once DIR_THEME.'view.php';
$_theme = new Theme($_sett, $_system, $_user, $_pdo, $_request, $_route, $_head, $_route->getTplFileName());
$_theme->setStatisticsInst($ec->statistics);
Parser::setThemeInst($_theme);
/******* Koniec sekcji szablonu systemowego */
/* GENEROWANIE STRONY Z PLIKU PHP */
// Sprawdzanie, czy plik istnieje
if ( ! $_route->getExitFile())
{
$_route->trace(array('controller' => 'error', 'action' => 404));
}
$trace = $_route->getExitFile();
ob_start();
// Ładowanie pliku PHP wybranej podstrony
require $_route->getExitFile();
// Sprawdzanie, czy w załadowanym pliku nastąpiła zmana trace'a (błąd 404, przymus logowania etc.).
if ($trace !== $_route->getExitFile())
{
// Załączanie pliku z trace'a. Zmienił się też TPL.
require $_route->getExitFile();
}
$render = ob_get_contents();
ob_clean();
// Załączanie predefiniowanych elementów szablonu systemu (panele)
if ($_route->getFileName() !== 'maintenance')
{
require_once DIR_SYSTEM.'panels.php';
}
else
{
define('LEFT', ''); define('TOP_CENTER', ''); define('BOTTOM_CENTER', ''); define('RIGHT', '');
}
/**
* Konfiguracja sekcji HEAD
*/
if ( ! isset($theme['Title']))
{
$theme['Title'] = $_sett->get('site_name');
}
if ( ! isset($theme['Keys']))
{
$theme['Keys'] = $_sett->get('keywords');
}
if ( ! isset($theme['Desc']))
{
$theme['Desc'] = HELP::cleanDescription($_sett->get('description'));
}
$theme['Tags'] = $_head->get();
$_tpl->assign('Theme', $theme);
/******* Koniec konfiguracji sekcji HEAD */
// Załączanie sekcji HEAD
if (file_exists(DIR_THEME.'templates'.DS.'pre'.DS.'header'.$_route->getExt('tpl')))
{
$_tpl->template('header'.$_route->getExt('tpl'), DIR_THEME.'templates'.DS.'pre'.DS);
}
else
{
$_tpl->template('header'.$_route->getExt('tpl'), DIR_TEMPLATES.'pre'.DS);
}
ob_start();
/* PREZENTACJA STRONY Z PLIKU TPL */
echo $render;
if ( ! isset($exc_error))
{
if (! $_tpl->getPageCompileDir())
{
// Wyświetlanie podstrony TPL z katalogu szablonu
if (( ! defined('THIS') || ! THIS) && $_theme->tplExists())
{
// Zmienia ścieżkę, skąd jest odczytywany szablon
$_tpl->setCustomRoot(DIR_THEME.'templates'.DS.'pages'.DS);
}
// Sprawdzanie, czy szablon istnieje
if (file_exists($_tpl->root.$_route->getTplFileName()))
{
if (isset($theme['cache']))
{
$_tpl->cache($theme['cache']);
}
$_tpl->template($_route->getTplFileName());
}
elseif (TPL_REQUIRED)
{
throw new systemException('Szablon dla podstrony <span class="italic">'.$_route->getTplFileName().'</span> nie istnieje.');
}
}
else
{
$_tpl->template($_route->getTplFileName(), $_tpl->getPageCompileDir());
}
$_tpl->setDefaultRoot();
}
// Wyświetlanie komunikatu o błędzie w pliku PHP
else
{
$_tpl->assign('Message', $exc_error['Message']);
unset($exc_error['Message']);
$_tpl->assign('Error', $exc_error);
$_tpl->template('pre'.DS.'exception'.$_route->getExt('tpl'));
}
// Wyświetlanie dodatkowych plików szablonu
if (isset($theme['parse']) && is_array($theme['parse']))
{
foreach($theme['parse'] as $file)
{
$_tpl->template($file);
}
}
defined('CONTENT') || define('CONTENT', ob_get_contents());
ob_end_clean();
if ($_route->getFileName() === 'maintenance' || $banned_by_ip)
{
// Renderowanie strony bez menu, paneli bocznych i stopki
$_theme->page(TRUE, FALSE, FALSE, FALSE, FALSE);
}
else
{
$_theme->page();
}
// Załączanie szablonu zamykającego stronę
$_tpl->template('pre'.DS.'footer'.$_route->getExt('tpl'));
session_write_close();
}
catch(optException $exception)
{
optErrorHandler($exception);
}
catch(systemException $exception)
{
systemErrorHandler($exception);
}
catch(userException $exception)
{
userErrorHandler($exception);
}
catch(PDOException $exception)
{
PDOErrorHandler($exception);
}