RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Mike Flynn
At 05:17 PM 10/5/01 +0100, you wrote: >I did this and now the admin page is returning a parse error? > >Has anybody been able to upload images via phpnuke? > >> if($upload) && ($admintest) { Uhh.. look at the code. if ($upload && $admintest) { -Mike -- PHP Windows Mailing List (http://www.

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Mike Flynn
At 05:17 PM 10/5/01 +0100, you wrote: >I did this and now the admin page is returning a parse error? > >Has anybody been able to upload images via phpnuke? > >> if($upload) && ($admintest) { Uhh.. look at the code. if ($upload && $admintest) { -Mike -- PHP Windows Mailing List (http://www.

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Mark Hope
I did this and now the admin page is returning a parse error? Has anybody been able to upload images via phpnuke? > -- > From: Leon > Sent: Friday, October 5, 2001 10:26 AM > Cc: '[EMAIL PROTECTED]' > Subject: Re: [PHP-WIN] Large File Up

Re: [PHP-WIN] Large File Uploads

2001-10-05 Thread Leon
Hi all If any of you have php-nuke running somewhere: Please edit the admin.php file Do the following Search for if($upload) { and replace it with if($upload) && ($admintest) { There is a serious security issue with admin.php - so bad that I have decided to rewrite all of the php. Cheers Leon

RE: [PHP-WIN] Large File Uploads

2001-10-05 Thread Martin Lindhe
> Is there any chance large file uploads now work? They may > in the 4.0.6 > patch, but I can't find a way to patch the windows version. I > really need > this to work...I don't want to switch my code over to ASP *shudder*. > Just download the full zip from www.zend.com and unzip it in your