Andrew Dassonville
Andrew Dassonville
Price checking will definitely be included in the new guide. See #100.
https://dev.doctormckay.com/topic/885-typeerror-cannot-read-property-appid-of-undefined/ We should check to ensure the inventory isn't empty first.
I think your deposit.php is returning some nonsense that the bot can't interpret as JSON.
Copy-and-paste this as your `deposit.php` and nothing should have to change. https://github.com/ztizzlegaming/CSGOWinBig/blob/master/src/php/deposit.php The issue is that your bot is receiving something before the JSON (``).
Ok, so sounds like your passwords.txt file isn't being found or doesn't have an API key in it. You should open another issue for your second problem because it's not...
Nice tutorial. You might think about putting this on the wiki page to keep the issues section for issues and bugs only.
@Laessen how does this relate to this guide in the slightest?
Your deposit button works fine for me. Regarding Firefox, this is a known issue. I have a pull request (#32) to fix the issue, but the pull request hasn't been...
It takes me to the actual trade url. Can you look in your JavaScript console to see if there are any errors?
That function will just set $apikey to your ApiKey, I'm not sure what you expect it to do.