elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía rápida para descarga de herramientas gratuitas de seguridad y desinfección


  Mostrar Temas
Páginas: [1]
1  Foros Generales / Foro Libre / Comprar y Vender de forma segura sitios web y dominios en: 5 Agosto 2012, 17:14 pm
Hola a todos!

Os dejo un nuevo sitio donde podréis comprar o vender sitios web y dominios, se llama Compra Venta Páginas Web y es hasta ahora el más completo.
Tiene muchas funcionalidades, entre otras el poder compartir los anuncios en las redes sociales y la compra venta segura a través del sitio para evitar estafas y poder comprar o vender tranquilamente. Yo antes lo hacía a través de Sedo hasta que encontré este sitio. Además poner anuncios es 100% gratis! aquí os dejo el enlace: http://www.compraventapaginasweb.com

Espero que os sea de ayuda.
2  Seguridad Informática / Seguridad / Ayuda Twitter Robado! en: 7 Junio 2012, 09:06 am
Buenos días,

Os escribo porque un gusano a robado la cuenta de twitter de mi madre y me gustaría recuperarla, no solicito ningún tipo de forma para hackear el twitter sino pido ayuda para recuperar la cuenta de twitter robada.

Se lo hemos comunicado al soporte de Twitter pero no sabemos nada, he estado investigando el tema en la red pero por falta de tiempo todavía no he encontrado nada.

Por favor os pido vuestra colaboración si alguien sabe del tema o si me puede ayudar a recuperar de nuevo la cuenta.

Muchas gracias
3  Programación / Desarrollo Web / Problema con slideshow para validación W3C en: 25 Enero 2011, 14:26 pm
Hola a todos,

Estoy intentando validar de una vez por todas mi web y entre otros errores me aparece este:

# Error Line 223, Column 35: document type does not allow element "div" here

   var markup = '<div id="slideshow">'

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
# Error Line 276, Column 43: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified

<input type="hidden" name="Itemid" value=93 />


# Error Line 287, Column 62: ID "slideshow" already defined

<div style="overflow: hidden; position: relative;" id="slideshow">

An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

# Info Line 223, Column 25: ID "slideshow" first defined here

   var markup = '<div id="slideshow">'

Algo tengo que tener mal, a simple vista el firebug no me da nada mal pero con el w3c validator me da esos errores.

Alguna idea?

Muchas gracias

Un saludo a todos

4  Programación / Desarrollo Web / Aparece el código en la primera imagén en: 9 Enero 2011, 16:41 pm
Hola de nuevo!

Aquí estoy intentando validar mi código en w3c y peleandome con las imagenes del head.
Me ha surgido ahora un problema hay una parte del código que cuando carga la web aparece en la primera imagen del slide y es esta:

img style="position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 1; width: 991px; height: 334px;" src="<?php echo $templateurl; ?>/images/header/1.jpg" alt="imagen 1"
                      img style="position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 1; width: 991px; height: 334px;" src="<?php echo $templateurl; ?>/images/header/2.jpg" alt="imagen 2"
                      img style="position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 1; width: 991px; height: 334px;" src="<?php echo $templateurl; ?>/images/header/3.jpg" alt="imagen 3"


Aparece solo al principio cuando carga por un 1 segundo y luego ya no aparece.
El tema es que no se como dejarlo oculto para que no me aparezca, aquí os pego el resto del código por si alguien tuviera alguna idea:
<head>
<jdoc:include type="head" />

<?php
   global $templateurl ;
   $templateurl = $this -> baseurl . '/templates/mi plantilla' ;
   $js = $templateurl.'/js/';
   $css = $templateurl.'/css/';
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $templateurl; ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $templateurl; ?>/css/style.css" type="text/css" />
<script src="<?php echo $templateurl; ?>/js/jquery-1.3.2.js" type="text/javascript"></script>
<script src="<?php echo $templateurl; ?>/js/jquery-slide.js" type="text/javascript"></script>
<script src="<?php echo $templateurl; ?>/js/ie.js" type="text/javascript"></script>


      <!-- Header_gallery -->
<script type="text/javascript">
var $j = jQuery.noConflict();
$j('img').src = '<?php echo $templateurl; ?>/images/header/1.jpg';
$j('img').src = '<?php echo $templateurl; ?>/images/header/2.jpg';
$j('img').src = '<?php echo $templateurl; ?>/images/header/3.jpg';

$j(function() {
   var fx,   cbox = 1;//$('input:checkbox').click(start)[0];
   //cbox.checked = true;
   
   var markup = '<div id="slideshow">'
      + '<img src="<?php echo $templateurl; ?>/images/header/1.jpg" alt="imagen 1"/><img src="<?php echo $templateurl; ?>/images/header/2.jpg" alt="imagen 2"/><img src="<?php echo $templateurl; ?>/images/header/3.jpg" alt="imagen 3"/>'
      + '</div>';
      
   function start() {
      $j('#slideshow').cycle('stop').remove();
        $j('#show').append(markup);
      $j('#effect').html(fx);
      $j('#slideshow').cycle({
         fx: fx,
         timeout: 5000,
         delay:  -1000,
         after: onAfter,
         sync: 1
      });
   }

   function onAfter(curr,next,opts) {
      var msg = 'Slide ' + (opts.currSlide + 1) + ' of ' + opts.slideCount;
      $j('#caption').html(msg);
   };
   
   fx = $j.trim("zoom");
   start();
});
</script>
                     <!-- Header_gallery_end -->
<!--[if IE]>
   <link href="<?php echo $templateurl; ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->

</head>
                                                                                                   
<body dir="ltr">
<div id="body">
   <div class="outer">
      <div id="shopcart">
         <jdoc:include type="modules" name="user2" />
      </div>
      <div id="currency"><jdoc:include type="modules" name="user1"  style="top" /></div>
      <div  id="logo">
         <a href="<?php echo $mainframe -> getCfg ( 'live_site' ) ; ?>">
            <img src="<?php echo $templateurl; ?>/images/logo.jpg" longdesc="<?php echo $mainframe->getCfg('sitename') ; ?>" />
         </a>
      </div>
      <div id="search"><jdoc:include type="modules" name="user4" /></div>
      <div id="topmenu">
         <jdoc:include type="modules" name="user3" />
      </div>
      <div class="clear"></div>
      
      <div id="header" class="outer">
         <div class="inner">
            <div id="shop_now">
               <div id="show">
                  <div style="overflow: hidden; position: relative;" id="slideshow">
                      img style="position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 1; width: 991px; height: 334px;" src="<?php echo $templateurl; ?>/images/header/1.jpg" alt="imagen 1"
                      img style="position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 1; width: 991px; height: 334px;" src="<?php echo $templateurl; ?>/images/header/2.jpg" alt="imagen 2"
                      img style="position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 1; width: 991px; height: 334px;" src="<?php echo $templateurl; ?>/images/header/3.jpg" alt="imagen 3"
                  </div>
               </div>
            </div>
Muchas gracias

5  Programación / Desarrollo Web / Problema con codigo al intentar validar en W3C en: 7 Enero 2011, 12:25 pm
Buenos días tengo un problema con la validación de mi código y me estoy volviendo loco para resolverlo.

Así es lo que tengo en el index.php:

<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $templateurl; ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $templateurl; ?>/css/style.css" type="text/css" />
<script src="<?php echo $templateurl; ?>/js/jquery-1.3.2.js" type="text/javascript"></script>
<script src="<?php echo $templateurl; ?>/js/jquery-slide.js" type="text/javascript"></script>
<script src="<?php echo $templateurl; ?>/js/ie.js" type="text/javascript"></script>

      <!-- Header_gallery -->
<script type="text/javascript">
var $j = jQuery.noConflict();
$j('<img />')[0].src = '<?php echo $templateurl; ?>/images/header/1.jpg';
$j('<img />')[0].src = '<?php echo $templateurl; ?>/images/header/2.jpg';
$j('<img />')[0].src = '<?php echo $templateurl; ?>/images/header/3.jpg';

Y me da los siguientes error en todos:
$j('<img />')[0].src = '<?php echo $templateurl; ?>/images/header/1.jpg';
required attribute "src" not specified
required attribute "alt" not specified
document type does not allow element "img" here
El error lo da aquí: <img />

No sé si alguien sabría decirme que estoy haciendo mal.

Muchas gracias
6  Programación / Programación Visual Basic / Error de instalacion: Runtime 372 en: 18 Marzo 2009, 18:54 pm
Hola a todos.,

Tengo un problema con el visual basic cuando intento empaquetar una aplicacion que contiene un active X mi sistema operativo es windows XP, la instalacion se realiza correctamente pero cuando se quiere arrancar la aplicacion aparece el mensaje de Error de instalacion: Runtime 372.

Muchas gracias por vuestra ayuda

Un saludo

7  Programación / PHP / Ayuda con PHP en: 26 Septiembre 2008, 23:37 pm
Hola a todos,

Disculpar mi ignorancia pero es que no tengo ni idea del tema, me he descargado una plantilla de pagina web y cuando la abro, salen una serie de archivos en PHP, como puedo montar todos los archivos para poder modificarlos y luego poder subir la pagina web?.

Muchas gracias y disculpar si estuviera repetido el tema.
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines