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

Preguntas similare

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





Respuesta Responder a este mensaje
#2 CybertowerS
11/07/2003 - 21:51 | Informe spam
Perdona, solo la cadena register_globals

"CybertowerS" <cybtow[at]yahoo.es> escribió en el mensaje
news:eumjrR#
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
>
>
>
>
>


Respuesta Responder a este mensaje
#3 jAcHaR
12/07/2003 - 06:57 | Informe spam
Pues parece que ya a quedando... se quitaron un monton de errores...

ahora solo me arroja unos pocos..son los siguientes


Notice: ob_end_clean(): failed to delete buffer. No buffer to delete. in
C:\Inetpub\wwwroot\php\mainfile.php on line 18

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

Fatal error: Call to undefined function: message_die() in
C:\Inetpub\wwwroot\php\db\db.php on line 88

"CybertowerS" <cybtow[at]yahoo.es> escribió en el mensaje
news:eqZ1FW#
Perdona, solo la cadena register_globals

"CybertowerS" <cybtow[at]yahoo.es> escribió en el mensaje
news:eumjrR#
> 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
> >
> >
> >
> >
> >
>
>


Respuesta Responder a este mensaje
#4 CybertowerS
12/07/2003 - 12:33 | Informe spam
Los errores:

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

los solucionas declarando las variables al comienzo del fichero .php que te
falla
$forum_admin = "";
$inside_mod = "";

Me parece que lo que quieres hacer es ejecutar una aplicación web en php no
realizada por tí. Mi consejo personal es que antes de atrverte con esto, que
practiques un poco con PHP y resulvas fallos conforme los vayas programando
tú. Más tarde intenta ejecutar código complejo de otras personas.

Suerte!


"jAcHaR" escribió en el mensaje
news:
Pues parece que ya a quedando... se quitaron un monton de errores...

ahora solo me arroja unos pocos..son los siguientes


Notice: ob_end_clean(): failed to delete buffer. No buffer to delete. in
C:\Inetpub\wwwroot\php\mainfile.php on line 18

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

Fatal error: Call to undefined function: message_die() in
C:\Inetpub\wwwroot\php\db\db.php on line 88

"CybertowerS" <cybtow[at]yahoo.es> escribió en el mensaje
news:eqZ1FW#
> Perdona, solo la cadena register_globals
>
> "CybertowerS" <cybtow[at]yahoo.es> escribió en el mensaje
> news:eumjrR#
> > 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
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>


email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida