Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $context = stream_context_create($opts);
- $skin = $_GET['skin'];
- $file = file_get_contents("https://todocodigos.000webhostapp.com/mc/minecraft.php?skin=$skin", false, $context);
- $image_data = json_decode($file, true);
- $twitch = json_decode($file, true);
- $news = json_decode($news, true);
- ?>
- <?php for ($i = 0; $i < count($image_data['SkinMinecraft']); $i ++) {
- ?>
- <br>
- <b>Skin Minecraft</b> => <?php echo $twitch['SkinMinecraft']; ?>
- <br>
- <?php }?>
- <br>
- <br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement