From adbe6225d8aaaaa785389345e5621c6369636ab3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 17 Sep 2020 14:36:49 +0200 Subject: added upload-mod 3.0.3 --- img/loading.gif | Bin 0 -> 673 bytes img/members/.gitkeep | 0 img/members/.htaccess | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ img/members/nofile.gif | Bin 0 -> 631 bytes img/upf-i.png | Bin 0 -> 649 bytes img/upf-it.png | Bin 0 -> 668 bytes img/upf-x.png | Bin 0 -> 778 bytes 7 files changed, 72 insertions(+) create mode 100644 img/loading.gif create mode 100644 img/members/.gitkeep create mode 100644 img/members/.htaccess create mode 100644 img/members/nofile.gif create mode 100644 img/upf-i.png create mode 100644 img/upf-it.png create mode 100644 img/upf-x.png (limited to 'img') diff --git a/img/loading.gif b/img/loading.gif new file mode 100644 index 0000000..f1c77c7 Binary files /dev/null and b/img/loading.gif differ diff --git a/img/members/.gitkeep b/img/members/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/img/members/.htaccess b/img/members/.htaccess new file mode 100644 index 0000000..2c530b3 --- /dev/null +++ b/img/members/.htaccess @@ -0,0 +1,72 @@ +# ---------------------------------------------------------------------- +# If something is broken, then see the apache config for your site, +# the AllowOverride directive https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride +# ---------------------------------------------------------------------- + +# ---------------------------------------------------------------------- +# Disable directory listing. +#----------------------------------------------------------------------- + + + Options -Indexes + + +# ---------------------------------------------------------------------- +# Disable CGI script execution. +#----------------------------------------------------------------------- + + + Options -ExecCGI + + + Options -ExecCGI + + + Options -ExecCGI + + +# ---------------------------------------------------------------------- +# Disable PHP script execution if php as apache module. +# If your php has a module name other than "mod_php", "mod_php_null", +# "mod_php5" and "mod_php7", then add here one more condition with your name. +#----------------------------------------------------------------------- + + + php_flag engine 0 + + + php_flag engine 0 + + + php_flag engine 0 + + + php_flag engine 0 + + +# ---------------------------------------------------------------------- +# Treat these files as plain text. +# ---------------------------------------------------------------------- + + + RemoveHandler .asmx .asp .aspx .cgi .dll .exe .fcgi .fpl .htm .html .js .jsp .php .php3 .php4 .php5 .php6 .php7 .phar .phps .phtm .phtml .pl .py .rb .shtm .shtml .wml .xml + AddType text/plain .asmx .asp .aspx .cgi .dll .exe .fcgi .fpl .htm .html .js .jsp .php .php3 .php4 .php5 .php6 .php7 .phar .phps .phtm .phtml .pl .py .rb .shtm .shtml .wml .xml + + +# ---------------------------------------------------------------------- +# All files are given through the default handler for static content (Disable script execution). +# ---------------------------------------------------------------------- + +SetHandler default-handler + +# ---------------------------------------------------------------------- +# Show nofile.gif instead of missing files. +# ---------------------------------------------------------------------- + + + RewriteEngine On +# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly +# RewriteBase / + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule .* nofile.gif [L] + diff --git a/img/members/nofile.gif b/img/members/nofile.gif new file mode 100644 index 0000000..8b4224d Binary files /dev/null and b/img/members/nofile.gif differ diff --git a/img/upf-i.png b/img/upf-i.png new file mode 100644 index 0000000..5d96460 Binary files /dev/null and b/img/upf-i.png differ diff --git a/img/upf-it.png b/img/upf-it.png new file mode 100644 index 0000000..888173a Binary files /dev/null and b/img/upf-it.png differ diff --git a/img/upf-x.png b/img/upf-x.png new file mode 100644 index 0000000..29185fe Binary files /dev/null and b/img/upf-x.png differ -- cgit v1.2.3-54-g00ecf