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

 

 


Tema destacado: Security Series.XSS. [Cross Site Scripting]


  Mostrar Mensajes
Páginas: 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 25
11  Programación / Programación Visual Basic / Re: Visual Basic En Windows Vista en: 29 Octubre 2008, 02:16 am
voy a probar gracias
12  Programación / Programación Visual Basic / Visual Basic En Windows Vista en: 29 Octubre 2008, 02:04 am
Hola me recori toda la internet y la verda no logro instalar Visual Basic en la plataforma Vista Ultimate 32Bit...me lei mil manuale, texto, baje programas, pack pero no me anda no puedo instalar....

       si alguien tiene alguna novedad le agradeceria...
13  Programación / PHP / Re: Ayuda con php en: 27 Junio 2007, 01:26 am
Yo lo tengo hecho haci y anda de 10... ajustalo a tu medida por medio de vb y demas... saudos

Código:
<html>

<head>
<meta http-equiv="Content-Language" content="es">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Email</title>
</head>
  <STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: white; SCROLLBAR-SHADOW-COLOR: white; SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-BASE-COLOR: white; scrollbar-dark-shadow-color: #000000; scrollbar-3d-light-color: black
}
</STYLE>
<body text="#FFFFFF" bgcolor="#000000">

<form method="GET" action="envio.php">
  <p>&nbsp;</p>
  <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="358" height="230" id="AutoNumber1">
      <tr>
        <td width="81" height="21"><b><font size="2" face="Verdana">Nombre:</font></b></td>
        <td width="229" height="15">
        <input type="text" name="T1" size="44" style="color: #FFFFFF; font-family: Tahoma; font-size: 9pt; border: 1px solid #C0C0C0; background-color: #000000"></td>
      </tr>
      <tr>
        <td width="81" height="18"></td>
        <td width="229" height="9"></td>
      </tr>
      <tr>
        <td width="81" height="16"><b><font size="2" face="Verdana">E-mail:</font></b></td>
        <td width="229" height="16">
        <input type="text" name="T2" size="44" style="font-size: 9pt; font-family: Tahoma; color: #FFFFFF; border: 1px solid #C0C0C0; background-color: #000000"></td>
      </tr>
      <tr>
        <td width="81" height="18"></td>
        <td width="229" height="18"></td>
      </tr>
      <tr>
        <td width="81" height="15"><font size="2" face="Verdana"><b>Web</b></font><b><font size="2" face="Verdana">:</font></b></td>
        <td width="229" height="15">
        <input type="text" name="T3" size="44" style="color: #FFFFFF; font-family: Tahoma; font-size: 9pt; border: 1px solid #C0C0C0; background-color: #000000"></td>
      </tr>
      <tr>
        <td width="81" height="17"></td>
        <td width="229" height="18"></td>
      </tr>
      <tr>
        <td width="81" height="28"><b><font size="2" face="Verdana">Comtenido:</font></b></td>
        <td width="229" height="28">&nbsp;</td>
      </tr>
      <tr>
        <td width="81" height="126">&nbsp;</td>
        <td width="229" height="126">
        <textarea rows="9" name="S1" cols="44" style="color: #FFFFFF; font-family: Tahoma; font-size: 9pt; border: 1px solid #C0C0C0; background-color: #000000"></textarea></td>
      </tr>
      <tr>
        <td width="225" height="30" colspan="2">&nbsp;</td>
        </tr>
      <tr>
        <td width="92" height="8">
        <p align="center"></td>
        <td width="266" height="8">
        <p align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="submit" value="Enviar" name="B1" style="color: #FFFFFF; border: 1px solid #C0C0C0; background-color: #000000">&nbsp;
        <input type="reset" value="Restablecer" name="B2" style="color: #FFFFFF; border: 1px solid #C0C0C0; background-color: #000000"></td>
        </tr>
    </table>
    </center>
  </div>
</form>

</body>

</html>

Código:
<?php 
$ip=$REMOTE_ADDR;
$nombre = $_POST['T1'];
$email = $_POST['T2'];
$web = $_POST['T3'];
$contenido = $_POST['S1'];
$destino= "tu - mil<br>";
$asunto= "Asunto<br>";
$mensaje= "$Nombre<br>, $email<br>, $web<br>, $contenido<br>, $ip<br>";
mail($destino, $asunto, $mensaje);
   if(!mail($destino, $asunto, $mensaje)){
      echo "No se podido enviar el mensaje";
   }else{
      echo "Se ha enviado el mensaje al Webmaster correctamente!";
   }
?>


<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Envio E-mail</title>
</head>

<body bgcolor="#000000" text="#FFFFFF">

</body>

</html>

       Saludos
14  Programación / PHP / Re: Ordenar Base de datos. en: 27 Junio 2007, 01:22 am
probe con las comillas como me dijeron pero me da error...
15  Programación / PHP / Re: Ayuda con php en: 25 Junio 2007, 23:14 pm
por q no haces q el mail lo mande desde vb.. es facil de las 2 formas yo lo habia hecho paro un boludo me borro los discos.. yo me fijo y luego te paso el code.. Saludos
16  Programación / PHP / Re: Ordenar Base de datos. en: 25 Junio 2007, 22:59 pm
ahi tienes.. no trate a nadie de adivino... ahorate tus comentarios lo hiba a poner al codigo pero no estaba en mi casa cuando respondi el post.

Código:
<html>

<head>
<meta http-equiv="Content-Language" content="es">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nombre</title>
</head>

<body bgproperties="fixed" text="#00CC66" bgcolor="#000000">

<?php
$link=mysql_connect("localhost","root","")or die("Error 1");
mysql_select_db("kakinets02_es_db",$link)or die("Error 2");
//$consulta = "SELECT * FROM `test1`";
$consulta = "SELECT * FROM `test1` order by `puntos` asc";
$consulta = mysql_query($consulta,$link);
if ($row = mysql_fetch_array($consulta)){


echo "<div align='center'>";
echo "<center>";
echo "<table border='2' style='border-collapse: collapse' bordercolor='#FFFFFF'>";
echo "<tr> \n";

echo "<td><p align='center'><b><font color='#008000' face='Verdana' size='2'><b>Nick</b></td> \n";
echo "<td><p align='center'><b><font color='#008000' face='Verdana' size='2'><b>Puntos</b></td> \n";
echo "<td><p align='center'><b><font color='#008000' face='Verdana' size='2'><b>Rango</b></td> \n";
echo "<td><p align='center'><b><font color='#008000' face='Verdana' size='2'><b>Errores</b></td> \n";

echo "</tr> \n";

do {
echo "<tr> \n";
echo "<td align='center'><font color='#00CC66' face='Verdana' size='2'>".$row["nombre"]."</td> \n";
echo "<td align='center'><font color='#00CC66' face='Verdana' size='2'>".$row["puntos"]."</td>\n";
echo "<td align='center'><font color='#00CC66' face='Verdana' size='2'>".$row["rango"]."</td>\n";
echo "<td align='center'><font color='#00CC66' face='Verdana' size='2'>".$row["error"]."</td>\n";
echo "</tr> \n";
} while ($row = mysql_fetch_array($consulta));
echo "</table>  </table> \n";

} else {
echo "<p>&nbsp;</p><p>&nbsp;</p><p align='center'><b><font color='#008000' face='Verdana' size='2'>¡La base de datos está vacia!</font></b></p>";
}
?>


</body>

</html>

        Saludos
17  Programación / PHP / Re: Appserv en: 24 Junio 2007, 21:54 pm
listo problema solucioinado... el usuario era root.. y la conbtraceña la q puse cuyando lo instale
18  Programación / PHP / Re: Ordenar Base de datos. en: 24 Junio 2007, 21:52 pm
Lo pongo como dicen ustedes pero no me lo ordena de mayor a menor?? no se q puede ser!!
19  Programación / PHP / Ordenar Base de datos. en: 22 Junio 2007, 02:04 am
Hola a todos...
mi pregunta es simple...
Cree una base de datos.. en la cual hay 8 campos(nombre,puntos,error y nivel).
en el campo puntos lo q quiero hacer es q me lo ordene de mayor a menor entienden?'
la verdad no tengo idea...

otra cosa si yo solo guardo numero esta bien q le ponga Tipo:TEXT

         Saludoss
20  Programación / PHP / Re: Appserv en: 21 Junio 2007, 01:48 am
prove... con todo... el usuario cual seria?? localhost??
Páginas: 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... 25
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines