Search results

  1. E

    PHP creating random, weird files (not supposed to)

    Hi No sorry it isn't. I found the issue though. My cron job was at fault for creating the files but not deleting them. I have added --delete-after to the command and now no excess files are produced. Thank your for your quick responses :)
  2. E

    PHP creating random, weird files (not supposed to)

    I tried removing write privileges to my php files, did not fix issue. I tried upgrading to 7.1 but that has not solved issue either.
  3. E

    PHP creating random, weird files (not supposed to)

    Hi Thanks. x03 5.5 <?php $html = file_get_contents('https://public-api.adsbexchange.com/VirtualRadar/AircraftList.json?fRegQN='); $response_2 = strstr($html, 'acList'); $response_2 = str_replace('acList":',"",$response_2); $response_2 = str_replace('acList":',"",$response_2); $response_2 =...
  4. E

    PHP creating random, weird files (not supposed to)

    Hi everyone For some reason, on x10 servers, my PHP files create weird random files in the home directory. Say the PHP script is called a.php, then i would have lots of a.php.1,a.php.2,a.php.3 and so on in the home directory (not public_html). I have never had this on other servers, could...
Top