08-05-2017, 07:11 PM
Hello all!
I have put a lot of work into my Cron Manager and finally have it done! I will include it and a few of the crons I run for you to use if your heart so desires I use my cPanel Cron Manager to run the script daily at 4:30am.
Cron Table SQL:
https://pastebin.com/9KbensmM
to be placed in usersc
https://pastebin.com/DkHjWxnk
to be placed in usersc
https://pastebin.com/7nW2WxKi
to be placed in the root folder in https://pastebin.com/hJFsS9UD
**PLEASE ADD /cron IN z_us_root.php**ALL FILES IN THIS DIRECTORY SHOULD BE PUBLIC**
JS:
https://pastebin.com/G4vuQY9A
https://pastebin.com/ngMRCMBd
Here is an automated process of the automated Backup function by @Firestorm:
https://pastebin.com/pBA7bUBb to be placed as in /cron
Add it to the cron from your cron manager page.
When adding crons only include the file name, do not include the directory, it assumes /cron, e.g. for /cron/backup.php just put "backup.php"
I think that is it. For the most part if you add a cron file, you just need to worry about adding this at the end:
https://pastebin.com/N1H52NpX
Let me know if you have any questions or run into any issues
I have put a lot of work into my Cron Manager and finally have it done! I will include it and a few of the crons I run for you to use if your heart so desires I use my cPanel Cron Manager to run the script daily at 4:30am.
Cron Table SQL:
https://pastebin.com/9KbensmM
Code:
cronmanager.php
https://pastebin.com/DkHjWxnk
Code:
cronpost.php
https://pastebin.com/7nW2WxKi
Code:
cron.php
Code:
cron
**PLEASE ADD /cron IN z_us_root.php**ALL FILES IN THIS DIRECTORY SHOULD BE PUBLIC**
JS:
Code:
bootstrap-editable.js
Code:
jwerty.js
Here is an automated process of the automated Backup function by @Firestorm:
https://pastebin.com/pBA7bUBb to be placed as
Code:
backup.php
Add it to the cron from your cron manager page.
When adding crons only include the file name, do not include the directory, it assumes /cron, e.g. for /cron/backup.php just put "backup.php"
I think that is it. For the most part if you add a cron file, you just need to worry about adding this at the end:
https://pastebin.com/N1H52NpX
Let me know if you have any questions or run into any issues