Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v8.0.0 ( Extended License )

No permission to download

adam2care

Member
May 6, 2022
30
38
13
anyone know what command cronjob? i tried to follow tutorial but not run after a few hours.thanks guys
 

Argentino

Active member
May 1, 2020
127
66
28

Hello everyone 🙋‍♂️

Hope you are doing well😄

As I promised before, I am almost done the the JavaScript DeObfuscator,​

I would have shared the whole code with you but the code is so confusing for some users.​
So I have made a simple web page where you can decrypt your javascript files with 2 manual steps.​
If the instructions on web page are confusing then don't worry, I will be posting proper instructions on how you can decrypt the file step by step, till then if you think you are smart enough, then give it a try​
here is the link to website-​

(Note- I have temporarily hosted the page on one of my testing code so dont panik😁 | Also I will share the algorithm in coming days, Please hit like and show some support if you want me to continue this work)

(Important: decrypt one person at a time)


Not work bro.
 

appcalifa

Active member
Trusted Uploader
Jul 30, 2020
111
190
43
anyone know what command cronjob? i tried to follow tutorial but not run after a few hours.thanks guys
one per minute (VPS)
/www/server/php/74/bin/php /www/wwwroot/yourddomain.com/artisan schedule:run 1>> /dev/null 2>&1
make sure your node ports are open, replace (localhost with your domain), don't use ssl your panel (may block in some cases).
 

appcalifa

Active member
Trusted Uploader
Jul 30, 2020
111
190
43
my cronjob works fine, I can send campaigns without problem! The only problem I have is that my autoresponders don't work...
config/app.php
change localhost per yourdomain
change timezone
change env localhost per your domain
 

adam2care

Member
May 6, 2022
30
38
13
one per minute (VPS)
/www/server/php/74/bin/php /www/wwwroot/yourddomain.com/artisan schedule:run 1>> /dev/null 2>&1
make sure your node ports are open, replace (localhost with your domain), don't use ssl your panel (may block in some cases).
Tq bro
 

hmc

Member
Banned User
Jul 23, 2022
98
50
18
Server Room
localhost
I have found an glitch while testing, for some like me it's security concern and for some it's ease of access.

My Security concern while testing and result:

I have found that anyone can use your node server hosted on your website without your knowledge, they just need to know the url you hosted and the port number of the node. For example, Official M-Pedia is using
Web address: https://wabeta.m-pedia.my.id on port number:3200 for hosting their demo.

My Test:

So, technically i tested and i am able to test/run this script without installing/starting node, go to "Setting Server" then select "Other" in "Server Type", Under 'Port Number JS" use 3200, under "Url Node" use https://wabeta.m-pedia.my.id

DONE !! Now i am able to see scan code 24/7 without having to start or configure node on my server. I am even able to use the same through tunnel and access through temporary web address my local host and complete script without any problem and this is working even on mobile phone.

Note: i have tested this while using script on Localhost only.

So, this is solution for those who are using cheap shared hosting and don't have option to install Node Js in their web hosting server.

This is also the solution for those who don't know how to setup node and wanted to use the script with ease.

My concern:

But on the other hand this is very high concern for someone who is hosting this script on their expensive server, because if anyone knows your web address you are hosting the script and node port number you are using, then they can use your node server to host this script on their cheap server and your bandwidth for free of cost. !!
 
Last edited:

shopyan

Active member
Banned User
May 11, 2021
117
97
28
Any update to 4.2.1 ?
Update 4.1.1 to 4.2.1

If you have previously installed version 4.1.1, then only need to update some files without reinstalling version 4.2.1



The following files are replaced

- app/model/Blast.php

- app/http/BlastController.php

- app/console/commands/blast.php
 
  • Like
Reactions: jeigray

eslrustler

Member
Dec 26, 2020
51
18
8
I have found an glitch while testing, for some like me it's security concern and for some it's ease of access.

My Security concern while testing and result:

I have found that anyone can use your node server hosted on your website without your knowledge, they just need to know the url you hosted and the port number of the node. For example, Official M-Pedia is using
Web address: https://wabeta.m-pedia.my.id on port number:3200 for hosting their demo.

My Test:

So, technically i tested and i am able to test/run this script without installing/starting node, go to "Setting Server" then select "Other" in "Server Type", Under 'Port Number JS" use 3200, under "Url Node" use https://wabeta.m-pedia.my.id

DONE !! Now i am able to see scan code 24/7 without having to start or configure node on my server. I am even able to use the same through tunnel and access through temporary web address my local host and complete script without any problem and this is working even on mobile phone.

Note: i have tested this while using script on Localhost only.

So, this is solution for those who are using cheap shared hosting and don't have option to install Node Js in their web hosting server.

This is also the solution for those who don't know how to setup node and wanted to use the script with ease.

My concern:

But on the other hand this is very high concern for someone who is hosting this script on their expensive server, because if anyone knows your web address you are hosting the script and node port number you are using, then they can use your node server to host this script on their cheap server and your bandwidth for free of cost. !!
Nice one!
Yea make sense.
They need to fix the security issue by allowing the same domain to link to the node.js
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
I have found an glitch while testing, for some like me it's security concern and for some it's ease of access.

My Security concern while testing and result:

I have found that anyone can use your node server hosted on your website without your knowledge, they just need to know the url you hosted and the port number of the node. For example, Official M-Pedia is using
Web address: https://wabeta.m-pedia.my.id on port number:3200 for hosting their demo.

My Test:

So, technically i tested and i am able to test/run this script without installing/starting node, go to "Setting Server" then select "Other" in "Server Type", Under 'Port Number JS" use 3200, under "Url Node" use https://wabeta.m-pedia.my.id

DONE !! Now i am able to see scan code 24/7 without having to start or configure node on my server. I am even able to use the same through tunnel and access through temporary web address my local host and complete script without any problem and this is working even on mobile phone.

Note: i have tested this while using script on Localhost only.

So, this is solution for those who are using cheap shared hosting and don't have option to install Node Js in their web hosting server.

This is also the solution for those who don't know how to setup node and wanted to use the script with ease.

My concern:

But on the other hand this is very high concern for someone who is hosting this script on their expensive server, because if anyone knows your web address you are hosting the script and node port number you are using, then they can use your node server to host this script on their cheap server and your bandwidth for free of cost. !!
Please also share the solution to prevent easy access. So that all will secure it.
 

Forum statistics

Threads
69,475
Messages
909,845
Members
239,645
Latest member
asdasda11

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu