Jump to content
Bicrypto v4.4.2 + All Plugins ×

Whatsapp Gateway | Multi Device v8.5.1


Magd Almuntaser

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...
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

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • DW Members
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?

 

Link to comment
Share on other sites

  • DW Members
On 3/13/2024 at 5:07 AM, ziroroot said:

image.thumb.png.3c8cf8584d7b223f1914369a278c6659.png

 

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>

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...