How to setup Cron Jobs in cPanel hosting | Configure cron job

  Рет қаралды 13,044

Techno Smarter

Techno Smarter

Күн бұрын

Пікірлер: 42
@farhanshah9765
@farhanshah9765 4 ай бұрын
Respected Sir, this is an incredibly helpful video. Please keep uploading such amazing content. I've liked and subscribed to show my appreciation. Thank you!
@TechnoSmarter
@TechnoSmarter 4 ай бұрын
You're welcome.
@IjazAhmad-wv9qx
@IjazAhmad-wv9qx 4 ай бұрын
How install required dependencies for script
@TechnoSmarter
@TechnoSmarter 4 ай бұрын
Please explain, what are you trying?
@INNOVATIONSTUDIO
@INNOVATIONSTUDIO 6 ай бұрын
How to use python script in corn job
@TechnoSmarter
@TechnoSmarter 6 ай бұрын
Use same file from python that you want to be executed. Set that file path in command line.
@mrAitrader
@mrAitrader 4 ай бұрын
Sir 30 second ke liye kya command hai
@TechnoSmarter
@TechnoSmarter 4 ай бұрын
To set a 30-second cron job using the command line in hosting, you can use the following syntax: `crontab -e` This will open the cron table in the default editor. Add the following line to schedule a job to run every 30 seconds: `*/30 * * * * /path/to/your/command` Here's a breakdown of the fields: - `*/30`: Run the command every 30 seconds (the `*/` means "every" and `30` specifies the interval) - `*`: Minute (any minute) - `*`: Hour (any hour) - `*`: Day of the month (any day) - `*`: Month (any month) - `/path/to/your/command`: The command you want to execute For example: `*/30 * * * * /usr/bin/php /path/to/your/script.php` Save and exit the editor. The cron daemon will automatically read the new cron table and schedule the job. Note: Make sure to replace `/path/to/your/command` with the actual path to the command or script you want to run. Also, some hosting providers may have restrictions on setting cron jobs to run every 30 seconds, so be sure to check with your hosting provider before setting up the cron job.
@JeetSamanta-op2jp
@JeetSamanta-op2jp 6 ай бұрын
thanks bro its working
@TechnoSmarter
@TechnoSmarter 6 ай бұрын
You're welcome.
@ufaqanjum2719
@ufaqanjum2719 Жыл бұрын
my cron job is not working not showing any error using red server
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Kindly get help and support from your hosting provider. They will help .
@rajwindersingh-zt6if
@rajwindersingh-zt6if Жыл бұрын
Sir how to set 3 minutes cronjob
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Use time command .
@emilysandra7219
@emilysandra7219 9 ай бұрын
How to setup my website forget password using cron job
@TechnoSmarter
@TechnoSmarter 9 ай бұрын
Forget password doesn't require cron job because this is manual process by user .
@ALMA_X_YT
@ALMA_X_YT 8 ай бұрын
​@@TechnoSmarterSir ye cron file kese hoga vo bata do main jb bhi home page se game pr click krta hu to 404 error ata hai jb tk main url ko edit krke last me .php na link do
@TechnoSmarter
@TechnoSmarter 8 ай бұрын
Cron job ke liye aapko proper working file set krni padegi command m .
@ALMA_X_YT
@ALMA_X_YT 8 ай бұрын
@@TechnoSmarter vo hi to nahi pata sir kese hoga ager koi KZbin pr video pada hai to bata plzz
@TechnoSmarter
@TechnoSmarter 8 ай бұрын
Isi video main complete dikhaya gaya hain file set karna .
@tinkuk4350
@tinkuk4350 Жыл бұрын
In Hostinger, crons jobs are not working sir., Could you please help me in it
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Do you have cpanel hosting or hpanel only ?
@tinkuk4350
@tinkuk4350 Жыл бұрын
@@TechnoSmarter Hpanel only sir, please help me sir
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Create a cron job command for a file execution and set your desired time .
@tinkuk4350
@tinkuk4350 Жыл бұрын
@@TechnoSmarter could you please give any reference vidoe or link for it
@TechnoSmarter
@TechnoSmarter Жыл бұрын
1. Go to the tutorial link available in the description box and understand or watch full video . 2. Chat with hostinger team . They will setup cron job for you .
@smarttechmanchar
@smarttechmanchar Жыл бұрын
thanks
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Welcome
@serialupcoming
@serialupcoming Жыл бұрын
Fast cron job activity working hosting sir
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Same bluehost
@mohitgarg3192
@mohitgarg3192 Жыл бұрын
Sir cron job not working
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Which hosting are you using?
@GW-CHIRAG
@GW-CHIRAG Жыл бұрын
Can you give your send php
@TechnoSmarter
@TechnoSmarter Жыл бұрын
We have updated send.php file code here technosmarter.com/php/how-to-setup-cron-job-in-cpanel-hosting
@nightgamingsahid
@nightgamingsahid 10 ай бұрын
sir per 1.5min me cronjob kayse set karu
@TechnoSmarter
@TechnoSmarter 8 ай бұрын
If you really really really need every 90 seconds, have cron run it every minute, put your entire php script in a "while ( $n < 2 )" loop, and sleep for 30 sec at the end of the loop.
@nunocorreia1900
@nunocorreia1900 Жыл бұрын
nao funciona
@TechnoSmarter
@TechnoSmarter Жыл бұрын
Share your issue in details.
@pcginfotech
@pcginfotech Жыл бұрын
Hi Can you help why i am getting this error: X-Powered-By: PHP/7.4.33 Set-Cookie: PHPSESSID=39be7b74f18ad230c7d99e1ba93f0783; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Content-type: text/html; charset=UTF-8 Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in class.php on line 1738
@TechnoSmarter
@TechnoSmarter Жыл бұрын
You have issues with your query .
cPanel Tutorials - Cron Jobs
4:47
cPanelTV
Рет қаралды 50 М.
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.
Automating Tasks: How to Use Cron Jobs on Hostinger
4:44
AyyazTech
Рет қаралды 4,4 М.
Cron Job in PHP on Localhost in Windows | Scheduler in PHP
17:41
Email and Cron Jobs Setup | Cron Jobs Cpanel
1:26
Adarsha Computer & Training Center
Рет қаралды 58
How To Disable The WordPress Cron & Replace With A Real Cron Job - A Must For All Ecommerce Websites
9:06
WPCrafter.com WordPress For Non-Techies
Рет қаралды 33 М.
[Shedule] Cron Job | CronTab - Run PHP Script Command cPanel
2:08
FULL MOVIE: Malbatt Misi Bakara (Sub Malay)
2:00:16
Thirdz AFN
Рет қаралды 4,1 МЛН
SMM Panel Cron Job Not Working | How To Add Cron Job in SMM Panel | Free SMM Panel Script Download
4:54
𝖳𝖾𝖼𝗁𝗇𝗂𝖼𝖺𝗅 𝖦𝗎𝖽𝖽𝗎
Рет қаралды 1,1 М.
Automate your tasks using Vercel cron jobs
23:30
Hamed Bahram
Рет қаралды 5 М.
How to set Cron Job on Cpanel
4:45
Ceejay Tech
Рет қаралды 1,4 М.
DID YOU NOTICE ANY LAPSES IN THE VIDEO or NOT? / MARGO_FLURY
0:34
MARGO FLURY | Маргарита Дьяченкова
Рет қаралды 12 МЛН
ПОСТАРЕЛА ЗА 1 ДЕНЬ НА 20 ЛЕТ - МУЖСКОЕ ЖЕНСКОЕ
55:44
ПРИЯТНЫЙ ИЛЬДАР
Рет қаралды 677 М.
(✋❌)kageihina VS siajiwoo VS meosimmyyt VS oxzung#tiktok #shorts
0:12
Halloween is coming
0:12
Younes Zarou
Рет қаралды 3,4 МЛН