tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
interface/web/sites/form/web_domain.tform.php
@@ -82,11 +82,22 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => '',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => 'SELECT ip_address,ip_address FROM server_ip WHERE {AUTHSQL} ORDER BY ip_address',
         /*'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => "SELECT ip_address,ip_address FROM server_ip WHERE ip_type = 'IPv4' AND {AUTHSQL} ORDER BY ip_address",
                              'keyfield'=> 'ip_address',
                              'valuefield'=> 'ip_address'
                            ),
                            ),*/
         'value'      => ''
      ),
      'ipv6_address' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => '',
         /*'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => "SELECT ip_address,ip_address FROM server_ip WHERE ip_type = 'IPv6' AND {AUTHSQL} ORDER BY ip_address",
                              'keyfield'=> 'ip_address',
                              'valuefield'=> 'ip_address'
                            ),*/
         'value'      => ''
      ),
      'domain' => array (
@@ -97,7 +108,7 @@
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'domain_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z]{2,10}$/',
                                          'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/',
                                          'errmsg'=> 'domain_error_regex'),
                           ),
         'default'   => '',
@@ -133,6 +144,9 @@
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'hd_quota_error_empty'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(\-1|[0-9]{1,10})$/',
                                          'errmsg'=> 'hd_quota_error_regex'),
                           ),
         'default'   => '-1',
         'value'      => '',
@@ -144,6 +158,9 @@
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'traffic_quota_error_empty'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(\-1|[0-9]{1,10})$/',
                                          'errmsg'=> 'traffic_quota_error_regex'),
                           ),
         'default'   => '-1',
         'value'      => '',
@@ -165,7 +182,7 @@
      'suexec' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'default'   => 'y',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'errordocs' => array (
@@ -177,8 +194,8 @@
      'subdomain' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => 'y',
         'value'      => array('none' => 'none', 'www' => 'www.', '*' => '*.')
         'default'   => 'www',
         'value'      => array('none' => 'none_txt', 'www' => 'www.', '*' => '*.')
      ),
      'ssl' => array (
         'datatype'   => 'VARCHAR',
@@ -191,9 +208,15 @@
         'formtype'   => 'SELECT',
         'default'   => 'fast-cgi',
         'valuelimit' => 'client:web_php_options',
         'value'      => array('no' => 'Disabled', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP')
         'value'      => array('no' => 'disabled_txt', 'fast-cgi' => 'Fast-CGI', 'cgi' => 'CGI', 'mod' => 'Mod-PHP', 'suphp' => 'SuPHP')
      ),
      'ruby' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'python' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
@@ -225,12 +248,12 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => '',
         'value'      => array('' => 'No redirect', 'no' => 'No flag', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L')
         'value'      => array('' => 'no_redirect_txt', 'no' => 'no_flag_txt', 'R' => 'R', 'L' => 'L', 'R,L' => 'R,L', 'R=301,L' => 'R=301,L', 'last' => 'last', 'break' => 'break', 'redirect' => 'redirect', 'permanent' => 'permanent')
      ),
      'redirect_path' => array (
         'datatype'   => 'VARCHAR',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '@^(([.]{0})|(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.\,\-\+\?]*(\?\S+)?)?)?)|(/[\w/_\.\-]{1,255}/))$@',
                                          'regex' => '@^(([\.]{0})|(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.\,\-\+\?\~]*(\?\S+)?)?)?)|(\[scheme\]://([-\w\.]+)+(:\d+)?(/([\w/_\.\-\,\+\?\~]*(\?\S+)?)?)?)|(/[\w/_\.\-]{1,255}/))$@',
                                          'errmsg'=> 'redirect_error_regex'),
                           ),
         'formtype'   => 'TEXT',
@@ -238,6 +261,12 @@
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      ),
      'seo_redirect' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => '',
         'value'      => array('' => 'no_redirect_txt', 'non_www_to_www' => 'non_www_to_www_txt', 'www_to_non_www' => 'www_to_non_www_txt')
      ),
   ##################################
   # ENDE Datatable fields
@@ -258,7 +287,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'regex' => '/^(([\.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_state_error_regex'),
                           ),
         'default'   => '',
@@ -270,7 +299,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'regex' => '/^(([\.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_locality_error_regex'),
                           ),
         'default'   => '',
@@ -282,7 +311,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'regex' => '/^(([\.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_organisation_error_regex'),
                           ),
         'default'   => '',
@@ -294,7 +323,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(([.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'regex' => '/^(([\.]{0})|([a-zA-Z0-9\ \.\-\_\,]{1,255}))$/',
                                          'errmsg'=> 'ssl_organistaion_unit_error_regex'),
                           ),
         'default'   => '',
@@ -302,17 +331,30 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
      /*
      'ssl_country' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(([.]{0})|([A-Z]{2,2}))$/',
                                          'regex' => '/^(([\.]{0})|([A-Z]{2,2}))$/',
                                          'errmsg'=> 'ssl_country_error_regex'),
                           ),
         'default'   => '',
         'value'      => '',
         'width'      => '2',
         'maxlength'   => '2'
      ),
      */
      'ssl_country' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => '',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => 'SELECT iso,printable_name FROM country ORDER BY printable_name',
                              'keyfield'=> 'iso',
                              'valuefield'=> 'printable_name'
                            ),
         'value'      => ''
      ),
      'ssl_domain' => array (
         'datatype'   => 'VARCHAR',
@@ -350,7 +392,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'SELECT',
         'default'   => '',
         'value'      => array('' => 'None', 'save' => 'Save Certificate', 'create' => 'Create Certificate','del' => 'Delete Certificate')
         'value'      => array('' => 'none_txt', 'save' => 'save_certificate_txt', 'create' => 'create_certificate_txt','del' => 'delete_certificate_txt')
      ),
   ##################################
   # ENDE Datatable fields
@@ -476,12 +518,66 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
      'php_fpm_use_socket' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'CHECKBOX',
         'default'   => 'n',
         'value'      => array(0 => 'n',1 => 'y')
      ),
      'pm_max_children' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^([1-9][0-9]{0,10})$/',
                                          'errmsg'=> 'pm_max_children_error_regex'),
                           ),
         'default'   => '10',
         'value'      => '',
         'width'      => '3',
         'maxlength'   => '3'
      ),
      'pm_start_servers' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^([1-9][0-9]{0,10})$/',
                                          'errmsg'=> 'pm_start_servers_error_regex'),
                           ),
         'default'   => '2',
         'value'      => '',
         'width'      => '3',
         'maxlength'   => '3'
      ),
      'pm_min_spare_servers' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^([1-9][0-9]{0,10})$/',
                                          'errmsg'=> 'pm_min_spare_servers_error_regex'),
                           ),
         'default'   => '1',
         'value'      => '',
         'width'      => '3',
         'maxlength'   => '3'
      ),
      'pm_max_spare_servers' => array (
         'datatype'   => 'INTEGER',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^([1-9][0-9]{0,10})$/',
                                          'errmsg'=> 'pm_max_spare_servers_error_regex'),
                           ),
         'default'   => '5',
         'value'      => '',
         'width'      => '3',
         'maxlength'   => '3'
      ),
      'php_open_basedir' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
         /*'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'php_open_basedir_error_empty'),
                           ),
                           ),   */
         'default'   => 'All',
         'value'      => '',
         'width'      => '30',
@@ -503,6 +599,14 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
        'nginx_directives' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'TEXT',
         'default'   => '',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      )
   ##################################
   # ENDE Datatable fields
   ##################################
@@ -512,4 +616,4 @@
}
?>
?>