kev1n

Results 11 issues of kev1n

A php file contains this code: ``` if(array_key_exists('REQUEST_URI', $_SERVER)){ if(strpos($_SERVER['REQUEST_URI'], basename(__FILE__)) !== false){ header('HTTP/1.0 404 Not Found', true, 404); die(); } } ``` Now if you preview or edit that...

I followed the installation instructions for composer. Your examples use $template_engine, like: ` $template_engine->render('comment', $row);` I get this error: > `Warning: Undefined variable $template_engine in /home/xyz/easydb/test.php on line 25 Fatal...

Ace requires some other files (themes, extensions, syntax highlighting etc.) It's probably better to place them in a subfolder within assets/js/ and then replace ` 'js-ace' => '',` with `...

There are several sorting issues that need to be addressed to improve the user experience: **Sorting by Name:** To maintain consistency, the "go back" icon (represented as "...") should always...

bug

**jquery-confirm** is a remarkable project with an intuitive design that makes it easy to understand and customize. However, there is a pressing issue: the project appears to be dormant and...

Keyboard shortcuts should be added to provide easier navigation for people with disabilities. - Esc: Closes the opened ContextMenu. - Enter: Selects the focused item. - Up: Navigates up or...

enhancement

In your demo (index.html), if you set the focus on the "Click this button" button (without clicking it) and hit Enter, the menu is opened at a wrong position. Maybe...

While scanning the downloaded file tinyfilemanager.php, 3 out of 65 security vendors flagged it as malicious. đź”— [VirusTotal Report](https://www.virustotal.com/gui/file/3455be6f42e55044ac3c834f1924407f32a5c90b547fb5959069bba015f50e7b) SHA256: 3455be6f42e55044ac3c834f1924407f32a5c90b547fb5959069bba015f50e7b Detections: Trojan:Php/Agent.NV# Trojan.Agent/PHP!8.12895 (TOPIS:E0:kj7ifrRxtoT) The issue is not only...

Security

Below are a few issues I noticed that appear to be spelling or phrasing mistakes: “Dailog” vs “Dialog” Several functions and modal IDs (such as confirmDailog and renameDailog) use “Dailog”...

Maybe rename "Search a files" to "Search"? ![typo_adv_search](https://user-images.githubusercontent.com/45562597/206992914-c7245884-f08e-42a5-adf3-26840df95df2.png)

suggestion