Jamie Bicknell
Jamie Bicknell
Hello @DevilishDante Thanks for bringing this to my attention. I will investigate and update you.
Hi @xNaXDy Thanks for collating the info for the API. I've looked at using this in the past, but the only issue I haveis the API limits which are currently...
@balex25 If you're using a relative/absolute path instead of a URL, then I'd suggest [file_get_contents](http://php.net/file_get_contents) instead. For example: ```php $skin = file_get_contents('/absolute/path/to/skin.png'); // or $skin = file_get_contents('../../relative/path/to/skin.png'); ```