Jump to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Do not create multi-accounts, you will be blocked!

Magd Almuntaser

Professional Programmer
  • Joined

  • Last visited

Posts posted by Magd Almuntaser

  1. Posted

    Almonta - Theme For Whatsapp Gateway Multi Device v5.5.0 -


    Almonta 1.0v is a theme I designed for the Whatsapp Gateway | Multi Device v5.5.0. You can download the design for free and install it on your website easily, with the ability to return to the previous design if desired. I have provided two versions for you, the first is my own design, while the second version is the original design in case you don't like mine.

     

    login-2.jpg.18a05fae419a17cf1fc75277c90b51d5.jpg

     

    After downloading (wa-5.5.0-theme.zip), unzip it in the main directory of your website's script, replace the files, then you can write the following command in SSH:  php artisan view:clear And Done!.

     
    If you want to return to the default design, you can download (original-5.5.0-theme.zip) and follow the same instructions as explained earlier.

  2. On 4/11/2024 at 11:13 AM, The Billionaire said:

    Please I just downloaded the 6.5 is encrypted, do u have they decrypted version ??? if possible please how can i get it

    Done!
    i've decoded all php files you can download from here:
     

    workupload.com/file/W9cV6etnfva

     

  3. 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>

     

  4. 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?

     

  5. On 10/13/2023 at 12:38 PM, guruskid said:

    yes i have cloudflare

    yes that what i ask you becouse the cloudflare only have 4 ports you can use it ..

    developers.cloudflare.com/fundamentals/reference/network-ports

    so the best ports is 8880 you can change your whatsapp server port to 8880 and everthing will work ..

  6. On 10/10/2023 at 11:53 AM, guruskid said:

    i did that but is not going through when i add the subdomain and the port

    you don't answer any my qustions .. so how we can help you without any answer?
    do you have cloudflare or not? if not screenshot your ssh when you run nodejs

  7. On 10/9/2023 at 12:16 AM, guruskid said:

    The node version was 18 so I had to reinstall it with version 20, my subdomain is working, but port 3100 can't be communicated with the laravel application, I even use pm2 to start the script on background

    if you link your dns to cloudflare you can't use 3100 if not you can run nodejs via SSH and screenshot to see the log

  8. 2 hours ago, guruskid said:

    I bought a VPS to run the script, The Laravel application is working fine, but my issue now is that the node port of 3100 can't be connected to the application to scan my Whatsapp

    do you have nodejs in your vps? and what is your version?
    do you have dns to cloudflare or the nameserver dircet to vps?

  9. On 9/11/2023 at 7:32 AM, l.o.l said:

    can i ask for this edited file?

    Yes when i finished i will send the files

    On 9/13/2023 at 11:48 AM, Putra Pertama said:

    @Magd Almuntaser 

    cronjob not working, hosting rumahweb.com

    You can check your php path and replace my code

    10 hours ago, badas said:

     

    it's finished bro.
    can it be shared?

    No im still working on it

    1 hour ago, nikokenzo said:

    This amazing. We are waiting for this

    Thank you bro

    1 hour ago, nikokenzo said:

    Bro can i used your fixed file for replace old 5.2.0 version without fresh install?

    env file also must be saved before.

    and just add this command into cron job right?

    Yes you can .. save env file and cord folder

  10. ·

    Edited by Magd Almuntaser

    19 hours ago, Putra Pertama said:

    boleh minta set crobjob bang

     

    On 8/22/2023 at 10:38 AM, Magd Almuntaser said:


    1- open your cpanel and go to Cronjob:
    image.png.f8782139297cd151f2d0ee9c88f5017e.png 

     

    2- put this command inside (command) in your cronjob and select (Once Per Minute) and click (add new cron job) :
     

    /opt/alt/php81/usr/bin/php /home/kiny7639/public_html/hokistore.my.id/artisan schedule:run >/dev/null 2>&1



    image.png.3a3659c60a930223b7d44f0da4ce70d6.png

    3- and add this command again:
     

    /opt/alt/php81/usr/bin/php /home/kiny7639/public_html/hokistore.my.id/artisan start:blast >/dev/null 2>&1

     


    i thknk your php path is /opt/alt/php81/usr/bin/php you can check if this is the right path or not when run this command in SSH:
     

    /opt/alt/php81/usr/bin/php -v

    and see if give you the php version

     


    Change command to your php

  11. 16 hours ago, kocero88 said:

    The qr code worked, I installed server.js, it gives an error when I want to send a message or select other posts. What is the solution?

    error.thumb.png.64d7d3243fe22aaf77720cbaf3b05971.png


    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
  12. 12 minutes ago, SHIEVIP said:

    Where is the folder to change the login and register view? and how to make the initial route not to login but to the homepage I want to make in index.html?

    login and register inside this folder:
     

    resources/views/auth

    about to make file index.html and when login from index.html go to homepage directly you can use the code <form> that use it inside login.blade.php

  13. 2 hours ago, SHIEVIP said:

    Okey i try the first and solved but i have 1 problem again sir. After a few hour from scan and connected why i always disconnect again? this like have a problem with session. Can u help me with this problem?

    Sometime the problem from server and sometime from whiskeysockets lib and sometime from whatsapp
    so the sloution is download (forever app) in your server .. to install forever:
     

    npm install forever -g

    and go to your script path and run:
     

    forever start server.js


    node will be run background and never disconnect .. when your session will finish the forever app will connect again directly

  14. 4 hours ago, SHIEVIP said:

    @Magd Almuntaser Why when i edited like footer, meta tag, header and title Auto reply be not working?? and i found the problem. I already copy ur old script for autoreply in comment but here is the problem and i don't know how to fix it.

     

    {"text":"Hai"} should be {text:"Hai"} but i don't know how to fix it again. please help me

     

    Screenshot(295).thumb.png.bae4eae4d0efb90805f2966a1e5afeb3.png


    yes that's why i parse json 2 times to fix this problem .. 
    so you need to install this version i've decoded and fix this problem:

    easyupload .io/3j7cjg

    Remove space from link.

    about the problem with autoreply when you change the footer and header i think 2 problem ..
    the first one is you save the file with another charset so you need to use notepad++ editor to edit the files ..
    the second one you can try after you change the footer and header and autoreply edit the file incomingMessage.js in line 84 replace:
     

    .sendMessage(_0x292a07.key.remoteJid, JSON.parse(JSON.parse(_0x327fda)), {

    to

    .sendMessage(_0x292a07.key.remoteJid, JSON.parse(_0x327fda), {

    i advice you to try the first .. if not you can try the second ..

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.