Search results

  1. W

    How to use the Cron Manager?

    Hmm, it still seems to not be working. I figured it was something I was doing wrong, but maybe it is something about the way x10 has my account configured? I'll put in a support ticket and see if they can help me any.
  2. W

    How to use the Cron Manager?

    Thanks for you answer descalzo. #!/usr/bin/php <?php $time=getdate(date("U")); $to = "*******@*****************.***"; $subject = "Email Tester"; $message = "Mail Sent at: $time[hours]:$time[minutes] and $time[seconds] seconds on $time[weekday], $time[month] $time[mday], $time[year]"; $from =...
  3. W

    How to use the Cron Manager?

    I wrote a PHP script that sends me an email. I want to use the cron manager to run this once a week. The trouble is I tried setting it to run on today date and time, but it did not work. When I run the script manually from my public_html directory with my webbrowser it works fine. I am trying to...
  4. W

    Using Crontab to edit HTML file?

    I am designing a website to put up on my x10hosted account. I was looking at having an events page, that would have a date then info about the event then a few lines down put in the second event and so on and so forth. I want the crontab to run a script once a week or something like that, that...
Top