"server/git@git.ispconfig.org:helmo/ispconfig3.git" did not exist on "a04614c8809ca947d50a1bc1f0a1c2c33896c96b"
Newer
Older
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<?php
/*
Copyright (c) 2007, Till Brehm, projektfarm Gmbh
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of ISPConfig nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/**
* Formularbehandlung
*
* Funktionen zur Umwandlung von Formulardaten
* sowie zum vorbereiten von HTML und SQL
* Ausgaben
*
* Tabellendefinition
*
* Datentypen:
* - INTEGER (Wandelt Ausdrcke in Int um)
* - DOUBLE
* - CURRENCY (Formatiert Zahlen nach Whrungsnotation)
* - VARCHAR (kein weiterer Format Check)
* - DATE (Datumsformat, Timestamp Umwandlung)
*
* Formtype:
* - TEXT (normales Textfeld)
* - PASSWORD (Feldinhalt wird nicht angezeigt)
* - SELECT (Gibt Werte als option Feld aus)
* - MULTIPLE (Select-Feld mit nehreren Werten)
*
* VALUE:
* - Wert oder Array
*
* SEPARATOR
* - Trennzeichen fr multiple Felder
*
* Hinweis:
* Das ID-Feld ist nicht bei den Table Values einzufgen.
*
* @package form
* @author Till Brehm
* @version 1.1
*/
class form {
/**
* Definition der Tabelle (array)
* @var tableDef
*/
var $tableDef;
/**
* Private
* @var action
*/
var $action;
/**
* Tabellenname (String)
* @var table_name
*/
var $table_name;
/**
* Debug Variable
* @var debug
*/
var $debug = 0;
/**
* name des primary Field der Tabelle (string)
* @var table_index
*/
var $table_index;
/**
* enthlt die Fehlermeldung bei berprfung
* der Variablen mit Regex
* @var errorMessage
*/
var $errorMessage;
var $dateformat = "d.m.Y";
var $formDef;
/**
* Laden der Tabellendefinition
*
* @param file: Pfad zur Tabellendefinition
* @return true
*/
function loadTableDef($file) {
global $app,$conf;
include_once($file);
$this->tableDef = $table;
$this->table_name = $table_name;
$this->table_index = $table_index;
return true;
}
function loadFormDef($file) {
global $app,$conf;
include_once($file);
$this->formDef = $form;
return true;
}
/**
* Konvertiert die Daten des bergebenen assoziativen
* Arrays in "menschenlesbare" Form.
* Datentyp Konvertierung, z.B. fr Ausgabe in Listen.
*
* @param record
* @return record
*/
function decode($record) {
if(is_array($record)) {
foreach($record as $key => $val) {
switch ($this->tableDef[$key]['datatype']) {
case 'VARCHAR':
$new_record[$key] = stripslashes($val);
break;
case 'DATE':
if($val > 0) {
$new_record[$key] = date($this->dateformat,$val);
}
break;
case 'INTEGER':
$new_record[$key] = intval($val);
break;
case 'DOUBLE':
$new_record[$key] = $val;
break;
case 'CURRENCY':
$new_record[$key] = number_format($val, 2, ',', '');
break;
default:
$new_record[$key] = stripslashes($val);
}
}
}
return $new_record;
}
/**
* Record fr Ausgabe in Formularen vorbereiten.
*
* @param record = Datensatz als Array
* @param action = NEW oder EDIT
* @return record
*/
function getHTML($record,$action = 'NEW') {
global $app;
if(!is_array($this->tableDef)) $app->error("Keine Tabellendefinition vorhanden.");
$new_record = array();
if($action == 'EDIT') {
$record = $this->decode($record);
if(is_array($record)) {
foreach($record as $key => $val) {
switch ($this->tableDef[$key]['formtype']) {
case 'SELECT':
if(is_array($this->tableDef[$key]['value'])) {
$out = '';
foreach($this->tableDef[$key]['value'] as $k => $v) {
$selected = ($k == $val)?' SELECTED':'';
$out .= "<option value='$k'$selected>$v</option>\r\n";
}
}
$new_record[$key] = $out;
break;
case 'MULTIPLE':
if(is_array($this->tableDef[$key]['value'])) {
// aufsplitten ergebnisse
$vals = explode($this->tableDef[$key]['separator'],$val);
// HTML schreiben
$out = '';
foreach($this->tableDef[$key]['value'] as $k => $v) {
$selected = '';
foreach($vals as $tvl) {
if(trim($tvl) == trim($k)) $selected = ' SELECTED';
}
$out .= "<option value='$k'$selected>$v</option>\r\n";
}
}
$new_record[$key] = $out;
break;
case 'PASSWORD':
$new_record[$key] = '';
break;
default:
$new_record[$key] = htmlspecialchars($val);
}
}
}
} else {
foreach($this->tableDef as $key => $val) {
switch ($this->tableDef[$key]['formtype']) {
case 'SELECT':
if(is_array($this->tableDef[$key]['value'])) {
$out = '';
foreach($this->tableDef[$key]['value'] as $k => $v) {
$selected = ($k == $val)?' SELECTED':'';
$out .= "<option value='$k'$selected>$v</option>\r\n";
}
}
$new_record[$key] = $out;
break;
case 'MULTIPLE':
if(is_array($this->tableDef[$key]['value'])) {
// aufsplitten ergebnisse
$vals = explode($this->tableDef[$key]['separator'],$val);
// HTML schreiben
$out = '';
foreach($this->tableDef[$key]['value'] as $k => $v) {
$out .= "<option value='$k'>$v</option>\r\n";
}
}
$new_record[$key] = $out;
break;
case 'PASSWORD':
$new_record[$key] = '';
break;
default:
$new_record[$key] = htmlspecialchars($this->tableDef[$key]['value']);
}
}
}
if($this->debug == 1) $this->dbg($new_record);
return $new_record;
}
/**
* Record in "maschinen lesbares" Format berfhren
* und Werte gegen regulre Ausdrcke prfen.
*
* @param record = Datensatz als Array
* @return record
*/
function encode($record) {
$this->errorMessage = '';
if(is_array($record)) {
foreach($record as $key => $val) {
switch ($this->tableDef[$key]['datatype']) {
case 'VARCHAR':
if(!is_array($val)) {
$new_record[$key] = mysql_real_escape_string($val);
} else {
$new_record[$key] = implode($this->tableDef[$key]['separator'],$val);
}
break;
case 'DATE':
if($val > 0) {
list($tag,$monat,$jahr) = explode('.',$val);
$new_record[$key] = mktime(0,0,0,$monat,$tag,$jahr);
}
break;
case 'INTEGER':
$new_record[$key] = intval($val);
break;
case 'DOUBLE':
$new_record[$key] = mysql_real_escape_string($val);
break;
case 'CURRENCY':
$new_record[$key] = str_replace(",",".",$val);
break;
}
if($this->tableDef[$key]['regex'] != '') {
// Enable that "." matches also newlines
$this->tableDef[$key]['regex'] .= 's';
if(!preg_match($this->tableDef[$key]['regex'], $val)) {
$this->errorMessage .= $this->tableDef[$key]['errmsg']."<br>\r\n";
}
}
}
}
return $new_record;
}
/**
* SQL Statement fr Record erzeugen.
*
* @param record = Datensatz als Array
* @param action = INSERT oder UPDATE
* @param primary_id
* @return record
*/
function getSQL($record, $action = 'INSERT', $primary_id = 0, $sql_ext_where = '') {
global $app;
$record = $this->encode($record);
$sql_insert_key = '';
$sql_insert_val = '';
$sql_update = '';
if(!is_array($this->tableDef)) $app->error("Keine Tabellendefinition vorhanden.");
// gehe durch alle Felder des Records
if(is_array($record)) {
foreach($record as $key => $val) {
// Wenn es kein leeres Passwortfeld ist
if (!($this->tableDef[$key]['formtype'] == 'PASSWORD' and $val == '')) {
// gehe durch alle Felder der TableDef
foreach($this->tableDef as $tk => $tv) {
// Wenn Feld in TableDef enthalten ist
if($tk == $key) {
// Erzeuge Insert oder Update Quelltext
if($action == "INSERT") {
if($this->tableDef[$key]['formtype'] == 'PASSWORD') {
$sql_insert_key .= "`$key`, ";
$sql_insert_val .= "md5('$val'), ";
//} elseif($this->tableDef[$key]['formtype'] == 'MULTIPLE') {
// $val = implode($this->tableDef[$key]['separator'],$val);
// $sql_insert_key .= "`$key`, ";
// $sql_insert_val .= "'$val', ";
} else {
$sql_insert_key .= "`$key`, ";
$sql_insert_val .= "'$val', ";
}
} else {
if($this->tableDef[$key]['formtype'] == 'PASSWORD') {
$sql_update .= "`$key` = md5('$val'), ";
//} elseif($this->tableDef[$key]['formtype'] == 'MULTIPLE') {
// $val = implode($this->tableDef[$key]['separator'],$val);
// $sql_update .= "`$key` = '$val', ";
} else {
$sql_update .= "`$key` = '$val', ";
}
}
}
}
}
}
}
// Fge Backticks nur bei unvollstndigen Tabellennamen ein
if(stristr($this->table_name,'.')) {
$escape = '';
} else {
$escape = '`';
}
if($action == "INSERT") {
$sql_insert_key = substr($sql_insert_key,0,-2);
$sql_insert_val = substr($sql_insert_val,0,-2);
$sql = "INSERT INTO ".$escape.$this->table_name.$escape." ($sql_insert_key) VALUES ($sql_insert_val)";
} else {
if($primary_id != 0) {
$sql_update = substr($sql_update,0,-2);
$sql = "UPDATE ".$escape.$this->table_name.$escape." SET ".$sql_update." WHERE ".$this->table_index ." = ".$primary_id;
if($sql_ext_where != '') $sql .= " and ".$sql_ext_where;
} else {
$app->error("Primary ID fehlt!");
}
}
return $sql;
}
/**
* Debugging arrays.
*
* @param array_data
*/
function dbg($array_data) {
echo "<pre>";
print_r($array_data);
echo "</pre>";
}
function showForm() {
global $app,$conf;
if(!is_array($this->formDef)) die("Form Definition wurde nicht geladen.");
if($this->errorMessage == '') {
// wenn kein Fehler vorliegt
if($_REQUEST["next_tab"] != '') {
// wenn nchster Tab bekannt
$active_tab = $_REQUEST["next_tab"];
} else {
// ansonsten ersten tab nehmen
$active_tab = $this->formDef["tabs"][0]["name"];
}
} else {
// bei Fehlern den gleichen Tab nochmal anzeigen
$active_tab = $_SESSION["s"]["form"]["tab"];
}
// definiere Tabs
foreach( $this->formDef["tabs"] as $tab) {
if($tab["name"] == $active_tab) {
$app->tpl->setInclude('content_tpl',$tab["template"]);
$tab["active"] = 1;
$_SESSION["s"]["form"]["tab"] = $tab["name"];
} else {
$tab["active"] = 0;
}
$frmTab[] = $tab;
}
// setze Loop
$app->tpl->setLoop("formTab", $frmTab);
// Formular action setzen
$app->tpl->setVar('form_action',$this->formDef["action"]);
}
}