Jump to content
Bicrypto v4.5.0 + All Plugins
  • Replies 4.1k
  • Views 250.2k
  • 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_53721
1 minute ago, Antoni Edi Kurniawan said:

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

Caranya gimana mas 🙏🙏🙏

comment_53725
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

comment_53726
15 minutes ago, Antoni Edi Kurniawan said:

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

Saya ga ada kendala sama sekali mas

comment_53727
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

comment_53729
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

 

comment_53730
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?

comment_53733
33 minutes ago, Lranda said:

Untuk setingan cronjobnya gimana mas?

Via email irchamlaela@gmail.com

Edited by Aku Ircham

comment_53780

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

comment_53781
7 minutes ago, Ardian said:

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

Good answer i will try this thanks you very much😘

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...

Latest Updated Files