This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $website = 'http://yourwebsite.com'; //no trailing slash | |
| $key = 'kokenwtf'; | |
| /* | |
| * | |
| * RUNNING ON A MACHINE THAT HAS UNLIMITED EXECUTION TIME IS HIGHLY ENCOURAGED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $retina = true; | |
| $key = 'kokenwtf'; //ENTER YOUR OWN KEY | |
| if ($_GET['key'] != $key) die; | |
| $ds = DIRECTORY_SEPARATOR; | |
| $root = dirname(__FILE__); | |
| $content = $root . $ds . 'storage'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| date_default_timezone_set('UTC'); | |
| error_reporting(0); | |
| if (isset($_GET['path'])) | |
| { | |
| $path = $_GET['path']; | |
| } |
NewerOlder