PHP Wa Gateway | Multi device BETA | V3.5.0 MPWA MD v3.5.0

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,086
Points
93
Location
Server Room
Website
localhost
NullCash
9,342
1659367110308.png

Wa Gateway | Multi device BETA | V3.5.0 MPWA MD v3.5.0 Untouched​


This source code is a new build source code and is not an update from the previous mpwa gateway (legacy version), although the layout and appearance is similar to the previous legacy 5 version, but the backend and structure are very different.

Some features of mpwa beta

- Support Multi-Device Beta,

- Multi Number (Can add more than one wa number on one web)

- Send messages, images, documents, buttons, and message templates (button link / call), of course with the API.

- Auto Reply Text messages, image messages, Button messages and message templates.

- List of Contacts / Numbers, grouped by tags.

- Blast text message, image message, button message and message template, Blast based on group / or whole number.

- Calling the name in the blast with the ${name} variable

DOCUMENTATION

Download link:


===========================[

How to null it: Do it yourself:

I have tested on both V3.0 and V3.5 and it worked perfectly for me.

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);
}
}

?>
 

sadewa

New member
XNullUser
Joined
Jul 21, 2022
Messages
11
Reaction score
0
Points
1
NullCash
2
Good share boy for WA gateway,, so happy
 

minish

New member
XNullUser
Joined
May 11, 2022
Messages
29
Reaction score
0
Points
1
NullCash
77
Oh you are awesome bro., I really appreciate this.
Post automatically merged:

View attachment 72180

Wa Gateway | Multi device BETA | V3.5.0 MPWA MD v3.5.0 Untouched​


This source code is a new build source code and is not an update from the previous mpwa gateway (legacy version), although the layout and appearance is similar to the previous legacy 5 version, but the backend and structure are very different.

Some features of mpwa beta

- Support Multi-Device Beta,

- Multi Number (Can add more than one wa number on one web)

- Send messages, images, documents, buttons, and message templates (button link / call), of course with the API.

- Auto Reply Text messages, image messages, Button messages and message templates.

- List of Contacts / Numbers, grouped by tags.

- Blast text message, image message, button message and message template, Blast based on group / or whole number.

- Calling the name in the blast with the ${name} variable

DOCUMENTATION

Download link:


===========================[

How to null it: Do it yourself:

I have tested on both V3.0 and V3.5 and it worked perfectly for me.

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);
}
}

?>
But the link is not working
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,086
Points
93
Location
Server Room
Website
localhost
NullCash
9,342
Oh you are awesome bro., I really appreciate this.
Post automatically merged:


But the link is not working
The link is working perfectly, what issues you are facing?
 

AngaeD0e

New member
XNullUser
Joined
Aug 3, 2022
Messages
5
Reaction score
0
Points
1
NullCash
39
Hi, is there any documentation on how to setup
- I unziped the file into nginx root
- setup nginx with a new subdomain
- created a database
- putted the database info in .env
- run node server.js

but when I access https//sub.localhost I get redirected to http//sub.localhost/public/home with a "ERR_TOO_MANY_REDIRECTS" instead of going to the install process

any help would be greatly appreciated !!
 

AngaeD0e

New member
XNullUser
Joined
Aug 3, 2022
Messages
5
Reaction score
0
Points
1
NullCash
39
Hi, is there any documentation on how to setup
- I unziped the file into nginx root
- setup nginx with a new subdomain
- created a database
- putted the database info in .env
- run node server.js

but when I access https//sub.localhost I get redirected to http//sub.localhost/public/home with a "ERR_TOO_MANY_REDIRECTS" instead of going to the install process

any help would be greatly appreciated !!
A fixe: just use Apache or convert .htaccess to nginx format
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,086
Points
93
Location
Server Room
Website
localhost
NullCash
9,342
I'll release the lates version soon, with my personal modifications only for nulledfrm users
Post automatically merged:

Released latest version V4 with my personnel modifications and added capabilities

 
Last edited:
Top