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

Martin Lindhe wrote:

> >   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 PHP
> directory, make sure to copy php4ts.dll to the windows/system or
> winnt/system32 dir (if you use apache), and go through the new php.ini and
> add your old configuration, so you dont miss any new settings.
> Doesnt take long to upgraded to 4.0.6 in this way. Anyway, what about large
> file uploads? Large as in how large? Isn't the problem that you have this
> set in your php.ini:
>
> post_max_size = 8M
>
> (it's the default)
>
> /Martin
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to