Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $context = stream_context_create($opts);
- $usuario = $_POST["usuario"];
- $file = file_get_contents("https://todocodigos.000webhostapp.com/twitch/emoticonos/emoticonos1.php?usuario=$usuario", 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['emoticons']); $i ++) {
- ?>
- <br>
- <b>Emoticono:</b> => <?php echo $twitch['emoticons'][$i]['url']?>
- <br>
- <b>Nombre del emoticono:</b> => <?php echo $twitch['emoticons'][$i]['regex']?>
- <br>
- <?php }?>
- <form action="" method="POST">
- <input type="text" size="50" name="usuario" id="usuario" placeholder="Escribe el nombre del streamer">
- <input type="submit" value="Ver emotes del streamer">
- </form>
- <br>
- <br>
- <h3>
- API TWITCH:
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/api/api.php" target="_blank">api twitch</a>
- <br>
- <a href="https://pastebin.com/B9vy5w0y" target="_blank">Api emoticonos twitch</a>✔️
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/seguidores/seguidores1.php" target="_blank">Api twitch seguidores</a>
- <br>
- <a href="https://todocodigos.000webhostapp.com/twitch/clips/clip1.php" target="_blank">Api twitch clips</a>
- </h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement