x13th Posted October 1, 2020 Posted October 1, 2020 (edited) FluxCP with Master Account Integration Hi everyone! I want to share my Simple FluxCP with master account. I've been coding this for the last 2 days using my free time. I have seen a lot of people asking for FluxCP with Master account so I decided to share this. Originally I was planning to do this via addons but there are too many things needed to change. Please take note that this is version 1.0 so if you found any bugs please open an issue on github. I will also release next time the master account integrated with phpBB. Repository: https://github.com/acelabini/FluxCP-MasterAccount Clone: https://github.com/acelabini/FluxCP-MasterAccount.git Download: https://github.com/acelabini/FluxCP-MasterAccount/archive/master.zip How to install? Just clone or download the repository and follow this installation guide written by @Zack- Configuration Edit `config/application.php` 'MasterAccount' => true, // Enable master account feature, setting this to false will revert back to normal fluxCP 'MasterAccountPasswordHash' => 'bcrypt', // Master account password hashing algorithm, atm only bcrypt is available 'MasterAccountMaxAccounts' => 0, // Maximum game account per master account; 0 to disable If you have any question, feel free to post it here. Helpful? Buy me a coffee Edited October 1, 2020 by x13th 4 1 1
Dark Lunacy Posted October 1, 2020 Posted October 1, 2020 this looks awesome, all my kudos for you :)
Azirike Posted October 3, 2020 Posted October 3, 2020 (edited) Awesome, as you said there's so many people that have been requesting this! I'm glad there's still people like you working on maintaining some of the most popular RO tools. Keep up the great work mate. Edited October 3, 2020 by Xan Sietry
x13th Posted October 6, 2020 Author Posted October 6, 2020 @Dark Lunacy Glad you like it @Xan Sietry Will do mate. Thanks Applied some fixes - Added password reset for master account and game account - Fixed issues #1 (Reported by @xVaan) - Fixed error when logging in if account is ban - Fixed loginbox account link 3
WhiteEagle Posted October 30, 2020 Posted October 30, 2020 Nice work. Is it possible to display the Master Id?
x13th Posted October 31, 2020 Author Posted October 31, 2020 @WhiteEagle yes, the latest repository display that.
WhiteEagle Posted October 31, 2020 Posted October 31, 2020 Hmm, I downloaded it yesterday. The last update was 25 days ago. Have I forgotten something?Repository: https://github.com/acelabini/FluxCP-MasterAccount If now there is a master account storage and a launcher where you can get all game accounts listed. Then it would be perfect. .
x13th Posted November 1, 2020 Author Posted November 1, 2020 Sorry, it was in my private repository. I will update it as soon as possible. Quote If now there is a master account storage Well, we can do that via Flux but we need time for development and deep testing. We don't want to introduce exploits because of this feature.
Azirike Posted November 28, 2020 Posted November 28, 2020 Hi, I've been testing your FluxCP and so far it works really well! I was wondering if you intend of modifying the password reset? If you ever consider it, it would be nice if players could choose to create their own new password instead of having a new one created for them. I already know some players will complain about it haha. But don't see my suggestion as a negative one, you did a really good job and I appreciate your efforts! Thank you, Xan.
Ruda Posted December 7, 2020 Posted December 7, 2020 Adn what about donations... credits are added to 1st accounts and you cant buy anything... its maybe my falut :D but i dont think so
x13th Posted December 11, 2020 Author Posted December 11, 2020 Hi, please open an issue on github. So I can track them.
Gouki Posted January 3, 2021 Posted January 3, 2021 Hi, can I get a clarification what's the use of this Master Account feature please?
Fluxion Posted February 5, 2021 Posted February 5, 2021 thank you for this amazing job !! However, do you have a tutorial for integrating it into the RO client. Basically, this will allow us to log in with our master account, see all the available accounts, and choose which one I want to start with before the exe starts? Or integrate it directly into the executable? Because creating a master account is great but if it does not allow us to manage our accounts by launching the game, it is not useful to us. This is not a negative review, I greatly appreciate your donation. really, thank you!
Seva Posted April 2, 2021 Posted April 2, 2021 (edited) Hello my friends, I want to use this FluxCP with master account integration, but I have a problem with correct working. I am isung XAMPP 3.2.4 (Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.0.3). 1st issue was with loading submenu items, which I repaired (themes/default/main/submenu.php) line 8 Original: $this->url($menuItem['module'], $menuItem['action'], $params->get('id') ? ['id' => $params->get('id') ]: ''), Replaced: $this->url($menuItem['module'], $menuItem['action'], $params->get('id') ? ['id' => $params->get('id') ]: array()), Now, all items in menu are working (except for item a mob DB) and submenu is visible. 2nd issue: Can't load mob and item db 3rd issue: Can't login - EDIT SOLVED I solved it - /lib/Flux/MasterAccount/SessionData.php - line190Original $sql = rtrim($sql,","); Replaced $sql = substr(rtrim($sql,","), 0, -2); Has somebody same issues? Thank you for your replies Edited April 2, 2021 by Seva
xVaan Posted April 17, 2021 Posted April 17, 2021 @x13th History > Game Login Log isn't showing any results. Same issue should be affecting ServiceDesk (Not tested yet)
Eyhra Posted December 1, 2021 Posted December 1, 2021 (edited) hello I have the same problem with the Master ID ando accound ID Edited December 1, 2021 by razmux
Fluxion Posted April 29, 2022 Posted April 29, 2022 It is no longer updated, is it still good to use it?
Recommended Posts