Issues (501)

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.

config/english.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
$lang = array();
3
4
/*
5
------------------------------------
6
	Language: English
7
    Version: 0.2
8
    From: 05.07.2015
9
    Author: CyberByte
10
------------------------------------
11
12
------------------------------------
13
	Common Items / Header Items
14
------------------------------------
15
*/
16
17
$lang['welcome'] = 'Welcome';
18
$lang['players'] = 'Players';
19
$lang['player'] = 'Player';
20
$lang['vehicles'] = 'Vehicles';
21
$lang['vehicle'] = 'Vehicle';
22
$lang['houses'] = 'Houses';
23
$lang['house'] = 'House';
24
$lang['gangs'] = 'Gangs';
25
$lang['gang'] = 'Gang';
26
$lang['wanted'] = 'Wanted';
27
$lang['staff'] = 'Staff';
28
$lang['overview'] = 'Overview';
29
$lang['search'] = 'Search';
30
$lang['edit'] = 'Edit';
31
$lang['editing'] = 'Editing';
32
$lang['editor'] = 'Editor';
33
$lang['members'] = 'Members';
34
$lang['subChange'] = 'Submit Changes';
35
$lang['quickLook'] = 'Quick Look';
36
$lang['curPlayers'] = 'Current Players';
37
$lang['statOver'] = 'Statistics Overview';
38
$lang['viewAll'] = 'View All';
39
$lang['subChanges'] = 'Update';
40
$lang['yes'] = 'Yes';
41
$lang['no'] = 'No';
42
$lang['car'] = 'Car';
43
$lang['air'] = 'Air';
44
$lang['ban'] = 'Ban';
45
$lang['ship'] = 'Ship';
46
$lang['store'] = 'Store';
47
$lang['add'] = 'Add';
48
$lang['new'] = 'New';
49
$lang['note'] = 'Note';
50
$lang['id'] = 'ID';
51
$lang['uid'] = 'User ID';
52
$lang['page'] = 'Page';
53
$lang['not'] = 'Not';
54
55
/*
56
-----------------
57
	Errors
58
-----------------
59
*/
60
61
$lang['error'] = 'Error';
62
$lang['404'] = '404';
63
$lang['dbError'] = 'Database connection problem';
64
$lang['noPerm'] = 'Sorry you do not have permission to view this page';
65
$lang['noHouse'] = 'No Houses';
66
$lang['banned'] = 'Login Failed Reason: Banned';
67
$lang['noGang'] = 'No Gangs';
68
$lang['noID'] = 'No ID';
69
$lang['noRec'] = 'No records found';
70
$lang['noRes'] = 'No records found';
71
$lang['noNotes'] = 'No notes for this player';
72
$lang['noVeh'] = 'No Vehicles';
73
$lang['pluginNF'] = 'Plugin Not Found';
74
$lang['noPlayer'] = 'Player cannot be found';
75
$lang['fillAll'] = 'Please fill everything in';
76
$lang['noLang'] = 'Language not allowed';
77
$lang['incorrectPass'] = 'Incorrect Password';
78
$lang['failPID'] = 'Player ID not found on steam';
79
$lang['matchPass'] = 'The passwords must match';
80
$lang['notverified'] = 'Server Verification Failed';
81
$lang['noPlayers'] = 'No Players are online';
82
$lang['cannotConnect'] = 'Cannot Connect to server';
83
$lang['noCrimes'] = 'No Crimes';
84
$lang['selDB'] = 'Please Select A Database';
85
$lang['noServer'] = 'No Server Found';
86
$lang['noLic'] = 'No Licenses';
87
$lang['noPlugin'] = 'No Plugin Folder';
88
$lang['nodb'] = 'No databases setup';
89
90
/*
91
------------------
92
	Menu Items
93
------------------
94
*/
95
96
$lang['navProfile'] = 'Profile';
97
$lang['navAdmin'] = 'Admin';
98
$lang['navNewUser'] = 'Add New User';
99
$lang['navDashboard'] = 'Dashboard';
100
$lang['navLogOut'] = 'Log Out';
101
$lang['first'] = 'First';
102
$lang['previous'] = 'Previous';
103
$lang['next'] = 'Next';
104
$lang['last'] = 'Last';
105
$lang['editPlayer'] = 'Edit Player';
106
107
/*
108
-------------------------------
109
	Table Headers / Buttons
110
-------------------------------
111
*/
112
113
$lang['staffName'] = 'Staff Name';
114
$lang['emailAdd'] = 'Email Address';
115
$lang['rank'] = 'Rank';
116
$lang['name'] = 'Name';
117
$lang['wantList'] = 'Wanted List';
118
$lang['aliases'] = 'Aliases';
119
$lang['owner'] = 'Owner';
120
$lang['maxMembers'] = 'Max Members';
121
$lang['members'] = 'Members';
122
$lang['bank'] = 'Bank';
123
$lang['cash'] = 'Cash';
124
$lang['cop'] = 'Cop';
125
$lang['police'] = 'Police';
126
$lang['medic'] = 'Medic';
127
$lang['medics'] = 'Medics';
128
$lang['civil'] = 'Civilian';
129
$lang['civ'] = 'Civ';
130
$lang['side'] = 'Side';
131
$lang['admin'] = 'Admin';
132
$lang['donator'] = 'Donator';
133
$lang['licenses'] = 'Licenses';
134
$lang['gear'] = 'Gear';
135
$lang['playerID'] = 'Player ID';
136
$lang['GUID'] = 'GUID';
137
$lang['position'] = 'Position';
138
$lang['owned'] = 'Owned';
139
$lang['inventory'] = 'Inventory';
140
$lang['containers'] = 'Containers';
141
$lang['class'] = 'Class';
142
$lang['type'] = 'Type';
143
$lang['plate'] = 'Plate';
144
$lang['alive'] = 'Alive';
145
$lang['colour'] = 'Colour';
146
$lang['uid'] = 'uID';
147
148
/*
149
---------------------------
150
	Plugin Store
151
---------------------------
152
*/
153
154
$lang['pluginstore'] = 'Plugin Store';
155
$lang['visitSite'] = 'Visit Site';
156
$lang['installed'] = 'Installed';
157
$lang['updateAvalible'] = 'Update Available';
158
$lang['update'] = 'Update';
159
$lang['install'] = 'Install';
160
$lang['active'] = 'Active';
161
$lang['activate'] = 'Activate';
162
$lang['deactivate'] = 'Deactivate';
163
$lang['delete'] = 'Delete';
164
$lang['plugin'] = 'Plugin';
165
166
/*
167
--------------------------
168
	Wanted
169
--------------------------
170
*/
171
172
$lang['wID'] = 'Wanted ID';
173
$lang['bounty'] = 'Bounty';
174
$lang['crimes'] = 'Crimes';
175
176
/*
177
--------------------------
178
	Settings
179
--------------------------
180
*/
181
182
$lang['key'] = 'Key';
183
$lang['registration'] = 'Allow user registration';
184
$lang['steamlogin'] = 'Allow login with steam';
185
$lang['useNews'] = 'Use CyberByte News Feed';
186
$lang['panel'] = 'Panel';
187
$lang['useVAC'] = 'Check VAC Bans';
188
$lang['useCommunityBans'] = 'Check Community Bans';
189
$lang['itemsPP'] = 'Items Per Page';
190
$lang['settings'] = 'Settings';
191
$lang['allowLang'] = 'Allow other languages';
192
$lang['community'] = 'Community Name';
193
194
/*
195
--------------------------
196
	Server Editor
197
--------------------------
198
*/
199
200
$lang['use'] = 'Use';
201
$lang['gsq'] = 'Game Server Query';
202
$lang['gsqa'] = 'Address';
203
$lang['gsqp'] = 'Port';
204
$lang['gsrc'] = 'Rcon Password';
205
206
/*
207
--------------------------
208
	Permissions
209
--------------------------
210
*/
211
212
$lang['perms'] = "Permissions";
213
$lang['perm_view'] = "View Permissions";
214
$lang['perm_edit'] = "Edit Permissions";
215
$lang['perm_view_staff'] = "View Staff";
216
$lang['perm_view_houses'] = "View Houses";
217
$lang['perm_view_gangs'] = "View Gangs";
218
$lang['perm_view_wanted'] = "View Wanted";
219
$lang['perm_view_steam'] = "View Steam";
220
$lang['perm_view_player'] = "View Player";
221
$lang['perm_view_licences'] = "View Licences";
222
$lang['perm_view_messages'] = "View Messages";
223
$lang['perm_view_notes'] = "View Notes";
224
$lang['perm_view_curplayer'] = "View Current Players";
225
$lang['perm_view_logs'] = "View Logs";
226
$lang['perm_view_phone'] = "View Phone";
227
$lang['perm_view_inventory'] = "View Inventory";
228
$lang['perm_view_vehicles'] = "View Vehicles";
229
$lang['perm_view_gamesrv'] = "View Game Servers";
230
$lang['perm_view_gamesrvAdmin'] = "Administrate Game Servers";
231
$lang['perm_edit_staff'] = "Edit Staff";
232
$lang['perm_edit_update'] = "Edit Update";
233
$lang['perm_edit_vehicles'] = "Edit Vehicles";
234
$lang['perm_edit_houses'] = "Edit Houses";
235
$lang['perm_edit_gangs'] = "Edit Gangs";
236
$lang['perm_edit_wanted'] = "Edit Wanted";
237
$lang['perm_edit_steam'] = "Edit Steam";
238
$lang['perm_edit_player'] = "Edit Player";
239
$lang['perm_edit_licences'] = "Edit Licences";
240
$lang['perm_edit_inventory'] = "Edit Inventory";
241
$lang['perm_edit_server'] = "Edit Server";
242
$lang['perm_edit_notes'] = "Edit Notes";
243
$lang['perm_edit_ranks'] = "Edit Ranks";
244
$lang['perm_edit_bank'] = "Edit Bank/Cash";
245
$lang['perm_edit_ignLVL'] = "Edit Ingame Admin/Donator";
246
247
/*
248
--------------------------
249
	Logs
250
--------------------------
251
*/
252
253
$lang['failedAccess'] = 'Failed to access';
254
$lang['logs'] = 'Logs';
255
$lang['log'] = 'Log';
256
$lang['searched'] = 'Searched';
257
$lang['deleted'] = 'Deleted';
258
$lang['id'] = 'ID';
259
$lang['time'] = 'Time';
260
$lang['action'] = 'Action';
261
$lang['level'] = 'Level';
262
$lang['from'] = 'from';
263
$lang['to'] = 'to';
264
265
/*
266
--------------------------
267
	Misc
268
--------------------------
269
*/
270
271
$lang['setup'] = 'The database has now been setup';
272
$lang['upgrade'] = 'The database has now been upgraded';
273
$lang['Kick'] = 'Kick';
274
$lang['enterPass'] = 'Enter new password';
275
$lang['password'] = 'Password';
276
$lang['repeat'] = 'Repeat';
277
$lang['login'] = 'Login';
278
$lang['cancel'] = 'Cancel';
279
$lang['picture'] = 'Picture';
280
$lang['changePass'] = 'Change Password';
281
$lang['gameServers'] = 'Game Servers';
282
$lang['blacklisted'] = 'Blacklisted';
283
$lang['arrested'] = 'Arrested';
284
$lang['finances'] = 'Finances';
285
$lang['username'] = 'Username';
286
$lang['view'] = 'View';
287
$lang['updated'] = 'Updated';
288
$lang['server'] = 'Server';
289
$lang['user'] = 'User';
290
$lang['database'] = 'Database';
291
$lang['databases'] = 'Databases';
292
$lang['edited'] = 'Edited';
293
$lang['levels'] = 'Levels';
294
$lang['notes'] = 'Notes';
295
$lang['users'] = 'Users';
296
$lang['stored'] = 'Stored';
297
$lang['close'] = 'Close';
298
$land['updateMessage'] = 'An update is available';
299
$lang['update'] = 'Update';
300
$lang['news'] = 'News';
301
$lang['in'] = 'in';
302
$lang['host'] = 'Host';
303
$lang['user'] = 'User';
304
$lang['visited'] = 'visited';
305
$lang['debug'] = 'Debug';
306
$lang['language'] = 'Language';
307
$lang['failedUpdate'] = 'Failed Update';
308
$lang['max'] = 'Max';
309
$lang['current'] = 'Current';
310
$lang['performance'] = 'Performance Mode';
311
$lang['steamFound'] = 'Steam profile found:';
312
$lang['vacban'] = 'VAC Banned';
313
$lang['passreset'] = 'Password Reset';
314
$lang['yourGang'] = 'Your Gang';
315
$lang['topRich'] = 'Top Ten Richest Players';
316
$lang['say'] = 'Say';
317
$lang['execute'] = 'Execute';
318
$lang['life'] = 'Life';
319
$lang['waste'] = 'Wasteland';
320
$lang['start'] = 'Start';
321
$lang['stop'] = 'Stop';
322
$lang['refresh'] = 'Refresh';
323
$lang['more'] = 'More';
324
$lang['options'] = 'Options';
325
$lang['expired'] = 'Form Expired';
326
$lang['newdb'] = 'Added New Database';
327
$lang['dropIn'] = "Drop In's";
328
$lang['activeAlready'] = 'Plugin Already Active';
329
$lang['notActive'] = 'Plugin Not Active';
330
$lang['pluginActivated'] = 'Plugin Activated Successfully';
331
$lang['added'] = 'Added';
332
$lang['removed'] = 'Removed';
333
334
$lang['2factor'] = 'Two Factor Authentication';
335
$lang['2factorSetup1'] = 'Please scan the below barcode in the Google Authenticator App';
336
$lang['2factorSetup2'] = 'Or use this key';
337
$lang['2factorSetup3'] = 'Enter the code';
338
$lang['2factor1'] = '2 Factor authentication is setup on your account';
339
$lang['2factor2'] = '2 Factor setup failed';
340
$lang['2factor3'] = 'Backup Key';
341
342
$lang['2factor4'] = 'Stop 2 Factor';
343
$lang['2factorRemember'] = 'This computer has been remembered';
344
$lang['2factorRememberDevice'] = 'Remember This Computer';
345
$lang['2factorRevoke'] = 'Your keys have been revoked';
346
$lang['2factorDeviceRevoke'] = 'Your device has been forgotten';
347
$lang['2factorTokenRevoke'] = 'All devices have been forgotten';
348
$lang['2factorBackupRevoke'] = 'Your backup key has been removed';
349
$lang['2factorRevoke'] = 'Your keys have been revoked';
350
$lang['2factorForceRevoke'] = '2 Factor has been turned off for your account by an Admin';
351
$lang['2factorBackup1'] = 'Your backup code is:';
352
$lang['2factorBackup2'] = 'please write it down on a safe place';
353
$lang['2factorError1'] = 'Your backup code is incorrect';
354
$lang['2factorError2'] = 'Your code is incorrect';
355
$lang['2factorForce'] = 'Your panel admin has forced Two factor login for all users';
356
$lang['sudoExpired'] = 'Your login has expired, please try again';
357
$lang['sudo'] = 'You are entering sudo mode, you will not need to login again for 3 hours';
358
$lang['whitelist'] = 'Add IP\'s which you want to connect from. Example: 127.0.0.1, 127.0.0 and 127 will all allow 127.0.0.1 to connect';
359
$lang['sudoMode'] = 'Sudo Mode';
360
$lang['use2factor'] = 'Use Two Factor';
361
$lang['force2factor'] = 'Force Two Factor';
362
$lang['useGravatar'] = 'Use Gravatar';
363
$lang['none'] = 'Not forced';
364
$lang['steam'] = 'All users except Steam Sign On';
365
$lang['all'] = 'All users';
366
367
$lang['gravatarProfile'] = 'Using Gravatar Image';
368
$lang['steamProfile'] = 'Using Steam Image';
369
$lang['themeProfile'] = 'Using Theme Image';
370
$lang['passChanged'] = 'Your password has been reset';
0 ignored issues
show
As per coding style, files should not end with a newline character.

This check marks files that end in a newline character, i.e. an empy line.

Loading history...
371