Questions tagged [steam]

Steam is an entertainment platform, payment system, and community for video games. Steam also provides simple API's and OpenID endpoints for user authentication. Use this tag for question relating to Steam or its OpenID endpoint.

Steam is an entertainment platform, payment system, and community for video games. It runs on Windows, Mac OSX, and Debian-based Linux.

Valve provides APIs so website developers can use data from Steam in new and interesting ways.

They allow developers to query Steam for information that they can present on their own sites.

To use most of the Web-APIs, you will need an API key, provided by Valve.

All of the officially supported end points are available using the GetSupportedAPIList end point.

1171 questions
-2
votes
1 answer

MYSQLI SELECT * FROM users WHERE steamid = $steamid Does not work

THE SQL WHERE funtion does not work! I tryed everything but this code does not work, please help me. I want to rebuild steamcompanion.com.
-2
votes
1 answer

How to make multiple 'if' statements correctly (node.js)

I have this try statement and I wanted to update it with more if's and make it to try 2 more times before finally declining the offer. I did not succeed. I have no idea how to do them correctly. Does anyone know how to fix my statement…
Petras
  • 19
  • 5
-2
votes
1 answer

"BOT" Server Issue, Isn't doing its job

I've recently made a website with a BOT which does sometimes automatically so I don't have to do it manually all the time. However, when someones tries to deposit something into the website, this is showing in Putty (where is start the server and…
dacritical
  • 25
  • 4
-2
votes
2 answers

Transferring steam items/skins between users

I'm developing CS:GO skins web shop, where you can trade your CS:GO skins. I want to use real money, not Steam. That's how it should work: User chooses skin to sell. Sets skin price and submits. Skin is removed from user inventory and transferred…
Alex
  • 17
  • 2
  • 8
-2
votes
4 answers

Find a string that is not always the same [PHP]

I need help finding something in a variable that isn't always the same, and then put it in another variable. I know that what I'm looking for has 5 slashes, it starts with steam://joingame/730/ and after the last slash there are 17 numbers. Edit:…
Bob123
  • 1
  • 3
-2
votes
2 answers

Can't access a path with PowerShell

I am following this guide to delete a Steam Cloud profile, and I have to clc a folder: [Steam\userdata\95925904\381210\remote]. Whenever I try to clc, I get an access denied error. Here is a picture of the error -…
Arthur42
  • 1
  • 2
-2
votes
1 answer

using steam API to get users inventory items

I've been working on a site and at the moment i any trying pull the steam users items and display on a web page. I'm pretty new to this kind of stuff this is the code i have so far: http://pastebin.com/gHAv4Azb and here is the link to the…
-2
votes
1 answer

Is it possible to extract game's specific data using steam API?

I am new to Json and API. But, for study now I am figuring out how to get specific game data from steam API. I followed lots of process.. and get api code from steam. At first, I thought that 'oh I can extract all of game data using my API…
이종원
  • 1
  • 1
  • 1
-2
votes
1 answer

Steam Launcher via Javascript - Semi Operational

This is weird... The function works like a charm, but HTML is semi-operational. Firefox loads the program launcher, but it doesn't launch when I click OK. Is this a programming issue? Or is it a Firefox problem? Code: http://output.jsbin.com/tutoje
ipodlover3354
  • 449
  • 1
  • 4
  • 11
-2
votes
1 answer

C# how can I accept a steam steam offer?

I have checked the source for SteamBot but I don't seem to understand it very well due to that I am a new coder. If someone could help me, it would be great! Thanks in advance. I found a way on SteamBot…
John Doe
  • 399
  • 1
  • 4
  • 23
-2
votes
2 answers

Get specific values from array?

I have found some code to get some information of steam gameservers. They query the server like this: $Query->Connect( SQ_SERVER_ADDR, SQ_SERVER_PORT, SQ_TIMEOUT, SQ_ENGINE ); print_r( $Query->GetInfo( ) ); print_r( $Query->GetPlayers( ) ); …
-2
votes
1 answer

Counting items in steam game inventory

I got this response by calling Steam Inventory API: { "result":{ "status":1, "items":[ { "id":48331074, "original_id":48330920, "defindex":1013, …
Kartm
  • 39
  • 1
  • 11
-2
votes
2 answers

Steam Tf2 Trading BOT Node.js problems

Here is my piece of code // Any time an item changes in the trade window trade.on('offerChanged', function(itemAdded, item) { if (itemAdded) { logger.info('User added: '+item.name) if (item.name == 'Festive Black Box') { …
EEVV
  • 121
  • 4
-2
votes
2 answers

How get a response of multiple price items on the market

I check the price of each items of my backpack cs:go with this link : http://steamcommunity.com/market/priceoverview/?country=FR¤cy=3&appid=440&market_hash_name= But for 100 items for exemple, i check 100 links for get the price of all my…
Cyril Beeckman
  • 1,248
  • 10
  • 24
-2
votes
1 answer

Looking for a way to grab all Steam header images

Basically I have been trying to find a nice simple way to automate grabbing lots of steam header images for use as Windows tile icons All of the headers are stored here http://cdn.akamai.steamstatic.com/steam/apps/10/header.jpg With the number…
Flerp
  • 1
  • 1
1 2 3
77
78