Search results

  1. D

    Will Php mail ever work 100% again?

    I had been using a php mail routine to send me a daily status. That hasn't worked a few days in May, then before then it wasn't until Jan of 2011 since it has worked. Has it been disabled permanently? Is there a workaround?
  2. D

    Account suspended for cron jobs

    I have it set up as */15 * * * * Hmm.... maybe I can force it to be every 0, 20, 30, 40, 50 and leave a gap between 0 and 20 to run the other one.
  3. D

    Account suspended for cron jobs

    I keep getting suspended for having a cron job run over the 1 per 5 minute limit. I have one that runs every 15 mins, and another that runs once a day at 7 mins past midnight. Are these colliding and causing the cron job monitor to keep suspending my account? Please help:dunno:
  4. D

    crontab not working

    Mine works using: php <filename>
  5. D

    Cronjobs not working on some days!

    I have noticed cron jobs not working for several days at a time. Again, you have a ticket open, that's the best thing you can do, just continue to be patient. Since this is community support, if anyone can respond that may know the source of the dropouts, or if there's a connection between...
  6. D

    Latest update news thread response: 6/22/09

    Cron is broken for me again. Anyone getting cron jobs to run?
  7. D

    Latest update news thread response: 6/22/09

    Can we get an update if Cron has been enabled? Or does that require a ticket? I have a daily script that has been running. Edit: Update, it looks like it has been enabled Thanks :biggrin:
  8. D

    Latest Update 6/18/09 News Thread Response

    Is everyone's cron disabled? Any updated on when PHP mail will be reactivated as well?
  9. D

    Can a cron job kick off another cron job?

    I have one cron job that does some work on a 1x daily basis. Approximately once a week, there's updates in needs to run every 10 minutes instead of every 1 day. I don't want to have a cron job that runs every 10 minutes every day. If there was a way that the daily cron job can kick off...
  10. D

    Copying HTML tags into PHP script, problem with quotes and //

    Yes, PHP is interpreting the // as a comment. Thanks for that sed command, I need to read up on using sed.
  11. D

    Can a cron job kick off another cron job?

    Right now that's what I'm doing in a way. But I really think it would be better in my situation for a cron job to schedule another cron job. Is it possible?
  12. D

    Copying HTML tags into PHP script, problem with quotes and //

    The problem is that I have hardcoded a double quote opening, but sometimes the html tag that comes in has either single or double quotes. If it's single quotes, i'm good. But if it's double-quotes, then it will close the hardcoded quotes and cause an error. My problem is that I can't control how...
  13. D

    Can a cron job kick off another cron job?

    Is it possible to have 1 cron job kick off one of 2 other cron jobs for the next day rather than both on a set time?
  14. D

    Copying HTML tags into PHP script, problem with quotes and //

    I am copying over some HTML tags, echo'ing them into a PHP file I run into problems because some of the image HTML tags have quotes, or the double slashes in a url and that causes PHP to mess up. Is there a way to be able to read these in? For example: file1 has contents: <a...
  15. D

    Getting server to send mail

    I have a text file in my root dir that has a few lines. I have a cron script that updates this text file a few times throughout the day. I would like that same script to e-mail a copy of the text message to my yahoo account as it runs.
  16. D

    Getting server to send mail

    I have a cron doing some simple scripting, but no PHP. Any way to get it to work within a cron job without using PHP?
  17. D

    Getting server to send mail

    Is it possible to get the host x10 server to forward some text status a few times a day? Would it be possible to forward this to yahoo mail account?
Top