PHP en IIS

11/07/2003 - 19:43 por jAcHaR | Informe spam
estoy tratando de poner mis paginas en php en el IIS, baje el instalador que
configura todo en el IIS y de hecho si funciona la pagina... pero al parecer
por cuestiones de seguridad no obtiene las variables de ambiente y me
regresa estos errores en las paginas. Son algunos de los errores... pero
creo ke son por lo mismo... alguien me puede ayudar?


Notice: Undefined variable: HTTP_USER_AGENT in
C:\Inetpub\wwwroot\php\mainfile.php on line 16

Notice: import_request_variables(): No prefix specified - possible security
hazard in C:\Inetpub\wwwroot\php\mainfile.php on line 39

Notice: Undefined variable: forum_admin in
C:\Inetpub\wwwroot\php\mainfile.php on line 69

Notice: Use of undefined constant inside_mod - assumed 'inside_mod' in
C:\Inetpub\wwwroot\php\mainfile.php on line 72

Notice: Undefined variable: inside_mod in C:\Inetpub\wwwroot\php\db\db.php
on line 44

Notice: Use of undefined constant sitename - assumed 'sitename' in
C:\Inetpub\wwwroot\php\mainfile.php on line 88

Notice: Use of undefined constant nukeurl - assumed 'nukeurl' in
C:\Inetpub\wwwroot\php\mainfile.php on line 89

Notice: Use of undefined constant site_logo - assumed 'site_logo' in
C:\Inetpub\wwwroot\php\mainfile.php on line 90
 

Leer las respuestas

#1 CybertowerS
11/07/2003 - 21:43 | Informe spam
Hola,

abre el fichero php.ini de c:\winnt y busca las cadenas:
register_globals
post_max_size
asegúrate de que estén a 'On' (sin comillas)

Pruébalo y coméntame.

Suerte,
CybertowerS<<<







"jAcHaR" escribió en el mensaje
news:#
estoy tratando de poner mis paginas en php en el IIS, baje el instalador


que
configura todo en el IIS y de hecho si funciona la pagina... pero al


parecer
por cuestiones de seguridad no obtiene las variables de ambiente y me
regresa estos errores en las paginas. Son algunos de los errores... pero
creo ke son por lo mismo... alguien me puede ayudar?


Notice: Undefined variable: HTTP_USER_AGENT in
C:\Inetpub\wwwroot\php\mainfile.php on line 16

Notice: import_request_variables(): No prefix specified - possible


security
hazard in C:\Inetpub\wwwroot\php\mainfile.php on line 39

Notice: Undefined variable: forum_admin in
C:\Inetpub\wwwroot\php\mainfile.php on line 69

Notice: Use of undefined constant inside_mod - assumed 'inside_mod' in
C:\Inetpub\wwwroot\php\mainfile.php on line 72

Notice: Undefined variable: inside_mod in C:\Inetpub\wwwroot\php\db\db.php
on line 44

Notice: Use of undefined constant sitename - assumed 'sitename' in
C:\Inetpub\wwwroot\php\mainfile.php on line 88

Notice: Use of undefined constant nukeurl - assumed 'nukeurl' in
C:\Inetpub\wwwroot\php\mainfile.php on line 89

Notice: Use of undefined constant site_logo - assumed 'site_logo' in
C:\Inetpub\wwwroot\php\mainfile.php on line 90





Preguntas similares