Re: Zorum Portal (PHP)

2003-01-30 Thread MightyE
Messer wrote: Hello MGHz, In new versions of PHP (PHP 4.2.3 and higher) for reception of values transmitted to the form it's necessary to write: $Variable = $HTTP_GET_VARS ['var']; // Request Method - GET or $Variable = $HTTP_POST_VARS ['var']; // Request Method - POST // example: http://h

Re[2]: Zorum Portal (PHP)

2003-01-29 Thread Messer
Hello MGHz, >>From: MGhz <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: Zorum Portal (PHP) >>Date: 22 Jan 2003 19:45:26 - >> >> >> >>Version : 3.0;3.1;3.2 >>Website : http://zor

Re: Zorum Portal (PHP)

2003-01-27 Thread Frog Man
A patch has been created for this hole and can be found on http://www.phpsecure.org/. From: MGhz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Zorum Portal (PHP) Date: 22 Jan 2003 19:45:26 - Version : 3.0;3.1;3.2 Website : http://zorum.phpoutsourcing.com/ Problem : Includ

Zorum Portal (PHP)

2003-01-22 Thread MGhz
Version : 3.0;3.1;3.2 Website : http://zorum.phpoutsourcing.com/ Problem : Include file File: - include.php - PHP Code: - [...] include("$gorumDir/generformlib_multipleselection.php");