XFallSeane Posted May 8, 2021 Author Share Posted May 8, 2021 2 hours ago, Kibbelz said: Thanks for all of your hard work @XFallSeane.  Recently Nightmare has launched its new website via Intersect CMS here! Its worth noting it is still a work in progress and the color schemes are currently being evaluated by @Xeno. I would highly suggest that most people consider basing their game websites off Intersect CMS. It is very sophisticated even though it is still unpolished at present. @XFallSeane has been working closely with me to get this site up and running with all of our custom systems. I'm also looking into some API optimisations to improve site load time.   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 Vio, Kibbelz and Kamus 3 Link to comment Share on other sites More sharing options...
Blinkuz Posted May 13, 2021 Share Posted May 13, 2021 I don't know if this is the best way but because many people are probably using this cms for their projects and have used composer to load the basic packages, I recommend updating all the packages as quickly as possible, in my company we have had We have to remove 2 miners from our servers due to a vulnerability in the PHPUnit package present in almost 99% of the projects that use composer to manage the packages, here you can see more information https://www.acunetix.com/vulnerabilities/web/phpunit-remote-code-execution/Â has already been fixed in the latest version so in theory doing a little check on your servers and updating the package should be enough. Â It is not a new vulnerability, but due to the lack of users who updated the package, an exaggerated number of attacks is being resumed. Â Â XFallSeane 1 Link to comment Share on other sites More sharing options...
Lunam Posted May 17, 2021 Share Posted May 17, 2021 Can we get a video of installation and execution on both the local and internet levels? This is confusing and the guides are minimal and vague. Link to comment Share on other sites More sharing options...
XFallSeane Posted May 17, 2021 Author Share Posted May 17, 2021 3 minutes ago, Lunam said: Can we get a video of installation and execution on both the local and internet levels? This is confusing and the guides are minimal and vague.  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 ^^ ' Kamus, Vio and Lunam 3 Link to comment Share on other sites More sharing options...
XFallSeane Posted May 29, 2021 Author Share Posted May 29, 2021 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? Vio and Worldofjimmy 2 Link to comment Share on other sites More sharing options...
Blinkuz Posted May 29, 2021 Share Posted May 29, 2021 How complex would it be to create the basic architecture so that one or more payment gateways can coexist together? I think paypal is the basic standard (if you need any help you can write to me by discord), but depending on the region of each developer it is possible that some other gateway may suit you, it would also open the option that other devs can make our own integrations on the CMS base code and send it as PR to your base code. Link to comment Share on other sites More sharing options...
Andical Posted May 29, 2021 Share Posted May 29, 2021  Anyone know why I can't open shop? Here is the error generated in prod.Log, the rest of the website is working fine... --------- For those who wonder how to change default language it's in src\EventSubscriber ($defaultLocale = 'en') ----------------------- PayPal would be cool but dedipass offer credit card+SMS...if they could be combined it would be great.   Link to comment Share on other sites More sharing options...
XFallSeane Posted May 31, 2021 Author Share Posted May 31, 2021 On 5/29/2021 at 4:15 PM, Andical said: Anyone know why I can't open shop? Fixed in private for all lol.  For other :  CMS 2.1 arrive during the day  Vio 1 Link to comment Share on other sites More sharing options...
Andical Posted May 31, 2021 Share Posted May 31, 2021 Best web developer ever, gj XFallSeane. Anyone interested in running this in their website should contract him, fast service, source modifications and anything you ask! Still need some personalization but looking good...http://www.MeganiaOnline.com Link to comment Share on other sites More sharing options...
XFallSeane Posted June 1, 2021 Author Share Posted June 1, 2021 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! Vio and Kamus 2 Link to comment Share on other sites More sharing options...
XFallSeane Posted June 2, 2021 Author Share Posted June 2, 2021 Hi all ! The installation and update zips for 2.1 have been updated. Many bugs fixe, translations updated, legals notices adds on pages systems, possibility to return on the old url system. Â If you already have 2.1, use the update zip. To return to the old url system => https://github.com/Thomasfds/intersect-cms-unleashed/wiki/Remove-language-in-URL Â Please read the important points of the update guide => https://github.com/Thomasfds/intersect-cms-unleashed/wiki/Update-guide-for-2.x-&-more Edit at 22:37 : The installation and update zips for 2.1 have been re-updated. Bug fix for url system and add spanish language. Â Kamus and Vio 2 Link to comment Share on other sites More sharing options...
XFallSeane Posted June 5, 2021 Author Share Posted June 5, 2021 Hi everyone ! Version 2.2 roadmap is available :  Multilingual SEO optimization if you use the new url system Addition in the administration (on the user account details page), of a character detail page, with the possibility of adding / removing xx quantity of an item from the character's inventory, => Finish A view of the bank of the player .=> Finish A view of the bag of the player. => Finish Addition in the administration of the possibility of giving an item to a player Addition on the details page of a character, the player variables, modifiable if necessary directly from the web space. Added server stats from API, And much more ? Kamus 1 Link to comment Share on other sites More sharing options...
Xiphoid Posted June 9, 2021 Share Posted June 9, 2021 @XFallSeane i want to use my country payment methods... I live in Turkey and want to use PAYTR so our laws is different for dedipass... Link to comment Share on other sites More sharing options...
XFallSeane Posted June 9, 2021 Author Share Posted June 9, 2021 12 minutes ago, Xiphoid said: @XFallSeane i want to use my country payment methods... I live in Turkey and want to use PAYTR so our laws is different for dedipass... Hi ! I do not know this provider, I will look at his and see to modify and proposed some "packs" with different payment providers Link to comment Share on other sites More sharing options...
Xiphoid Posted June 9, 2021 Share Posted June 9, 2021 2 minutes ago, XFallSeane said: Hi ! I do not know this provider, I will look at his and see to modify and proposed some "packs" with different payment providers Ahh okay maybe i get a membership in PAYTR we can do together... Â Link to comment Share on other sites More sharing options...
XFallSeane Posted June 9, 2021 Author Share Posted June 9, 2021 42 minutes ago, Xiphoid said: Ahh okay maybe i get a membership in PAYTR we can do together...   Developing other payment provider will take a long time depending on the default language unfortunately this is not planned for right away. Link to comment Share on other sites More sharing options...
Xiphoid Posted June 15, 2021 Share Posted June 15, 2021 @XFallSeane i can't edit Database... What is wrong? Link to comment Share on other sites More sharing options...
XFallSeane Posted June 15, 2021 Author Share Posted June 15, 2021 19 minutes ago, Xiphoid said: @XFallSeane i can't edit Database... What is wrong?  I have send response to pm Link to comment Share on other sites More sharing options...
Worldofjimmy Posted June 15, 2021 Share Posted June 15, 2021 Where can I see which version I have of the CMS :)? Link to comment Share on other sites More sharing options...
XFallSeane Posted June 15, 2021 Author Share Posted June 15, 2021 Just now, Worldofjimmy said: Where can I see which version I have of the CMS :)? u can't for this moment i don't have include this, maybe later in a some file ^^ Link to comment Share on other sites More sharing options...
Worldofjimmy Posted June 15, 2021 Share Posted June 15, 2021 53 minutes ago, XFallSeane said: u can't for this moment i don't have include this, maybe later in a some file ^^ Â Maybe a version number of the CMS could exist here :)? Â Â Â Link to comment Share on other sites More sharing options...
XFallSeane Posted June 17, 2021 Author Share Posted June 17, 2021 Big security updatehttps://github.com/Thomasfds/intersect-cms-unleashed/blob/pre-release/src/Controller/Admin/AdminController.php Adds line 19Â to 21Â for u admincontroller Normally the security is auto but the new url system break this. Clear cache after. Link to comment Share on other sites More sharing options...
HelenaToDev Posted June 17, 2021 Share Posted June 17, 2021 nice work dude XFallSeane 1 Link to comment Share on other sites More sharing options...
XFallSeane Posted June 17, 2021 Author Share Posted June 17, 2021 1 minute ago, Sorinan said: nice work dude Thanks ! Link to comment Share on other sites More sharing options...
Xiphoid Posted June 18, 2021 Share Posted June 18, 2021 6 hours ago, XFallSeane said: Big security updatehttps://github.com/Thomasfds/intersect-cms-unleashed/blob/pre-release/src/Controller/Admin/AdminController.php Adds line 19 to 21 for u admincontroller Normally the security is auto but the new url system break this. Clear cache after. need add use "Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;" too or get error in 2.1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now