Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Is this an existing project you are adapting or a new venture?
Is your form an off the shelf package? if so, which one?
The Steam API responses are either JSON, XML or VDF, so I'd suggest reading up on at least one of them (I'd go for JSON personally).
Details on the Steam API can be found here: http://steamcommunity.com/dev
You sign up for an Steam API key here: http://steamcommunity.com/dev/apikey
Terms of use are here: http://steamcommunity.com/dev/apiterms
To facilitate login through Steam, you will also need an OpenID library, there are some here: http://openid.net/developers/libraries/#php
However, if you are using an off the shelf forum system there may be an existing module/plugin/codebase you can use.
With regards to "Auto Donation", are you talking about a subscription service (i.e. fixed term recurring payments)?
If so, take a look here: https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/subscribe_buttons/
Feel free to add me on Steam if you need any assistance.