Look, i got it!


rndquote.­php
06.12.2019 16:26:08
0 MB (858cfa39c38a81c4d139a22349ce218e)

http://files.q3t.de/a/get/fa059b41b6fc479d6cef2ef382d836f2

<? function rndquote($s) { global $nocache; $nocache=true; $a=explode("\n",stripcslashes($s)); return $a[rand(0,sizeof($a)-1)]; } ?>
timings [ include: 84µs, load: 11µs, generate: 53µs, action: 14ms, final: 96µs, total: 14ms ]