Search results

  1. C

    4.013 PHP5 HTTP_POST method no longer works

    I just updated to 4.013 and PHP5 HTTP_POST does not work. Verified working fine in 4.012 and Apache. Here's the code: <form method=post action="pictureform.php"> <input type="FILE" name="userpic" size="30"> <input type=submit> </form> $source = $HTTP_POST_FILES['userpic']['tmp_name']...
  2. C

    [RESOLVED] PHP5 - Linklok IPN 503 error

    This is a persistent problem I'm getting with Linklok IPN. Linklok is a small PHP script that serves files outside the webroot to users who authenticate via a embedded token in the URL. I've reproduced the relevant portion of the code here: function xfpassthru($file) { global...
  3. C

    3.2 httpd.conf with dedicated IPs generated by Cpanel not working

    My httpd conf looks like this for a vhost on a dedicated IP. This is generated with WHM 10.8.0 cPanel 10.9.1-S14304 running on CentOS 4.5. Cpanel appears to create a VirtualHost entry even for sites on dedicated IPs. NameVirtualHost 74.53.241.186:80 <VirtualHost 74.53.241.186> ServerAlias...
  4. C

    Very odd PHP error, any file name that starts with admin (admin.php/admintest.php)

    I'm testing LSWS now with LSAPI built using PHP 4.4.4. Under Apache everything is fine and under most conditions Litespeed is ok also. However, one very odd problem that cropped up is session variables don't seem to work SPECIFICALLY for admin.php. I can have the exact same code in a file...
Top