Recent content by IndraBB

  1. IndraBB

    HylibCMS - ReactJS

    Discord Community has been changed, if you want to clear your doubts enter the new.
  2. IndraBB

    HylibCMS - ReactJS

    this is bizarre.. he bought another version, not this one.
  3. IndraBB

    HylibCMS - ReactJS

    ready 1679548847 multi languages button: GIF default language: English
  4. IndraBB

    HylibCMS - ReactJS

    it's not just to see the images, all updates are sent there and support too. But I will put a demo in the topic
  5. IndraBB

    HylibCMS - ReactJS

    New updates: implements languages portuguese,english and spanol; new style profile; recovery account and pin code access (staffs) create reverse proxy tutorial on discord Preview images on Discord Community
  6. IndraBB

    HylibCMS - ReactJS

    you don't necessarily need to edit all pages, most import components such as header, footer and others, just edit them. Using i18n is a good idea for the texts, I will use this idea, ty
  7. IndraBB

    HylibCMS - ReactJS

    thank you, I will not be discouraged. 1679200680 Some improvements were made: Token lifetime; Some clean codes in HylibServer
  8. IndraBB

    HylibCMS - ReactJS

    it's very easy to modify, you have the open source and you don't need to edit the encoded code. I'll be working on making it responsive too, it's just the first version. And the community can pull requests to help too
  9. IndraBB

    HylibCMS - ReactJS

    Yess,I know. I will fix this soon. 1679087544 In reactjs I make an iframe that will be directed to the url configured in the configuration.json file, because you can use php inside the file to do your inserts, etc. And yes this code that got a little confusing, but I'll make it better. Thank...
  10. IndraBB

    HylibCMS - ReactJS

    i didn't set a time for the token to expire, the session will never expire. you can set a time easily in LoginController like this: function generateToken(params = {}) { return jwt.sign(params, auth.jwt_secret_key, { expiresIn: '1d' //1 day }); } thanks for the feedback!
  11. IndraBB

    HylibCMS - ReactJS

    I'm glad you liked it
  12. IndraBB

    HylibCMS - ReactJS

    CMS developed using ReactJS and NodeJS as back end server and authentication with JWT (JSON Web Token). You will need to create a reverse proxy to use the backend as node js runs on port other than 80 and 443. (on localhost you don't need to, just edit the apiUrl to localhost:3333). It is...
  13. IndraBB

    HylibCMS - All Emulators

    the design is quite different and the code is also, lol? and all the vulnerabilities stowed.
  14. IndraBB

    HylibCMS - All Emulators

    Ty bro, but i think code organized
  15. IndraBB

    HylibCMS - All Emulators

    Hello, today I came to post a CMS of my last project - HylibCMS. CMS is entirely its own, both in its design and in its system. It contains (Index, record, me, profile, hall of fame, staff). This CMS is easily adapted for any emulator, but comes adapatada by default for the Comet Emulator...
Top