January 4, 20241 yr Do i need to create node js for this? if yes then the node js script is giving errors and not connecting to node sever
January 4, 20241 yr Error Cloudlinux NodeJS Selector demands to store node modules for application in separate folder (virtual environment) pointed by symlink called "node_modules". That's why application should not contain folder/file with such name in application root
January 9, 20241 yr On 1/4/2024 at 2:42 PM, mesh said: Do i need to create node js for this? if yes then the node js script is giving errors and not connecting to node sever @mesh If you need to install node js, create the activation of the node js service so that it is always active, the file you have to have active is called server.js
January 13, 20241 yr @divysriv On 8/20/2023 at 3:52 PM, divysriv said: Solved ✅, Thanks for your coordination how to solve the problem? i get same problem Edited January 13, 20241 yr by zaneta gallery
January 28, 20241 yr On 8/28/2023 at 4:22 PM, Magd Almuntaser said: i don't know whats the problem exactly but do you try to send qoute """ inside the text? if yes try send only one word like (test) if the problem is still you can try my decoded script: easyupload .io/3j7cjg does anyone can reupload this file? Thanks Regards
February 28, 20241 yr I want to create an API for device logout. I tried searching in the API routes for this specific endpoint but couldn't find it. Is there a solution available?
March 9, 20241 yr versi 6.0.0 sudah muncul, siapapun bisakan update resource ini ? terimakasih sebelumnya
March 12, 20241 yr Plz update V6 This forum account is currently banned. Ban Length: Member has been permanently banned. Ban Reason: Illegal sale
March 20, 20241 yr Author On 3/13/2024 at 5:07 AM, ziroroot said: phone book not loaded and in test masge the masge box not show any help Becose you use SSL in url.. change https to http
March 20, 20241 yr Author On 8/19/2023 at 12:48 AM, Magd Almuntaser said: i've decode and deobfuscate the file for you can replace this code on this file (public/assets/js/index.js) : $(document).ready(function() { let year = new Date().getFullYear() var copyright = document.createElement('div') copyright.className = 'footer' copyright.innerHTML = '<div class="container-fluid"><div class="row"><div class="col-sm-6">' + year + ' \xA9 MPWA </div> <div class="col-sm-6"><div class="text-sm-end d-none d-sm-block">Crafted with<i class="mdi mdi-heart text-danger"></i> by<a href="https://m-pedia.co.id">M Pedia</a></div></div></div></div>' document.querySelector('.wrapper').appendChild(copyright) }) You can see my old reply ☝️ On 3/19/2024 at 3:18 AM, Bintang Aulia said: remove footer Whatsapp Gateway Multi Devices?
March 21, 20241 yr Author On 3/13/2024 at 5:07 AM, ziroroot said: phone book not loaded and in test masge the masge box not show any help If still not working you can try this code .. replace with .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !^/socket.io/ RewriteCond %{REQUEST_URI} !^/backend-* RewriteCond %{REQUEST_URI} !^/public/ RewriteRule ^(.*)$ /public/$1 [L,QSA] </IfModule> <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.