Skip to content

Instantly share code, notes, and snippets.

@ramazansancar
Last active August 11, 2016 00:33
Show Gist options
  • Save ramazansancar/6a094ba451ca407c000dd786fdf822e8 to your computer and use it in GitHub Desktop.
Save ramazansancar/6a094ba451ca407c000dd786fdf822e8 to your computer and use it in GitHub Desktop.
Steam Servis Bilgi
<?php
$token = ""; //Steam Api Key Token (http://steamcommunity.com/dev/apikey) den sizde oluşturabilirsiniz.
$Link = 'https://api.steampowered.com/ICSGOServers_730/GetGameServersStatus/v1/?key='.$token.'';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment