Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaray/steam-status-signature-generator
A PHP script for bulk generating signature images displaying Steam user statuses.
https://github.com/avaray/steam-status-signature-generator
php signature status steam steam-api steam-community steam-profile steam-status steamapi steamcommunity
Last synced: 2 months ago
JSON representation
A PHP script for bulk generating signature images displaying Steam user statuses.
- Host: GitHub
- URL: https://github.com/avaray/steam-status-signature-generator
- Owner: Avaray
- Created: 2015-07-24T12:13:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T08:42:11.000Z (5 months ago)
- Last Synced: 2024-08-16T15:35:41.688Z (5 months ago)
- Topics: php, signature, status, steam, steam-api, steam-community, steam-profile, steam-status, steamapi, steamcommunity
- Language: PHP
- Homepage:
- Size: 969 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Steam Signature Generator
> I created this script a long time ago. Please don't use it, unless you're just curious.
Recently I created second branch with improvements, [you can see it here](https://github.com/Avaray/personal-steam-signature/tree/making-it-modern).This PHP script generates image (PNG) with Steam status.
This is personal script for just one user.
Use CRON to execute this script.Important steps:
- Set Your Steam API key in line 12 // try to dont use mine because I will delete it soon
- Set Your Steam Community ID in line 13
- If you will put this script into your webhosting remember to set CHMOD 0770 for .php file (to prevent random people from executing this file)Would be nice to change this (if you planning to run this script from address bar in your browser):
- checkk lines 120, 125, 193
You can remove it if you want (if you dont work with Valve's Hammer Editor):
- lines from 156 to 164
## From Author:
I created this script as first (or second) PHP project ever. This was my start with programming (Thanks Simon for all your help). I cant give you a word that everything will work for you. It worked for me pretty well, but you might encounter problems, with Paths maybe (it depends on your host machine; check line 90).
This is not complete project. I abandoned this project long time ago and I will not work with it anymore.