Minotar - The Miner's Avatar

Discussion in 'Bukkit Tools' started by clone1018, Aug 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    TNTUP

    Ok, the page loaded. but images wont load, it gives me an 404 error when I'm doing /h/TNTUP/100 What thing I forgot to enable?

    GD, wideimage and imageick are present in my phpinfo file.



    um why wrong, its the one you provided. Yes it is in the root directory, the site loads, its the images wont load. I checked the mod_autoindex file and is a .so extension, I checked the .htaccess, I see mod_autoindex.c, but I dont have any autoindex.c file, I see an .so ext. I changed the extension, still no work >.<

    I can say, it loads the home.phtml, its just the images no work. Did I forgot to enable something?

    Well, I got it fixed by PM. Check it by yourself at http://tntup.uk.to:8080

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  2. Offline

    McLuke500

  3. Offline

    clone1018

    you be renewing the domain? Also looking back earlier in this thread, is there a way for us to store the avatars locally? Minotar seems to have been up and down the past week[/quote]

    Sorry about that, the domain is registered with GoDaddy (moving it when I have time) and I don't pay attention to that email address anymore :(.

    That's why Minotar is open source, feel free to run your own copy.

    That should be fixed now.

    Add this to .htaccess
    Code:
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule . /index.php [L] 
    Sorry about that, it's fixed.

    Post your problem here please: https://github.com/axxim/minotar/issues

    Thanks :D

    PHP 5.3+ is required since we use anonymous functions.

    I know nothing about Cherokee so I can't help you with your rewrite rules but that is the problem.

    WideImage should support only GD.

    Add this to .htaccess
    Code:
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule . /index.php [L] 
    Magic, also crowdsourcing, it's not a perfect fix but what we do is convert all skin requests and images to lowercase, since with Mojang you can't have two accounts spelled the same with different capitalizations.

    ========
    ANYWAYS
    ========
    Important Minotar Update!
    As of 3 days ago I've started making our statistics public, meaning anyone and everyone can see them over at http://minotar.net/reports/ . It's updated hourly and I might work on a realtime version (that would be cool).

    I want to apologize about the stability problems we've been having over the last couple of months, I've recently been hired by someone and once I have a stable income we'll be expanding our servers a bit, as of right now Minotar is ran on a tiny vps. My goal is to get Minotar to 99.9999% uptime, we'll see though.

    Oh and I'd like to apologize for not responding to anyone ever, I'm not getting my email alerts from Bukkit anymore so I'm going to go figure that out now.

    Thanks for using Minotar and I hope we can continue to provide you with pixelated heals.
     
  4. Offline

    McLuke500

    clone1018
    Sorry if I'm being stupid but if I go to the URL in lowercase it doesn't work. I still don't get how Minotar can find the right capitalisation and fetch the image :/
     
  5. Offline

    clone1018

    Ah I understand, since it's crowdsourced and cached, you'll first need to go to http://minotar.net/avatar/yournameexactly and then you'll be able to go to /avatar/YoUrNaMeExActly and it'll work.
     
  6. Offline

    TNTUP

    lol I already solved my issue. I've switched back to Apache, then I enabled an virtualhost in apache.conf If I remember correctely. Although it broke the other folders, I've opened another port for my other php site. Thanks though.

    Ps. what you said about htaccess, I already had it.
     
  7. Offline

    bobacadodl

    Using this for my plugin, masks :) works like a charm
     
  8. Offline

    md_5

    Love this, I suggest everyone uses it in their next project :D
     
    bobacadodl likes this.
  9. Offline

    bobacadodl

    I found this and immediately started working on my plugin, masks :p
     
  10. Offline

    clone1018

    Thanks, I'm glad you guys like it.
     
  11. Offline

    RyanTheLeach

    Howed you fix this? I was absolutely stumped!
     
  12. Offline

    zecheesy

    Does anyone have a Xenforo add-on thing to this? :D
     
  13. Offline

    clone1018

    if(all pixels == same color) this color = transparent

    Some people do but they charge for it. Sorry :(
     
  14. Offline

    zecheesy

    Ope, found out how! Thanks anyways :D
     
  15. Offline

    TNTUP

    [2012/9/23 @ 12:02] uh the site loading time is slow... :( Hopes your site will be faster... I love my minotar site at home :D I like it yay
     
  16. Offline

    clone1018

    Sorry about that, should be fixed now, it had high load and I was sleeping D:
     
  17. Offline

    TNTUP

    ow, though it loaded slowy... Hope for your service to be alive forever.
     
  18. Offline

    TNTUP

  19. Offline

    clone1018

    Sorry Minotar is fluxing at the moment, I'm (sadly) testing load balancing in production (yay!).

    Update
    Minotar is now powered by a load balancer and three backend webservers (one in Amsterdam, one in New York and another in Dallas), soon to be geoip routed.
     
    hawkfalcon likes this.
  20. Offline

    lol768

  21. Offline

    tylerb88

    Love the site, although it is offline -_-. Any chance you can put it back up?
     
  22. Offline

    Sushi

    Minotar doesn't use PHP iirc
     
  23. Offline

    lol768

    Should be pretty easy regardless though
     
  24. Offline

    Shurfire

    how do i set it up on my website, any tutorial
     
  25. Offline

    Sushi

    This is one of the easiest APIs on the face of the planet. Did you read their home page?
     
  26. Offline

    Shurfire

    sorry, should have been more clear.
    by setup on my website, i mean hosting the whole system because its down 24/7 for me, keeps saying cloudfare no chacha stuff -.-
    i put it up with wideimage and the kelin.php file but i dont get what i am missing :D
     
  27. The uptime on minotar is really slacking these days, I'd be happy to take it off your hands if you dont have enough time to keep it up.
     
  28. Offline

    Sushi

    minotar could also be rewritten in a more efficient language that is appropriate for the amount of traffic it gets, like node.js.
     
  29. Offline

    lol768

    Or PHP, as your blog stated :D
     
  30. Offline

    Sushi

    That was a hello world test. Compared to the other languages, PHP had basically no overhead involved due to echo being a language construct of PHP.
     
Thread Status:
Not open for further replies.

Share This Page