Call the png in Tinfoil theme settings.json:
https://yourdomain.com/images/halloween.png
Create a .htaccess file on the hosting server inside a folder called "images":
RewriteEngine On
RewriteRule ^halloween\.png$ halloween.php [L]
| <?php | |
| // Get the requested image filename from the query parameter | |
| if (isset($_GET['image'])) { | |
| $requestedImage = $_GET['image']; | |
| // Check if the requested image exists in the 'images' folder | |
| $imagesDir = 'images/'; | |
| $requestedImagePath = $imagesDir . $requestedImage; | |
| if (file_exists($requestedImagePath)) { |
| Decrypt with the only key needed to obtain your titlekeys. | |
| ddffd9e6c550750b187ba5c09e669d40db5d031964cd63455d78d73ba24ae62b | |
| Gathered from info from http://switchbrew.org/index.php?title=Ticket | |
| 1) dump your nand with linux | |
| 2) open NAND dump with HACDISKMOUNT | |
| 3) extract/dump PRODINFO partition with BIS0 key | |
| 4) mount SYSTEM (with BIS2 keys) and copy Save/80000000000000e2 to your physical harddrive |