From a18f1bba617a6ba6019c172769e0cd21a42caca8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 28 Jun 2015 16:51:53 +0100 Subject: [PATCH] removed the old one, and rewrote auto to be self contained and much more lightweight --- auto-download.php | 22 --------------------- auto-downloader.php | 48 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 22 deletions(-) delete mode 100644 auto-download.php create mode 100644 auto-downloader.php diff --git a/auto-download.php b/auto-download.php deleted file mode 100644 index 9b79a04..0000000 --- a/auto-download.php +++ /dev/null @@ -1,22 +0,0 @@ - - - - - <?php echo $properties["auto title"] . " for " . $file["name"];?> - - -
-

File Auto Downloader

The file you requested will begin to download automatically. If it doesnt, click the link below.

- Click here to download file";?> -
- - \ No newline at end of file diff --git a/auto-downloader.php b/auto-downloader.php new file mode 100644 index 0000000..bd6d1ca --- /dev/null +++ b/auto-downloader.php @@ -0,0 +1,48 @@ + +Auto Download Manager Lite + + += 1) { ?> +

404 - File does not exist

+

The file you requested for download does not exist. Please check the URL and try again.

+ Requested File: {$QSEscaped}

"; ?> + += 1) { ?> +

Downloading File:

+

Your file will be automitically downloaded in a second, if it doesnt for some reason, click the link below to manually download it.

+ Click here to manually download file"?> + + + +

Querystring Error

+

There is an error with the provided querystring . Please try again.

+ + + + \ No newline at end of file