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/apcal_constants.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_CNST_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
// Appended by Xoops Language Checker -GIJOE- in 2005-05-17 17:34:01
8
define('_APCAL_BTN_DELETE_ONE','Remove just one');
9
10
// Appended by Xoops Language Checker -GIJOE- in 2005-05-03 05:31:14
11
define('_APCAL_JS_CALENDAR','calendar-en.js');
12
define('_APCAL_JSFMT_YMDN','%d %B %Y (%A)');
13
define('_APCAL_DTFMT_MINUTE','i');
14
define('_APCAL_FMT_YMDN','%3$s %2$s %1$s %4$s');
15
define('_APCAL_FMT_DHI','%1$s %2$s:%3$s');
16
define('_APCAL_FMT_HI','%1$s:%2$s');
17
define('_APCAL_TH_TIMEZONE','Time Zone');
18
19
define( 'APCAL_CNST_LOADED' , 1 ) ;
20
21
22
// format for date()  see http://jp.php.net/date
23
define('_APCAL_DTFMT_TIME','H:i') ;
24
25
// set your locale
26
define('_APCAL_LOCALE','it_IT') ;
27
// format for strftime()  see http://jp.php.net/strftime
28
define('_APCAL_STRFFMT_DATE','%d %b %Y (%a)') ;
29
define('_APCAL_STRFFMT_DATE_FOR_BLOCK','%d %b') ;
30
define('_APCAL_STRFFMT_TIME','%H:%M') ;
31
32
// definition of orders     Y:year  M:month  W:week  D:day  O:operand
33
define('_APCAL_FMT_MD','%2$s %1$s') ;
34
define('_APCAL_FMT_YMD','%3$s %2$s %1$s') ;
35
define('_APCAL_FMT_YMDO','%4$s%3$s%2$s%1$s') ;
36
define('_APCAL_FMT_YMW','%3$s %2$s %1$s') ;
37
define('_APCAL_FMT_YW','SETTIMANA%2$s %1$s') ;
38
define('_APCAL_FMT_YEAR_MONTH','%2$s %1$s') ;
39
define('_APCAL_FMT_YEAR','<font size="-1">ANNO </font>%s') ;
40
define('_APCAL_FMT_WEEKNO','SETTIMANA %s') ;
41
42
define('_APCAL_ICON_LIST','Elenco') ;
43
define('_APCAL_ICON_DAILY','Giornaliero') ;
44
define('_APCAL_ICON_WEEKLY','Settimanale') ;
45
define('_APCAL_ICON_MONTHLY','Mensile') ;
46
define('_APCAL_ICON_YEARLY','Annuale') ;
47
48
define('_APCAL_MB_SHOWALLCAT','Tutte le categorie') ;
49
50
define('_APCAL_MB_LINKTODAY','Oggi') ;
51
define('_APCAL_MB_NOSUBJECT','(senza titolo)') ;
52
53
define('_APCAL_MB_PREV_DATE','Ieri') ;
54
define('_APCAL_MB_NEXT_DATE','Domani') ;
55
define('_APCAL_MB_PREV_WEEK','Settimana Precedente') ;
56
define('_APCAL_MB_NEXT_WEEK','Settimana Successiva') ;
57
define('_APCAL_MB_PREV_MONTH','Mese Precedente') ;
58
define('_APCAL_MB_NEXT_MONTH','Mese Successivo') ;
59
define('_APCAL_MB_PREV_YEAR','Anno Precedente') ;
60
define('_APCAL_MB_NEXT_YEAR','Anno Successivo') ;
61
62
define('_APCAL_MB_NOEVENT','Nessun evento') ;
63
define('_APCAL_MB_ADDEVENT','Aggiungi un evento') ;
64
define('_APCAL_MB_CONTINUING','(continua)') ;
65
define('_APCAL_MB_RESTEVENT_PRE','altri') ;
66
define('_APCAL_MB_RESTEVENT_SUF','eventi') ;
67
define('_APCAL_MB_TIMESEPARATOR','--') ;
68
69
define('_APCAL_MB_ALLDAY_EVENT','Tutto-il-giorno') ;
70
define('_APCAL_MB_LONG_EVENT','Mostra come barra') ;
71
define('_APCAL_MB_LONG_SPECIALDAY','Anniversario, ecc.') ;
72
73
define('_APCAL_MB_PUBLIC','Pubblica') ;
74
define('_APCAL_MB_PRIVATE','Privato') ;
75
define('_APCAL_MB_PRIVATETARGET',' per %s') ;
76
77
define('_APCAL_MB_LINK_TO_RRULE1ST','Vai al primo evento ') ;
78
define('_APCAL_MB_RRULE1ST','Questo � il primo evento') ;
79
80
define('_APCAL_MB_EVENT_NOTREGISTER','Non Registrato') ;
81
define('_APCAL_MB_EVENT_ADMITTED','Approvato') ;
82
define('_APCAL_MB_EVENT_NEEDADMIT','In attesa di approvazione') ;
83
84
define('_APCAL_MB_TITLE_EVENTINFO','Pianificazione eventi') ;
85
define('_APCAL_MB_SUBTITLE_EVENTDETAIL','Lista dettagliata') ;
86
define('_APCAL_MB_SUBTITLE_EVENTEDIT','Modifica') ;
87
88
define('_APCAL_MB_HOUR_SUF',':') ;
89
define('_APCAL_MB_MINUTE_SUF','') ;
90
91
define('_APCAL_MB_ORDER_ASC','ascendente') ;
92
define('_APCAL_MB_ORDER_DESC','discendente') ;
93
define('_APCAL_MB_SORTBY','Ordina per:') ;
94
define('_APCAL_MB_CURSORTEDBY','Eventi ordinati per:') ;
95
96
define("_APCAL_MB_LABEL_CHECKEDITEMS","Gli eventi selezionati sono:");
97
define("_APCAL_MB_LABEL_OUTPUTICS","da esportare in iCalendar");
98
99
define("_APCAL_MB_ICALSELECTPLATFORM","Seleziona la piattaforma");
100
101
define('_APCAL_TH_SUMMARY','Sommario') ;
102
define('_APCAL_TH_STARTDATETIME','DataOra Inizio') ;
103
define('_APCAL_TH_ENDDATETIME','DataOra Fine') ;
104
define('_APCAL_TH_ALLDAYOPTIONS','Opzioni di tutto-il-giorno') ;
105
define('_APCAL_TH_LOCATION','Luogo') ;
106
define('_APCAL_TH_CONTACT','Contatto') ;
107
define('_APCAL_TH_CATEGORIES','Categorie') ;
108
define('_APCAL_TH_SUBMITTER','Inviato da') ;
109
define('_APCAL_TH_CLASS','Tipologia') ;
110
define('_APCAL_TH_DESCRIPTION','Descrizione') ;
111
define('_APCAL_TH_RRULE','Ricorrenza') ;
112
define('_APCAL_TH_ADMISSIONSTATUS','Stato') ;
113
define('_APCAL_TH_LASTMODIFIED','Ultima modifica') ;
114
115
define('_APCAL_NTC_MONTHLYBYMONTHDAY','(Inserisci il numero)') ;
116
define('_APCAL_NTC_EXTRACTLIMIT','** Solo %s eventi sono estratti al massimo.') ;
117
define('_APCAL_NTC_NUMBEROFNEEDADMIT','(%s eventi da approvare)') ;
118
119
define('_APCAL_OPT_PRIVATEMYSELF','solo per me') ;
120
define('_APCAL_OPT_PRIVATEGROUP','gruppo %s') ;
121
define('_APCAL_OPT_PRIVATEINVALID','(gruppo invalido)') ;
122
123
define('_APCAL_MB_OP_AFTER','Dopo') ;
124
define('_APCAL_MB_OP_BEFORE','Prima') ;
125
define('_APCAL_MB_OP_ON','il') ;
126
define('_APCAL_MB_OP_ALL','tutto') ;
127
128
define('_APCAL_CNFM_SAVEAS_YN','Confermi salvataggio come un altro evento?') ;
129
define('_APCAL_CNFM_DELETE_YN','Confermi eliminazione di questo evento?') ;
130
131
define('_APCAL_ERR_INVALID_EVENT_ID','Errore: EventID non trovato') ;
132
define('_APCAL_ERR_NOPERM_TO_SHOW',"Errore: Non hai i privilegi per visualizzare") ;
133
define('_APCAL_ERR_NOPERM_TO_OUTPUTICS',"Errore: Non hai i privilegi per esportare iCalendar") ;
134
define('_APCAL_ERR_LACKINDISPITEM','L\'evento %s � vuoto.<br />Premi il pulsante \'indietro\' del browser!') ;
135
136
define('_APCAL_BTN_JUMP','Vai') ;
137
define('_APCAL_BTN_NEWINSERTED','Nuovo inserimento') ;
138
define('_APCAL_BTN_SUBMITCHANGES',' Modifica! ') ;
139
define('_APCAL_BTN_SAVEAS','Salva come') ;
140
define('_APCAL_BTN_DELETE','Cancella') ;
141
define('_APCAL_BTN_EDITEVENT','Modifica') ;
142
define('_APCAL_BTN_RESET','Reimposta') ;
143
define('_APCAL_BTN_OUTPUTICS_WIN','iCalendar(Win)') ;
144
define('_APCAL_BTN_OUTPUTICS_MAC','iCalendar(Mac)') ;
145
define('_APCAL_BTN_PRINT','Stampa') ;
146
define("_APCAL_BTN_IMPORT","Importa!");
147
define("_APCAL_BTN_UPLOAD","Upload!");
148
define("_APCAL_BTN_EXPORT","Esporta!");
149
define("_APCAL_BTN_EXTRACT","Estrai");
150
define("_APCAL_BTN_ADMIT","Approva");
151
define("_APCAL_BTN_MOVE","Muovi");
152
define("_APCAL_BTN_COPY","Copia");
153
154
define('_APCAL_RR_EVERYDAY','Tutti i giorni') ;
155
define('_APCAL_RR_EVERYWEEK','Tutte le settimane') ;
156
define('_APCAL_RR_EVERYMONTH','Tutti i mesi') ;
157
define('_APCAL_RR_EVERYYEAR','Tutti gli anni') ;
158
define('_APCAL_RR_FREQDAILY','Giornaliero') ;
159
define('_APCAL_RR_FREQWEEKLY','Settimanale') ;
160
define('_APCAL_RR_FREQMONTHLY','Mensile') ;
161
define('_APCAL_RR_FREQYEARLY','Annuale') ;
162
define('_APCAL_RR_FREQDAILY_PRE','Ogni') ;
163
define('_APCAL_RR_FREQWEEKLY_PRE','Ogni') ;
164
define('_APCAL_RR_FREQMONTHLY_PRE','Ogni') ;
165
define('_APCAL_RR_FREQYEARLY_PRE','Ogni') ;
166
define('_APCAL_RR_FREQDAILY_SUF','giorni') ;
167
define('_APCAL_RR_FREQWEEKLY_SUF','settimane') ;
168
define('_APCAL_RR_FREQMONTHLY_SUF','mesi') ;
169
define('_APCAL_RR_FREQYEARLY_SUF','anni') ;
170
define('_APCAL_RR_PERDAY','ogni %s giorni') ;
171
define('_APCAL_RR_PERWEEK','ogni %s settimane') ;
172
define('_APCAL_RR_PERMONTH','ogni %s mesi') ;
173
define('_APCAL_RR_PERYEAR','ogni %s anni') ;
174
define('_APCAL_RR_COUNT','<br />%s volte') ;
175
define('_APCAL_RR_UNTIL','<br />fino al %s') ;
176
define('_APCAL_RR_R_NORRULE','Non Ricorrente') ;
177
define('_APCAL_RR_R_YESRRULE','Ricorrente') ;
178
define('_APCAL_RR_OR','or') ;
179
define('_APCAL_RR_S_NOTSELECTED','-non selezionato-') ;
180
define('_APCAL_RR_S_SAMEASBDATE','Stessa della data di inizio') ;
181
define('_APCAL_RR_R_NOCOUNTUNTIL','Nessuna condizione di fine evento') ;
182
define('_APCAL_RR_R_USECOUNT_PRE','ripeti') ;
183
define('_APCAL_RR_R_USECOUNT_SUF','volte') ;
184
define('_APCAL_RR_R_USEUNTIL','fino al') ;
185
186
}
187
188
?>
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...
189