.png.6ca16b900b0804dce0c8ba1e379327f9.png)
Posts posted by Magd Almuntaser
-
-
-
-
-
On 3/13/2024 at 5:07 AM, ziroroot said:
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>
-
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?
-
-
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 .. -
-
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
-
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? -
-
-
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: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
-
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:
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
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 -
1 hour ago, SHIEVIP said:
@Magd Almuntaser Can you help me with this sir? I want to send a media message using the uploaded file in the directory provided by the script but an error occurs when I open it
upload file without space on file name .. like this:
magdalmuntaser.jpg or magd_almuntaser.jpg
not like this:
magd almunaser.jpg -
-
16 hours ago, kocero88 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
-
-
-
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
-
Edited by Magd Almuntaser
16 hours ago, Priyanshu Patle said:File Not Found
you can download from here decoded and fix many errors 5.5.0: @Bajra Al Faruqeasyupload .io/3j7cjg
Remove space from link. -
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 -
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
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 ..
-
Almonta - Theme For Whatsapp Gateway Multi Device v5.5.0 - v1.0
in Templates
Posted
View File
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.
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.