Recent content by Helladen

  1. Helladen

    XF 2.2 XenAPI Link nt Found

    My website does not return anything for API URL of Xenforo API. https://aerayth.com/forum/index.php
  2. Helladen

    XF License Expired

    My license was deactivated. Xenforo update broke my forum and I was going to start a new community and renew my license. What happened?
  3. Helladen

    #Rekt - With Custom Homepage!

    @vinafix they said they are going to release a new update to #Rekt. No fix will be provided. Just update the base theme, your child theme should be the one with your customizations.
  4. Helladen

    #Rekt - With Custom Homepage!

    @Mike Creuzer the new update to Xenforo has a conflict with the merges. What do we do with the messages template?
  5. Helladen

    XenAPI - XenForo PHP REST API

    I see. There's API passwords that you can use. There's a unique password in the file (API.php), I believe this is secure. If it isn't, then you probably need to use that password along with the HASH to secure it using the API.php. I am not sure on this though, sorry.
  6. Helladen

    XenAPI - XenForo PHP REST API

    You don't do that. You are the one not understanding this API. You use actions like I showed above. You don't need to authentication or check again. The HASH is checked for each action automatically. The HASH is unique and not something you need to verify.
  7. Helladen

    XenAPI - XenForo PHP REST API

    The API returns a hash when you authenticate a user. You don't want to login using a hash. You want to have them input a username/password then you can verify if it works or not. This is the code I use to authenticate a user. sAddress = "https://hitsparkinteractive.com/api.php"...
  8. Helladen

    XenAPI - XenForo PHP REST API

    Yes, I did it for my website. You use HTTPRequest and use a JSON parser. :)
  9. Helladen

    XenAPI - XenForo PHP REST API

    PHP7 is broke cause break; lines, just remove these each time you get the line error this happens when you throw an error. I went ahead and removed all break; that come after throwError in the entire file. Basically, replace your api.php with this one and update the RestAPI key with your own. I...
  10. Helladen

    Who Has Visited In Last 24 Hours [Paid] [Deleted]

    I have my thing displaying on all pages using the Widget Framework at the footer. https://www.hitsparkinteractive.com/forums/
  11. Helladen

    #Rekt - With Custom Homepage!

    Nice use of items for the banner for your forum categories.
  12. Helladen

    #Rekt - With Custom Homepage!

    Mine. ;) http://www.hitsparkinteractive.com I did some tweaks to CSS but it is pretty much Rekt with their customizations using their framework system (options).
  13. Helladen

    Hitspark Interactive

    Thanks. :) It was a big investment, I like a forum style company website vs. a blog. It allows smaller games to be unveiled and have forums, whereas giant games you make have their own website completely. Most of my games are very old - I have been making games a long time. Going back to early...
  14. Helladen

    Hitspark Interactive

    This is my website, it is pretty simple. I make videogames and have been trying to get more professional as the years have went on - mostly making online games that require a lot of work to get working properly. http://www.hitsparkinteractive.com/ It wouldn't really be possible for this...
  15. Helladen

    CK editor/Redactor in XenForo admin panel

    They become slow when it is enabled. And alright. {EDIT} the problem went away for the lag. But the page editing still persists.
Top Bottom