http://git.stelladenihil.i2p/mirrors/4get/src/branch/master/videos.php
php /* Initialize random shit */ include " data/config.php " ; include " lib/frontend.php " ; $frontend = new frontend (); [ $scraper , $filters ] = $frontend -> getscraperfilters ( " videos " ); $get = $frontend -> parsegetfilters ( $_GET , $filters ); /* Captcha */ include " lib/bot_protection.php " ; new bot_protection ( $frontend , $get , $filters , " videos " , true ); $payload = [ " timetaken " => microtime ( true ), " class " => " " , " right-left " => " " , "...