Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- $usuario = $_GET["usuario"];
- $page= file_get_contents("https://steamcommunity.com/id/$usuario");
- $steamBandera = explode ('<img class="profile_flag" src="', $page);
- $steamBandera = explode ('"', $steamBandera[1]);
- echo $steamBandera[0];
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement