Steam provides simple API's and OpenID endpoints for user authentication. Use this tag for question relating to Steam or it's OpenID endpoint.

learn more… | top users | synonyms

-4
votes
0answers
36 views

MySQL for GarrysMod PERP and DarkRP [closed]

I have my own clan called GGP with minecraft servers, TF2 servers, Garrysmod servers, and TeamSpeak servers. I need a lot help with MySQL for garrysmod in the two gamemodes; PERP and DarkRP. I have a ...
0
votes
1answer
28 views

Printing specific XML Fields from Steam API

I am trying to make a simple function that will take a submitted 64bit steamid and spit back info using the Steam API. I chose to use XML rather then JSON as i have used some XML in the past. I am ...
0
votes
1answer
24 views

explaination of steam script function [closed]

i have downloaded a script file which downloads steam engine, dependencies and then install them. i am trying to understand what code is exactly doing. i have understood some part of it, but could not ...
1
vote
2answers
30 views

Converting XML file elements into a PHP array

I'm trying to convert a Steam group members list XML file into an array by using Php. The XML file is: http://steamcommunity.com/groups/starhawk/memberslistxml/?xml=1.xml The elements are the ...
0
votes
0answers
52 views

openssl_pkey_get_details() expects parameter 1 to be resource, boolean given in

I've found this script "somewhere": define("ACC_NAME", "my_steam_login"); define("ACC_PASS", "my_password"); define("GROUP_ID", "my_group_id"); // open steam group page and see "Enterchat room" link, ...
1
vote
2answers
54 views

PHP JSON Format Currency Comma

I'm new to PHP. My code reads a price value from a Steam game's json data. http://store.steampowered.com/api/appdetails/?appids=8870 Problem is that the value of the price node is not formatted ...
0
votes
1answer
55 views

nom de paquet incorrect - steam debian

I search since many days a solution, but i don't find it. When i try to install steam for debian, i've this error : dpkg -i steam-debian_1.0.0.36-4_all.deb dpkg : erreur de traitement de ...
0
votes
1answer
54 views

How can I substitute a binary stream for a string stream, to avoid casting?

I'm currently investigating a few methods to transfer a complex CGAL object instance to a different process. In another post, I've asked about custom allocators, but another method is string streams. ...
-1
votes
1answer
50 views

Is steam authenticated possible without using OpenID? [closed]

I'm wondering if it's possible to make an authentication system in PHP without using openID? I've done a few searches on google, but they're all using openID in some way. So, is it possible without ...
1
vote
3answers
256 views

How to use jQuery query string?

Ok. Basically I am developing a API for Game Server owners who want a custom loading screen that fetches the players name and avatar, but does not use PHP, only JavaScript, AJAX, HTML etc. This is ...
3
votes
1answer
162 views

How to achieve Steam-like window using winapi?

This is a screenshot of Steam's client window being resized. Steam's client window has two cool features. Custom window which is very responsive. Cool glass resize effect, different from standard ...
0
votes
1answer
163 views

Phyre engine to xna [closed]

My question is.. If i build a game/program with phyre engine will i be able to use it on xna without a workload of recoding? And is it ok that phyre is coded in c++ while xna is c# And then ...
2
votes
1answer
69 views

Sanitizing a Piece of Text in Python

I am fairly new to Python, but I would like to get started and learn a bit by doing some scripting for features I will use. I have some text that is retrieved from typing in "status" in Team Fortress ...
0
votes
0answers
63 views

How to get path to Steam games folder in Java

I need to get the specific path to the Steam folder containing installed games in any language. This will be used in a Java app, so if parsing is needed thats fine. but I need the exact path to ...
-3
votes
1answer
141 views

read stream xml file

Here is the XML file: http://steamcommunity.com/profiles/76561198044834372/games?tab=all&xml=1 I tried to do it with SimpleXML, but with no success. Can someone give me the code to read the game ...
0
votes
1answer
67 views

Can't parse node from Steam XML

I'm trying to parse the steamID64 from http://steamcommunity.com/id/crafz?xml=1 $sxml = simplexml_load_file('http://steamcommunity.com/id/crafz?xml=1') or die("died"); $result = ...
1
vote
0answers
751 views

/usr/bin/dpkg returned an error code (1) [closed]

I've been trying to install steam and I've somehow come up with this error. I can't install/update anything. Reading package lists... Done Building dependency tree Reading state ...
0
votes
1answer
167 views

JSON PHP Can't call value from Steam URL

I'm trying to create a website with Steam's login, but when I try to call a value from JSON, it doesn't work. Everything works in the source code, except for getting the JSON value. I've even tried ...
0
votes
3answers
525 views

Get image from url

I want to get the image from players steam profiles, and use them on my site, so when they change image/photo it will change at me. This is just one that will load at a time, and when loading it ...
0
votes
2answers
507 views

Steam Web API Getting game list of user with no steam profile

I have searched forums and I found sample pattern for getting all games of user like this: http://steamcommunity.com/id//games?tab=all&xml=1 returns all games. However if an user didn't set up ...
-3
votes
1answer
160 views

Steam holiday slider (jquery version) [closed]

I'm looking for slider similar to steam holiday slider. I made a copy to link It has to have main and left+right (prev/next)images without up and bottom thumbnails and it has to be jquery not ...
1
vote
1answer
97 views

RubyGem 'steam-condenser' - why can I only fetch some profiles?

I have an IRC bot related to gaming(Team Fortress 2 to be specific). I would like to implement some features to it that communicates with Steam API. I am using the steam-condenser gem. I've been ...
0
votes
2answers
124 views

multiprocessing when getting URLs python 3.2

I've made a script to get inventory data from the Steam API and I'm a bit unsatisfied with the speed. So I read a bit about multiprocessing in python and simply cannot wrap my head around it. The ...
0
votes
1answer
150 views

Steam WebAPI: Get the price of an app

Is there a possibility to get the Price of a Game from Steam over the WebAPI? I am using PHP.
5
votes
2answers
127 views

Python dictionary eating up ram

I'm pretty new to programming and made a program to fetch inventory data from Team Fortress 2 players and put the inventory items into a dictionary with the steamid as the key and the list of items as ...
0
votes
0answers
197 views

Steam Overlay through WPF .NET 4.0 game launcher

I want get working "Steam Overlay" through own WPF (.NET 4.0) game launcher which I add as shortcut to Steam (Steam Library > Add Non-Steam game). I created WPF .NET 4.0 project just with one ...
1
vote
2answers
149 views

Strange steam updater behaivour with pipes

There is a strange behaivour in the STDOUT of this program. If I execute the program: ./steam -command update -game "Counter-Strike Source" -dir . Outputs the next: Checking bootstrapper version ... ...
-1
votes
3answers
98 views

Open a URL with the OS default action from Python

I'm editing a program called TF2idle that can be seen here: http://facepunch.com/showthread.php?t=1161862 I'm adding a button to defrag any of the accounts that are selected using the person's source ...
1
vote
1answer
499 views

Steam API Get SteamID using Javascript

Been running into what appears to be the Same Origin Policy which is causing quite some headache! To cut to the chase, I am essentially trying to acquire a user's steam64id when only supplied their ...
0
votes
1answer
158 views

Convert MP3 bitrate from a stream into another stream with ffmpeg

Using ffmpeg, I would like to know if it's possible to convert mp3 bitrate as data chunks are received? That means I would send slowly chunks to ffmpeg so that it outputs a mp3 with another bitrate. ...
0
votes
0answers
29 views

State Machines to correlate multiple data streams

I have gone through some papers that state machines could be used for stream data processing as correlating and joining multiple data streams. Is anyone familia with this? Is there any ...
0
votes
1answer
129 views

Cross Browser call using jsonp but returning XML

I want to get the data returned from this URL using a purely Client side approach http://steamcommunity.com/id/rahulkadukar/stats/TheElderScrollsVSkyrim/?tab=achievements&xml=1 This is my code ...
1
vote
2answers
155 views

PHP stream context -> how to use in this scenario?

I have a system that stores user comments in its own individual json file. I use scandir(); on the directory which gets all files and folders, but how do I limit it to json files, I don't want other ...
1
vote
1answer
168 views

Retrieve Steam activity feed?

Has anyone found a way to retrieve the activity feed on Steam for a specific user to post on a website similar to tweets? I'm adding an activity feed to my website, but really the only thing I'm most ...
2
votes
2answers
312 views

Batch file - Discovered program path (variable) - Run program from discovered reg value (path)

I'm trying to create a batch file that will discovered the location of a EXE in this case Steam, and runs that EXE with the discovered path from the registry. The reason I want to discover the install ...
0
votes
2answers
4k views

XML Parser Error Start Tag Expected

function retrieveProfile() { $url = "http://steamcommunity.com/profiles/{$this->steamID64}/?xml=1"; $profileData = simplexml_load_string($url); if(!empty($profileData->error)) { ...
0
votes
2answers
93 views

Selecting Top 100 Largest Values In A Table Given Possible Duplicates

I have a table with the following structure - steamid, itemid, eventid, value , all just ints or big ints that log hourly data I insert. So a user most likely has multiple entries with the same ...
3
votes
1answer
479 views

Using Chrome's cookies in Python-Requests

I'm trying to log in to the http://www.steampowered.com website using the cookies I've got from my Chrome session. Once I've grabbed all the cookie table's data, using the command SELECT * FROM ...
0
votes
1answer
440 views

Logging into the Steam website

I'm looking to make a script that'll log into the SteamPowered.com website, and then navigate to the account page. I wrote a script that takes the sales from that page and just adds it up. The issue ...
2
votes
1answer
453 views

ios aws sdk cloudfront image downloading and video streaming

I'm building an app that require to use Amazon web services. I've uploaded images to Amazon S3 buckets. Now i need to download them though CloudFront. I've set up 2 cloud front distribution urls (for ...
4
votes
1answer
1k views

Can a game made with pygame be submitted to Steam? [closed]

After making games with XNA, I wanted to broaden my horizon by working with python. I know XNA is supposedly easy to distribute; however, i'm not sure if a game made with pygame compiled with py2exe ...
1
vote
1answer
1k views

Using Valve/Steam API to get multiple IDs converted

So this is a VERY long explanation. I have a Counter-Strike: Source server, with an in-game plugin for a store. This store saves its data in a MySQL Database (for this instance, named 'store'). The ...
4
votes
1answer
774 views

Using OpenID in ASP.Net MVC3, where do I get the user data?

I realize OpenID is somewhat of a behemoth, or more complex than a typical registration form, but I feel I'm missing something here. According to this question, I'm supposed to save the unique ...