Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $context = stream_context_create($opts);
- $file = file_get_contents("https://todocodigos.000webhostapp.com/fortnite/tutu.php", false, $context);
- $image_data = json_decode($file, true);
- $shop = json_decode($file, true);
- $news = json_decode($news, true);
- ?><?php for ($i = 0; $i < count($image_data['featured']); $i ++) {
- ?>
- <?php echo $shop['featured'][$i]['image']; ?>
- <?php }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement