Advertisement
irokemr

shop fortnite

Feb 9th, 2020
1,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4.  
  5. $context = stream_context_create($opts);
  6.  
  7.  
  8.  
  9. $file = file_get_contents("https://todocodigos.000webhostapp.com/fortnite/tutu.php", false, $context);
  10.  
  11.  
  12.  
  13.  
  14. $image_data = json_decode($file, true);
  15. $shop = json_decode($file, true);
  16.  
  17.  
  18. $news = json_decode($news, true);
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ?><?php  for ($i = 0; $i < count($image_data['featured']); $i ++) {
  27.    
  28.  
  29.  
  30. ?>
  31.  
  32. <?php echo  $shop['featured'][$i]['image'];  ?>
  33. <?php }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement