Lines 1-21
Link Here
|
1 |
@unexec if cmp -s %D/etc/amavisd.conf.dist %D/etc/amavisd.conf; then rm -f %D/etc/amavisd.conf; fi |
1 |
@unexec if cmp -s %D/etc/maiad.conf.dist %D/etc/maiad.conf; then rm -f %D/etc/maiad.conf; fi |
2 |
etc/amavisd.conf.dist |
2 |
etc/maiad.conf.dist |
3 |
@exec if [ ! -f %D/etc/amavisd.conf ] ; then cp -p %D/%F %B/amavisd.conf; fi |
3 |
@exec if [ ! -f %D/etc/maiad.conf ] ; then cp -p %D/%F %B/maiad.conf; fi |
4 |
@unexec if cmp -s %D/etc/maia.conf.dist %D/etc/maia.conf; then rm -f %D/etc/maia.conf; fi |
4 |
@unexec if cmp -s %D/etc/maia.conf.dist %D/etc/maia.conf; then rm -f %D/etc/maia.conf; fi |
5 |
etc/maia.conf.dist |
5 |
etc/maia.conf.dist |
6 |
@exec if [ ! -f %D/etc/maia.conf ] ; then cp -p %D/%F %B/maia.conf; fi |
6 |
@exec if [ ! -f %D/etc/maia.conf ] ; then cp -p %D/%F %B/maia.conf; fi |
7 |
sbin/amavisd-maia |
7 |
etc/rc.d/maiad |
|
|
8 |
sbin/maiad |
8 |
%%PORTDOCS%%%%DOCSDIR%%/LICENSE |
9 |
%%PORTDOCS%%%%DOCSDIR%%/LICENSE |
9 |
%%PORTDOCS%%%%DOCSDIR%%/README |
10 |
%%PORTDOCS%%%%DOCSDIR%%/README |
10 |
%%PORTDOCS%%%%DOCSDIR%%/amavisd.conf.dist |
|
|
11 |
%%PORTDOCS%%%%DOCSDIR%%/maia-mysql.sql |
11 |
%%PORTDOCS%%%%DOCSDIR%%/maia-mysql.sql |
12 |
%%PORTDOCS%%%%DOCSDIR%%/maia-pgsql.sql |
12 |
%%PORTDOCS%%%%DOCSDIR%%/maia-pgsql.sql |
13 |
%%PORTDOCS%%%%DOCSDIR%%/maia.conf.dist |
13 |
%%PORTDOCS%%%%DOCSDIR%%/maia.conf.dist |
|
|
14 |
%%PORTDOCS%%%%DOCSDIR%%/maiad.conf.dist |
14 |
%%WWWDIR%%/admin/configtest.php |
15 |
%%WWWDIR%%/admin/configtest.php |
15 |
%%WWWDIR%%/admin/dblib.php |
16 |
%%WWWDIR%%/admin/dblib.php |
|
|
17 |
%%WWWDIR%%/admin/internal-init.php |
16 |
%%WWWDIR%%/admin/schema.php |
18 |
%%WWWDIR%%/admin/schema.php |
17 |
%%WWWDIR%%/admin/scripts/0.php |
19 |
%%WWWDIR%%/admin/scripts/0.php |
18 |
%%WWWDIR%%/admin/scripts/1.php |
20 |
%%WWWDIR%%/admin/scripts/1.php |
|
|
21 |
%%WWWDIR%%/admin/scripts/10.php |
22 |
%%WWWDIR%%/admin/scripts/11.php |
23 |
%%WWWDIR%%/admin/scripts/12.php |
24 |
%%WWWDIR%%/admin/scripts/13.php |
25 |
%%WWWDIR%%/admin/scripts/14.php |
26 |
%%WWWDIR%%/admin/scripts/15.php |
19 |
%%WWWDIR%%/admin/scripts/2.php |
27 |
%%WWWDIR%%/admin/scripts/2.php |
20 |
%%WWWDIR%%/admin/scripts/3.php |
28 |
%%WWWDIR%%/admin/scripts/3.php |
21 |
%%WWWDIR%%/admin/scripts/4.php |
29 |
%%WWWDIR%%/admin/scripts/4.php |
Lines 43-55
Link Here
|
43 |
@unexec if cmp -s %D/www/maia/config.php.dist %D/www/maia/config.php; then rm -f %D/www/maia/config.php; fi |
51 |
@unexec if cmp -s %D/www/maia/config.php.dist %D/www/maia/config.php; then rm -f %D/www/maia/config.php; fi |
44 |
%%WWWDIR%%/config.php.dist |
52 |
%%WWWDIR%%/config.php.dist |
45 |
@exec if [ ! -f %D/www/maia/config.php ] ; then cp -p %D/%F %B/config.php; fi |
53 |
@exec if [ ! -f %D/www/maia/config.php ] ; then cp -p %D/%F %B/config.php; fi |
|
|
54 |
%%WWWDIR%%/config.php.dist |
46 |
%%WWWDIR%%/confirm.php |
55 |
%%WWWDIR%%/confirm.php |
47 |
%%WWWDIR%%/constants.php |
56 |
%%WWWDIR%%/constants.php |
48 |
%%WWWDIR%%/core.php |
57 |
%%WWWDIR%%/core.php |
49 |
%%WWWDIR%%/display.php |
58 |
%%WWWDIR%%/display.php |
50 |
%%WWWDIR%%/domainsettings.php |
59 |
%%WWWDIR%%/domainsettings.php |
51 |
%%WWWDIR%%/encrypt.php |
60 |
%%WWWDIR%%/encrypt.php |
52 |
%%WWWDIR%%/error.php |
|
|
53 |
%%WWWDIR%%/favicon.ico |
61 |
%%WWWDIR%%/favicon.ico |
54 |
%%WWWDIR%%/help.php |
62 |
%%WWWDIR%%/help.php |
55 |
%%WWWDIR%%/images/admin-int.png |
63 |
%%WWWDIR%%/images/admin-int.png |
Lines 58-63
Link Here
|
58 |
%%WWWDIR%%/images/delete-item.png |
66 |
%%WWWDIR%%/images/delete-item.png |
59 |
%%WWWDIR%%/images/help.png |
67 |
%%WWWDIR%%/images/help.png |
60 |
%%WWWDIR%%/images/logout.png |
68 |
%%WWWDIR%%/images/logout.png |
|
|
69 |
%%WWWDIR%%/images/maia-logo-old.gif |
61 |
%%WWWDIR%%/images/maia-logotoolbar.gif |
70 |
%%WWWDIR%%/images/maia-logotoolbar.gif |
62 |
%%WWWDIR%%/images/poweredbymaia.gif |
71 |
%%WWWDIR%%/images/poweredbymaia.gif |
63 |
%%WWWDIR%%/images/quarantine.png |
72 |
%%WWWDIR%%/images/quarantine.png |
Lines 71-78
Link Here
|
71 |
%%WWWDIR%%/index.php |
80 |
%%WWWDIR%%/index.php |
72 |
%%WWWDIR%%/internal-init.php |
81 |
%%WWWDIR%%/internal-init.php |
73 |
%%WWWDIR%%/libs/Smarty |
82 |
%%WWWDIR%%/libs/Smarty |
|
|
83 |
%%WWWDIR%%/libs/jquery/images/arrowdown.gif |
84 |
%%WWWDIR%%/libs/jquery/images/arrowleft.gif |
85 |
%%WWWDIR%%/libs/jquery/images/arrowright.gif |
86 |
%%WWWDIR%%/libs/jquery/images/arrowup.gif |
87 |
%%WWWDIR%%/libs/jquery/images/bl.gif |
88 |
%%WWWDIR%%/libs/jquery/images/bl.png |
89 |
%%WWWDIR%%/libs/jquery/images/br.gif |
90 |
%%WWWDIR%%/libs/jquery/images/br.png |
91 |
%%WWWDIR%%/libs/jquery/images/darrowdown.gif |
92 |
%%WWWDIR%%/libs/jquery/images/darrowleft.gif |
93 |
%%WWWDIR%%/libs/jquery/images/darrowright.gif |
94 |
%%WWWDIR%%/libs/jquery/images/darrowup.gif |
95 |
%%WWWDIR%%/libs/jquery/images/loadingAnimation.gif |
96 |
%%WWWDIR%%/libs/jquery/images/rarrowdown.gif |
97 |
%%WWWDIR%%/libs/jquery/images/rarrowleft.gif |
98 |
%%WWWDIR%%/libs/jquery/images/rarrowright.gif |
99 |
%%WWWDIR%%/libs/jquery/images/rarrowup.gif |
100 |
%%WWWDIR%%/libs/jquery/images/tl.gif |
101 |
%%WWWDIR%%/libs/jquery/images/tl.png |
102 |
%%WWWDIR%%/libs/jquery/images/tr.gif |
103 |
%%WWWDIR%%/libs/jquery/images/tr.png |
104 |
%%WWWDIR%%/libs/jquery/jquery-1.4.2.min.js |
105 |
%%WWWDIR%%/libs/jquery/jquery-ui.min.js |
106 |
%%WWWDIR%%/libs/jquery/jquery.bgiframe.js |
107 |
%%WWWDIR%%/libs/jquery/jquery.dimensions.js |
108 |
%%WWWDIR%%/libs/jquery/jquery.hoverIntent.js |
109 |
%%WWWDIR%%/libs/jquery/jquery.tooltip.css |
110 |
%%WWWDIR%%/libs/jquery/jquery.tooltip.js |
111 |
%%WWWDIR%%/libs/jquery/jquery.tooltip.min.js |
112 |
%%WWWDIR%%/libs/jquery/jquery.tooltip.pack.js |
113 |
%%WWWDIR%%/libs/jquery/macFFBgHack.png |
114 |
%%WWWDIR%%/libs/jquery/selectToUISlider.jQuery.js |
115 |
%%WWWDIR%%/libs/jquery/simpletip.js |
116 |
%%WWWDIR%%/libs/jquery/thickbox.css |
117 |
%%WWWDIR%%/libs/jquery/thickbox.js |
118 |
%%WWWDIR%%/libs/jquery/ui.slider.extras.css |
119 |
%%WWWDIR%%/libs/jquery/wait.gif |
74 |
%%WWWDIR%%/libs/pngfix.js |
120 |
%%WWWDIR%%/libs/pngfix.js |
75 |
%%WWWDIR%%/list-cache.php |
121 |
%%WWWDIR%%/list-cache.php |
|
|
122 |
%%WWWDIR%%/locale/cs/admindex.php |
123 |
%%WWWDIR%%/locale/cs/admindomains.php |
124 |
%%WWWDIR%%/locale/cs/adminhelp.php |
125 |
%%WWWDIR%%/locale/cs/adminlanguages.php |
126 |
%%WWWDIR%%/locale/cs/adminstats.php |
127 |
%%WWWDIR%%/locale/cs/adminsystem.php |
128 |
%%WWWDIR%%/locale/cs/adminthemes.php |
129 |
%%WWWDIR%%/locale/cs/adminusers.php |
130 |
%%WWWDIR%%/locale/cs/adminviruses.php |
131 |
%%WWWDIR%%/locale/cs/auth.php |
132 |
%%WWWDIR%%/locale/cs/confirmspam.php |
133 |
%%WWWDIR%%/locale/cs/db.php |
134 |
%%WWWDIR%%/locale/cs/deleteitem.php |
135 |
%%WWWDIR%%/locale/cs/deliver.php |
136 |
%%WWWDIR%%/locale/cs/display.php |
137 |
%%WWWDIR%%/locale/cs/domainsettings.php |
138 |
%%WWWDIR%%/locale/cs/falsenegative.php |
139 |
%%WWWDIR%%/locale/cs/help.php |
140 |
%%WWWDIR%%/locale/cs/internal-init.php |
141 |
%%WWWDIR%%/locale/cs/login.php |
142 |
%%WWWDIR%%/locale/cs/logout.php |
143 |
%%WWWDIR%%/locale/cs/mime.php |
144 |
%%WWWDIR%%/locale/cs/quarantine.php |
145 |
%%WWWDIR%%/locale/cs/reportspam.php |
146 |
%%WWWDIR%%/locale/cs/rulestats.php |
147 |
%%WWWDIR%%/locale/cs/settings.php |
148 |
%%WWWDIR%%/locale/cs/smtp.php |
149 |
%%WWWDIR%%/locale/cs/stats.php |
150 |
%%WWWDIR%%/locale/cs/viewmail.php |
151 |
%%WWWDIR%%/locale/cs/virusstats.php |
152 |
%%WWWDIR%%/locale/cs/wblist.php |
153 |
%%WWWDIR%%/locale/cs/welcome.php |
154 |
%%WWWDIR%%/locale/cs/xadminusers.php |
155 |
%%WWWDIR%%/locale/cs/xlogin.php |
156 |
%%WWWDIR%%/locale/da/admindex.php |
157 |
%%WWWDIR%%/locale/da/admindomains.php |
158 |
%%WWWDIR%%/locale/da/adminhelp.php |
159 |
%%WWWDIR%%/locale/da/adminlanguages.php |
160 |
%%WWWDIR%%/locale/da/adminstats.php |
161 |
%%WWWDIR%%/locale/da/adminsystem.php |
162 |
%%WWWDIR%%/locale/da/adminthemes.php |
163 |
%%WWWDIR%%/locale/da/adminusers.php |
164 |
%%WWWDIR%%/locale/da/adminviruses.php |
165 |
%%WWWDIR%%/locale/da/auth.php |
166 |
%%WWWDIR%%/locale/da/confirmspam.php |
167 |
%%WWWDIR%%/locale/da/db.php |
168 |
%%WWWDIR%%/locale/da/deleteitem.php |
169 |
%%WWWDIR%%/locale/da/deliver.php |
170 |
%%WWWDIR%%/locale/da/display.php |
171 |
%%WWWDIR%%/locale/da/domainsettings.php |
172 |
%%WWWDIR%%/locale/da/falsenegative.php |
173 |
%%WWWDIR%%/locale/da/help.php |
174 |
%%WWWDIR%%/locale/da/internal-init.php |
175 |
%%WWWDIR%%/locale/da/login.php |
176 |
%%WWWDIR%%/locale/da/logout.php |
177 |
%%WWWDIR%%/locale/da/mime.php |
178 |
%%WWWDIR%%/locale/da/quarantine.php |
179 |
%%WWWDIR%%/locale/da/quickstats.php |
180 |
%%WWWDIR%%/locale/da/reportspam.php |
181 |
%%WWWDIR%%/locale/da/rulestats.php |
182 |
%%WWWDIR%%/locale/da/settings.php |
183 |
%%WWWDIR%%/locale/da/smtp.php |
184 |
%%WWWDIR%%/locale/da/stats.php |
185 |
%%WWWDIR%%/locale/da/viewmail.php |
186 |
%%WWWDIR%%/locale/da/virusstats.php |
187 |
%%WWWDIR%%/locale/da/wblist.php |
188 |
%%WWWDIR%%/locale/da/welcome.php |
189 |
%%WWWDIR%%/locale/da/xadminusers.php |
190 |
%%WWWDIR%%/locale/da/xlogin.php |
191 |
%%WWWDIR%%/locale/de/admindex.php |
192 |
%%WWWDIR%%/locale/de/admindomains.php |
193 |
%%WWWDIR%%/locale/de/adminhelp.php |
194 |
%%WWWDIR%%/locale/de/adminlanguages.php |
195 |
%%WWWDIR%%/locale/de/adminstats.php |
196 |
%%WWWDIR%%/locale/de/adminsystem.php |
197 |
%%WWWDIR%%/locale/de/adminthemes.php |
198 |
%%WWWDIR%%/locale/de/adminusers.php |
199 |
%%WWWDIR%%/locale/de/adminviruses.php |
200 |
%%WWWDIR%%/locale/de/auth.php |
201 |
%%WWWDIR%%/locale/de/confirmspam.php |
202 |
%%WWWDIR%%/locale/de/db.php |
203 |
%%WWWDIR%%/locale/de/deleteitem.php |
204 |
%%WWWDIR%%/locale/de/deliver.php |
205 |
%%WWWDIR%%/locale/de/display.php |
206 |
%%WWWDIR%%/locale/de/domainsettings.php |
207 |
%%WWWDIR%%/locale/de/falsenegative.php |
208 |
%%WWWDIR%%/locale/de/help.php |
209 |
%%WWWDIR%%/locale/de/internal-init.php |
210 |
%%WWWDIR%%/locale/de/listcache.php |
211 |
%%WWWDIR%%/locale/de/login.php |
212 |
%%WWWDIR%%/locale/de/logout.php |
213 |
%%WWWDIR%%/locale/de/mime.php |
214 |
%%WWWDIR%%/locale/de/quarantine.php |
215 |
%%WWWDIR%%/locale/de/quickstats.php |
216 |
%%WWWDIR%%/locale/de/reportspam.php |
217 |
%%WWWDIR%%/locale/de/rulestats.php |
218 |
%%WWWDIR%%/locale/de/settings.php |
219 |
%%WWWDIR%%/locale/de/smtp.php |
220 |
%%WWWDIR%%/locale/de/stats.php |
221 |
%%WWWDIR%%/locale/de/viewmail.php |
222 |
%%WWWDIR%%/locale/de/virusstats.php |
223 |
%%WWWDIR%%/locale/de/wblist.php |
224 |
%%WWWDIR%%/locale/de/welcome.php |
225 |
%%WWWDIR%%/locale/de/xadminusers.php |
226 |
%%WWWDIR%%/locale/de/xlogin.php |
76 |
%%WWWDIR%%/locale/en/admindex.php |
227 |
%%WWWDIR%%/locale/en/admindex.php |
77 |
%%WWWDIR%%/locale/en/admindomains.php |
228 |
%%WWWDIR%%/locale/en/admindomains.php |
78 |
%%WWWDIR%%/locale/en/adminhelp.php |
229 |
%%WWWDIR%%/locale/en/adminhelp.php |
Lines 89-101
Link Here
|
89 |
%%WWWDIR%%/locale/en/deliver.php |
240 |
%%WWWDIR%%/locale/en/deliver.php |
90 |
%%WWWDIR%%/locale/en/display.php |
241 |
%%WWWDIR%%/locale/en/display.php |
91 |
%%WWWDIR%%/locale/en/domainsettings.php |
242 |
%%WWWDIR%%/locale/en/domainsettings.php |
|
|
243 |
%%WWWDIR%%/locale/en/errors.php |
92 |
%%WWWDIR%%/locale/en/falsenegative.php |
244 |
%%WWWDIR%%/locale/en/falsenegative.php |
93 |
%%WWWDIR%%/locale/en/help.php |
245 |
%%WWWDIR%%/locale/en/help.php |
94 |
%%WWWDIR%%/locale/en/internal-init.php |
246 |
%%WWWDIR%%/locale/en/internal-init.php |
|
|
247 |
%%WWWDIR%%/locale/en/listcache.php |
95 |
%%WWWDIR%%/locale/en/login.php |
248 |
%%WWWDIR%%/locale/en/login.php |
96 |
%%WWWDIR%%/locale/en/logout.php |
249 |
%%WWWDIR%%/locale/en/logout.php |
97 |
%%WWWDIR%%/locale/en/mime.php |
250 |
%%WWWDIR%%/locale/en/mime.php |
98 |
%%WWWDIR%%/locale/en/quarantine.php |
251 |
%%WWWDIR%%/locale/en/quarantine.php |
|
|
252 |
%%WWWDIR%%/locale/en/quickstats.php |
99 |
%%WWWDIR%%/locale/en/reportspam.php |
253 |
%%WWWDIR%%/locale/en/reportspam.php |
100 |
%%WWWDIR%%/locale/en/rulestats.php |
254 |
%%WWWDIR%%/locale/en/rulestats.php |
101 |
%%WWWDIR%%/locale/en/settings.php |
255 |
%%WWWDIR%%/locale/en/settings.php |
Lines 107-115
Link Here
|
107 |
%%WWWDIR%%/locale/en/welcome.php |
261 |
%%WWWDIR%%/locale/en/welcome.php |
108 |
%%WWWDIR%%/locale/en/xadminusers.php |
262 |
%%WWWDIR%%/locale/en/xadminusers.php |
109 |
%%WWWDIR%%/locale/en/xlogin.php |
263 |
%%WWWDIR%%/locale/en/xlogin.php |
|
|
264 |
%%WWWDIR%%/locale/fr/admindex.php |
265 |
%%WWWDIR%%/locale/fr/admindomains.php |
266 |
%%WWWDIR%%/locale/fr/adminhelp.php |
267 |
%%WWWDIR%%/locale/fr/adminlanguages.php |
268 |
%%WWWDIR%%/locale/fr/adminstats.php |
269 |
%%WWWDIR%%/locale/fr/adminsystem.php |
270 |
%%WWWDIR%%/locale/fr/adminusers.php |
271 |
%%WWWDIR%%/locale/fr/adminviruses.php |
272 |
%%WWWDIR%%/locale/fr/auth.php |
273 |
%%WWWDIR%%/locale/fr/confirmspam.php |
274 |
%%WWWDIR%%/locale/fr/db.php |
275 |
%%WWWDIR%%/locale/fr/deleteitem.php |
276 |
%%WWWDIR%%/locale/fr/deliver.php |
277 |
%%WWWDIR%%/locale/fr/display.php |
278 |
%%WWWDIR%%/locale/fr/domainsettings.php |
279 |
%%WWWDIR%%/locale/fr/falsenegative.php |
280 |
%%WWWDIR%%/locale/fr/help.php |
281 |
%%WWWDIR%%/locale/fr/internal-init.php |
282 |
%%WWWDIR%%/locale/fr/login.php |
283 |
%%WWWDIR%%/locale/fr/logout.php |
284 |
%%WWWDIR%%/locale/fr/mime.php |
285 |
%%WWWDIR%%/locale/fr/quarantine.php |
286 |
%%WWWDIR%%/locale/fr/quickstats.php |
287 |
%%WWWDIR%%/locale/fr/reportspam.php |
288 |
%%WWWDIR%%/locale/fr/rulestats.php |
289 |
%%WWWDIR%%/locale/fr/settings.php |
290 |
%%WWWDIR%%/locale/fr/smtp.php |
291 |
%%WWWDIR%%/locale/fr/stats.php |
292 |
%%WWWDIR%%/locale/fr/viewmail.php |
293 |
%%WWWDIR%%/locale/fr/virusstats.php |
294 |
%%WWWDIR%%/locale/fr/wblist.php |
295 |
%%WWWDIR%%/locale/fr/welcome.php |
296 |
%%WWWDIR%%/locale/fr/xadminusers.php |
297 |
%%WWWDIR%%/locale/fr/xlogin.php |
298 |
%%WWWDIR%%/locale/hu/admindex.php |
299 |
%%WWWDIR%%/locale/hu/admindomains.php |
300 |
%%WWWDIR%%/locale/hu/adminhelp.php |
301 |
%%WWWDIR%%/locale/hu/adminlanguages.php |
302 |
%%WWWDIR%%/locale/hu/adminstats.php |
303 |
%%WWWDIR%%/locale/hu/adminsystem.php |
304 |
%%WWWDIR%%/locale/hu/adminusers.php |
305 |
%%WWWDIR%%/locale/hu/adminviruses.php |
306 |
%%WWWDIR%%/locale/hu/auth.php |
307 |
%%WWWDIR%%/locale/hu/confirmspam.php |
308 |
%%WWWDIR%%/locale/hu/db.php |
309 |
%%WWWDIR%%/locale/hu/deleteitem.php |
310 |
%%WWWDIR%%/locale/hu/deliver.php |
311 |
%%WWWDIR%%/locale/hu/display.php |
312 |
%%WWWDIR%%/locale/hu/domainsettings.php |
313 |
%%WWWDIR%%/locale/hu/falsenegative.php |
314 |
%%WWWDIR%%/locale/hu/help.php |
315 |
%%WWWDIR%%/locale/hu/internal-init.php |
316 |
%%WWWDIR%%/locale/hu/login.php |
317 |
%%WWWDIR%%/locale/hu/logout.php |
318 |
%%WWWDIR%%/locale/hu/mime.php |
319 |
%%WWWDIR%%/locale/hu/quarantine.php |
320 |
%%WWWDIR%%/locale/hu/quickstats.php |
321 |
%%WWWDIR%%/locale/hu/reportspam.php |
322 |
%%WWWDIR%%/locale/hu/rulestats.php |
323 |
%%WWWDIR%%/locale/hu/settings.php |
324 |
%%WWWDIR%%/locale/hu/smtp.php |
325 |
%%WWWDIR%%/locale/hu/stats.php |
326 |
%%WWWDIR%%/locale/hu/viewmail.php |
327 |
%%WWWDIR%%/locale/hu/virusstats.php |
328 |
%%WWWDIR%%/locale/hu/wblist.php |
329 |
%%WWWDIR%%/locale/hu/welcome.php |
330 |
%%WWWDIR%%/locale/hu/xadminusers.php |
331 |
%%WWWDIR%%/locale/hu/xlogin.php |
332 |
%%WWWDIR%%/locale/it/README |
333 |
%%WWWDIR%%/locale/it/admindex.php |
334 |
%%WWWDIR%%/locale/it/admindomains.php |
335 |
%%WWWDIR%%/locale/it/adminhelp.php |
336 |
%%WWWDIR%%/locale/it/adminlanguages.php |
337 |
%%WWWDIR%%/locale/it/adminstats.php |
338 |
%%WWWDIR%%/locale/it/adminsystem.php |
339 |
%%WWWDIR%%/locale/it/adminthemes.php |
340 |
%%WWWDIR%%/locale/it/adminusers.php |
341 |
%%WWWDIR%%/locale/it/adminviruses.php |
342 |
%%WWWDIR%%/locale/it/auth.php |
343 |
%%WWWDIR%%/locale/it/confirmspam.php |
344 |
%%WWWDIR%%/locale/it/db.php |
345 |
%%WWWDIR%%/locale/it/deleteitem.php |
346 |
%%WWWDIR%%/locale/it/deliver.php |
347 |
%%WWWDIR%%/locale/it/display.php |
348 |
%%WWWDIR%%/locale/it/domainsettings.php |
349 |
%%WWWDIR%%/locale/it/falsenegative.php |
350 |
%%WWWDIR%%/locale/it/help.php |
351 |
%%WWWDIR%%/locale/it/internal-init.php |
352 |
%%WWWDIR%%/locale/it/login.php |
353 |
%%WWWDIR%%/locale/it/logout.php |
354 |
%%WWWDIR%%/locale/it/mime.php |
355 |
%%WWWDIR%%/locale/it/quarantine.php |
356 |
%%WWWDIR%%/locale/it/reportspam.php |
357 |
%%WWWDIR%%/locale/it/rulestats.php |
358 |
%%WWWDIR%%/locale/it/settings.php |
359 |
%%WWWDIR%%/locale/it/smtp.php |
360 |
%%WWWDIR%%/locale/it/stats.php |
361 |
%%WWWDIR%%/locale/it/viewmail.php |
362 |
%%WWWDIR%%/locale/it/virusstats.php |
363 |
%%WWWDIR%%/locale/it/wblist.php |
364 |
%%WWWDIR%%/locale/it/welcome.php |
365 |
%%WWWDIR%%/locale/it/xadminusers.php |
366 |
%%WWWDIR%%/locale/it/xlogin.php |
367 |
%%WWWDIR%%/locale/nl/admindex.php |
368 |
%%WWWDIR%%/locale/nl/admindomains.php |
369 |
%%WWWDIR%%/locale/nl/adminhelp.php |
370 |
%%WWWDIR%%/locale/nl/adminlanguages.php |
371 |
%%WWWDIR%%/locale/nl/adminstats.php |
372 |
%%WWWDIR%%/locale/nl/adminsystem.php |
373 |
%%WWWDIR%%/locale/nl/adminthemes.php |
374 |
%%WWWDIR%%/locale/nl/adminusers.php |
375 |
%%WWWDIR%%/locale/nl/adminviruses.php |
376 |
%%WWWDIR%%/locale/nl/auth.php |
377 |
%%WWWDIR%%/locale/nl/confirmspam.php |
378 |
%%WWWDIR%%/locale/nl/db.php |
379 |
%%WWWDIR%%/locale/nl/deleteitem.php |
380 |
%%WWWDIR%%/locale/nl/deliver.php |
381 |
%%WWWDIR%%/locale/nl/display.php |
382 |
%%WWWDIR%%/locale/nl/domainsettings.php |
383 |
%%WWWDIR%%/locale/nl/falsenegative.php |
384 |
%%WWWDIR%%/locale/nl/help.php |
385 |
%%WWWDIR%%/locale/nl/internal-init.php |
386 |
%%WWWDIR%%/locale/nl/login.php |
387 |
%%WWWDIR%%/locale/nl/logout.php |
388 |
%%WWWDIR%%/locale/nl/mime.php |
389 |
%%WWWDIR%%/locale/nl/quarantine.php |
390 |
%%WWWDIR%%/locale/nl/quickstats.php |
391 |
%%WWWDIR%%/locale/nl/reportspam.php |
392 |
%%WWWDIR%%/locale/nl/rulestats.php |
393 |
%%WWWDIR%%/locale/nl/settings.php |
394 |
%%WWWDIR%%/locale/nl/smtp.php |
395 |
%%WWWDIR%%/locale/nl/stats.php |
396 |
%%WWWDIR%%/locale/nl/viewmail.php |
397 |
%%WWWDIR%%/locale/nl/virusstats.php |
398 |
%%WWWDIR%%/locale/nl/wblist.php |
399 |
%%WWWDIR%%/locale/nl/welcome.php |
400 |
%%WWWDIR%%/locale/nl/xadminusers.php |
401 |
%%WWWDIR%%/locale/nl/xlogin.php |
402 |
%%WWWDIR%%/locale/no/admindex.php |
403 |
%%WWWDIR%%/locale/no/admindomains.php |
404 |
%%WWWDIR%%/locale/no/adminhelp.php |
405 |
%%WWWDIR%%/locale/no/adminlanguages.php |
406 |
%%WWWDIR%%/locale/no/adminstats.php |
407 |
%%WWWDIR%%/locale/no/adminsystem.php |
408 |
%%WWWDIR%%/locale/no/adminusers.php |
409 |
%%WWWDIR%%/locale/no/adminviruses.php |
410 |
%%WWWDIR%%/locale/no/auth.php |
411 |
%%WWWDIR%%/locale/no/confirmspam.php |
412 |
%%WWWDIR%%/locale/no/db.php |
413 |
%%WWWDIR%%/locale/no/deleteitem.php |
414 |
%%WWWDIR%%/locale/no/deliver.php |
415 |
%%WWWDIR%%/locale/no/display.php |
416 |
%%WWWDIR%%/locale/no/domainsettings.php |
417 |
%%WWWDIR%%/locale/no/falsenegative.php |
418 |
%%WWWDIR%%/locale/no/help.php |
419 |
%%WWWDIR%%/locale/no/internal-init.php |
420 |
%%WWWDIR%%/locale/no/login.php |
421 |
%%WWWDIR%%/locale/no/logout.php |
422 |
%%WWWDIR%%/locale/no/mime.php |
423 |
%%WWWDIR%%/locale/no/quarantine.php |
424 |
%%WWWDIR%%/locale/no/quickstats.php |
425 |
%%WWWDIR%%/locale/no/reportspam.php |
426 |
%%WWWDIR%%/locale/no/rulestats.php |
427 |
%%WWWDIR%%/locale/no/settings.php |
428 |
%%WWWDIR%%/locale/no/smtp.php |
429 |
%%WWWDIR%%/locale/no/stats.php |
430 |
%%WWWDIR%%/locale/no/viewmail.php |
431 |
%%WWWDIR%%/locale/no/virusstats.php |
432 |
%%WWWDIR%%/locale/no/wblist.php |
433 |
%%WWWDIR%%/locale/no/welcome.php |
434 |
%%WWWDIR%%/locale/no/xadminusers.php |
435 |
%%WWWDIR%%/locale/no/xlogin.php |
436 |
%%WWWDIR%%/locale/pt/admindex.php |
437 |
%%WWWDIR%%/locale/pt/admindomains.php |
438 |
%%WWWDIR%%/locale/pt/adminhelp.php |
439 |
%%WWWDIR%%/locale/pt/adminlanguages.php |
440 |
%%WWWDIR%%/locale/pt/adminstats.php |
441 |
%%WWWDIR%%/locale/pt/adminsystem.php |
442 |
%%WWWDIR%%/locale/pt/adminthemes.php |
443 |
%%WWWDIR%%/locale/pt/adminusers.php |
444 |
%%WWWDIR%%/locale/pt/adminviruses.php |
445 |
%%WWWDIR%%/locale/pt/auth.php |
446 |
%%WWWDIR%%/locale/pt/confirmspam.php |
447 |
%%WWWDIR%%/locale/pt/db.php |
448 |
%%WWWDIR%%/locale/pt/deleteitem.php |
449 |
%%WWWDIR%%/locale/pt/deliver.php |
450 |
%%WWWDIR%%/locale/pt/display.php |
451 |
%%WWWDIR%%/locale/pt/domainsettings.php |
452 |
%%WWWDIR%%/locale/pt/falsenegative.php |
453 |
%%WWWDIR%%/locale/pt/help.php |
454 |
%%WWWDIR%%/locale/pt/internal-init.php |
455 |
%%WWWDIR%%/locale/pt/login.php |
456 |
%%WWWDIR%%/locale/pt/logout.php |
457 |
%%WWWDIR%%/locale/pt/mime.php |
458 |
%%WWWDIR%%/locale/pt/quarantine.php |
459 |
%%WWWDIR%%/locale/pt/quickstats.php |
460 |
%%WWWDIR%%/locale/pt/reportspam.php |
461 |
%%WWWDIR%%/locale/pt/rulestats.php |
462 |
%%WWWDIR%%/locale/pt/settings.php |
463 |
%%WWWDIR%%/locale/pt/smtp.php |
464 |
%%WWWDIR%%/locale/pt/stats.php |
465 |
%%WWWDIR%%/locale/pt/viewmail.php |
466 |
%%WWWDIR%%/locale/pt/virusstats.php |
467 |
%%WWWDIR%%/locale/pt/wblist.php |
468 |
%%WWWDIR%%/locale/pt/welcome.php |
469 |
%%WWWDIR%%/locale/pt/xadminusers.php |
470 |
%%WWWDIR%%/locale/pt/xlogin.php |
471 |
%%WWWDIR%%/locale/ru/admindex.php |
472 |
%%WWWDIR%%/locale/ru/admindomains.php |
473 |
%%WWWDIR%%/locale/ru/adminhelp.php |
474 |
%%WWWDIR%%/locale/ru/adminlanguages.php |
475 |
%%WWWDIR%%/locale/ru/adminstats.php |
476 |
%%WWWDIR%%/locale/ru/adminsystem.php |
477 |
%%WWWDIR%%/locale/ru/adminthemes.php |
478 |
%%WWWDIR%%/locale/ru/adminusers.php |
479 |
%%WWWDIR%%/locale/ru/adminviruses.php |
480 |
%%WWWDIR%%/locale/ru/auth.php |
481 |
%%WWWDIR%%/locale/ru/confirmspam.php |
482 |
%%WWWDIR%%/locale/ru/db.php |
483 |
%%WWWDIR%%/locale/ru/deleteitem.php |
484 |
%%WWWDIR%%/locale/ru/deliver.php |
485 |
%%WWWDIR%%/locale/ru/display.php |
486 |
%%WWWDIR%%/locale/ru/domainsettings.php |
487 |
%%WWWDIR%%/locale/ru/falsenegative.php |
488 |
%%WWWDIR%%/locale/ru/help.php |
489 |
%%WWWDIR%%/locale/ru/internal-init.php |
490 |
%%WWWDIR%%/locale/ru/login.php |
491 |
%%WWWDIR%%/locale/ru/logout.php |
492 |
%%WWWDIR%%/locale/ru/mime.php |
493 |
%%WWWDIR%%/locale/ru/quarantine.php |
494 |
%%WWWDIR%%/locale/ru/reportspam.php |
495 |
%%WWWDIR%%/locale/ru/rulestats.php |
496 |
%%WWWDIR%%/locale/ru/settings.php |
497 |
%%WWWDIR%%/locale/ru/smtp.php |
498 |
%%WWWDIR%%/locale/ru/stats.php |
499 |
%%WWWDIR%%/locale/ru/viewmail.php |
500 |
%%WWWDIR%%/locale/ru/virusstats.php |
501 |
%%WWWDIR%%/locale/ru/wblist.php |
502 |
%%WWWDIR%%/locale/ru/welcome.php |
503 |
%%WWWDIR%%/locale/ru/xadminusers.php |
504 |
%%WWWDIR%%/locale/ru/xlogin.php |
505 |
%%WWWDIR%%/locale/sv/admindex.php |
506 |
%%WWWDIR%%/locale/sv/admindomains.php |
507 |
%%WWWDIR%%/locale/sv/adminhelp.php |
508 |
%%WWWDIR%%/locale/sv/adminlanguages.php |
509 |
%%WWWDIR%%/locale/sv/adminstats.php |
510 |
%%WWWDIR%%/locale/sv/adminsystem.php |
511 |
%%WWWDIR%%/locale/sv/adminusers.php |
512 |
%%WWWDIR%%/locale/sv/adminviruses.php |
513 |
%%WWWDIR%%/locale/sv/auth.php |
514 |
%%WWWDIR%%/locale/sv/confirmspam.php |
515 |
%%WWWDIR%%/locale/sv/db.php |
516 |
%%WWWDIR%%/locale/sv/deleteitem.php |
517 |
%%WWWDIR%%/locale/sv/deliver.php |
518 |
%%WWWDIR%%/locale/sv/display.php |
519 |
%%WWWDIR%%/locale/sv/domainsettings.php |
520 |
%%WWWDIR%%/locale/sv/falsenegative.php |
521 |
%%WWWDIR%%/locale/sv/help.php |
522 |
%%WWWDIR%%/locale/sv/internal-init.php |
523 |
%%WWWDIR%%/locale/sv/login.php |
524 |
%%WWWDIR%%/locale/sv/logout.php |
525 |
%%WWWDIR%%/locale/sv/mime.php |
526 |
%%WWWDIR%%/locale/sv/quarantine.php |
527 |
%%WWWDIR%%/locale/sv/quickstats.php |
528 |
%%WWWDIR%%/locale/sv/reportspam.php |
529 |
%%WWWDIR%%/locale/sv/rulestats.php |
530 |
%%WWWDIR%%/locale/sv/settings.php |
531 |
%%WWWDIR%%/locale/sv/smtp.php |
532 |
%%WWWDIR%%/locale/sv/stats.php |
533 |
%%WWWDIR%%/locale/sv/viewmail.php |
534 |
%%WWWDIR%%/locale/sv/virusstats.php |
535 |
%%WWWDIR%%/locale/sv/wblist.php |
536 |
%%WWWDIR%%/locale/sv/welcome.php |
537 |
%%WWWDIR%%/locale/sv/xadminusers.php |
538 |
%%WWWDIR%%/locale/sv/xlogin.php |
110 |
%%WWWDIR%%/login.php |
539 |
%%WWWDIR%%/login.php |
111 |
%%WWWDIR%%/logout.php |
540 |
%%WWWDIR%%/logout.php |
112 |
%%WWWDIR%%/maia_db.php |
541 |
%%WWWDIR%%/maia_db.php |
|
|
542 |
%%WWWDIR%%/maia_db/addresses.php |
543 |
%%WWWDIR%%/maia_db/admin.php |
544 |
%%WWWDIR%%/maia_db/cache_management.php |
545 |
%%WWWDIR%%/maia_db/domains.php |
546 |
%%WWWDIR%%/maia_db/stats.php |
547 |
%%WWWDIR%%/maia_db/user_management.php |
548 |
%%WWWDIR%%/maia_db/util.php |
549 |
%%WWWDIR%%/maia_db/wblist.php |
113 |
%%WWWDIR%%/maia_log.php |
550 |
%%WWWDIR%%/maia_log.php |
114 |
%%WWWDIR%%/mailtools.php |
551 |
%%WWWDIR%%/mailtools.php |
115 |
%%WWWDIR%%/mime.php |
552 |
%%WWWDIR%%/mime.php |
Lines 136-146
Link Here
|
136 |
%%WWWDIR%%/smarty.php |
573 |
%%WWWDIR%%/smarty.php |
137 |
%%WWWDIR%%/smtp.php |
574 |
%%WWWDIR%%/smtp.php |
138 |
%%WWWDIR%%/stats.php |
575 |
%%WWWDIR%%/stats.php |
|
|
576 |
%%WWWDIR%%/themes/.htaccess |
577 |
%%WWWDIR%%/themes/desert_sand/code/function.form.php |
578 |
%%WWWDIR%%/themes/desert_sand/code/modifier.mb_truncate.php |
139 |
%%WWWDIR%%/themes/desert_sand/code/smarty.php |
579 |
%%WWWDIR%%/themes/desert_sand/code/smarty.php |
|
|
580 |
%%WWWDIR%%/themes/desert_sand/css/.htaccess |
581 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_flat_75_aaaaaa_40x100.png |
582 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_glass_100_f5f0e5_1x400.png |
583 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_glass_70_ede4d4_1x400.png |
584 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png |
585 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_25_dfcfbf_1x100.png |
586 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_65_fee4bd_1x100.png |
587 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png |
588 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-bg_highlight-soft_100_f4f0ec_1x100.png |
589 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_69491c_256x240.png |
590 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_7d5a2b_256x240.png |
591 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_9a6432_256x240.png |
592 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_b67c3a_256x240.png |
593 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_c99c69_256x240.png |
594 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_ff3b19_256x240.png |
595 |
%%WWWDIR%%/themes/desert_sand/css/images/ui-icons_ffffff_256x240.png |
596 |
%%WWWDIR%%/themes/desert_sand/css/jquery-ui-1.7.1.custom.css |
140 |
%%WWWDIR%%/themes/desert_sand/css/style.css |
597 |
%%WWWDIR%%/themes/desert_sand/css/style.css |
|
|
598 |
%%WWWDIR%%/themes/desert_sand/images/.htaccess |
599 |
%%WWWDIR%%/themes/desert_sand/images/Cancel.png |
141 |
%%WWWDIR%%/themes/desert_sand/images/admin-int.png |
600 |
%%WWWDIR%%/themes/desert_sand/images/admin-int.png |
142 |
%%WWWDIR%%/themes/desert_sand/images/bad-header.png |
601 |
%%WWWDIR%%/themes/desert_sand/images/bad-header.png |
143 |
%%WWWDIR%%/themes/desert_sand/images/banned-file.png |
602 |
%%WWWDIR%%/themes/desert_sand/images/banned-file.png |
|
|
603 |
%%WWWDIR%%/themes/desert_sand/images/blockallow.png |
144 |
%%WWWDIR%%/themes/desert_sand/images/blocked.jpg |
604 |
%%WWWDIR%%/themes/desert_sand/images/blocked.jpg |
145 |
%%WWWDIR%%/themes/desert_sand/images/buttonbg.gif |
605 |
%%WWWDIR%%/themes/desert_sand/images/buttonbg.gif |
146 |
%%WWWDIR%%/themes/desert_sand/images/delete-item.png |
606 |
%%WWWDIR%%/themes/desert_sand/images/delete-item.png |
Lines 150-170
Link Here
|
150 |
%%WWWDIR%%/themes/desert_sand/images/highprotection.png |
610 |
%%WWWDIR%%/themes/desert_sand/images/highprotection.png |
151 |
%%WWWDIR%%/themes/desert_sand/images/logout.png |
611 |
%%WWWDIR%%/themes/desert_sand/images/logout.png |
152 |
%%WWWDIR%%/themes/desert_sand/images/lowprotection.png |
612 |
%%WWWDIR%%/themes/desert_sand/images/lowprotection.png |
|
|
613 |
%%WWWDIR%%/themes/desert_sand/images/maia-logo-old.gif |
153 |
%%WWWDIR%%/themes/desert_sand/images/maia-logo.gif |
614 |
%%WWWDIR%%/themes/desert_sand/images/maia-logo.gif |
154 |
%%WWWDIR%%/themes/desert_sand/images/maia-logotoolbar.gif |
615 |
%%WWWDIR%%/themes/desert_sand/images/maia-logotoolbar.gif |
|
|
616 |
%%WWWDIR%%/themes/desert_sand/images/paw-logo-black.png |
155 |
%%WWWDIR%%/themes/desert_sand/images/poweredbymaia.gif |
617 |
%%WWWDIR%%/themes/desert_sand/images/poweredbymaia.gif |
156 |
%%WWWDIR%%/themes/desert_sand/images/quarantine.png |
618 |
%%WWWDIR%%/themes/desert_sand/images/quarantine.png |
|
|
619 |
%%WWWDIR%%/themes/desert_sand/images/redgreenballs.png |
157 |
%%WWWDIR%%/themes/desert_sand/images/redo.png |
620 |
%%WWWDIR%%/themes/desert_sand/images/redo.png |
158 |
%%WWWDIR%%/themes/desert_sand/images/report-spam.png |
621 |
%%WWWDIR%%/themes/desert_sand/images/report-spam.png |
159 |
%%WWWDIR%%/themes/desert_sand/images/rescue-item.png |
622 |
%%WWWDIR%%/themes/desert_sand/images/rescue-item.png |
160 |
%%WWWDIR%%/themes/desert_sand/images/settings.png |
623 |
%%WWWDIR%%/themes/desert_sand/images/settings.png |
161 |
%%WWWDIR%%/themes/desert_sand/images/spam.png |
624 |
%%WWWDIR%%/themes/desert_sand/images/spam.png |
|
|
625 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-decoded.gif |
626 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-delete.gif |
627 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-ham.gif |
628 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-left.gif |
629 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-raw.gif |
630 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-resend.gif |
631 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-right.gif |
632 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-spam.gif |
633 |
%%WWWDIR%%/themes/desert_sand/images/square-gray-sprite.png |
162 |
%%WWWDIR%%/themes/desert_sand/images/stats.png |
634 |
%%WWWDIR%%/themes/desert_sand/images/stats.png |
163 |
%%WWWDIR%%/themes/desert_sand/images/view-decoded.png |
635 |
%%WWWDIR%%/themes/desert_sand/images/view-decoded.png |
164 |
%%WWWDIR%%/themes/desert_sand/images/view-raw.png |
636 |
%%WWWDIR%%/themes/desert_sand/images/view-raw.png |
165 |
%%WWWDIR%%/themes/desert_sand/images/virus.png |
637 |
%%WWWDIR%%/themes/desert_sand/images/virus.png |
166 |
%%WWWDIR%%/themes/desert_sand/images/welcome.png |
638 |
%%WWWDIR%%/themes/desert_sand/images/welcome.png |
167 |
%%WWWDIR%%/themes/desert_sand/images/white-black-list.png |
639 |
%%WWWDIR%%/themes/desert_sand/images/white-black-list.png |
|
|
640 |
%%WWWDIR%%/themes/desert_sand/javascript/.htaccess |
641 |
%%WWWDIR%%/themes/desert_sand/javascript/desert_sand.js |
168 |
%%WWWDIR%%/themes/desert_sand/name |
642 |
%%WWWDIR%%/themes/desert_sand/name |
169 |
%%WWWDIR%%/themes/desert_sand/templates/admindomains.tpl |
643 |
%%WWWDIR%%/themes/desert_sand/templates/admindomains.tpl |
170 |
%%WWWDIR%%/themes/desert_sand/templates/adminhelp.tpl |
644 |
%%WWWDIR%%/themes/desert_sand/templates/adminhelp.tpl |
Lines 190-201
Link Here
|
190 |
%%WWWDIR%%/themes/desert_sand/templates/menu.tpl |
664 |
%%WWWDIR%%/themes/desert_sand/templates/menu.tpl |
191 |
%%WWWDIR%%/themes/desert_sand/templates/rulestats.tpl |
665 |
%%WWWDIR%%/themes/desert_sand/templates/rulestats.tpl |
192 |
%%WWWDIR%%/themes/desert_sand/templates/settings.tpl |
666 |
%%WWWDIR%%/themes/desert_sand/templates/settings.tpl |
|
|
667 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_address.tpl |
668 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_addresslist.tpl |
669 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_changelogin.tpl |
670 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_domainadmin.tpl |
671 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_misc.tpl |
672 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_transport.tpl |
673 |
%%WWWDIR%%/themes/desert_sand/templates/settings/_userlist-table.tpl |
193 |
%%WWWDIR%%/themes/desert_sand/templates/stats.tpl |
674 |
%%WWWDIR%%/themes/desert_sand/templates/stats.tpl |
|
|
675 |
%%WWWDIR%%/themes/desert_sand/templates/view-headers.tpl |
676 |
%%WWWDIR%%/themes/desert_sand/templates/view-message.tpl |
677 |
%%WWWDIR%%/themes/desert_sand/templates/view-smtp.tpl |
194 |
%%WWWDIR%%/themes/desert_sand/templates/view.tpl |
678 |
%%WWWDIR%%/themes/desert_sand/templates/view.tpl |
195 |
%%WWWDIR%%/themes/desert_sand/templates/viewmail_menu.tpl |
679 |
%%WWWDIR%%/themes/desert_sand/templates/viewmail_menu.tpl |
196 |
%%WWWDIR%%/themes/desert_sand/templates/virusstats.tpl |
680 |
%%WWWDIR%%/themes/desert_sand/templates/virusstats.tpl |
197 |
%%WWWDIR%%/themes/desert_sand/templates/wblist.tpl |
681 |
%%WWWDIR%%/themes/desert_sand/templates/wblist.tpl |
198 |
%%WWWDIR%%/themes/desert_sand/templates/welcome.tpl |
682 |
%%WWWDIR%%/themes/desert_sand/templates/welcome.tpl |
|
|
683 |
%%WWWDIR%%/themes/desert_sand/templates/welcome/_protection.tpl |
684 |
%%WWWDIR%%/themes/desert_sand/templates/welcome/_quickview.tpl |
685 |
%%WWWDIR%%/themes/desert_sand/templates/welcome/_stats.tpl |
199 |
%%WWWDIR%%/themes/desert_sand/templates/xadminstats.tpl |
686 |
%%WWWDIR%%/themes/desert_sand/templates/xadminstats.tpl |
200 |
%%WWWDIR%%/themes/desert_sand/templates/xadminusers.tpl |
687 |
%%WWWDIR%%/themes/desert_sand/templates/xadminusers.tpl |
201 |
%%WWWDIR%%/themes/desert_sand/templates/xdomainsettings.tpl |
688 |
%%WWWDIR%%/themes/desert_sand/templates/xdomainsettings.tpl |
Lines 293-299
Link Here
|
293 |
%%WWWDIR%%/themes/dgm/templates/xadminusers.tpl |
780 |
%%WWWDIR%%/themes/dgm/templates/xadminusers.tpl |
294 |
%%WWWDIR%%/themes/dgm/templates/xdomainsettings.tpl |
781 |
%%WWWDIR%%/themes/dgm/templates/xdomainsettings.tpl |
295 |
%%WWWDIR%%/themes/dgm/templates/xlogin.tpl |
782 |
%%WWWDIR%%/themes/dgm/templates/xlogin.tpl |
|
|
783 |
%%WWWDIR%%/themes/ocean_surf/code/function.form.php |
784 |
%%WWWDIR%%/themes/ocean_surf/code/modifier.mb_truncate.php |
785 |
%%WWWDIR%%/themes/ocean_surf/css/.htaccess |
786 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_flat_0_aaaaaa_40x100.png |
787 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_flat_55_fbec88_40x100.png |
788 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_glass_75_CEF3FF_1x400.png |
789 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_glass_85_6FDBFF_1x400.png |
790 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_glass_95_fef1ec_1x400.png |
791 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_gloss-wave_55_B0ECFF_500x100.png |
792 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_inset-hard_100_dbf6ff_1x100.png |
793 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-bg_inset-hard_100_e5f9ff_1x100.png |
794 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-icons_008bb8_256x240.png |
795 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-icons_2e4d57_256x240.png |
796 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-icons_2e83ff_256x240.png |
797 |
%%WWWDIR%%/themes/ocean_surf/css/images/ui-icons_cd0a0a_256x240.png |
798 |
%%WWWDIR%%/themes/ocean_surf/css/jquery-ui-1.7.1.custom.css |
296 |
%%WWWDIR%%/themes/ocean_surf/css/style.css |
799 |
%%WWWDIR%%/themes/ocean_surf/css/style.css |
|
|
800 |
%%WWWDIR%%/themes/ocean_surf/images/.htaccess |
801 |
%%WWWDIR%%/themes/ocean_surf/images/Add.png |
802 |
%%WWWDIR%%/themes/ocean_surf/images/Cancel.png |
803 |
%%WWWDIR%%/themes/ocean_surf/images/Delete.png |
297 |
%%WWWDIR%%/themes/ocean_surf/images/admin-int.png |
804 |
%%WWWDIR%%/themes/ocean_surf/images/admin-int.png |
298 |
%%WWWDIR%%/themes/ocean_surf/images/bad-header.png |
805 |
%%WWWDIR%%/themes/ocean_surf/images/bad-header.png |
299 |
%%WWWDIR%%/themes/ocean_surf/images/banned-file.png |
806 |
%%WWWDIR%%/themes/ocean_surf/images/banned-file.png |
Lines 304-324
Link Here
|
304 |
%%WWWDIR%%/themes/ocean_surf/images/ham.png |
811 |
%%WWWDIR%%/themes/ocean_surf/images/ham.png |
305 |
%%WWWDIR%%/themes/ocean_surf/images/help.png |
812 |
%%WWWDIR%%/themes/ocean_surf/images/help.png |
306 |
%%WWWDIR%%/themes/ocean_surf/images/logout.png |
813 |
%%WWWDIR%%/themes/ocean_surf/images/logout.png |
|
|
814 |
%%WWWDIR%%/themes/ocean_surf/images/maia-logo-old.gif |
307 |
%%WWWDIR%%/themes/ocean_surf/images/maia-logo.gif |
815 |
%%WWWDIR%%/themes/ocean_surf/images/maia-logo.gif |
308 |
%%WWWDIR%%/themes/ocean_surf/images/maia-logotoolbar.gif |
816 |
%%WWWDIR%%/themes/ocean_surf/images/maia-logotoolbar.gif |
|
|
817 |
%%WWWDIR%%/themes/ocean_surf/images/paw-logo-black.png |
309 |
%%WWWDIR%%/themes/ocean_surf/images/poweredbymaia.gif |
818 |
%%WWWDIR%%/themes/ocean_surf/images/poweredbymaia.gif |
310 |
%%WWWDIR%%/themes/ocean_surf/images/quarantine.png |
819 |
%%WWWDIR%%/themes/ocean_surf/images/quarantine.png |
|
|
820 |
%%WWWDIR%%/themes/ocean_surf/images/redgreenballs.png |
311 |
%%WWWDIR%%/themes/ocean_surf/images/redo.png |
821 |
%%WWWDIR%%/themes/ocean_surf/images/redo.png |
312 |
%%WWWDIR%%/themes/ocean_surf/images/report-spam.png |
822 |
%%WWWDIR%%/themes/ocean_surf/images/report-spam.png |
313 |
%%WWWDIR%%/themes/ocean_surf/images/rescue-item.png |
823 |
%%WWWDIR%%/themes/ocean_surf/images/rescue-item.png |
314 |
%%WWWDIR%%/themes/ocean_surf/images/settings.png |
824 |
%%WWWDIR%%/themes/ocean_surf/images/settings.png |
315 |
%%WWWDIR%%/themes/ocean_surf/images/spam.png |
825 |
%%WWWDIR%%/themes/ocean_surf/images/spam.png |
|
|
826 |
%%WWWDIR%%/themes/ocean_surf/images/square-gray-sprite.png |
316 |
%%WWWDIR%%/themes/ocean_surf/images/stats.png |
827 |
%%WWWDIR%%/themes/ocean_surf/images/stats.png |
317 |
%%WWWDIR%%/themes/ocean_surf/images/view-decoded.png |
828 |
%%WWWDIR%%/themes/ocean_surf/images/view-decoded.png |
318 |
%%WWWDIR%%/themes/ocean_surf/images/view-raw.png |
829 |
%%WWWDIR%%/themes/ocean_surf/images/view-raw.png |
319 |
%%WWWDIR%%/themes/ocean_surf/images/virus.png |
830 |
%%WWWDIR%%/themes/ocean_surf/images/virus.png |
320 |
%%WWWDIR%%/themes/ocean_surf/images/welcome.png |
831 |
%%WWWDIR%%/themes/ocean_surf/images/welcome.png |
321 |
%%WWWDIR%%/themes/ocean_surf/images/white-black-list.png |
832 |
%%WWWDIR%%/themes/ocean_surf/images/white-black-list.png |
|
|
833 |
%%WWWDIR%%/themes/ocean_surf/javascript/.htaccess |
834 |
%%WWWDIR%%/themes/ocean_surf/javascript/ocean_blue.js |
322 |
%%WWWDIR%%/themes/ocean_surf/name |
835 |
%%WWWDIR%%/themes/ocean_surf/name |
323 |
%%WWWDIR%%/themes/ocean_surf/templates/admindomains.tpl |
836 |
%%WWWDIR%%/themes/ocean_surf/templates/admindomains.tpl |
324 |
%%WWWDIR%%/themes/ocean_surf/templates/adminhelp.tpl |
837 |
%%WWWDIR%%/themes/ocean_surf/templates/adminhelp.tpl |
Lines 345-351
Link Here
|
345 |
%%WWWDIR%%/themes/ocean_surf/templates/menu_top.tpl |
858 |
%%WWWDIR%%/themes/ocean_surf/templates/menu_top.tpl |
346 |
%%WWWDIR%%/themes/ocean_surf/templates/rulestats.tpl |
859 |
%%WWWDIR%%/themes/ocean_surf/templates/rulestats.tpl |
347 |
%%WWWDIR%%/themes/ocean_surf/templates/settings.tpl |
860 |
%%WWWDIR%%/themes/ocean_surf/templates/settings.tpl |
|
|
861 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_address.tpl |
862 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_addresslist.tpl |
863 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_changelogin.tpl |
864 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_domainadmin.tpl |
865 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_misc.tpl |
866 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_transport.tpl |
867 |
%%WWWDIR%%/themes/ocean_surf/templates/settings/_userlist-table.tpl |
348 |
%%WWWDIR%%/themes/ocean_surf/templates/stats.tpl |
868 |
%%WWWDIR%%/themes/ocean_surf/templates/stats.tpl |
|
|
869 |
%%WWWDIR%%/themes/ocean_surf/templates/view-headers.tpl |
870 |
%%WWWDIR%%/themes/ocean_surf/templates/view-message.tpl |
871 |
%%WWWDIR%%/themes/ocean_surf/templates/view-smtp.tpl |
349 |
%%WWWDIR%%/themes/ocean_surf/templates/view.tpl |
872 |
%%WWWDIR%%/themes/ocean_surf/templates/view.tpl |
350 |
%%WWWDIR%%/themes/ocean_surf/templates/viewmail_menu.tpl |
873 |
%%WWWDIR%%/themes/ocean_surf/templates/viewmail_menu.tpl |
351 |
%%WWWDIR%%/themes/ocean_surf/templates/virusstats.tpl |
874 |
%%WWWDIR%%/themes/ocean_surf/templates/virusstats.tpl |
Lines 372-381
Link Here
|
372 |
%%WWWDIR%%/xdomainsettings.php |
895 |
%%WWWDIR%%/xdomainsettings.php |
373 |
%%WWWDIR%%/ximpersonate.php |
896 |
%%WWWDIR%%/ximpersonate.php |
374 |
%%WWWDIR%%/xlogin.php |
897 |
%%WWWDIR%%/xlogin.php |
|
|
898 |
%%WWWDIR%%/xsettings.php |
899 |
@dirrm %%WWWDIR%%/themes/ocean_surf/templates/settings |
375 |
@dirrm %%WWWDIR%%/themes/ocean_surf/templates |
900 |
@dirrm %%WWWDIR%%/themes/ocean_surf/templates |
|
|
901 |
@dirrm %%WWWDIR%%/themes/ocean_surf/javascript |
376 |
@dirrm %%WWWDIR%%/themes/ocean_surf/images |
902 |
@dirrm %%WWWDIR%%/themes/ocean_surf/images |
|
|
903 |
@dirrm %%WWWDIR%%/themes/ocean_surf/css/images |
377 |
@dirrm %%WWWDIR%%/themes/ocean_surf/css |
904 |
@dirrm %%WWWDIR%%/themes/ocean_surf/css |
378 |
@dirrm %%WWWDIR%%/themes/ocean_surf/compiled |
905 |
@dirrm %%WWWDIR%%/themes/ocean_surf/compiled |
|
|
906 |
@dirrm %%WWWDIR%%/themes/ocean_surf/code |
379 |
@dirrm %%WWWDIR%%/themes/ocean_surf |
907 |
@dirrm %%WWWDIR%%/themes/ocean_surf |
380 |
@dirrm %%WWWDIR%%/themes/dgm/templates |
908 |
@dirrm %%WWWDIR%%/themes/dgm/templates |
381 |
@dirrm %%WWWDIR%%/themes/dgm/images |
909 |
@dirrm %%WWWDIR%%/themes/dgm/images |
Lines 383-390
Link Here
|
383 |
@dirrm %%WWWDIR%%/themes/dgm/compiled |
911 |
@dirrm %%WWWDIR%%/themes/dgm/compiled |
384 |
@dirrm %%WWWDIR%%/themes/dgm/code |
912 |
@dirrm %%WWWDIR%%/themes/dgm/code |
385 |
@dirrm %%WWWDIR%%/themes/dgm |
913 |
@dirrm %%WWWDIR%%/themes/dgm |
|
|
914 |
@dirrm %%WWWDIR%%/themes/desert_sand/templates/welcome |
915 |
@dirrm %%WWWDIR%%/themes/desert_sand/templates/settings |
386 |
@dirrm %%WWWDIR%%/themes/desert_sand/templates |
916 |
@dirrm %%WWWDIR%%/themes/desert_sand/templates |
|
|
917 |
@dirrm %%WWWDIR%%/themes/desert_sand/javascript |
387 |
@dirrm %%WWWDIR%%/themes/desert_sand/images |
918 |
@dirrm %%WWWDIR%%/themes/desert_sand/images |
|
|
919 |
@dirrm %%WWWDIR%%/themes/desert_sand/css/images |
388 |
@dirrm %%WWWDIR%%/themes/desert_sand/css |
920 |
@dirrm %%WWWDIR%%/themes/desert_sand/css |
389 |
@dirrm %%WWWDIR%%/themes/desert_sand/compiled |
921 |
@dirrm %%WWWDIR%%/themes/desert_sand/compiled |
390 |
@dirrm %%WWWDIR%%/themes/desert_sand/code |
922 |
@dirrm %%WWWDIR%%/themes/desert_sand/code |
Lines 392-399
Link Here
|
392 |
@dirrm %%WWWDIR%%/themes |
924 |
@dirrm %%WWWDIR%%/themes |
393 |
@dirrm %%WWWDIR%%/overlib/mini |
925 |
@dirrm %%WWWDIR%%/overlib/mini |
394 |
@dirrm %%WWWDIR%%/overlib |
926 |
@dirrm %%WWWDIR%%/overlib |
|
|
927 |
@dirrm %%WWWDIR%%/maia_db |
928 |
@dirrm %%WWWDIR%%/locale/sv |
929 |
@dirrm %%WWWDIR%%/locale/ru |
930 |
@dirrm %%WWWDIR%%/locale/pt |
931 |
@dirrm %%WWWDIR%%/locale/no |
932 |
@dirrm %%WWWDIR%%/locale/nl |
933 |
@dirrm %%WWWDIR%%/locale/it |
934 |
@dirrm %%WWWDIR%%/locale/hu |
935 |
@dirrm %%WWWDIR%%/locale/fr |
395 |
@dirrm %%WWWDIR%%/locale/en |
936 |
@dirrm %%WWWDIR%%/locale/en |
|
|
937 |
@dirrm %%WWWDIR%%/locale/de |
938 |
@dirrm %%WWWDIR%%/locale/da |
939 |
@dirrm %%WWWDIR%%/locale/cs |
396 |
@dirrm %%WWWDIR%%/locale |
940 |
@dirrm %%WWWDIR%%/locale |
|
|
941 |
@dirrm %%WWWDIR%%/libs/jquery/images |
942 |
@dirrm %%WWWDIR%%/libs/jquery |
397 |
@dirrm %%WWWDIR%%/libs |
943 |
@dirrm %%WWWDIR%%/libs |
398 |
@dirrm %%WWWDIR%%/images |
944 |
@dirrm %%WWWDIR%%/images |
399 |
@dirrm %%WWWDIR%%/admin/scripts |
945 |
@dirrm %%WWWDIR%%/admin/scripts |