rakeljuice
New member
- Joined
- Dec 5, 2011
- Messages
- 2
Hello. I need a cronjob to make a processing queue in phplist (program to send emails).
The url
works at it self in a explorer, but I dont know how to set the which wget control to make something similar to:
another way is with php but I have tried:
and any of them works....
in set time I am setting, for example, 21 horas 45 minutes, and * for the others
what I am doing wrong??
Thanks.
The url
Code:
http://www.midominio.com/phplist/admin/index.php?page=processqueue&login=admin&password=123456
Code:
/usr/bin/wget -O http://www.midominio.com/phplist/admin/index.php?page=processqueue&login=admin&password=123456
another way is with php but I have tried:
Code:
/usr/local/bin/php /home/midominio/domains/midominio.com/public_html/phplist/admin/index.php?page=processqueue&login=admin&password=123456
/usr/local/bin/php -q /home/midominio/domains/midominio.com/public_html/phplist/admin/index.php?page=processqueue&login=admin&password=123456
/usr/local/bin/php -q /home/midominio/domains/midominio.com/public_html/phplist/admin/?page=processqueue&login=admin&password=123456
and any of them works....
in set time I am setting, for example, 21 horas 45 minutes, and * for the others
what I am doing wrong??
Thanks.