Jump to content

Whatsapp Gateway | Multi Device v9.6.1

Featured Replies

  • Replies 5.4k
  • Views 465.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    English Bexa AI will be released in the coming days, very soon. Everyone will be amazed by its speed, intelligence, and the way it interacts with users. It will not compete with ChatGPT, Gemini, or De

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added landing page (welcome page). - Added plans system. - Added Manage Languages system. - Added (landing page) edit page. - Added ticket system. - Added cronjob

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added Landing page (Homepage). - Added Plans System. - Added Manage Payment gateways. - Added Manage Languages system. - Added (Homepage) edit page. - Added Ticke

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    Yes you can use it as a messaging service/ SaaS without asking my permission, the new version 9.0.0 directly contains people who want to use it as a messaging service/ SaaS.. What's new so far in ver

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added landing page (welcome page). - Added plans system. - Added Manage Languages system. - Added (landing page) edit page. - Added ticket system. - Added cronjob

  • Magd Almuntaser
    Magd Almuntaser

    It has already been fixed in version 9.0.0.. The problem is only in the mpwa theme but in eres and erescompact you will find them correctly It will be fixed in version 9.0.0.

Posted Images

1 minute ago, Antoni Edi Kurniawan said:

@Lranda blastnya saya akali pakai spreadsheet, schedulenya juga sama. Kebanyakan kendala disitu.

Caranya gimana mas 🙏🙏🙏

On 6/13/2023 at 5:45 PM, Antoni Edi Kurniawan said:

@Aku Ircham Masih bisa WhatsApp Gatewaynya? Saya mentok di generate QR Codenya
Ada update terakhir 18 Mei 2023. 

Aku bisa kok mas, japri aja mas, nanti saya ajari

3 minutes ago, kecoamumet said:

hahaha so active thread. karena di forum sebelah sok2an di password dan harus punya resource 3. jadi pindah ke sini deh

 

Wkwkwkwk bener mas

10 minutes ago, Lranda said:

Untuk setingan cronjobnya gimana mas?

my cronjob is like this mas

 

/www/server/php/80/bin/php /path/to/script/artisan schedule:run 1>> /dev/null 2>&1

 

2 minutes ago, kecoamumet said:

my cronjob is like this mas

 

/www/server/php/80/bin/php /path/to/script/artisan schedule:run 1>> /dev/null 2>&1

 

Install di vps ya mas?

config cronjob in shared hosting

To make it work you must edit file "custom-route.php" at "webhome/routes/custom-routes.php with:

?php

use Illuminate\Support\Facades\Route;

use Illuminate\Support\Facades\Artisan;

Route::get('generate', function (){
return \Illuminate\Support\Facades\Artisan::call('storage:link');
})->name('generate');

Route::get('/schedule-run', function () {
return Illuminate\Support\Facades\Artisan::call('schedule:run');
})->name('schedule-run');


Route::get('/clear-cache',function(){
dd('adsf');
return Artisan::call('optimize');
})->name("cache.clear");
?>

----------------------

Now you can test: www.yourweb.com/schedule-run

For the cronjob i´m using this two every five minutes:

cd /YOURHOMEE/artisan schedule:run 1 >/dev/null 2>&1

curl "https://YOURWEB.com/schedule-run" >/dev/null 2>&1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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 2

Latest Updated Files