Witam muszę ustawić do skryptu coś takiego
Cron Jobs
find /path/to/uploads/folder/ ! -name '.*' -mtime +0 -exec rm -f {} \;
The above command is to delete the files from the upload folder. So set the cron job to run every 6 hours.
/usr/bin/php /var/www/qooy/mail.php >/dev/null &
This command is for the mail. Run it every 5 minutes.
Tylko jak to trzeba ustawić na serwerach webd.pl bo tam stawiam ten serwis jeśli ktoś wie proszę o pomoc jak to ustawić
Cron Jobs
find /path/to/uploads/folder/ ! -name '.*' -mtime +0 -exec rm -f {} \;
The above command is to delete the files from the upload folder. So set the cron job to run every 6 hours.
/usr/bin/php /var/www/qooy/mail.php >/dev/null &
This command is for the mail. Run it every 5 minutes.
Tylko jak to trzeba ustawić na serwerach webd.pl bo tam stawiam ten serwis jeśli ktoś wie proszę o pomoc jak to ustawić