From abc4c2f6ce64056d2c9c8981ab8573ecf907e927 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 27 Jul 2014 23:11:49 -0500 Subject: [PATCH] push PHP steam server list query code Example of how to get from server list from steam works for both Arma 2 and 3 servers Original Source: https://developer.valvesoftware.com/wiki/User:Pizzahut/test.php --- Tools/ServerList/steam_list.php | 140 ++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 Tools/ServerList/steam_list.php diff --git a/Tools/ServerList/steam_list.php b/Tools/ServerList/steam_list.php new file mode 100644 index 000000000..ad1c16e86 --- /dev/null +++ b/Tools/ServerList/steam_list.php @@ -0,0 +1,140 @@ +
+	
+
\ No newline at end of file