Jump to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Do not create multi-accounts, you will be blocked!

Whatsapp Gateway | Multi Device v10.1.1

Featured Replies

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😘

  • Replies 5.8k
  • Views 515.6k
  • 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

    What will be available in version 11.0.0: - A chat system will be added. - A customer service system will be added (integrated with chat). - Some Indian payment gateways will be added. - Order design

  • 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

    It has been fixed in 10.1.1 and will be released today: - Fixed Export Contacts (xlsx). - Fixed Edit Autoreply Page. - Fixed Send Message (Message Not Appear).

Posted Images

i did install this awesome script on my aapanel but i got faced two problems here, hope someone whiling to help me to solve the probs..

 

1. QRcode doesnt showing when i put my site on SSL (https) console log says socket.io not found on GET url

2. Sending Blast (campaign) messages, somehow it just pending (awaiting) status no error log at all

pls help guys....

@hexa tech

1. you installed node.js so that the qr is activated

2. for the campaign they gave the solution some answers above

4 hours ago, hexa tech said:

i did install this awesome script on my aapanel but i got faced two problems here, hope someone whiling to help me to solve the probs..

 

1. QRcode doesnt showing when i put my site on SSL (https) console log says socket.io not found on GET url

2. Sending Blast (campaign) messages, somehow it just pending (awaiting) status no error log at all

pls help guys....

 

On 6/18/2023 at 10:22 AM, MarCoVar01 said:

@hexa tech

1. you installed node.js so that the qr is activated

2. for the campaign they gave the solution some answers above

 

thank you for the answer but unfornetly itsnt the one i mentioned, yes the node is runing but only in HTTP, i tried adding ssl into the node project trough AApanel options but still didnt work, also the campaigns ? i cant find which post u talkin about how to solve it, ive been reading all from first page to the last one still noone can solve, just the cron job stuff and i did make it working too already. but not the original campaign from the Apps tho.

Edited by hexa tech

 

1 hour ago, hexa tech said:

thank you for the answer but unfornetly itsnt the one i mentioned, yes the node is runing but only in HTTP, i tried adding ssl into the node project trough AApanel options but still didnt work, also the campaigns ? i cant find which post u talkin about how to solve it, ive been reading all from first page to the last one still noone can solve, just the cron job stuff and i did make it working too already. but not the original campaign from the Apps tho.

@hexa techI installed it in cpanel and everything worked fine. and I also followed the directions of the previous comment. Maybe aapanel has its own problems.

This forum account is currently banned. Ban Length: Member has been permanently banned.

@hexa tech

16 hours ago, hexa tech said:

thank you for the answer but unfornetly itsnt the one i mentioned, yes the node is runing but only in HTTP, i tried adding ssl into the node project trough AApanel options but still didnt work, also the campaigns ? i cant find which post u talkin about how to solve it, ive been reading all from first page to the last one still noone can solve, just the cron job stuff and i did make it working too already. but not the original campaign from the Apps tho.

check the server.js file is the service

Just now, MarCoVar01 said:

@hexa tech

check the server.js file is the service

already did bro server.js is on runin trough node options it runing smooth while on HTTP to get QR but not working on HTTPS, the blast options seems didnt work at all, cus only awaiting status, can make it work only with cronjob and spreedsheet, it sucks since it wasnt original options from the apps

2 minutes ago, hexa tech said:

already did bro server.js is on runin trough node options it runing smooth while on HTTP to get QR but not working on HTTPS, the blast options seems didnt work at all, cus only awaiting status, can make it work only with cronjob and spreedsheet, it sucks since it wasnt original options from the apps

@hexa tech If the blast campaigns only work with cron, I have them running the task every minute and that's how it works

Em 17/06/2023 em 03:08, Ardian disse:

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

what is this for?

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.