Issues (3885)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

install/src/lang/english.inc.php (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
/**
3
 * EVO Installer language file
4
 *
5
 * @author davaeron
6
 * @version 1.5.0
7
 * @date 2018/02/23
8
 *
9
 * @language English
10
 * @package evo
11
 * @subpackage installer
12
 *
13
 * Please commit your language changes on Transifex (https://www.transifex.com/projects/p/modx-evolution/) or on GitHub (https://github.com/modxcms/evolution).
14
 */
15
$_lang["agree_to_terms"] = 'Agree to the License Terms and Install';
16
$_lang["alert_database_test_connection"] = 'You need to create your database or test the selection of your database!';
17
$_lang["alert_database_test_connection_failed"] = 'The test of your database selection has failed!';
18
$_lang["alert_enter_adminconfirm"] = 'The administrator password and the confirmation don\'t match!';
19
$_lang["alert_enter_adminlogin"] = 'You need to enter a username for the system admin account!';
20
$_lang["alert_enter_adminpassword"] = 'You need to enter a password for the system admin account!';
21
$_lang["alert_enter_database_name"] = 'You need to enter a value for database name!';
22
$_lang["alert_enter_host"] = 'You need to enter a value for database host!';
23
$_lang["alert_enter_login"] = 'You need to enter your database login name!';
24
$_lang["alert_server_test_connection"] = 'You need to test your server connection!';
25
$_lang["alert_server_test_connection_failed"] = 'The test of your server connection has failed!';
26
$_lang["alert_table_prefixes"] = 'Table prefixes must start with a letter!';
27
$_lang["all"] = 'All';
28
$_lang["and_try_again"] = ', and try again. If you need help figuring out how to fix the problem';
29
$_lang["and_try_again_plural"] = ', and try again. If you need help figuring out how to fix the problems';
30
$_lang["begin"] = 'Begin';
31
$_lang["btnback_value"] = 'Back';
32
$_lang["btnclose_value"] = 'Close';
33
$_lang["btnnext_value"] = 'Next';
34
$_lang["cant_write_config_file"] = 'EVO couldn\'t write the config file. Please copy the following into the file ';
35
$_lang["cant_write_config_file_note"] = 'Once that\'s been done, you can log into EVO Admin by pointing your browser at YourSiteName.com/[+MGR_DIR+]/.';
36
$_lang["checkbox_select_options"] = 'Checkbox select options:';
37
$_lang["checking_if_cache_exist"] = 'Checking if <span class="mono">/assets/cache</span> and <span class="mono">/assets/cache/rss</span> directories exist: ';
38
$_lang["checking_iconv"] = 'Checking if extension <span class="mono">iconv</span> is available: ';
39
$_lang["checking_iconv_note"] = 'It is important to install/enable extension iconv. Please speak to your host if you don´t know how to enable it.';
40
$_lang["checking_if_cache_file_writable"] = 'Checking if <span class="mono">/assets/cache/siteCache.idx.php</span> file is writable: ';
41
$_lang["checking_if_cache_file2_writable"] = 'Checking if <span class="mono">/assets/cache/sitePublishing.idx.php</span> file is writable: ';
42
$_lang["checking_if_cache_writable"] = 'Checking if <span class="mono">/assets/cache</span> and <span class="mono">/assets/cache/rss</span> directories are writable: ';
43
$_lang["checking_if_config_exist_and_writable"] = 'Checking if <span class="mono">/[+MGR_DIR+]/includes/config.inc.php</span> exists and is writable: ';
44
$_lang["checking_if_export_exists"] = 'Checking if <span class="mono">/assets/export</span> directory exists: ';
45
$_lang["checking_if_export_writable"] = 'Checking if <span class="mono">/assets/export</span> directory is writable: ';
46
$_lang["checking_if_images_exist"] = 'Checking if <span class="mono">/assets/images</span>, <span class="mono">/assets/files</span>,  <span class="mono">/assets/backup</span> and <span class="mono">/assets/.thumbs</span> directories exists: ';
47
$_lang["checking_if_images_writable"] = 'Checking if <span class="mono">/assets/images</span>, <span class="mono">/assets/files</span>,  <span class="mono">/assets/backup</span> and <span class="mono">/assets/.thumbs</span> directories are writable: ';
48
$_lang["checking_mysql_strict_mode"] = 'Checking MySQL for strict sql_mode: ';
49
$_lang["checking_mysql_version"] = 'Checking MySQL version: ';
50
$_lang["checking_php_version"] = 'Checking PHP version: ';
51
$_lang["checking_registerglobals"] = 'Checking if Register_Globals is off: ';
52
$_lang["checking_registerglobals_note"] = 'This configuration makes your site much more susceptible to Cross Site Scripting (XSS) attacks. You should speak to your host about disabling this setting, usually by one of three ways: modifying the global php.ini file, adding rules to a .htaccess file in the root of your EVO install, or adding custom php.ini override files in every directory on your install (and there\'s a lot of them). You will still be able to install EVO, but consider yourself warned.';
53
$_lang["checking_sessions"] = 'Checking if sessions are properly configured: ';
54
$_lang["checking_table_prefix"] = 'Checking table prefix `';
55
$_lang["choose_language"] = 'Choose language';
56
$_lang["chunks"] = 'Chunks';
57
$_lang["config_permissions_note"] = 'For new Linux/Unix installs, please create a blank file named <span class="mono">config.inc.php</span> in the <span class="mono">/[+MGR_DIR+]/includes/</span> directory with file permissions set to 0666.';
58
$_lang["connection_screen_collation"] = 'Collation:';
59
$_lang["connection_screen_connection_method"] = 'Connection method:';
60
$_lang["connection_screen_database_connection_information"] = 'Database information';
61
$_lang["connection_screen_database_connection_note"] = 'Enter the database name to use or which you wish to create for this EVO install. If no database exists, the installer will attempt to create one. This may fail depending on the MySQL user permissions.';
62
$_lang["connection_screen_database_host"] = 'Database host:';
63
$_lang["connection_screen_database_info"] = 'Database Information';
64
$_lang["connection_screen_database_login"] = 'Database login name:';
65
$_lang["connection_screen_database_name"] = 'Database name:';
66
$_lang["connection_screen_database_pass"] = 'Database password:';
67
$_lang["connection_screen_database_test_connection"] = 'Create or test selection of your database.';
68
$_lang["connection_screen_default_admin_email"] = 'Administrator email:';
69
$_lang["connection_screen_default_admin_login"] = 'Administrator username:';
70
$_lang["connection_screen_default_admin_note"] = 'Now you\'ll need to enter some details for the main administrator account. You can fill in your own name here, and a password you\'re not likely to forget. You\'ll need these to log into Admin once setup is complete.';
71
$_lang["connection_screen_default_admin_password"] = 'Administrator password:';
72
$_lang["connection_screen_default_admin_password_confirm"] = 'Confirm password:';
73
$_lang["connection_screen_default_admin_user"] = 'Default Admin User';
74
$_lang["connection_screen_defaults"] = 'Default Manager Settings';
75
$_lang["connection_screen_server_connection_information"] = 'Server connection and login information';
76
$_lang["connection_screen_server_connection_note"] = 'Enter the database host (server name or IP address), the username and password before testing the connection.';
77
$_lang["connection_screen_server_test_connection"] = 'Test database server connection and view collations.';
78
$_lang["connection_screen_table_prefix"] = 'Table prefix:';
79
$_lang["creating_database_connection"] = 'Creating connection to the database: ';
80
$_lang["database_alerts"] = 'Database Alerts!';
81
$_lang["database_connection_failed"] = 'Database connection failed!';
82
$_lang["database_connection_failed_note"] = 'Please check the database login details and try again.';
83
$_lang["database_use_failed"] = 'Database could not be selected!';
84
$_lang["database_use_failed_note"] = 'Please check the database permissions for the specified user and try again.';
85
$_lang["default_language"] = 'Default Manager Language';
86
$_lang["default_language_description"] = 'This is the default language that will be used in the EVO Manager back end control panel.';
87
$_lang["depedency_create"] = 'Depedency created';
88
$_lang["depedency_update"] = 'Depedency updated';
89
$_lang["during_execution_of_sql"] = ' during the execution of SQL statement ';
90
$_lang["encoding"] = 'iso-8859-1';
91
$_lang["error"] = 'error';
92
$_lang["errors"] = 'errors';
93
$_lang["failed"] = 'FAILED!';
94
$_lang["guid_set"] = 'GUID set';
95
$_lang["help"] = 'Help!';
96
$_lang["help_link"] = 'http://forums.modx.com/';
97
$_lang["help_title"] = 'Installation assistance in the EVO forums';
98
$_lang["iagree_box"] = 'I agree to the terms of <a href="../assets/docs/license.txt" target="_blank">the EVO license</a>. For translations of the GPL version 2 license, please visit the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html" target="_blank">GNU Operating System website</a>.';
99
$_lang["install"] = 'Install';
100
$_lang["install_overwrite"] = 'Install/Overwrite';
101
$_lang["install_results"] = 'Install results';
102
$_lang["install_update"] = 'Install/Update';
103
$_lang["installation_error_occured"] = 'The following errors had occurred during installation';
104
$_lang["installation_install_new_copy"] = 'Install a new copy of ';
105
$_lang["installation_install_new_note"] = 'Please note this option may overwrite any data inside your database.';
106
$_lang["installation_mode"] = 'Installation Mode';
107
$_lang["installation_new_installation"] = 'New Installation';
108
$_lang["installation_note"] = '<strong>Note:</strong> After logging into the manager you should edit and save your System Configuration settings before browsing the site by choosing <strong>Tools</strong> -> System Configuration in the EVO Manager.';
109
$_lang["installation_successful"] = 'Installation was successful!';
110
$_lang["installation_upgrade_advanced"] = 'Advanced Upgrade';
111
$_lang["installation_upgrade_advanced_note"] = 'For advanced database admins or moving to servers with a different database connection character set.<br /><b>You will need to know your full database name, user, password and connection/collation details.</b>';
112
$_lang["installation_upgrade_existing"] = 'Upgrade Existing Install';
113
$_lang["installation_upgrade_existing_note"] = 'Upgrade your current files and database.';
114
$_lang["installed"] = 'Installed';
115
$_lang["installing_demo_site"] = 'Installing demo site: ';
116
$_lang["language_code"] = 'en';
117
$_lang["loading"] = 'Loading...';
118
$_lang["modules"] = 'Modules';
119
$_lang["modx_footer1"] = '&copy; 2005-[+current_year+] the <a href="http://evo.im/" target="_blank" style="color: green; text-decoration:underline">EVO</a> Content Management Framework (CMF) project. All rights reserved. EVO is licensed under the GNU GPL.';
120
$_lang["modx_footer2"] = 'EVO is free software.  We encourage you to be creative and make use of EVO in any way you see fit. Just make sure that if you do make changes and decide to redistribute your modified EVO, that you keep the source code free!';
121
$_lang["modx_install"] = 'EVO &raquo; Install';
122
$_lang["modx_requires_php"] = ', and EVO requires PHP [+min_version+] or later';
123
$_lang["mysql_5051"] = ' MySQL server version is 5.0.51!';
124
$_lang["mysql_5051_warning"] = 'There are known issues with MySQL 5.0.51. It is recommended that you upgrade before continuing.';
125
$_lang["mysql_version_is"] = ' Your MySQL version is: ';
126
$_lang["no"] = 'No';
127
$_lang["none"] = 'None';
128
$_lang["not_found"] = 'not found';
129
$_lang["ok"] = 'OK!';
130
$_lang["optional_items"] = 'Optional Items';
131
$_lang["optional_items_note"] = 'Please choose your installation options and click Install:';
132
$_lang["php_security_notice"] = '<legend>Security notice</legend><p>While EVO will work on your PHP version, usage of EVO on this version is not recommended. Your version of PHP is vulnerable to numerous security holes. Please upgrade to PHP version is 5.6 or higher, which patches these holes. It is recommended you upgrade to this version for the security of your own website.</p>';
133
$_lang["please_correct_error"] = '. Please correct the error';
134
$_lang["please_correct_errors"] = '. Please correct the errors';
135
$_lang["plugins"] = 'Plugins';
136
$_lang["preinstall_validation"] = 'Pre-install validation';
137
$_lang["recommend_collation"] = 'utf8mb4_general_ci';
138
$_lang["recommend_collations_order"] = 'utf8mb4_unicode_ci,utf8mb4_general_ci,utf8_unicode_ci,utf8_general_ci,utf8mb4_bin,utf8_bin,utf8mb4_unicode_520_ci,utf8_unicode_520_ci,utf8_general_mysql500_ci';
139
$_lang["recommend_setting_change_title"] = 'Recommended Setting Change';
140
$_lang["recommend_setting_change_validate_referer_confirmation"] = 'Setting change: <em>Validate HTTP_REFERER headers?</em>';
141
$_lang["recommend_setting_change_validate_referer_description"] = 'Your site is not configured to validate the HTTP_REFERER of incoming requests to the Manager. We strongly recommend enabling this setting to reduce the risk of a CSRF (Cross Site Request Forgery) attack.';
142
$_lang["remove_install_folder_auto"] = 'Remove the install folder and files from my website <br />&nbsp;(This operation requires delete permission to the granted to the install folder).';
143
$_lang["remove_install_folder_manual"] = 'Please remember to remove the &quot;<b>install</b>&quot; folder before you log into the Content Manager.';
144
$_lang["resetting_database"] = 'Resetting database for demo-site: ';
145
$_lang["retry"] = 'Retry';
146
$_lang["running_database_updates"] = 'Running database updates: ';
147
$_lang["sample_web_site"] = 'Sample Web Site';
148
$_lang["sample_web_site_note"] = 'Please note that this will <b>overwrite</b> existing documents and resources.';
149
$_lang["session_problem"] = 'A problem was detected with your server sessions. Please consult your server admin to correct this problem.';
150
$_lang["session_problem_try_again"] = 'Try again?';
151
$_lang["setup_cannot_continue"] = 'Unfortunately, Setup cannot continue at the moment, due to the above ';
152
$_lang["setup_couldnt_install"] = 'EVO setup couldn\'t install/alter some tables inside the selected database.';
153
$_lang["setup_database"] = 'Setup will now attempt to setup the database:<br />';
154
$_lang["setup_database_create_connection"] = 'Creating connection to the database: ';
155
$_lang["setup_database_create_connection_failed"] = 'Database connection failed!';
156
$_lang["setup_database_create_connection_failed_note"] = 'Please check the database login details and try again.';
157
$_lang["setup_database_creating_tables"] = 'Creating database tables: ';
158
$_lang["setup_database_creation"] = 'Creating database `';
159
$_lang["setup_database_creation_failed"] = 'Database creation failed!';
160
$_lang["setup_database_creation_failed_note"] = ' - Setup could not create the database!';
161
$_lang["setup_database_creation_failed_note2"] = 'Setup could not create the database, and no existing database with the same name was found. It is likely that your hosting provider\'s security does not allow external scripts to create a database. Please create a database according to your hosting provider\'s procedure, and run Setup again.';
162
$_lang["setup_database_selection"] = 'Selecting database `';
163
$_lang["setup_database_selection_failed"] = 'Database selection failed...';
164
$_lang["setup_database_selection_failed_note"] = 'The database does not exist. Setup will attempt to create it.';
165
$_lang["snippets"] = 'Snippets';
166
$_lang["some_tables_not_updated"] = 'Some tables were not updated. This might be due to previous modifications.';
167
$_lang["status_checking_database"] = 'Checking database: ';
168
$_lang["status_connecting"] = ' Connection to host: ';
169
$_lang["status_failed"] = 'failed!';
170
$_lang["status_failed_could_not_create_database"] = 'failed - could not create database';
171
$_lang["status_failed_database_collation_does_not_match"] = 'failed - database collation mismatch; use SET NAMES or choose %s';
172
$_lang["status_failed_table_prefix_already_in_use"] = 'failed - table prefix already in use!';
173
$_lang['status_failed_mysqli'] = 'error - mysqli extension for PHP is not installed!';
174
$_lang["status_passed"] = 'passed - database selected';
175
$_lang["status_passed_database_created"] = 'passed - database created';
176
$_lang["status_passed_server"] = 'passed - collations now available';
177
$_lang["strict_mode"] = ' MySQL server strict sql_mode is enabled!';
178
$_lang["strict_mode_error"] = 'Certain features of EVO may not work properly unless the STRICT_TRANS_TABLES sql_mode is disabled. You can set the MySQL mode by editing the my.cnf file or contact your server administrator.';
179
$_lang["summary_setup_check"] = 'Setup has carried out a number of checks to see if everything\'s ready to start the setup.';
180
$_lang["system_configuration"] = 'System Configuration';
181
$_lang["system_configuration_validate_referer_description"] = 'The <strong>Validate HTTP_REFERER headers</strong> setting is recommended and can protect your site from CSRF attacks, but in some server configurations, can make your manager inaccessible.';
182
$_lang["table_prefix_already_inuse"] = ' - Table prefix is already in use in this database!';
183
$_lang["table_prefix_already_inuse_note"] = 'Setup couldn\'t install into the selected database, as it already contains tables with the prefix you specified. Please choose a new table prefix, and run Setup again.';
184
$_lang["table_prefix_not_exist"] = ' - Table prefix does not exist in this database!';
185
$_lang["table_prefix_not_exist_note"] = 'Setup couldn\'t install into the selected database, as it does not contain existing tables with the prefix you specified to be upgraded. Please choose an existing table prefix, and run Setup again.';
186
$_lang["templates"] = 'Templates';
187
$_lang["to_log_into_content_manager"] = 'To log into the Content Manager ([+MGR_DIR+]/index.php) you can click on the `Close` button.';
188
$_lang["toggle"] = 'Toggle';
189
$_lang['tvs'] = 'Template Variables';
190
$_lang["unable_install_chunk"] = 'Unable to install chunk.  File';
191
$_lang["unable_install_module"] = 'Unable to install module.  File';
192
$_lang["unable_install_plugin"] = 'Unable to install plugin.  File';
193
$_lang["unable_install_snippet"] = 'Unable to install snippet.  File';
194
$_lang["unable_install_template"] = 'Unable to install template.  File';
195
$_lang["upgrade_note"] = '<strong>Note:</strong> Before browsing your site you should log into the manager with an administrative account, then review and save your System Configuration settings.';
196
$_lang["upgraded"] = 'Upgraded';
197
$_lang["validate_referer_title"] = 'Validate HTTP_REFERER headers?';
198
$_lang["visit_forum"] = ', visit the <a href="http://forums.modx.com/" target="_blank">EVO Forums</a>.';
199
$_lang["warning"] = 'WARNING!';
200
$_lang["welcome_message_start"] = 'First, choose the type of installation to perform:';
201
$_lang["welcome_message_text"] = 'This program will guide you through the rest of the installation.';
202
$_lang["welcome_message_welcome"] = 'Welcome to the EVO installation program.';
203
$_lang["writing_config_file"] = 'Writing configuration file: ';
204
$_lang["yes"] = 'Yes';
205
$_lang["you_running_php"] = ' - You are running on PHP ';
206
?>
0 ignored issues
show
It is not recommended to use PHP's closing tag ?> in files other than templates.

Using a closing tag in PHP files that only contain PHP code is not recommended as you might accidentally add whitespace after the closing tag which would then be output by PHP. This can cause severe problems, for example headers cannot be sent anymore.

A simple precaution is to leave off the closing tag as it is not required, and it also has no negative effects whatsoever.

Loading history...
207