Advertisement
Akuba

Steam Get Info

Jan 10th, 2016
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.     header("Content-Type: text/plain");
  3.     preg_match('#<span class="count ">(.*)</span>#', file_get_contents('http://steamcommunity.com/groups/YOURGROUPNAME'), $match);
  4.     echo $match[1];
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement