Issues (1751)

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.

www/install/nls.nl.php (1 issue)

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
	$ARnls['install:welcome'] 		= 'Welkom bij de Ariadne installatie.';
3
	$ARnls['install:selectlanguage'] 	= 'Kies een taal voor de installatie en klik op "Volgende" om door te gaan.';
4
	$ARnls['install:next']			= 'Volgende';
5
	$ARnls['install:previous']		= 'Vorige';
6
	$ARnls['install:step']			= 'Stap %d';
7
	$ARnls['install:install_ariadne']	= 'Installeer Ariadne';
8
9
	$ARnls['install:language']		= 'Taal';
10
	$ARnls['install:pre_install_checks']	= 'Pre-installatie controle';
11
	$ARnls['install:license']		= 'Licentie';
12
	$ARnls['install:database']		= 'Database configuratie';
13
	$ARnls['install:configuration']		= 'Ariadne configuratie';
14
	$ARnls['install:install']		= 'Start installatie';
15
	$ARnls['install:help']			= 'Help';
16
17
	$ARnls['install:pre_install_info']	= 'Voor het uitvoeren van de installtie worden een aantal controles gedaan om te controleren of de eisen voor Ariadne zijn voldaan.';
18
	$ARnls['install:required_options']	= 'Vereiste opties';
19
	$ARnls['install:recommended_options']	= 'Aanbevolen opties';
20
	$ARnls['install:run_pre_install']	= 'Pre-installate controles worden uitgevoerd';
21
22
	$ARnls['install:required_checks_info']	= 'Als een van deze controles gemarkeerd zijn als "Mislukt", zijn de vereisten voor de installatie niet voldaan. Neem de benodigde stappen om te voldoen aan de eisen alvorens door te gaan met de installatie.';
23
	$ARnls['install:recommended_options_info'] = 'Als een van deze controles gemarkeerd zijn als "Mislukt", zijn de aanbevolen opties niet voldaan. Hierdoor kan de installatie wel uitgevoerd worden, maar zullen sommige functionaliteiten binnen Ariadne niet beschikbaar zijn.';
24
25
	$ARnls['install:recheck']		= 'Opnieuw controleren';
26
	$ARnls['install:check_ok']		= 'Geslaagd';
27
	$ARnls['install:check_failed']		= 'Mislukt';
28
	$ARnls['install:check_php_version']	= 'PHP &gt;= 5.6.2';
29
	$ARnls['install:check_database_support']= 'Ondersteunde database';
30
	$ARnls['install:check_webserver']	= 'Ondersteunde webserver';
31
	$ARnls['install:check_accept_path_info']= 'AcceptPathInfo regel in httpd.conf';
32
	$ARnls['install:check_zend_compat']	= 'Zend compatibiliteit is uit';
33
	$ARnls['install:check_ariadne_inc_read']= 'Configuratiebestand (ariadne.inc) is leesbaar';
34
	$ARnls['install:check_ariadne_path']	= 'Ariadne pad in ariadne.inc wijst naar Ariadne';
35
	$ARnls['install:check_ariadne_phtml_write']= 'Configuratiebestand (ariadne.phtml) is schrijfbaar';
36
	$ARnls['install:check_files_write']	= 'Files map is schrijfbaar';
37
	$ARnls['install:check_image_magick']	= 'Image Magick';
38
	$ARnls['install:check_exif']	= 'PHP ondersteund Exif';
39
	$ARnls['install:check_svn']		= 'SVN ondersteuning';
40
	$ARnls['install:check_svn_write']	= 'SVN configuratiemap is schrijfbaar';
41
	$ARnls['install:check_html_tidy']	= 'HTML Tidy is geinstalleerd';
42
	$ARnls['install:check_grep']		= 'Grep is geinstalleerd';
43
	$ARnls['install:check_configs']		= 'Configuratiemap is leesbaar';
44
	$ARnls['install:check_ariadne_phtml']	= 'ariadne.phtml is leesbaar';
45
	$ARnls['install:check_store_phtml']	= 'store.phtml is leesbaar';
46
	$ARnls['install:check_axstore_phtml']	= 'axstore.phtml is leesbaar';
47
	$ARnls['install:check_includes']	= 'includes map is leesbaar';
48
	$ARnls['install:check_loader_web_php']	= 'loader.web.php is leesbaar';
49
	$ARnls['install:check_stores']		= 'stores map is leesbaar';
50
	$ARnls['install:check_selected_db_store']= 'Store informatie voor de gekozen database is leesbaar';
51
	$ARnls['install:check_selected_db_store_install'] = 'Store installatieprocedure is leesbaar';
52
	$ARnls['install:check_nls']		= 'NLS map is leesbaar';
53
	$ARnls['install:check_tar_class']	= 'Archive/Tar class is beschikbaar';
54
	$ARnls['install:check_mb_functions'] = 'Multibyte string support is beschikbaar';
55
	$ARnls['install:check_mcrypt'] = 'Mcrypt support is beschikbaar';
56
	$ARnls['install:check_domdocument_class'] = 'DOMDocument class is beschikbaar';
57
58
	$ARnls['install:check_default_nls']	= 'Standaard NLS taalbestanden zijn beschikbaar';
59
	$ARnls['install:check_connect_db']	= 'Verbinding maken naar database server';
60
	$ARnls['install:check_select_db']	= 'Database bestaat en kan gebruikt worden';
61
	$ARnls['install:check_db_grants']	= 'Database-rechten zijn gezet voor database-gebruiker';
62
	$ARnls['install:check_db_is_empty']	= 'Gekozen database voor installatie is leeg';
63
	$ARnls['install:check_db_charset']	= 'Gekozen database character set en collation is compatible';
64
	$ARnls['install:check_files']		= 'Files map bestaat en is leesbaar';
65
	$ARnls['install:check_base_ax']		= 'Pakket "Ariadne Basis" bestaat en is leesbaar';
66
	$ARnls['install:check_demo_ax']		= 'Pakket "Voorbeeldsites en vormgevingen" bestaat en is leesbaar';
67
	$ARnls['install:check_libs_ax']		= 'Pakket "Libraries" bestaat en is leesbaar';
68
	$ARnls['install:check_docs_ax']		= 'Pakket "Ariadne documentatie site" bestaat en is leesbaar';
69
	$ARnls['install:check_admin_password']	= 'Admin wachtwoord is gezet en bevestigd';
70
	$ARnls['install:database_configuration']= 'Database-configuratie';
71
	$ARnls['install:database_basic_settings']= 'Basis instellingen';
72
	$ARnls['install:database_info']		= 'Voer de databasegegevens in waar Ariadne in geinstalleerd wordt';
73
	$ARnls['install:select_database']	= 'Kies database type:';
74
	$ARnls['install:select_database_help'] 	= 'Kies het database type uit de lijst. Dit is meestal "MySQL". Enkel ondersteunde database-types worden in PHP komen voor in de lijst';
75
	$ARnls['install:database_host']		= 'Database hostname:';
76
	$ARnls['install:database_host_help']	= 'Voer de hostname van de database-server in. Dit is meestal "localhost". Vraag bij twijfel de instellingen op bij de hosting provider';
77
	$ARnls['install:database_user']		= 'Database-gebruikersnaam:';
78
	$ARnls['install:database_user_help']	= 'Voer de gebruikersnaam in die Ariadne gebruikt om verbinding te maken met de database-server.';
79
	$ARnls['install:database_pass']		= 'Database-wachtwoord:';
80
	$ARnls['install:database_pass_help']	= 'Voer het wachtwoord in die Ariadne gebruikt om verbinding te maken met de database-server. Het wordt aangeraden om een wachtwoord op de database in te stellen.';
81
	$ARnls['install:database_name']		= 'Database-naam:';
82
	$ARnls['install:database_name_help']	= 'Dit is de naam van de database waar Ariadne in wordt geinstalleerd. Bij twijfel over wat hier in te vullen raden wij "ariadne" aan. Let op: database-naam is hoofdlettergevoelig.';
83
84
	$ARnls['install:ariadne_configuration']	= 'Ariadne configuratie';
85
	$ARnls['install:ariadne_basic']		= 'Ariadne basis instellingen';
86
	$ARnls['install:ariadne_location']	= 'Pad naar Ariadne op schijf';
87
	$ARnls['install:ariadne_location_help']	= 'Dit is het pad waar de bestanden van Ariadne op de server staan. Dit moet een pad buiten de webroot zijn.';
88
	$ARnls['install:setup_admin_acc'] 	= 'Admin account informatie';
89
	$ARnls['install:admin_pass']		= 'Admin wachtwoord';
90
	$ARnls['install:admin_pass_help']	= 'Voer het wachtwoord in voor het admin account. Dit wachtwoord wordt bij installatie op het admin account ingesteld.';
91
	$ARnls['install:admin_pass_repeat']	= 'Bevestig administator wachtwoord';
92
	$ARnls['install:admin_pass_repeat_help']= 'Voer nogmaals hetzelfde wachtwoord in. Dit is om te bevestigen dat beide wachtwoorden identiek zijn.';
93
	$ARnls['install:install_modules']	= 'Installeer extra modules';
94
	$ARnls['install:enable_svn']		= 'Zet SVN ondersteuning aan in Ariadne';
95
	$ARnls['install:enable_workspaces']	= 'Zet Workspace ondersteuning aan in Ariadne (EXPERIMENTEEL)';
96
	$ARnls['install:install_libs']		= 'Installeer Ariadne basis-libraries';
97
	$ARnls['install:install_demo']		= 'Installeer voorbeeld sites and vormgevingen';
98
	$ARnls['install:install_docs']		= 'Installeer Ariadne documentatie site';
99
100
	$ARnls['install:problem_encountered']	= 'Er is een probleem met de installatie. Er zijn geen bestanden weggeschreven, geen database-aanpassingen zijn gemaakt.';
101
	$ARnls['install:please_review_problems']= 'Neem de onderstaande controles door en los de problemen op';
102
	$ARnls['install:installing']		= 'Ariadne installatie wordt gestart';
103
104
	$ARnls['install:running']		= 'Installatie wordt uitgevoerd';
105
	$ARnls['install:write_config_file']	= 'Wegschrijven configuratiebestand';
106
	$ARnls['install:init_database']		= 'Initializatie van de Ariadne database';
107
	$ARnls['install:install_base_package']	= 'Installatie pakket "Ariadne basis"';
108
	$ARnls['install:success']		= 'Ariadne is geinstalleerd! Voor verder te gaan, neem de volgende stappen om de installatie te voltooien.';
109
110
	$ARnls['install:download_config']	= 'Download configuratiebestand';
111
	$ARnls['install:cant_write_config']	= 'De webserver kan het configuratiebestand niet schrijven.';
112
	$ARnls['install:to_continue']		= 'Om verder te gaan met installatie: ';
113
	$ARnls['install:download']		= 'download het bestand en plaats het handmatig.';
114
	$ARnls['install:file_should_be']	= 'Het bestand heeft de naam "ariadne.phtml" en dient geplaatst te worden onder "ariadne/lib/configs/"';
115
	$ARnls['install:continue_when_done']	= 'Als het bestand geplaatst is, klik dan op de onderstaande knop.';
116
	$ARnls['install:continue_install']	= 'Verder met installeren';
117
?>
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...