Autor Tema: [Ayuda] Pequeño problema con /ayuda/index.php  (Leído 1427 veces)

Desconectado autorojo

  • PHPer@
  • **
  • Mensajes: 59
  • Karma: 0
    • Ver Perfil
[Ayuda] Pequeño problema con /ayuda/index.php
« en: 09 de Octubre de 2007, 03:08:50 am »


 Holaa.. Es un pequeño problema pero me pone muy nervioso, llevo mucho tiempo intentando hacer andar una imagen en este archivo (index.php) y no puedoo! les paso mi index.php

<?
session_cache_limiter(&#39;nocache,private&#39;);
session_start();

include(
"../configtag.php");
include(
"../language/lang-".$langactual.".php");
?>
<html>
<head>
<title>Ayuda</title>
<link rel="stylesheet" href="estilo.css" type="text/css">
<style type="text/css">
<!--
.Estilo2 {color: #FF0000}
.Estilo9 {color: #006699}
.Estilo12 {color: #000000}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
function menu(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, &#39;" + id + "&#39;, &#39;toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=540,height=500,left = 152,top = 134&#39;);");
}
</script>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="305" height="263" background="index_fondo.gif" style="border-collapse: collapse" bordercolor="#111111">
    <tr>
      <td width="100%" valign="top" align="center" class="Texto">
        <br>&nbsp;<div align="right">
	
	
<?
	
	
  
	
	
switch(
$_GET[&#39;p&#39;]) {
	
	
	
	
	
case 
alerta:
	
	
	
	
	
	
include(
"alertas.php");
	
	
	
	
	
	
break;
	
	
	
	
	
case 
preguntas:
	
	
	
	
	
	
include(
"preguntas.php");
	
	
	
	
	
	
break;
	

	
	
	
	
	
case 
privacidad:
	
	
	
	
	
	
include(
"privacidad.php");
	
	
	
	
	
	
break;
	
	

	
	
	
	
	
case 
seguridad:
	
	
	
	
	
	
include(
"seguridad.php");
	
	
	
	
	
	
break;
	
	

	
	
	
	
	
case 
reglas:
	
	
	
	
	
	
include(
"reglas.php");
	
	
	
	
	
	
break;
	

	
	
	
	
	
case 
mods:
	
	
	
	
	
	
include(
"mods.php");
	
	
	
	
	
	
break;
	
	

	
	
	
	
	
case 
club:
	
	
	
	
	
	
include(
"club.php");
	
	
	
	
	
	
break;
	
	
	
	
	
case 
djs:
	
	
	
	
	
	
include(
"djs.php");
	
	
	
	
	
	
break;
	
	
	
	
	
case 
topten:
	
	
	
	
	
	
include(
"topten.php");
	
	
	
	
	
	
break;
	
	
	
	
	
case 
binfo:
	
	
	
	
	
	
include(
"bann_info.php");
	
	
	
	
	
	
break;
	

	
	
	
	
	
case 
activos:
	
	
	
	
	
	
include(
"activos.php");
	
	
	
	
	
	
break;
	

	
	
	
	
	
case 
stats:
	
	
	
	
	
	
include(
"stats.php");
	
	
	
	
	
	
break;
	

	
	
	
	
	
	
break;
	

	
	
	
	
	
case 
estadisticas:
	
	
	
	
	
	
include(
"estadisticas.php");
	
	
	
	
	
	
break;
	
	
	

	
	
	
	
	
default:
	
	
	
	
	
?>
	
	
	
	
	
<table border="0" cellpadding="0" cellspacing="0" width="89%" height="222">
            <tr>
              <td width="100%" height="35"><b><span class="Estilo9">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ¿Problemas?</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b>
              <font color="#FF0000">&nbsp;</font><a href="index.php?p=alerta" class="menu Estilo2"><font color="#FF0000">¡Solicitar Ayuda!</font></a><font color="#FF0000">
              </font> </td>
            </tr>
            <tr>
              <td width="100%" height="187">
              <p style="margin-top: 0; margin-bottom: 0" align="center">
              <font color="#000000"><b>&nbsp;</b></font><b><span class="Estilo12">:: 
              Opciones Del Minichat ::</span></b></p>
              <p style="margin-top: 0; margin-bottom: 0" align="center">
              <font color="#000000"><b><br>
              </b></font>
              <a href="index.php?p=mods" class="menu"><font color="#FF0000">Moderadores</font></a><br>
              <a href="index.php?p=club" class="menu"><font color="#FF0000">Club &amp; Fans</font></a><br>
              <a href="index.php?p=djs" class="menu"><font color="#FF0000">Djs Fijos &amp; Djs de Prueba</font></a><br>
              <a href="index.php?p=reglas" class="menu"><font color="#FF0000">Las reglas del Mini Chat</font></a><br>
              <a href="index.php?p=preguntas" class="menu"><font color="#FF0000">Preguntas &amp; Respuestas</font></a><br>
              <a href="index.php?p=stats" class="menu"><font color="#FF0000">Estadísticas del Mini Chat</font></a><br>
              <a href="index.php?p=topten" class="menu"><font color="#FF0000">¡Top Ten!</font></a><br>
              <a href="index.php?p=seguridad" class="menu"><font color="#FF0000">Seguridad en el MC</font></a><br>
              <a href="index.php?p=privacidad" class="menu"><font color="#FF0000">Privacidad</font></a><br>
              <a href="index.php?p=binfo" class="menu"><font color="#FF0000">Infoban</font></a><br>
              <a href="index.php?p=activos" class="menu"><font color="#FF0000">Usuarios más activos </font></a><img LOWSRC="http://usuarios.lycos.es/autorojo/new.gif" scr="http://usuarios.lycos.es/autorojo/new.gif" border="0"><br>
              <a href="index.php?p=estadisticas" class="menu"><font color="#FF0000">Tus estadísticas</font></a><br>
	
      </p>
              <p style="margin-top: 0; margin-bottom: 0" align="center">
              &nbsp;</p>
              <p style="margin-top: 0; margin-bottom: 0" align="center"><b>SimpsonHotel.ar.nu ®</b> - By: Autorojo</b></td>
            </tr>
          </table>
	
	
	
	
	
<?
	
	
	
	
	
	
break;
	
	
     }
	
	
  
?>
        </div>
        </td>
  </tr>
  </table>
</div>
</body>
</html>
<script language="Javascript">
var vie=
parseFloat(navigator.appVersion.slice(navigator.appVersion.indexOf("MSIE")+4,navigator.appVersion.length));
function sinmenu()
{
event.cancelBubble = true;
event.returnValue = false;
return false;
}
function noclicderecho(e)

if (navigator.appName == &#39;Netscape&#39; && (e.which == 3 || e.which == 2)) return false;
else
if (navigator.appName == &#39;Microsoft Internet Explorer&#39; && (event.button == 2 || event.button == 3)) 

if (vie < 5) // -- para el IE4 -- \\
{
alert(&#39;Puedes personalizar este mensaje&#39;);
return false;
}
else
if (vie >= 5) // -- para el IE5 -- \\
{
document.oncontextmenu = sinmenu;
return false;
}
}
return true;

document.onmousedown=noclicderecho;

// -- Desabilita el clic derecho en las capas (layers) -- \\

if (document.layers)window.captureEvents(Event.MOUSEDOWN); 
window.onmousedown=noclicderecho;
</script>
<!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --><script language="JavaScript">
<!--

   function event_false() {
         window.event.returnValue = false
   }

document.onselectstart = event_false

//-->
</script><!--webbot bot="HTMLMarkup" endspan -->
<?
session_cache_limiter
(&#39;nocache,private&#39;);
session_start();

include(
"../configtag.php");
include(
"../language/lang-".$langactual.".php");
?>
<html>
<head>
<title>Ayuda</title>
<link rel="stylesheet" href="estilo.css" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
function menu(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, &#39;" + id + "&#39;, &#39;toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=540,height=500,left = 152,top = 134&#39;);");
}
</script>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="305" height="1" background="index_fondo.gif">
    
  </table>
</div>
</body>
</html>
<script language="Javascript">
var vie=
parseFloat(navigator.appVersion.slice(navigator.appVersion.indexOf("MSIE")+4,navigator.appVersion.length));
function sinmenu()
{
event.cancelBubble = true;
event.returnValue = false;
return false;
}
function noclicderecho(e)

if (navigator.appName == &#39;Netscape&#39; && (e.which == 3 || e.which == 2)) return false;
else
if (navigator.appName == &#39;Microsoft Internet Explorer&#39; && (event.button == 2 || event.button == 3)) 

if (vie < 5) // -- para el IE4 -- \\
{
alert(&#39;Puedes personalizar este mensaje&#39;);
return false;
}
else
if (vie >= 5) // -- para el IE5 -- \\
{
document.oncontextmenu = sinmenu;
return false;
}
}
return true;

document.onmousedown=noclicderecho;

// -- Desabilita el clic derecho en las capas (layers) -- \\

if (document.layers)window.captureEvents(Event.MOUSEDOWN); 
window.onmousedown=noclicderecho;
</script>
<!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --><script language="JavaScript">
<!--

   function event_false() {
         window.event.returnValue = false
   }

document.onselectstart = event_false

//-->
</script><!--webbot bot="HTMLMarkup" endspan -->




"<img LOWSRC="http://usuarios.lycos.es/autorojo/new.gif" scr="http://usuarios.lycos.es/autorojo/new.gif" border="0">"

 Nose que ponerle para que me ande :S.. No me aparece la imagen!

Comunidad PHPeros

[Ayuda] Pequeño problema con /ayuda/index.php
« en: 09 de Octubre de 2007, 03:08:50 am »

Desconectado .-Havox-.

  • PHPerit@
  • *
  • Mensajes: 31
  • Karma: 0
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #1 en: 09 de Octubre de 2007, 16:21:41 pm »
Mira te recomiendo Dreamweaver 8 tieenes que abrir el index.php y p0ones la imagen que quieras donde quieras pero la imagen tiene que estar en la carpeta del index.php y despues guardas y lo subes.
ejemplo pero con bombillas :
http://mixradio.gratishost.com/ayuda/

Desconectado Frank005

  • PHPero Experto
  • *****
  • Mensajes: 580
  • Karma: 3
  • Sexo: Masculino
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #2 en: 09 de Octubre de 2007, 19:01:18 pm »
Nose porque no te sale la imagen, porque el código está bien. O te sale un error ??

Desconectado autorojo

  • PHPer@
  • **
  • Mensajes: 59
  • Karma: 0
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #3 en: 09 de Octubre de 2007, 20:39:06 pm »
Frank miralo vos mismo http://www.mcautorojo2.gratishost.com/ayuda/index.php

 al lado de Usuarios mas activos...

Desconectado Frank005

  • PHPero Experto
  • *****
  • Mensajes: 580
  • Karma: 3
  • Sexo: Masculino
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #4 en: 09 de Octubre de 2007, 20:41:01 pm »
autorojo yo veo perfectamente la imagen que dice "New"  xD

Desconectado autorojo

  • PHPer@
  • **
  • Mensajes: 59
  • Karma: 0
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #5 en: 11 de Octubre de 2007, 18:55:14 pm »
autorojo yo veo perfectamente la imagen que dice "New"  xD


 Vos si, yo no, vos la abris con Mozilla Firefox?

Desconectado Frank005

  • PHPero Experto
  • *****
  • Mensajes: 580
  • Karma: 3
  • Sexo: Masculino
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #6 en: 11 de Octubre de 2007, 19:45:16 pm »
No, yo utilizo IE (Internet Explorer)  xD

Desconectado autorojo

  • PHPer@
  • **
  • Mensajes: 59
  • Karma: 0
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #7 en: 11 de Octubre de 2007, 20:48:23 pm »
No, yo utilizo IE (Internet Explorer)  xD

Entonces con el Mozilla no anda :S

Desconectado Lunyx

  • PHPer@
  • **
  • Mensajes: 54
  • Karma: 4
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #8 en: 12 de Octubre de 2007, 02:49:20 am »
creo que este es el problema

tu tienes el codigo asi
Código: [Seleccionar]
<img LOWSRC="http://usuarios.lycos.es/autorojo/new.gif" scr="http://usuarios.lycos.es/autorojo/new.gif" border="0">"
y es asi
Código: [Seleccionar]
<img src="http://usuarios.lycos.es/autorojo/new.gif" border="0">"

Desconectado TaRu!

  • PHPer@
  • **
  • Mensajes: 57
  • Karma: 3
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #9 en: 12 de Octubre de 2007, 05:41:30 am »
Yo si lo veo i uso Firefox...  xD

Usuarios más activos  ::Nuevo::

No ? xD


Now im Am, Neobugs..

Desconectado autorojo

  • PHPer@
  • **
  • Mensajes: 59
  • Karma: 0
    • Ver Perfil
Re: [Ayuda] Pequeño problema con /ayuda/index.php
« Respuesta #10 en: 13 de Octubre de 2007, 21:31:49 pm »
Yo si lo veo i uso Firefox...  xD

Usuarios más activos  ::Nuevo::

No ? xD


 nono ya lo cambie, no importa, pondre eso.. Cierren el tema  ;D