Wa Gateway | Multi device BETA | MPWA MD

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

No permission to download

circlehuge

Active member
May 5, 2022
51
149
33
If anyone's facing theese issues:
Don't use sub-folder, just drop all files in public_html or root folder of domain/subdomain (and don't use in /public, just root dir).

Second, if anyone is having trouble with images in windows you have to create a symbolic link from \public\storage that points to \storage\app\public.

For that you can use https://sourceforge.net/projects/symlink-creator/
For shared hosting, use terminal in cpanel, use this command:


Code:
ln -s /home/(your cpanel id)/public_html/storage/app/public /home/(your cpanel id)/public_html/public/storage


Worked here.
 

Arys

New member
Jul 29, 2022
3
0
1
Open \app\Http\Controllers\BlastController.php file then search for {name}.
then create your custom Spintax.
Add columns for spintax in database table.
how to add spintex word {hello|hay|HAYY} in message blast
 

hmc

Member
Banned User
Jul 23, 2022
98
50
18
Server Room
localhost
Hello brothers, i have found the way to null any version of

Wa Gateway | Multi device BETA​

Hope you all are interested in this and learning how to null it.

I have tested on both V3.0 and V3.5 and it worked perfectly for me, but i haven't tested on V4 as i don't have it till now

If you have the latest version V4 or any older original version i.e. untouched version then just do the following:

Go to foler: App/http/middleware

Edit file : isverifiedlicence.php

This file includes only javascript, which trackback the m-pedia.co.id for verification of licence.

You can download the file and replace it https://www.mediafire.com/file/emkkxqgpy8w92fp/isVerifiedLicense.php/file

So, just delete all the contents of this file and insert the code below mentioned and save it, either replace it with file provided above link, the script will be nulled... Enjoy the nulled script without any hidden trackback and nulled by yourself:



<?php
namespace App\Http\Middleware;

use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\Session;

class isVerifiedLicense
{

private $verified;
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next
* @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse
*/


public function handle(Request $request, Closure $next)
{
return $next($request);
}
}

?>
 
Last edited:

Gemes

Member
May 2, 2022
96
18
8
Hello brothers, i have found the way to null any version of

Wa Gateway | Multi device BETA​

Hope you all are interested in this and learning how to null it.

I have tested on both V3.0 and V3.5 and it worked perfectly for me, but i haven't tested on V4 as i don't have it till now

If you have the latest version V4 or any older original version i.e. untouched version then just do the following:

Go to foler: App/http/middleware

Edit file : isverifiedlicence.php

This file includes only javascript, which trackback the m-pedia.co.id for verification of licence.

You can download the file and replace it https://www.mediafire.com/file/emkkxqgpy8w92fp/isVerifiedLicense.php/file

So, just delete all the contents of this file and insert the code below mentioned and save it, either replace it with file provided above link, the script will be nulled... Enjoy the nulled script without any hidden trackback and nulled by yourself:



<?php
namespace App\Http\Middleware;

use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\Session;

class isVerifiedLicense
{

private $verified;
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next
* @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse
*/


public function handle(Request $request, Closure $next)
{
return $next($request);
}
}

?>
thanks for share bro... hope someone can upload untoched v.40 soon
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
Morehere updated Wa Gateway | Multi device BETA | V3.5.0 MPWA MD with a new update entry:

Update v4.0.0 Nulled (26 July 2022)

Change logs:
- Update core (Library to version 4.3.0)
- Fix connection bug, Faster and stable
- (Add Features) Manage User
- (Add Features) Set Subscription & Maximum number of devices per User
- (Added feature)Auto reply button (custom number of buttons) + Supports Image
- (Added Features) Auto reply Templates (Custom number of templates) +Supports Images
- (Add Feature) Auto Reply List Menu (custom number of menus)
- Changed the Blast Message feature into a Campaign along with...

Read the rest of this update entry...
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
@Tomz can you please check this? infected with Win32/Wacatac.B!ml. (and maybe miner for linux too, didnt check)
First i thought its a false positive, until i found this in AdminController.php (witch is the single code in this file)

fccc04b9cbc19794ac5d19abef528e3e.png

https://gyazo.com/fccc04b9cbc19794ac5d19abef528e3e
Please note that the main author of the script has implemented encryption for the php files. That's why you are getting like that.
 

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