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.
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.
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
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
> 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