I am trying to run a cron job from cPanel. I have copied the http://login:password@www.digitalpoint.com/tools/keywords/?action=lookupall I have put my username and password in the above line. They are just alpha-numeric username and password. But when it is run I get this error: /bin/sh: http://******:******@www.digitalpoint.com/tools/keywords/?action=lookupall: No such file or directory I ave replaced my username and pswd with * just for the above. Anyone any ideas????
I finally got it to work. I had to get host to enable curl then used the following (with correct user name and password). I used the cPanel standard cron job. Set the time to be early hours of morning and every day. I set an email so I know it has run. Works great. I can log in first thing in the morning and my updated keyword stats are ready. Great. Anyway here is the line I put in the cron job command to run box. /usr/bin/curl "http://******:****@www.digitalpoint.com/tools/keywords/?action=lookupall" Its actually 1 line of text I dont know if it will wrap on screen.