Recent content by KoolKrafter

  1. KoolKrafter

    Minecraft UUID/Name Change Handler

    Due to school exams, I don't think I'm going to have any time to work on this. I've lost all of my interest in Minecraft really and I haven't had any donations (my sole source of motivation on this project sadly) in a long time now. If I find some time I might come back to this but it seems...
  2. KoolKrafter

    Minecraft UUID/Name Change Handler

    I don't really check here at all. I don't really play any Minecraft anymore. Yes, I think you're right. I did start working on a new version of that function that staggers the regeneration however I don't think I'm going to have the time to sort it out any time soon. In the summer I will...
  3. KoolKrafter

    Minecraft UUID/Name Change Handler

    Yeah, I could definitely add a task. I think the reason I did it before was that it couldn't really process 10k members in one run, it would have to do 100 at a time or whatever. I don't know if Mojang have spam protection but that could also be an issue. Maybe I'll check on user login instead?
  4. KoolKrafter

    Minecraft UUID/Name Change Handler

    Thanks! Hope it works well for you, please tell me how well it works.
  5. KoolKrafter

    Minecraft UUID/Name Change Handler

    KoolKrafter updated Minecraft UUID/Name Change Handler with a new update entry: Multiple changes - largely untested Read the rest of this update entry...
  6. KoolKrafter

    Documentation for alerts?

    Yeah, that was what I figured it out from too I think. A few things to remember: If the alert count goes up but the alert isn't shown, that means that you haven't set up your content type correctly. Remember that XenForo doesn't automatically add your content type, you need to run a query on...
  7. KoolKrafter

    Minecraft UUID/Name Change Handler

    You need to find allow_url_fopen=0 and change it to allow_url_fopen=1 in your php.ini or ask your host to do it on your shared hosting. :)
  8. KoolKrafter

    Minecraft UUID/Name Change Handler

    I could fix your problem by making it do 100 users at a time - XenForo does a similar thing with the cache rebuild tool. I can't sort it out now, as I'm on holiday, but when I get back I'll sort that and the username thing out. Also I do agree that mojang's uuid lookup thing can be derpy at...
  9. KoolKrafter

    Status Notifications

    Thanks for the feedback! I definitely agree with your point which is why I made this add-on. For your second point, this add-on is probably what you need.
  10. KoolKrafter

    Status Notifications

    KoolKrafter submitted a new resource: Status Notifications - Alert users when people they follow post a status Read more about this resource...
  11. KoolKrafter

    Minecraft UUID/Name Change Handler

    KoolKrafter updated Minecraft UUID/Name Change Handler with a new update entry: Changed the uuid column to not null Read the rest of this update entry...
  12. KoolKrafter

    Minecraft UUID/Name Change Handler

    Yeah that's probably a good idea, I'll implement it! Maybe mcUUID_uuid or something like that? :) Thanks for the suggestion!
  13. KoolKrafter

    Minecraft UUID/Name Change Handler

    You have a very good point. I looked at it now, and it looked like on my test database set-up I had set the column to default, but I missed this when writing the installer. I'll update it now and include a default value.
  14. KoolKrafter

    XF 1.3 Mysqli statement execute error - preventing me from doing many operations

    Sorry for the delayed response, but I don't see why my extra column would cause that problem.. did you get it fixed?
Back
Top Bottom