October 7, 20241 yr Author Administrators This file has been updated to Version v4.4.9 + All Add-ons What's New in this Version: New Features Pages: Added an "About Us" page for enhanced site information. Introduced new pages in the admin finance section for Profit Management and Profit Analysis. P2P Trading: Moved "Payment Methods" to be the first item in the user P2P menu for easier access. Responsive Design: Added a responsive handler for wallet type selection in the deposit, withdrawal, and transfer page initial steps for better usability on different screen sizes. Admin Profits: Created a new model for managing admin profits. Developed a handler for calculating admin profits in user withdrawals, transfers, P2P trades, and ICO contributions. Added a handler to automatically remove fees when a transaction is removed by an admin. Transaction Fees: Added a Percentage Transfer Fee setting in the admin side. Implemented a handler for applying transfer fees. Added a Wallet Withdraw Chain Fee setting. Developed a logic to apply the fixed chain fee from exchange providers to the total withdrawal amount so that the target wallet receives the full amount, while the sender wallet incurs the fixed and percentage fees as set by the admin. Added a Spot Wallet Withdraw Percentage Fee setting. Implemented a new handler to apply extra fees based on the percentage set by the admin. User Management: Added a new handler to export all user details to an Excel file for administrative reporting. File Handling: Introduced a new endpoint to convert HEIC/HEIF images to JPG format. Added a handler for uploading and processing HEIC images. Enhancements UI/UX Improvements: Improved network selection UI/UX for a smoother and more intuitive user experience. Enhanced color schemes for lists in dark mode on pruned legal pages. Added dark mode support for the KYC rejection modal. eCommerce: Increased the maximum length for eCommerce product descriptions to accommodate more detailed information. Patches Ecosystem: Fixed the issue where the ecosystem token structure was not displaying in integrated add-ons. KYC Management: Patched an issue where KYC applicants could not view client applications with document errors. Fixed the cancel button issue that continued sending KYC applications. Corrected the max level calculation in KYC templates. Patched an issue where KYC rejections were adding an unintended level. P2P Trades: Fixed the issue where P2P trades for all users were visible to admins on the user side. Support is available for paid files only Support for free files is offered for a fee only
October 10, 20241 yr EcoSystem & Native Trading Addon for Bicrypto where documentation of this addon? This forum account is currently banned. Ban Length: Member has been permanently banned. Ban Reason: Violating the rules of sale
October 10, 20241 yr @Mahmoud why you get this after you enter api and secret? What else do I need there? First image. how to fix this? Secong image.
October 10, 20241 yr Author Administrators Just now, Hen Ry said: @Mahmoud why you get this after you enter api and secret? What else do I need there? First image. how to fix this? Secong image. You need root permission to be able to execute the update command 9 hours ago, Aleksey Kuzin said: EcoSystem & Native Trading Addon for Bicrypto where documentation of this addon? https://support.mash3div.com/hc/categories/17/21/ecosystem Support is available for paid files only Support for free files is offered for a fee only
October 10, 20241 yr 2 hours ago, Mahmoud said: You need root permission to be able to execute the update command I already had the root permissions, And I still keep getting that error, can you check what the error is?
October 11, 20241 yr 16 hours ago, Hen Ry said: I already had the root permissions, And I still keep getting that error, can you check what the error is? @MahmoudI already had the permissions, you can check it or tell me it's wrong?
October 11, 20241 yr 5 minutes ago, Revolution AI said: what error are you having I have this, and root permissions were already enabled.
October 11, 20241 yr Author Administrators 5 minutes ago, Hen Ry said: @MahmoudI get these errors how to solve ? By following the documentation, everything is explained there. Support is available for paid files only Support for free files is offered for a fee only
October 13, 20241 yr do this already support own node for bitcoin, litecoin and other? i am still waiting its support multiple nodes of bitcoin core / bitcoin daemon not many people want to use an api service like blockcrypter or something, a lot better if we can store the coin on our own wallet like bitcoin core wallet and we can add alt coin, not only well known coin aslong the coin have json rpc api and we can put the core wallet on seperate server, just need to enable the json rpc api server = 1 so the main server / website for the exchange will not take so long to load
October 13, 20241 yr @Mahmoud Where to find the API for translation? I don't find this in the documents
October 14, 20241 yr Em 11/10/2024 em 18:19, Hen Ry disse: @MahmoudI get these errors how to solve ? Good evening, my friend. I'm also facing some of these errors and can't resolve them. Did you manage to fix the "Scylla Client" error? @Hen Ry Edited October 14, 20241 yr by diamante
October 14, 20241 yr @oliver33 Good evening, my friend. I noticed that you wrote that the Scylla connection is working. I'm encountering errors and haven't been able to resolve them. Can you help? Error: All host(s) tried for query failed. First host tried, ::1:9042: Error: connect ECONNREFUSED ::1:9042 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 9042 }. See innerErrors.
October 14, 20241 yr 1 hour ago, diamante said: @oliver33 Good evening, my friend. I noticed that you wrote that the Scylla connection is working. I'm encountering errors and haven't been able to resolve them. Can you help? Error: All host(s) tried for query failed. First host tried, ::1:9042: Error: connect ECONNREFUSED ::1:9042 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 9042 }. See innerErrors. If you use virtualmin, then you have to change the Scylla port from 10000 to 10001, because virtualmin uses that port for the panel. Also, check that that port is open and that the firewall is not blocking that port. Go step by step through the documentation and everything will work for you. Also in scylla config you have to add this: nano /etc/scylla/scylla.yaml Locate the authenticator: line, uncomment it, and change it to: authenticator: PasswordAuthenticator api_port:10001 (or another free port that is not occupied) Here you have everything in more detail: https://support.mash3div.com/hc/articles/17/21/96/installation Good luck!
October 14, 20241 yr 2 horas atrás, Revolution AI disse: setup on google you have to setup each one by one @Revolution AI When it comes to changing the rpc_address and listen_address in Scylla, I think I made a mistake. However, I'm not sure how to fix it.s
October 14, 20241 yr Em 13/10/2024 em 23:42, oliver33 disse: Se você usar o virtualmin, então você tem que mudar a porta do Scylla de 10000 para 10001, porque o virtualmin usa essa porta para o painel. Além disso, verifique se essa porta está aberta e se o firewall não está bloqueando essa porta. Vá passo a passo pela documentação e tudo vai funcionar para você. Também na configuração do scylla você tem que adicionar isso: nano /etc/scylla/scylla.yaml Localize a linha authenticator:, descomente-a e mude para: authenticator: PasswordAuthenticator api_port:10001 (ou outra porta livre que não esteja ocupada) Aqui você tem tudo com mais detalhes: https://support.mash3div.com/hc/articles/17/21/96/installation Boa sorte! I'm using the same port (10001). Can you show me how these lines look for you: listen_address: 127.0.0.1 rpc_address: localhost api_port: 10001 api_address: 127.0.0.1 authenticator: PasswordAuthenticator problem solved Edited October 15, 20241 yr by diamante
October 15, 20241 yr Hi I do have Few Questions. Hi I like your Product. I have Few Questions. I want to see Demo or Video before buying the product or services. Do your platform Support MAM or Money Manager. Do your Platform support Forex, Metals, CFD's trading. Do your platform have Client Dashboard for traders to see their account results. How much cost for installation. How many days it will take to install. Do we need VPS hosting. We already have VPS Hosting from hostinger. We use this Hosting for our BOT. Thanks Mike
October 26, 20241 yr Author Administrators This file has been updated to Version v4.5.0 + All Add-ons Support is available for paid files only Support for free files is offered for a fee only
October 29, 20241 yr Is this nulled and does it need to activate? It says 4.5.0 but the official products last version is 4.4.9. How come?
October 29, 20241 yr Author Administrators 44 minutes ago, dispycet said: Is this nulled and does it need to activate? It says 4.5.0 but the official products last version is 4.4.9. How come? You get license keys after purchase As for the update number, this is the updated version on Codecanyon Greetings Support is available for paid files only Support for free files is offered for a fee only
December 7, 2024Dec 7 Author Administrators Updated Support is available for paid files only Support for free files is offered for a fee only
December 14, 2024Dec 14 Author Administrators Updated Support is available for paid files only Support for free files is offered for a fee only
December 21, 2024Dec 21 all plugins were installed, I activated the plugins, but I can't find the env file in the root file env Can you tell me the file path of your platform's root directory SCYLLA_FUTURES_KEYSPACE="futures"can you tell me the file path where I need to add this
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.