21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
|
|
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
|