diff --git a/edit.php b/edit.php index 2f152bc..ade8010 100644 --- a/edit.php +++ b/edit.php @@ -7,48 +7,49 @@ } } ?> - + +
'; switch ($data['group']) { case 'url': @@ -271,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 . '
Authentication Required: The supplied credentials were unauthorized to access the specified content.
Authentication Required: Enter your username and password for "" on
No proxied cookies stored.
cookie held for proxied sites.
Outgoing request headers sent on your behalf. Empty means "use browser default", . means "use my real browser User-Agent", - means "send no User-Agent".
.
-
PHProxy = $GLOBALS['_version']; ?>