Authentication Required
-Authentication Required: The supplied credentials were unauthorized to access the specified content.
- -Authentication Required: Enter your username and password for "" on
- -From 7375af9eb586bc19130937dd43d8c4412faa9738 Mon Sep 17 00:00:00 2001 From: Miglen Evlogiev <--help> Date: Wed, 27 May 2026 23:56:42 +0300 Subject: [PATCH 1/2] Modernise the interface (HTML5 + dark-mode-aware stylesheet) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refreshes the look without changing any flows, form fields, or class names. Same forms, same options menu, same buttons — just modern. - files/css/index.css rewritten as the single source of truth: CSS custom properties for palette, system font stack, automatic prefers-color-scheme dark mode, mobile-first responsive, subtle shadows, accessible focus rings (3px accent halo on inputs), accent-color on checkboxes - files/php/index.inc.php switched from XHTML 1.0 Transitional to HTML5; inline - - - -
- - - - -Authentication Required: The supplied credentials were unauthorized to access the specified content.
- -Authentication Required: Enter your username and password for "" on
- -Authentication Required: The supplied credentials were unauthorized to access the specified content.
+ +Authentication Required: Enter your username and password for "" on
+ +';
switch ($data['group']) {
case 'url':
@@ -59,74 +83,141 @@
echo 'Resource Error: ';
switch ($data['type']) {
case 'file_size':
- $message = 'The file your are attempting to download is too large.
'
- . 'Maxiumum permissible file size is ' . number_format($GLOBALS['_config']['max_file_size'] / 1048576, 2) . ' MB
'
+ $message = 'The file your are attempting to download is too large.
'
+ . 'Maxiumum permissible file size is ' . number_format($GLOBALS['_config']['max_file_size'] / 1048576, 2) . ' MB
'
. 'Requested file size is ' . number_format($GLOBALS['_content_length'] / 1048576, 2) . ' MB';
break;
case 'hotlinking':
- $message = 'It appears that you are trying to access a resource through this proxy from a remote Website.
'
+ $message = 'It appears that you are trying to access a resource through this proxy from a remote Website.
'
. 'For security reasons, please use the form below to do so.';
break;
}
break;
}
- echo 'An error has occured while trying to browse through the proxy.
' . $message . '