Jump to content
Posted
  • Popular Post
comment_35854

Whatsapp Gateway | Multi Device


This script has been completely modified and many important features and fixes have been added by @Magd Almuntaser
He is now responsible for the updates of this script and has full intellectual property rights
So no one will violate the terms of use that he has set

Latest Features:
1. WhatsApp Account Connectivity

All types of WhatsApp Accounts to be able to connect with WhatsApp Gateway (Multi Number & Multi Device);
Ease of the WhatsApp Account connectivity process with a QRcode Scan or with an Authentication Code directly from your device.

2. Message

Availability of various types of (text messages, media, polls, lists, locations, VCard) can easily be used by you;
You can send mass messages for your marketing campaign activities, promotions or business programs easily and on a scheduled basis;
Setup automatic message replies with more natural (alami) and selected keywords for operational optimization of use;
Manage sent message history with automatic and scheduled deletions.

4. Integration

You can easily integrate your WhatsApp Account with various (AI) artificial intelligence services, namely ChatGPT, DALL-E, Gemini, and Cloude with API authentication codes only;
You can easily activate Ai for Single or Multiple use on your WhatsApp Account;
You can easily select Ai in your WhatsApp messages for WhatsApp Group, Private, or Both types;
You can easily setup call rejection automatically if there is a (Call) call and provide a specific response or information;
Setup your WhatsApp and Ai accounts more naturally (alami) with "Already read" status";
Setup your WhatsApp and Ai accounts more naturally (natural) with the status "Typing...".
You can easily integrate and communicate your services with the Webhook mechanism of WhatsApp Gateway | Multi Device.

5. Application Settings

Nowadays you can easily and quickly carry out the process of setting up the WhatsApp Gateway | Multi Device* application by Magd Almuntaser with the settings panel;
You can easily set up applications based on server ecosystem, smtp, etc quickly;
Multi language support (english, Indonesian, Indian, Spanish and Arabic) for easy use.

6. Developer Options

Currently WhatsApp Gateway | Multi Device* by Magd Almuntaser has provided various API services for your easy development consisting of:
        1). Send Message API
        2). Send Media API
        3). Send Poll API
        4). API Send Button
        5). Send API Templates
        6). Send List message API
        7). Send Location API
        8). Send VCard API
        9). Generate QR API
        10). Disconnect devices
        11). Create User API
        12). User Info API
        13). Device Info API
        14). Check Number API
        15). Webhook Example

Ease of setup and availability of the (API Key) API Key for authentication and authorization of your development process.

7. Security

Currently there is a 2 factor authentication (2FA) service available to maintain the security and comfort of application access;
A password reset service is available if you forget your account login information.


Coming Soon:

1. Landing page for Software as Service services (Subscription Services);
2. Payment gateway page management (QRIS, BCA virtual account, PayPal, Stripe);
3. Added user account management;
4. (ticket) obstacle reporting service for users and managers;
.. And many more.


 

  • Replies 4.1k
  • Views 248.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 9.0.0 so far: - Added landing page (welcome page). - Added plans system. - Added cronjob page. - Added Multi-Keyword in autoreply. - Added send message with footer. -

  • Magd Almuntaser
    Magd Almuntaser

    This version will not be released soon, because there are many people who violate rights without permission.. I told everyone to use the script for free, but if you want to sell the version or redev

  • Magd Almuntaser
    Magd Almuntaser

    Today the version will be released, and this is what's new in version 8.5.0: - Added send sticker feature. - Added wysiwyg whatsapp (text editing tools). - Added location, vcard, sticker in camp

Posted Images

Featured Replies

comment_73291
4 hours ago, kecoamumet said:

try edit this file. search in the file

begaya pakai bahasa bule dulu dong gue

/path/to/you/script/resources/views/components/layout-auth.blade.php:14:
/path/to/you/script/resources/views/components/layout-dashboard.blade.php:47:

 

sekalian kalau mau ganti tulisan di samping logo sidebarnya

 

/path/to/you/script/resources/views/components/aside.blade.php:8:                   
/path/to/you/script/resources/views/components/sidebar.blade.php:5: 

 

kalo yg di pojok kanan bawah "Crafted with by M Pedia" dimana lokasinya paman?

comment_73368

Mohon info, apakah bisa diterapkan fitur Disappear Message?

karena jika mengaktifkan pesan sementara pada setting whatsapp akan muncul peringatan "pesan ini tidak akan hilang dari chat, pengirim mungkin menggunakan whatsapp versi lama".

mungkin disini ada yang bisa menerapkan disappear message pada versi 7 ini?

 

Screenshoot terlampir.

Terimakasih

 

WAGT.jpg

Disappear.png

comment_73394

karena whatsapp saya kadang koneksi terputus nah kan saya logout dan connect ulang. dan saya coba juga untuk hapus dan connect ulang.

namun muncul error sbg berikut:

can you help @Magd Almuntaser ?

also my website cant record history message, but whatsapp can delivered.

 

(history wa tidak tersimpan, namun pesan wa terkirim)

Illuminate\Database\Connection::runQueryCallback
vendor/laravel/framework/src/Illuminate/Database/Connection.php:712































     * @throws \Illuminate\Database\QueryException

     */

    protected function runQueryCallback($query, $bindings, Closure $callback)

    {

        // To execute the statement, we'll simply call the callback, which will actually

        // run the SQL against the PDO connection. Then we can calculate the time it

        // took to execute and log the query SQL, bindings and time in our memory.

        try {

            return $callback($query, $bindings);

        }

 

        // If an exception occurs when attempting to run a query, we'll format the error

        // message to include the bindings with SQL, which will make this exception a

        // lot more helpful to the developer instead of just the database's errors.

        catch (Exception $e) {

            throw new QueryException(

                $query, $this->prepareBindings($bindings), $e

            );

        }

    }

 

    /**

     * Log a query in the connection's query log.

     *

     * @param  string  $query

     * @param  array  $bindings

     * @param  float|null  $time

     * @return void

     */

    public function logQuery($query, $bindings, $time = null)

    {

apakah ada solusinya? @Magd Almuntaser

Screenshot 2024-07-29 155802.png

Edited by nikokenzo
add more details

comment_73404
2 hours ago, nikokenzo said:

karena whatsapp saya kadang koneksi terputus nah kan saya logout dan connect ulang. dan saya coba juga untuk hapus dan connect ulang.

namun muncul error sbg berikut:

can you help @Magd Almuntaser ?

also my website cant record history message, but whatsapp can delivered.

 

(history wa tidak tersimpan, namun pesan wa terkirim)

Illuminate\Database\Connection::runQueryCallback
vendor/laravel/framework/src/Illuminate/Database/Connection.php:712































     * @throws \Illuminate\Database\QueryException

     */

    protected function runQueryCallback($query, $bindings, Closure $callback)

    {

        // To execute the statement, we'll simply call the callback, which will actually

        // run the SQL against the PDO connection. Then we can calculate the time it

        // took to execute and log the query SQL, bindings and time in our memory.

        try {

            return $callback($query, $bindings);

        }

 

        // If an exception occurs when attempting to run a query, we'll format the error

        // message to include the bindings with SQL, which will make this exception a

        // lot more helpful to the developer instead of just the database's errors.

        catch (Exception $e) {

            throw new QueryException(

                $query, $this->prepareBindings($bindings), $e

            );

        }

    }

 

    /**

     * Log a query in the connection's query log.

     *

     * @param  string  $query

     * @param  array  $bindings

     * @param  float|null  $time

     * @return void

     */

    public function logQuery($query, $bindings, $time = null)

    {

apakah ada solusinya? @Magd Almuntaser

Screenshot 2024-07-29 155802.png

Kenapa harus dihapus bang?...padahal dengan klik re connect bisa terhubung sendiri

comment_73405
Just now, pak kacung said:

Kenapa harus dihapus bang?...padahal dengan klik re connect bisa terhubung sendiri

Click dimana bang? Adanya logout.

kayaknya ciri2nya profile picture jadi gk muncul ya.

ini akhirnya aku install ulang sekalian ditambah plugin baru. Sudah bisa

comment_73406
3 minutes ago, nikokenzo said:

Click dimana bang? Adanya logout.

kayaknya ciri2nya profile picture jadi gk muncul ya.

ini akhirnya aku install ulang sekalian ditambah plugin baru. Sudah bisa

Di connec device...otomatis mereload ulang gak perlu hapus device

comment_73488
11 hours ago, Gusik Prasetyo said:

Use first nulled version mas bro. 

Yg first nulled v7.0 api template button jalan gk bang?

soalnya yg ini kalo ditest langsung via panel bisa berjalan lancar, namun saat menggunakan api responnya selalu format salah.

padahal sudah sesuai format di Api docs

IMG_9459.jpeg

comment_73510
5 hours ago, nikokenzo said:

Yg first nulled v7.0 api template button jalan gk bang?

soalnya yg ini kalo ditest langsung via panel bisa berjalan lancar, namun saat menggunakan api responnya selalu format salah.

padahal sudah sesuai format di Api docs

IMG_9459.jpeg

Button only work for whatsapp web and iphone. Not for android.

In mpwa 7.00 button and template are deprecated.

comment_73513
3 hours ago, Gusik Prasetyo said:

Button only work for whatsapp web and iphone. Not for android.

In mpwa 7.00 button and template are deprecated.

Iya paham. 
ini mau dipake utk iPhone dan web user.

kan aku coba bisa nih dari web wa gatewaynya, tp jika pake script php dengan apinya selalu respon format salah

comment_73516
1 hour ago, nikokenzo said:

Iya paham. 
ini mau dipake utk iPhone dan web user.

kan aku coba bisa nih dari web wa gatewaynya, tp jika pake script php dengan apinya selalu respon format salah

sepertinya api button tetep g bisa d pake jg meskipun untuk iphone ato web. pernah nyoba juga g bs

comment_73517
23 minutes ago, Gusik Prasetyo said:

sepertinya api button tetep g bisa d pake jg meskipun untuk iphone ato web. pernah nyoba juga g bs

selain WMPA ini ada yg lain gk bang?

punyaku tiap pagi suka disconnect sendiri, udah coba replace server.js juga

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files