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");
- $steamID64 = explode ('"Profile_', $page);
- $steamID64 = explode ('"', $steamID64[1]);
- echo $steamID64[0];
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement