[FREE] MCHeads - Minecraft avatar Generator

Status
This thread has been locked.

Mister_Fix

Feedback score
0
Posts
22
Reactions
49
Resources
0
Hello, today i will be showing you the website i created for MCHeads.
MCHeads is a tool that extracts your skin off Mojang's servers and does whatever you request it to do:

HTML:
http://mc-heads.net/avatar/Mister_Fix
Which will give a 180x180 image of my face.
Mister_Fix


Example with customizable size:
HTML:
http://mc-heads.net/avatar/Mister_Fix/100
gives:
100

[size varies from 1 to 300]

You can "browse" user's skin with
HTML:
http://mc-heads.net/skin/Mister_Fix
Mister_Fix


Or download user's skin with
HTML:
http://mc-heads.net/download/Mister_Fix

Or switch to someone's skin
HTML:
http://mc-heads.net/change/Mister_Fix

see how they look from the front:
HTML:
http://mc-heads.net/player/Mister_Fix/60
60


Or from the back:
HTML:
http://mc-heads.net/player-back/Mister_Fix/60
60


Want the default skin?
HTML:
http://mc-heads.net/avatar/char
60


Or even, create an avatar from a skin that's not hosted on mojang!
HTML:
http://mc-heads.net/notpremium.php?url=(URL of skin image)&s=100
notpremium.php


You can also get someone's avatar by UUID
HTML:
http://mc-heads.net/uuid/c5ef334745934f398bb12eaa40dd986e/100
100


And of course, the random avatar feature
HTML:
http://mc-heads.net/random/100
100


And lastly, if you don't need the helm element on someone's avatar, you can use
HTML:
http://mc-heads.net/nohelm/Mister_Fix/100
100


Notes:
*Some services may reqire a file extention on attachment and because of this all of the features will work if you add a .png to the end, with the exception of direct skin switch, download and skin.

*All features are not case sensitive
that's all the features i made for now, i'll be glad to add more features, so feel free to suggest ideas in the comment section below!

- Mister_Fix
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Mister_Fix

Feedback score
0
Posts
22
Reactions
49
Resources
0
Again features are everything, both minotar and mcavatar are missing the features i have.[DOUBLEPOST=1414033675,1414033483][/DOUBLEPOST]
Looks like a decent alternative to Minotar. Would you mind adding https support?
I was never quite sure why people went so crazy over an SSL certificate to this kind of website, thete is no sensitive data sent, so the only thing that SSL would really do is slow down MCHeads because of all the SSL handshakes..
 

ConnorPeet

Feedback score
0
Posts
76
Reactions
109
Resources
0
I was never quite sure why people went so crazy over an SSL certificate to this kind of website, thete is no sensitive data sent, so the only thing that SSL would really do is slow down MCHeads because of all the SSL handshakes..

Well, to start with, sites served over https (i.e. everyone who's sane) won't be able to use your service at all. So there's that. The overhead is trivial anyhow; non-existent to the relatively glacially slow PHP 5.4 application you run. If you're really concerned that much about speed, you could start with choosing a (better) caching solution.

Also, probably be a good idea to open source your application on Github.
 
Last edited:

Mister_Fix

Feedback score
0
Posts
22
Reactions
49
Resources
0
Well, to start with, sites served over https (i.e. everyone who's sane) won't be able to use your service at all. So there's that. The overhead is trivial anyhow; non-existent to the relatively glacially slow PHP 5.4 application you run. If you're really concerned that much about speed, you could start with choosing a (better) caching solution.

Also, probably be a good idea to open source your application on Github.
I'm still kind of considering about opensourcing, i would see no reason for you to say my caching system isnt good enough as its the mean speed boost here. And lastly, dont judge a developer by his programming language, it might be slow but its totaly a-ok if you know how to use it :)
But hey, thanks for the feedback anyway :)
 

ConnorPeet

Feedback score
0
Posts
76
Reactions
109
Resources
0
- Open source is good. Leads to better security, performance, stability, etc through increased contribution.
- Caching layer is slow. Based on load time differences of caches vs uncached content.
- Didn't say that PHP is bad (it is, but don't get me started). Just that compared to the handshake, implemented in C and optimized for years, is orders of magnitude faster than even a basic PHP script. tl;dr TLS handshake will not have a noticeable impact on performance. This is 2014. Not 1994.
 

Mister_Fix

Feedback score
0
Posts
22
Reactions
49
Resources
0
- Open source is good. Leads to better security, performance, stability, etc through increased contribution.
- Caching layer is slow. Based on load time differences of caches vs uncached content.
- Didn't say that PHP is bad (it is, but don't get me started). Just that compared to the handshake, implemented in C and optimized for years, is orders of magnitude faster than even a basic PHP script. tl;dr TLS handshake will not have a noticeable impact on performance. This is 2014. Not 1994.
Of course there would br diffrrence between cached and uncached content, if the script detects an uncached username it must connect to mojang for a UUID lookup request to make the script non case sensitive, then it must connect to mojang again, asking for the correct cased username's skin, generally 3rd party connection are slow, but it does it only once per username, and its not like it takes it aes to load while doing that...
 

Mister_Fix

Feedback score
0
Posts
22
Reactions
49
Resources
0
Just added a random avatar feature,
http://mc-heads.net/random/45
will output a random head sized 45x45 pixels
this is also competible with the .png extention, and by not declering the size the feature will output a 64x64 pixel random avatar.
 

Widow

+1 for free Meth!
Premium
Feedback score
0
Posts
63
Reactions
31
Resources
0
You pretty much just ripped off other sites, nothing special.
 

Mister_Fix

Feedback score
0
Posts
22
Reactions
49
Resources
0
You pretty much just ripped off other sites, nothing special.
How did i rip off the other sites? my site has more features then all the other sites combined, there's no rip off whatsoever, if you don't have something nice to say, don't say anything.
 

pm_dragon

Feedback score
0
Posts
371
Reactions
130
Resources
0
How did i rip off the other sites? my site has more features then all the other sites combined, there's no rip off whatsoever, if you don't have something nice to say, don't say anything.
What are the more features?
 
Status
This thread has been locked.
Top