Search results

  1. R

    My PHP Cron Job isn't Running

    OK, thanks for replying. I will try a different hosting provider then, as I my PHP scripts get data from an API using post and write to a file.
  2. R

    My PHP Cron Job isn't Running

    So I've tried to follow this: https://x10hosting.com/wiki/Cron_job#Samples I need to run a cron job for my PHP file every ten minutes on my free hosting account. Here are my two current cron jobs that don't work: */10 * * * * /usr/local/bin/php $HOME/rate.php?id=r */10 * * * *...
  3. R

    Can I run python?

    I thought that Python was available on x10hosting. I couldn't find where it said that but I found a forum post that said it is available in the illuminated upgrade. This forum post was from 2009 so I'm not sure if Python is available for free now. Please let me know. If not, then let me know of...
  4. R

    CPU usage?

    I think I could make a script from scratch that has a loop that does everything for me every minute so that I'll not need a cron job.
  5. R

    CPU usage?

    They wouldn't have a problem with web scraping; Their website has millions of active players and they wouldn't notice a significant difference in traffic if I they get one more page visit on the trade currency page every 5 minutes.
  6. R

    CPU usage?

    I am currently working on a project that will track conversion rates of two currencies at http://www.roblox.com/. This is to see when to trade for the best profit. I decided to use PHP and MySQL (Which I don't know much of) to do this. Someone was kind enough to give me an outdated version of...
Top