Issues (1210)

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.

language/italian/modinfo.php (2 issues)

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 View Code Duplication
if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_MI_LOADED' ) ) {
0 ignored issues
show
This code seems to be duplicated across your project.

Duplicated code is one of the most pungent code smells. If you need to duplicate the same code in three or more different places, we strongly encourage you to look into extracting the code into a single class or operation.

You can also find more detailed suggestions in the “Code” section of your repository.

Loading history...
4
5
6
7
8
9
10
// Appended by Xoops Language Checker -GIJOE- in 2006-02-15 05:31:19
11
define('_MI_APCAL_ADMENU_MYTPLSADMIN','Templates');
12
13
// Appended by Xoops Language Checker -GIJOE- in 2005-05-06 18:04:00
14
define('_MI_TIMEZONE_USING','Timezone of the server');
15
define('_MI_OPT_TZ_USEXOOPS','value of XOOPS config');
16
define('_MI_OPT_TZ_USEWINTER','value told from the server as winter time (recommended)');
17
define('_MI_OPT_TZ_USESUMMER','value told from the server as summer time');
18
19
// Appended by Xoops Language Checker -GIJOE- in 2005-05-03 05:31:13
20
define('_MI_USE24HOUR','24hours system (No means 12hours system)');
21
define('_MI_APCAL_ADMENU_PLUGINS','Plugins Manager');
22
23
// Appended by Xoops Language Checker -GIJOE- in 2005-04-22 12:02:02
24
define('_MI_APCAL_BNAME_MINICALEX','MiniCalendarEx');
25
define('_MI_APCAL_BNAME_MINICALEX_DESC','Extensible minicalendar with plugin system');
26
27
// Appended by Xoops Language Checker -GIJOE- in 2005-01-08 04:36:50
28
define('_MI_APCAL_DEFAULTLOCALE','italia');
29
define('_MI_APCAL_LOCALE','Locale (controlla i file in locales/*.php)');
30
31
define( 'APCAL_MI_LOADED' , 1 ) ;
32
33
// Module Info
34
35
// The name of this module
36
define("_MI_APCAL_NAME","APCal");
37
38
// A brief description of this module
39
define("_MI_APCAL_DESC","Modulo Calendario e Pianificazione eventi");
40
41
// Names of blocks for this module (Not all module has blocks)
42
define("_MI_APCAL_BNAME_MINICAL","CalendarioMini");
43
define("_MI_APCAL_BNAME_MINICAL_DESC","Mostra il calendarioMini nel blocco");
44
define("_MI_APCAL_BNAME_MONTHCAL","Calendario mensile");
45
define("_MI_APCAL_BNAME_MONTHCAL_DESC","Mostra il calendario mensile a grandezza piena");
46
define("_MI_APCAL_BNAME_TODAYS","Eventi di oggi");
47
define("_MI_APCAL_BNAME_TODAYS_DESC","Mostra gli eventi di oggi");
48
define("_MI_APCAL_BNAME_THEDAYS","Eventi del %s");
49
define("_MI_APCAL_BNAME_THEDAYS_DESC","Mostra gli eventi del giorno specificato");
50
define("_MI_APCAL_BNAME_COMING","Prossimi eventi");
51
define("_MI_APCAL_BNAME_COMING_DESC","Mostra prossimi eventi");
52
define("_MI_APCAL_BNAME_AFTER","Eventi dopo il %s");
53
define("_MI_APCAL_BNAME_AFTER_DESC","Mostra gli eventi dopo il giorno indicato");
54
define("_MI_APCAL_BNAME_NEW","Nuovi eventi inviati");
55
define("_MI_APCAL_BNAME_NEW_DESC","Mostra gli ultimi eventi inviati");
56
57
// Names of submenu
58
define("_MI_APCAL_SM_SUBMIT","Invia");
59
60
//define("_MI_APCAL_ADMENU1","");
61
62
// Title of config items
63
define("_MI_USERS_AUTHORITY", "Permessi degli Utenti");
64
define("_MI_GUESTS_AUTHORITY", "Permessi degli ospiti");
65
define("_MI_DEFAULT_VIEW", "Vista centrale predefinita");
66
define("_MI_MINICAL_TARGET", "Vista per il calendarioMini");
67
define("_MI_COMING_NUMROWS", "Numero di eventi da visualizzare nel blocco 'Prossimi Eventi'");
68
define("_MI_SKINFOLDER", "Nome della directory del tema");
69
define("_MI_SUNDAYCOLOR", "Colore della Domenica");
70
define("_MI_WEEKDAYCOLOR", "Colore dei feriali");
71
define("_MI_SATURDAYCOLOR", "Colore del Sabato");
72
define("_MI_HOLIDAYCOLOR", "Colore delle feste");
73
define("_MI_TARGETDAYCOLOR", "Colore del giorno selezionato");
74
define("_MI_SUNDAYBGCOLOR", "Colore di sfondo della Domenica");
75
define("_MI_WEEKDAYBGCOLOR", "Colore di sfondo dei feriali");
76
define("_MI_SATURDAYBGCOLOR", "Colore di sfondodel Sabato");
77
define("_MI_HOLIDAYBGCOLOR", "Colore di sfondodelle feste");
78
define("_MI_TARGETDAYBGCOLOR", "Colore di sfondodel giorno selezionato");
79
define("_MI_CALHEADCOLOR", "Colore della testata del calendario");
80
define("_MI_CALHEADBGCOLOR", "Colore di sfondo della testata del calendario");
81
define("_MI_CALFRAMECSS", "Stile del bordo del calendario");
82
define("_MI_CANOUTPUTICS", "Permessi di esportazione file ics");
83
define("_MI_MAXRRULEEXTRACT", "Limite di eventi estratti da rrule. (COUNT)");
84
define("_MI_WEEKSTARTFROM", "Inizio della settimana");
85
define("_MI_WEEKNUMBERING", "Numerazione delle settimane");
86
define("_MI_DAYSTARTFROM", "Ora limite per separare i giorni");
87
define("_MI_NAMEORUNAME" , "Nome visualizzato" ) ;
88
define("_MI_DESCNAMEORUNAME" , "Scegli quale 'nome' � visualizzato" ) ;
89
90
// Description of each config items
91
define("_MI_EDITBYGUESTDSC", "Permessi degli ospiti di inserire eventi");
92
93
// Options of each config items
94
define("_MI_OPT_AUTH_NONE", "non pu� inserire");
95
define("_MI_OPT_AUTH_WAIT", "pu� inserire ma necessita approvazione");
96
define("_MI_OPT_AUTH_POST", "pu� inserire senza approvazione");
97
define("_MI_OPT_AUTH_BYGROUP", "Speficificato nei permessi di gruppo");
98
define("_MI_OPT_MINI_PHPSELF", "Pagina attuale");
99
define("_MI_OPT_MINI_MONTHLY", "calendario mensile");
100
define("_MI_OPT_MINI_WEEKLY", "calendario settimanale");
101
define("_MI_OPT_MINI_DAILY", "calendario giornaliero");
102
define("_MI_OPT_MINI_LIST", "lista eventi");
103
define("_MI_OPT_CANOUTPUTICS", "pu� esportare");
104
define("_MI_OPT_CANNOTOUTPUTICS", "non pu� esportare");
105
define("_MI_OPT_STARTFROMSUN", "Domenica");
106
define("_MI_OPT_STARTFROMMON", "Luned�");
107
define("_MI_OPT_WEEKNOEACHMONTH", "per ogni mese");
108
define("_MI_OPT_WEEKNOWHOLEYEAR", "per l'intero anno");
109
define("_MI_OPT_USENAME" , "Nickname" ) ;
110
define("_MI_OPT_USEUNAME" , "Nome del Login" ) ;
111
112
// Admin Menus
113
define("_MI_APCAL_ADMENU0","Eventi da approvare");
114
define("_MI_APCAL_ADMENU1","Gestione Eventi");
115
define("_MI_APCAL_ADMENU_CAT","Gestione Categorie");
116
define("_MI_APCAL_ADMENU_CAT2GROUP","Permessi delle categorie");
117
define("_MI_APCAL_ADMENU2","Permessi Globali");
118
define("_MI_APCAL_ADMENU_TM","Manutenzione Tabella");
119
define("_MI_APCAL_ADMENU_ICAL","Importazione iCalendar");
120
define("_MI_APCAL_ADMENU_MYBLOCKSADMIN","Amministrazione Blocchi&Gruppi");
121
122
// Text for notifications
123
define('_MI_APCAL_GLOBAL_NOTIFY', 'Globale');
124
define('_MI_APCAL_GLOBAL_NOTIFYDSC', 'Opzioni globali di notifica APCal.');
125
define('_MI_APCAL_CATEGORY_NOTIFY', 'Categoria');
126
define('_MI_APCAL_CATEGORY_NOTIFYDSC', 'Opzioni di nofica per la categoria corrente.');
127
define('_MI_APCAL_EVENT_NOTIFY', 'Eventi');
128
define('_MI_APCAL_EVENT_NOTIFYDSC', 'Opzioni di notifica per l\'evento corrente.');
129
130
define('_MI_APCAL_GLOBAL_NEWEVENT_NOTIFY', 'Nuovo evento');
131
define('_MI_APCAL_GLOBAL_NEWEVENT_NOTIFYCAP', 'Notifica quando un nuovo evento viene creato.');
132
define('_MI_APCAL_GLOBAL_NEWEVENT_NOTIFYDSC', 'Ricevi notifica quando un nuovo evento viene creato.');
133
define('_MI_APCAL_GLOBAL_NEWEVENT_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notifica : Nuovo evento');
134
135
define('_MI_APCAL_CATEGORY_NEWEVENT_NOTIFY', 'Nuovo Evento nella Categoria');
136
define('_MI_APCAL_CATEGORY_NEWEVENT_NOTIFYCAP', 'Notifica quando un nuovo evento � creato nella Categoria.');
137
define('_MI_APCAL_CATEGORY_NEWEVENT_NOTIFYDSC', 'Ricevi notifica quando un nuovo evento � creato nella Categoria.');
138
define('_MI_APCAL_CATEGORY_NEWEVENT_NOTIFYSBJ', '[{X_SITENAME}] {X_MODULE} auto-notifica : Nuovo Evento in {CATEGORY_TITLE}');
139
140
}
141
142
?>
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...
143