1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Trying to set up a cron job to update stats daily...

Discussion in 'Keyword Tracker' started by AfterHim.com, Jun 11, 2005.

  1. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I'm not sure. Try replacing the period with %2E and see if it works. Do you have anything else in the username or password that is not a a letter or number? Also, you could try connecting to the url
    http://username:password@www.digitalpoint.com/tools/keywords/?action=login
    just to see if it works.
     
    exam, Jun 20, 2005 IP
  2. Johnburk

    Johnburk Peon

    Messages:
    777
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #22
    I also get "No such file or directory"

    I have curl installed and it works with other curl jobs
     
    Johnburk, Aug 5, 2005 IP
  3. Johnburk

    Johnburk Peon

    Messages:
    777
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Does anyone have a solution?
     
    Johnburk, Aug 23, 2005 IP
  4. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #24
    It works fine for me. If you have non-alphanumeric characters in your password, you might want to try changing them. AfterHim never got back about if that was a problem.
     
    exam, Aug 24, 2005 IP
  5. Johnburk

    Johnburk Peon

    Messages:
    777
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #25
    non-alphanumeric? I do not know that word.

    My password consists of nummers, caps and normal letters.

    It just can find a directory or file :(

    I use cpanel. What do you use?
     
    Johnburk, Aug 25, 2005 IP
  6. Johnburk

    Johnburk Peon

    Messages:
    777
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Can anyone please help me out?
     
    Johnburk, Aug 28, 2005 IP
  7. blinxdk

    blinxdk Peon

    Messages:
    660
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #27
    No such file or directory is curl missing, if it was a problem with the URL you it would be curl giving an error and it wouldn't look like that.

    If you don't have curl installed, try using wget (just replace curl with wget in the command).
     
    blinxdk, Aug 28, 2005 IP
  8. Johnburk

    Johnburk Peon

    Messages:
    777
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #28
    Can wget run from cpanel? because my hosting has cpanel and has curl installed.

    Wget would be a good option if I had my windows system running all the time.

    Thank you for the advise.
     
    Johnburk, Aug 28, 2005 IP
  9. blinxdk

    blinxdk Peon

    Messages:
    660
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #29

    I'm afraid I don't really know anything about Cpanel, I always just use a shell.

    However from what I have read of this thread, there is an option to run cronjobs, and you can specify when and what to run, so if you change the command to "wget youURL" that will do the same as curl yoururl.

    When it's confirmed to work, you should be able to use "wget -q -O - youURL > /dev/null 2>&1" if you want it to surpress output.
     
    blinxdk, Aug 28, 2005 IP