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!
@TechnoSmarter4 ай бұрын
You're welcome.
@IjazAhmad-wv9qx4 ай бұрын
How install required dependencies for script
@TechnoSmarter4 ай бұрын
Please explain, what are you trying?
@INNOVATIONSTUDIO6 ай бұрын
How to use python script in corn job
@TechnoSmarter6 ай бұрын
Use same file from python that you want to be executed. Set that file path in command line.
@mrAitrader4 ай бұрын
Sir 30 second ke liye kya command hai
@TechnoSmarter4 ай бұрын
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-op2jp6 ай бұрын
thanks bro its working
@TechnoSmarter6 ай бұрын
You're welcome.
@ufaqanjum2719 Жыл бұрын
my cron job is not working not showing any error using red server
@TechnoSmarter Жыл бұрын
Kindly get help and support from your hosting provider. They will help .
@rajwindersingh-zt6if Жыл бұрын
Sir how to set 3 minutes cronjob
@TechnoSmarter Жыл бұрын
Use time command .
@emilysandra72199 ай бұрын
How to setup my website forget password using cron job
@TechnoSmarter9 ай бұрын
Forget password doesn't require cron job because this is manual process by user .
@ALMA_X_YT8 ай бұрын
@@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
@TechnoSmarter8 ай бұрын
Cron job ke liye aapko proper working file set krni padegi command m .
@ALMA_X_YT8 ай бұрын
@@TechnoSmarter vo hi to nahi pata sir kese hoga ager koi KZbin pr video pada hai to bata plzz
@TechnoSmarter8 ай бұрын
Isi video main complete dikhaya gaya hain file set karna .
@tinkuk4350 Жыл бұрын
In Hostinger, crons jobs are not working sir., Could you please help me in it
@TechnoSmarter Жыл бұрын
Do you have cpanel hosting or hpanel only ?
@tinkuk4350 Жыл бұрын
@@TechnoSmarter Hpanel only sir, please help me sir
@TechnoSmarter Жыл бұрын
Create a cron job command for a file execution and set your desired time .
@tinkuk4350 Жыл бұрын
@@TechnoSmarter could you please give any reference vidoe or link for it
@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 Жыл бұрын
thanks
@TechnoSmarter Жыл бұрын
Welcome
@serialupcoming Жыл бұрын
Fast cron job activity working hosting sir
@TechnoSmarter Жыл бұрын
Same bluehost
@mohitgarg3192 Жыл бұрын
Sir cron job not working
@TechnoSmarter Жыл бұрын
Which hosting are you using?
@GW-CHIRAG Жыл бұрын
Can you give your send php
@TechnoSmarter Жыл бұрын
We have updated send.php file code here technosmarter.com/php/how-to-setup-cron-job-in-cpanel-hosting
@nightgamingsahid10 ай бұрын
sir per 1.5min me cronjob kayse set karu
@TechnoSmarter8 ай бұрын
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 Жыл бұрын
nao funciona
@TechnoSmarter Жыл бұрын
Share your issue in details.
@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