Search results

  1. L

    [Solved] Unable to access files outside of VH_ROOT

    Thank you so much, can't believe I didn't see this before.
  2. L

    [Solved] Unable to access files outside of VH_ROOT

    So far the XML looks like this. <?xml version="1.0" encoding="UTF-8"?> <update> <checks> <buildnumber>0.2c</buildnumber> <buildurl>http://lunarcraft.org/?p=buildlink</buildurl> <buildnotes>Spacer</buildnotes> <buildsize>Spacer</buildsize> </checks> </update>
  3. L

    PayPal IPN keeps retrying

    Any recommended versions? The one I tried was 5.3.4 with Suhosin patch. I am currently trying 5.3.6. Edit: Tried again with 5.2.17, no luck. Script has ran 4 times now. :( What's annoying is that there are nothing in stderr.log anymore, the errors simply disappeared yet it does not work...
  4. L

    PayPal IPN keeps retrying

    Hi, my script, for some reason does not seem to be outputting the information to paypal (but it still goes through so everything that should happen, do happen), and therefore paypal keeps continuing to send IPN requests, which leaves me much cleanup work. I got hold of the stderr.log and I...
  5. L

    [Solved] Unable to access files outside of VH_ROOT

    For some reason that works for me. $consoleOptions['pathOP'] equals /home/username/server/ops.txt (username is clearly not the real one). This worked fine prior to switching to litespeed. <?php if ( !defined('directblock') ) { die('Are you trying to hack me?'); } $urls =...
  6. L

    [Solved] Unable to access files outside of VH_ROOT

    phpinfo reports I am running LiteSpeed 4.1.1 Standard in an CentOS 5.6 X86_64 environment. I went through the logs, but I cannot find anything besides the error that occurs when I try to open the file in php, and it seems to infinite loop itself too. I have about 50 files of 50MB each...
  7. L

    [Solved] Unable to access files outside of VH_ROOT

    I am not sure if you read my question right. Cause after reading what it does, it seems to do the complete opposite of what I want to do. "open_basedir, if set, limits all file operations to the defined directory and below.", what I want to do is the opposite. I want to be able to include a...
  8. L

    [Solved] Unable to access files outside of VH_ROOT

    Hi, I am fairly new to LiteSpeed and after setting up my virtual host everything seems to be working fine except from one thing. I am unable to access any of my files outside of the specified VH_ROOT. I have ensured that the option "Restrain" is not enabled. What I want to do is to be able to...
Top