Jump to content

XFallSeane

Members
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    90

Everything posted by XFallSeane

  1. Good morning all, The new version (2.1) is available! Here is the download link: https://github.com/Thomasfds/intersect-cms-unleashed/releases/tag/2.1 Update guide link: https://github.com/Thomasfds/intersect-cms-unleashed/wiki/Update-guide-for-2.x-&-more Thank you to all those who made it possible to correct all the bugs during the installation of 2.1 and while browsing the site!
  2. Fixed in private for all lol. For other : CMS 2.1 arrive during the day
  3. Hello everyone, I was commissioned to integrate a payment system by PayPal. I'm starting to develop this system right here next week, prefer PayPal to dedipass? I keep dedipass and offer updates for both by different zip for future updates?
  4. Hello, For online (internet) the basic guide is good. All the steps put in the guide are quick and simple. You need a web database to be able to complete the entire guide. Guide link => https://github.com/Thomasfds/intersect-cms-unleashed/wiki/Installation-guide-[FR] 1. Download here : https://github.com/Thomasfds/intersect-cms-unleashed/releases/tag/2.0.0 the zip files "2.0.0.zip" and "fix.zip" 2. Extract 2.0.0 zip and fix.zip replace the files inside the fix folder in 2.0.0 folder 3. Connect on your webftp or ftp, send all files of 2.0.0 folder 4. Edit your env.local.php with your web database information as indicated on the guide 5. On your web database (PhpMyAdmin) import installation.sql file 6. Fill the fields of the cms_settings table :api_account (Username of api account) api_password (password of api account in sha256), api_server with http://yourIp:yourPort 7. Check if the server status and other is good on your website 8. Connect to the site with your game login information 9. If you succeeded in connecting, all is good 10. Return in PhpMyAdmin and edit in cms_user in your line column "roles" with this => "ROLE_ADMIN" 11. Reconnect and you will have access to the administration 12. Change in public/assets/general/seo all image with your image and icon 13. All is good ! For local, it requires php and html programming skills if you want to edit things (templates or other). If it's just to install and work locally before uploading, it's the same procedure, you need a web server (wamp, xampp or laragon -> better) Php 7.4 is mandatory and therefore must be downloaded manually in most cases. PhpMyAdmin is not necessarily included in some servers, it must also be downloaded! You will also need to Composer (getcomposer.org), after install open terminal in your project folder and type composer install --dev in your env.local.php change your APP_ENV in dev Before upload your website online you need to put the project into production you can follow this => https://symfony.com/doc/current/deployment.html#c-install-update-your-vendors I can't be more specific ^^ '
  5. I'm glad you're back! Thanks for highlighting the cms I really try to do my best to make the cms more optimize. But to do this, you need an optimization of the api regarding the load time but also the return of data for small game having less than 50 players it can pass but with more players the number of requests api is really too huge to recover sometimes only one information ...But to do this, you need an optimization of the api regarding the load time but also the return of data for small game having less than 50 players it can pass but with more players the number of queries api is really too huge to recover sometimes only one information Currently several sites runs on the v2.1 in a custom way. I have local 3 sites rotating on different cms to create custom systems but also integrate updates for all (optimization and lots of other things). Tonight I'll be working on the new road system (URL) integrate on Nightmare and integrate it into the v2.1 Then integrate the rest of the optimization with the official development version to deploy it on all sites currently available. Then integrate the rest of the optimization with the official development version to deploy it on all sites currently available. Another big thank you @Kibbelz
  6. Hello everyone The development is a little slowed down but version 2.1 will soon arrive. Some sites are already on the version and we can fix many bugs. Some ask for custom systems that I'm doing that allows me in mem time to optimize the cms. I come back as soon as possible with more information at this level
  7. Hi all ! The development of the forum is underway and well advanced. A really basic forum without advanced features. The forum is optional for everyone and can be activated in the site settings. I also integrate the possibility of posting automatically (if activated in the parameters) the new news posted on the site. I will see to do more integration with Discord in the future. Once the functionality of the forums and news on discord is finished, version 2.1 will be available to everyone.
  8. Intersect Launcher (design special for The Walking 2D) all data from Intersect CMS Unleashed for good work
  9. I'm starting to develop the forum part of v2.1 on Monday in live coding on Twitch.
  10. Hi everyone ! V2.1 pre-release is available on two website (see first post) for debugging. I have updated v2.0 installation package and fix zip tonight. U can replace your file with fix zip files now. Many corrections have taken place on v2.1 and I thank those who reported all the bugs to me. Warning : If your game is modified from source, check that the API is still functional, before installing the CMS.
  11. New homepage for CMS V2.1
  12. Hi ! The installation guide is complete if you follow the steps and you have downloaded the zip of release 2.0.0 For your screen, this is the installation guide to work locally on your pc before uploading on your server. I have add the deployment step => https://github.com/Thomasfds/intersect-cms-unleashed/wiki/Local-work#3-deployment Your current problem is that you are missing the dependencies necessary for the correct functioning of the CMS. (the vendor file). These dependencies are not available on the git repo because they can quickly reach 100mb. To install them on a local pc or on-line server, you have to install composer and have composer install then to put them online you have to follow step 3 above. As you want to upload, go directly through the release zip ^^ https://github.com/Thomasfds/intersect-cms-unleashed/releases/tag/2.0.0 The installation.sql file is required for the database. In the next updates, I will put two packgage clean installation and upgrade package with only the files to replace I recommend everyone to make a local version on your pc before going to your web server, this allows you to work the whole (template etc) before uploading and therefore allows you to work your own themes etc! I'm French and my English is really bad, I'm doing my best sorry. I add thanks on the original post For all : I just added a zip (fix) containing the files to replace with the latest updated patches https://github.com/Thomasfds/intersect-cms-unleashed/releases/tag/2.0.0 New install download and unzip 2.0.0.zip and after fix.zip and unzip in the project folder for bug fix patch, after all, delete the cache for the changes to take effect.
  13. Update 2.1 is coming soon ! Addition of the image possibilities for the items in the item shop (pushes to make graphics to have a better image of his game, if no image only the icon of the item will be displayed) => finished Addition of a limit on the reception of the last two articles (news and shop) => finished Addition of a page dedicated to news => finished Addition of a pagination on the item shop => finished The images for the articles / items shop should be in 1920 * 1080, automatically converted to the correct format according to their page. => finished Automatic deletion of images when deleting an article or an object from the item shop => finished With this update image guide (size required) => https://github.com/Thomasfds/intersect-cms-unleashed/wiki/Obligation-on-the-images Update 2.2 is planning Integration of a forum More
  14. Add is_visible in cms_page with integer default 1. For ur api problem all except enabled in api.config.json must be false otherwise it does not work properly. Send me a PM if u want more help
  15. Hm if u want work in local before online download git repo, run in folder cli composer install And for online prod (after copy / paste all for prod) in prod folder => in cli composer dump-env prod and composer install --no-dev --optimize-autoloader And upload prod project online
  16. As stated here it is necessary to install composer and make the order compose install--dev
  17. Hi. Did you download the repo github or the package release? If it's the repo git, you have to install composer on your pc and make a composer install in cli from the folder of the proje to install the dependents Normally with the release it's supposed to work all right away unless you passed the project in dev mode and so you have to make a composer install --dev
  18. If you have problems, don't hesitate!
  19. I added the required system on the original post! (php and mysql)
  20. Notice : Many bugs have been fixed, I have recreated a new updated package. If you downloaded the 2.0.0 package before 22.04.2021 at 19:21, redownload it and replace the files with the new ones. Thank to the staff of https://dwentertainement.dragoon-world-online.ovh/ for live debug !
  21. I answered you in private in case but for the others which follow I recommend you to use the new Unleashed version (in my signature) for all new CMS installations.
  22. I have update sql files download new file and retry. (delete all table before)
  23. If you have managed to put the database, in the table cms_settings changes the value of base_URL by the local URL of your site. Now with this base u can update to v1.1 and 2.0 (my new version)
  24. If u want tomorrow I send you a private message with installation directions for phpmyadmin
  25. Thank you, this is really encouraging! If you encounter any concerns, don't hesitate! Categories from the item shop has deleted but will come back soon in a new display! And thank you I corrected the links
×
×
  • Create New...