Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Temas - Magazine

Páginas: [1]
1
PHP / [Ayuda] Error con un template en joomla 1.7.x
« en: 04 de Enero de 2012, 04:58:14 am »
Hola buena miren, tengo un problema cuando instale un theme en mi sitio y es el siguiente

Citar
Fatal error: Class 'JParameter' not found in /home/u465566983/public_html/portal/templates/gk_twn2/libs/gk.template.helper.php on line 340

LES MUESTRO LA LINEA 340

Citar
$pmenus = new JParameter ($page_menus);   

Y EL RESTO:

Citar
}

   function getMenuType () {
      global $Itemid, $option;
      if ($this->mobile_device_detect_layout()) {
         $mobile = $this->getLayout ();
         if (is_file(dirname(__FILE__).DS.'menu'.DS."$mobile.class.php")) $menutype = $mobile;
         else $menutype = 'handheld';
         return $menutype;
      }

      $page_menus = $this->_tpl->params->get ('page_menus');
      $page_menus = str_replace ("<br />", "\n", $page_menus);
      $pmenus = new JParameter ($page_menus);      

      $menutype = $pmenus->get($Itemid);
      if (is_file(dirname(__FILE__).DS.'menu'.DS."$menutype.class.php")) return $menutype;
      $menutype = $pmenus->get($option);
      if (is_file(dirname(__FILE__).DS.'menu'.DS."$menutype.class.php")) return $menutype;
      $menutype = $this->getParam(GK_TOOL_MENU, 'css');
      if (is_file(dirname(__FILE__).DS.'menu'.DS."$menutype.class.php")) return $menutype;
      return 'css';
   }

SALUDOS, OJALÁ ME PUEDAN AYUDAR PORFAVOR (:

2
PHP / [¿AYUDAITA?] Formulario
« en: 11 de Mayo de 2010, 03:19:36 am »
Hola, miren hice un formulario pero al poner enviar no pasa nada....

aca dejo mi web del formulario
WEBFORMULARIO

y el que puede revisar mis archivos aca estan:
http://www.megaupload.com/?d=1HTEGK7R


Se los agradeceria mucho, el que puede revisar mis archivos y encontrar la falla. :)

Salu2, magaz1ne  :P

3
Aplicaciones Pre-Fabricadas / Reproductor flash para RADIOS ONLINE
« en: 10 de Mayo de 2010, 02:10:27 am »
Bueno, aca les dejo los archivos ustedes solamente tienen que editar el archivo "reproductor.htm" las siguientes lineas:
Citar
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Reproductor by magaz1ne</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get
  the Flash Player</a><span class="Estilo10"> to see this player.</span></div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("player.swf","ply","200","20","9","#FFFFFF");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=http://IPDESTREAMING:PUERTO;stream.nsv&type=mp3&volume=50&autostart=true");
s1.write("container");
</script>
</body>
</html>

Sirve para toda las radios, exceptuando las que son streaming gratuitos (PORQUE NO CONECTAN)

DEMO

DESCARGA

Eso seria, salu2  :P
magaz1ne

4
Aplicaciones Pre-Fabricadas / [AYUDA] Juego PHP
« en: 09 de Mayo de 2010, 04:42:36 am »
Hola, necesito encontrar los archivos para crear un juego en línea en php para manejar un equipo de fútbol... queria saber si alguien sabe donde conseguir estos archivos, como de estas páginas: www.hattrick.org o www.manager-mania.com u otra web para manejar un equipo de fútbol.

Si alguien los tiene o sabe donde conseguirlos (gratis) se los agradeceria mucho   :P

Salu2, y muchas gracias atentamente
magaz1ne.

Páginas: [1]