Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-09-17 14:36:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-09-17 14:36:49 +0200
commitadbe6225d8aaaaa785389345e5621c6369636ab3 (patch)
treef05e2ba1fb912231c0a03bcb4165e620834fdb7d /img
parent598e662d52afb3b80289390aa4605717ab7cc911 (diff)
added upload-mod 3.0.3
Diffstat (limited to 'img')
-rw-r--r--img/loading.gifbin0 -> 673 bytes
-rw-r--r--img/members/.gitkeep0
-rw-r--r--img/members/.htaccess72
-rw-r--r--img/members/nofile.gifbin0 -> 631 bytes
-rw-r--r--img/upf-i.pngbin0 -> 649 bytes
-rw-r--r--img/upf-it.pngbin0 -> 668 bytes
-rw-r--r--img/upf-x.pngbin0 -> 778 bytes
7 files changed, 72 insertions, 0 deletions
diff --git a/img/loading.gif b/img/loading.gif
new file mode 100644
index 0000000..f1c77c7
--- /dev/null
+++ b/img/loading.gif
Binary files differ
diff --git a/img/members/.gitkeep b/img/members/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/img/members/.gitkeep
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.
+#-----------------------------------------------------------------------
+
+<IfModule mod_autoindex.c>
+ Options -Indexes
+</IfModule>
+
+# ----------------------------------------------------------------------
+# Disable CGI script execution.
+#-----------------------------------------------------------------------
+
+<IfModule mod_cgi.c>
+ Options -ExecCGI
+</IfModule>
+<IfModule mod_cgid.c>
+ Options -ExecCGI
+</IfModule>
+<IfModule mod_fcgid.c>
+ Options -ExecCGI
+</IfModule>
+
+# ----------------------------------------------------------------------
+# 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.
+#-----------------------------------------------------------------------
+
+<IfModule mod_php.c>
+ php_flag engine 0
+</IfModule>
+<IfModule mod_php_null.c>
+ php_flag engine 0
+</IfModule>
+<IfModule mod_php5.c>
+ php_flag engine 0
+</IfModule>
+<IfModule mod_php7.c>
+ php_flag engine 0
+</IfModule>
+
+# ----------------------------------------------------------------------
+# Treat these files as plain text.
+# ----------------------------------------------------------------------
+
+<IfModule mod_mime.c>
+ 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
+</IfModule>
+
+# ----------------------------------------------------------------------
+# All files are given through the default handler for static content (Disable script execution).
+# ----------------------------------------------------------------------
+
+SetHandler default-handler
+
+# ----------------------------------------------------------------------
+# Show nofile.gif instead of missing files.
+# ----------------------------------------------------------------------
+
+<IfModule mod_rewrite.c>
+ 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]
+</IfModule>
diff --git a/img/members/nofile.gif b/img/members/nofile.gif
new file mode 100644
index 0000000..8b4224d
--- /dev/null
+++ b/img/members/nofile.gif
Binary files differ
diff --git a/img/upf-i.png b/img/upf-i.png
new file mode 100644
index 0000000..5d96460
--- /dev/null
+++ b/img/upf-i.png
Binary files differ
diff --git a/img/upf-it.png b/img/upf-it.png
new file mode 100644
index 0000000..888173a
--- /dev/null
+++ b/img/upf-it.png
Binary files differ
diff --git a/img/upf-x.png b/img/upf-x.png
new file mode 100644
index 0000000..29185fe
--- /dev/null
+++ b/img/upf-x.png
Binary files differ