Search results

  1. L

    Cronjob error with fopen

    I was browsing for posts about fopen and file_get_contents a week or 2 back and remember seeing a topic about a cron error also with them, where a response was that the access for cron had been changed. I've just tried using the search function as well as manual searching through level two...
  2. L

    Cronjob error with fopen

    I'm on intermediate PHP version, I saw other posts on the forums and decided to be patient in waiting for the problem to be fixed. Earlier today I realised the fopen function was working again, yay for that change! Saw someone else had the same type of error on another topic I read and saw an...
  3. L

    file_get_contents - php

    Slow in replying to this, due to trying multiple different ways around it. Your function didn't work for me, got the error: Also trying with another function - using fopen and fread to get the information: The fopen and fread definately worked on localhost.
  4. L

    file_get_contents - php

    This isn't so much a programming question, though I wasn't sure where else to post. When Cossacks went down or with the DNS updates (not sure which, similar times) the function which uses file_get_contents stopped working - it worked fine before this. The error each update gets. Someone...
  5. L

    Automatic time triggered events - PHP

    Thanks TechAsh. A few further questions regarding this however. Would this be able to run 1 specific function rather than an entire page? The update function itself uses a get form, so rather than script.php, could it run script.php?update=group1 for example. The interface itself confuses me...
  6. L

    Automatic time triggered events - PHP

    The website I have is used to read from hiscores for a game, and insert to an SQL database, displaying a table of the values in the table for the experience each person has gained. The main purpose is a competition, so it requires updates often. Currently, it has buttons for manual updates...
Top