How to Add Cron Jobs In Smm Panels
How to Add Cron Jobs In Smm Panels
How to Add Cron Jobs In Smm Panels – A cron job is a task that is scheduled to run automatically at specified intervals on a Unix-based system. The name “cron” comes from the Greek word “chronos”, which means time. The primary purpose of cron is to run regularly scheduled commands or scripts at fixed times, dates, or intervals.
A cron job is specified using a line in a special file called the “crontab file”. Each line in the crontab file represents a separate cron job, and specifies the command to run, and the schedule on which to run it. The format of a line in a crontab file is as follows:
luaCopy code* * * * * /path/to/command arg1 arg2
- - - - -
| | | | |
| | | | ----- Day of week (0 - 7) (Sunday = both 0 and 7)
| | | ------- Month (1 - 12)
| | --------- Day of month (1 - 31)
| ----------- Hour (0 - 23)
------------- Minute (0 - 59)
what is cron
There are several uses for cron jobs, including performing routine system maintenance tasks, such as rotating log files, sending email reports, or backing up data. They can also be used to automate the running of custom scripts or programs, such as updating databases or generating reports.
When setting up a cron job, it’s important to ensure that the command or script being run is valid, and that it produces the desired output. Additionally, it’s a good practice to specify the full path to the command or script, as well as any required arguments, in order to ensure that the job runs correctly.
There are several tools available for managing cron jobs, including the “crontab” command, which allows you to view, edit, and delete your cron jobs, as well as the “cron” daemon, which runs in the background and executes the jobs.
In conclusion, cron jobs are a powerful tool for automating routine tasks on a Unix-based system. They can save time and effort, and ensure that important tasks are performed regularly and consistently. By understanding the format and syntax of cron jobs, and by using appropriate tools to manage them, you can take advantage of this feature to streamline your workflow and improve your productivity.
PERFECT PANEL CRON JOBS
PERFECT PANEL / RENTAL PANEL / FSP V1 , V2 , V3
/ PRO SMM PANEL / ELITE PANel
wget –spider -O -https://YourDomain.com/crons/autolike.php
[- Auto Like Control – 1 Min]
wget –spider -O – https://YourDomain.com/crons/checkToAPI.php
[- API Orders – 5 Min ]
wget –spider -O – https://YourDomain.com/crons/dripfeed.php
[- Drip Feed – 5 Min ]
wget –spider -O – https://YourDomain.com/crons/orders.php
[- Order Status – 5 Min ]
wget –spider -O – https://YourDomain.com/crons/providers.php
[- Provider Information – 15 Min
SMART PANEL CRON JOBS
Smart panel = 3.1 / 3.2 / 3.3 / 3.4 / 3.5 ,
RUBY/NODE , OSP1 , OSP2 , OSP3 ,OSP4,
ROCKET , FOX / FOX2.0 , SPS NEO PRO
Rr DARK , SPS DARK 2.0 road
wget –spider -O – https://YourDomain.com/cron/order >/dev/null 2>&1
[- API Orders – 5 Min ]
wget –spider -O – https://YourDomain.com/cron/status >/dev/null 2>&1
[- API Status – 5 Min ]
wget –spider -O – https://YourDomain.com/api_provider/cron/status_subscriptions >/dev/null 2>&1
[- API Provider Status – 5 Min ]
wget –spider -O – https://YourDomain.com/cron/status_subscriptions >/dev/null 2>&1
[- API Provider Information – 15 Min ]
wget –spider -O – https://YourDomain.com/api_provider/cron/refill >/dev/null 2>&1
[- API auto refill – 5 Min ]
wget –spider -O – https://YourDomain.com/cron/refill >/dev/null 2>&1
[- API refill – 5 Min ]
wget –spider -O – https://YourDomain.com/childpanel/cron >/dev/null 2>&1
[- API CHILD ORDER – 5 Min ]
wget –spider -O – https://YourDomain.com/childpanel/check_panel_status >/dev/null 2>&1
[- API CHILD STATUS – 5 Min ]
wget –spider -O – https://YourDomain.com/add_funds/coinpayments/cron >/dev/null 2>&1
[Cronjob for Coinpayments payement gateway module]
wget –spider -O – http://YourDomain.com/coinbase/cron >/dev/null 2>&1
[Cronjob for CoinBase payement gateway module]
wget –spider -O – http://YourDomain.com/payumoney/cron >/dev/null 2>&1
[Cronjob for payumoney payement gateway modulel
OSP CRON jOBS
wget –spider -O – https://YourDomain.com/OSP-Crons/autolike.php >/dev/null 2>&1
[ – Auto Like Control – 1 Min ]
wget –spider -O – https://YourDomain.com/OSP-Crons/checkToAPI.php >/dev/null 2>&1
[ – API Orders – 5 Min ]
wget –spider -O – https://YourDomain.com/OSP-Crons/dripfeed.php >/dev/null 2>&1
[ – Drip Feed – 5 Min ]
wget –spider -O – https://YourDomain.com/OSP-Crons/orders.php >/dev/null 2>&1
[ – Order Status – 5 Min ]
wget –spider -O – https://YourDomain.com/OSP-Crons/refills.php >/dev/null 2>&1
[ – Refills Information – 1 Per Day ]
wget –spider -O – https://YourDomain.com/OSP-Crons/childpanels.php >/dev/null 2>&1
[ – Child Panels Status- 1 Per Day ]
wget –spider -O – https://YourDomain.com/OSP-Crons/providers.php >/dev/null 2>&1
[ – Provider Information – 15 Min ]