From 8e23d698e9971fc65eaeaeb4ee19976ba0dac2ee Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 15 Jun 2019 14:27:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bdb092 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Put a folder with images next to index.php, link overdose via GET. +Example link: +``` +index.php?t=Beautiful%20Brutalism&d=brutalismus&s=200&smax=40&smin=2000&i=1 +``` +Parameters explained: +d = Directory name. The only required parameter +t = Title in head and visible on loading screen. If none is set, shows "Overdose: /$directory/" +s = Initial speed in milliseconds +smax = max speed, the lower the faster +smin = min speed, the lower the faster - has to be bigger (!) than smax because less milliseconds = more speed! + +Examples: + +https://victorgiers.com/overdose/index.php?t=Ich&d=ich +https://victorgiers.com/overdose/index.php?t=Du&d=du +https://victorgiers.com/overdose/index.php?t=Artificial%20Humans&d=artificial_humans +https://victorgiers.com/overdose/index.php?t=Paradies&d=paradies +https://victorgiers.com/overdose/index.php?t=V%C3%B6llerei&d=voellerei +https://victorgiers.com/overdose/index.php?t=rechtsklick&d=rechtsklick +https://victorgiers.com/overdose/index.php?t=Beautiful%20Brutalism&d=brutalismus \ No newline at end of file