I have following instructions to run a cron job:
Of course that didn't work. Then I tried following, but still without any result:Code:*/5 * * * * TERM=xterm;export TERM;lynx -dump -useragent=MailBag "http://www.mysite.com/index.php?module=MailBag&type=admin&func=run&exepw=mypw" > /dev/null
From the various threads I got the idea that using the GET is enough, and it works fine with a script that does not take parameters.Code:GET http://www.mysite.com/index.php?module=MailBag&type=admin&func=run&exepw=mypw > /dev/null
Maybe there is some trouble in passing the parameters?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks