Please please : stop using booleans to determine if an error occured or not!
In player.php, function is_alex() :
How can you say if the skin is steve or if an error occured here ?
Can you throw a simple exception ? Or even return null instead ?
Thanks.