Jump to content

XFallSeane

Members
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    90

Everything posted by XFallSeane

  1. Hello everyone ! For several months, Intersect has now requested the use of HTTPS to be able to use the Intersect API for your website or other existing management applications (such as: Intersect Tools, Intersect Management, Admin Tool or Intersect CMS). So I created a small script which will allow you to use your server and its API from outside, using the script itself is simple, generating the SSL certificate and the key is something else, but you can easily find your answers from Google or even ChatGPT. You need to have Nodejs and your Intersect server installed on your machine (Windows, Linux) of course. You need also generate a SSL files (certificat.pem and private-key.pem). Replace the data in the .env file with yours and then launch the script with "node index" and your api is ready to use. You can see more detail in the Github repository, if you have some question, answer below, or use private messages. And.. you can download the script here : https://github.com/Intersect-Connect/intersect-proxy/releases/tag/1.0.0 Enjoy for your next possibility !
  2. Hello everyone, I am delighted to share my new web platform with you, designed to allow you to manage your Intersect game server directly from your browser! Please note that this is not a tool for creating quests, items, or maps. Instead, it is a server management tool that operates using the Intersect server's API. Over time, I have optimized all the API calls I could to provide a pleasant and fast user experience. I have combined all the latest knowledge and optimization advancements into this project! But what can you do with it, in practical terms? Information : It's not a server hosting but an plateform linked to your game server api for people who don't know how to use api and more. Languages supported is : French and English more can comes soon. Similar to Intersect Tool, you will be able to: - Manage user accounts (ban, unban, mute, unmute) and access the necessary details for game management. - Manage player characters (view details, inventory, character bank, and the ability to send/retrieve a certain number of items from their inventory). You can also manage character variables. - Manage player guilds (details and member lists, for now). - Manage server variables. - View items, NPCs, etc., in your game (without the ability to make modifications; this is a work in progress). All of these features will be available at its launch in a few hours/days. However, there is more to know. I will offer team-based server management, and for this, I have two offers: a free one, which includes one server and one additional team member besides yourself, and a paid annual subscription for one server and four additional team members. A "more" option will be available on a case-by-case basis (via Discord and PM) starting at โ‚ฌ2/month to add one server or one team member to your account. Subscription offers are provided via payment links with the secure "Stripe" platform, ensuring that no data is transmitted to the platform. Furthermore, if you already have an "Easy Team" subscription, it applies to all your servers, allowing you to combine the "Easy Team" and "More" offers as needed. The surprise with Intersect Management is the arrival of the WordPress extension. This extension will enable you to synchronize your game users with a web-based WordPress account, perfect for a cash shop. Yes, the extension will allow you to use the WordPress plugin "WooCommerce" to create your shop, where you can sell anything you want as long as you configure your products correctly. The extension is currently undergoing testing and will be available later. All the news related to Management and Tools and future Intersect-related tools will be available at: https://intersect-connect.tk/ As for Intersect Management itself, you can access it at this address (under maintenance): https://manage.intersect-connect.tk/ It's important to note that, while the features are currently the same for both the free and paid offers, with the arrival of future tools and especially the WordPress extension, certain functionalities in these tools will be restricted to users of the paid offer. I hope to see many of you using this new tool. If you have any questions, feel free to ask them here, in private, or on the Discord server (which you can find in my signature or on the Intersect Connect website). Stay tuned for more information and updates! Enjoy your game !
  3. Today i finished the migration of old intersect-connect.tk website on the new website. You can now see everything in preparation on new website ๐Ÿ‘€
  4. Other choice is using Intersect API with little console app maybe beside the server for do background task based on your timezone It's possible to do this but you need to know if change work only when player is online it's because server do this individually for each user logged like this server don't use ressources for this Reset variable for all characters is heavy task for server but if you do good code you can do it with api for create cron job task (if I remember well change variable for player work for offline player but not sure)
  5. Intersect Tools going to be continues to receive minor update soon.
  6. Update of the main post.
  7. Have you do this https://www.ascensiongamedev.com/topic/6584-intersect-tools/?do=findComment&comment=56266
  8. Hi everyone ! A new patch for Administration Dashboard is available, you can download and read the patch note and instruction here : https://github.com/Intersect-Connect/intersect-cms-unleashed/releases/tag/2.3 It's the last update (normally) before the 2.4 update (PHP 8.x supports and removed support from PHP 7.x / Symfony 6.x upgrade), after this only security update / code update if needed. Work with commission still possible on the official Discord and PM only. In addition "pre-release branch is removed from Github", use only MAIN Branch for production. Enjoy !
  9. Still available here : https://intersect-connect.tk/documentation/getting-started Online Tools too : https://intersect-connect.tk/developer/cms-installation/tools/page/1
  10. Security Patch is available for user who use official release on Github. Please download Security Patch Zip and unzip in good folder. Release Update 2.3 ยท Intersect-Connect/intersect-cms-unleashed (github.com)
  11. The rework of my old notes apps.
  12. I am working to make the CMS compatible with php 8 and under the latest version of the framework. A global update will soon be available at this level. I do not take over the long-term development of the project, but I will make the necessary updates to allow your projects to work. A general code optimization will come later in the year. I RECOMMEND THE ONLY USE OF THE MAIN BRANCH PRE-RELEASE MUST NEVER BE USED
  13. Some news from dev : Optimisation, more apps integrate and translation and new name "Starbase One" and news page from Trekcentral.net
  14. Thank for your support ๐Ÿ––๐Ÿป
  15. I stop the development of Intersect Tools. The application remains usable until significant modifications are made to the engine. Thank you to those who have used the application. If you want a custom version with parameters not available at the moment. Go private so we can discuss it.
  16. I was delighted to be able to work on this project, for the community, but it's time for me to move on. I officially stop the development of Intersect CMS Unleashed. I thank all those who supported me and helped me in this adventure โค๏ธ๐Ÿ––๐Ÿป
  17. I decided to stop the service. No more updates will be available. The Web service will remain in service for a while.
  18. Work on Browser extension based on Star Trek UI LCARS. Notes application integrate by default and QuoteTrek app too. More things soon with probably web version.
  19. i have got lot of problems too but my project for live tv channels is on route with this nginx proxy manager and self server ^^
  20. Keep "http" option in details. And once it's done just going to : mygamedomain.com/apiroute :5400 is not necessary after Port 80 443, need to be open too
  21. Hi ! You need listen port 443 for https with good certificat (see Let's Encrypt.) You can use Nginx Proxy Manager if you use docker for simplify everything !
  22. Libreplay.fr is a streaming platform created in 2018 that brings together all independent, public domain, and copyright-free productions in one place. Our mission is to allow users to discover original cinematographic and television content while offering an ethical and free alternative to commercial streaming platforms. To ensure access for all, the majority of our films and series are available for free, without any restrictions. However, for some films, particularly those in the public domain hosted on our servers, registration is required to watch them. Our platform is accessible on a variety of devices, such as computers, tablets, and smartphones, allowing users to stream films and series wherever and whenever they want. Additionally, our curation team rigorously selects the titles featured on our platform, ensuring optimal viewing quality for users. If you are passionate about cinema and series and are looking for an ethical and free streaming platform, Libreplay.fr is the platform for you. Discover our catalog and dive into the exciting world of independent and copyright-free cinema. With over a hundred films and several series, each with hundreds of episodes, we offer an extensive catalog that will please everyone. Currently, we are upgrading our systems to offer advanced features such as Google Cast (for films not from YouTube), advanced features for registered users such as playlists, viewing history, and of course offering French versions (VF), original versions (VO), or sometimes both in one click. We hope to continue sharing our love for independent creators and promoting their productions as best we can." Links : Website Play Store Discord (soon?) Facebook Twitter
  23. Today i have release my two other days work on navbar for Libreplay.
  24. According to what i want for my apps, i have change the login way for use single login account for all apps. Already live for www.playgame-tracker.com and soon for www.libreplay.fr New design for www.libreplay.fr is live too ! Many new changes on all of my web services !
  25. I have start a big design update of www.libreplay.fr more translation, more fast, more features soon
×
×
  • Create New...