Personal, Linux, Programación
Seguramente habrán visto la noticia en menéame aquí, aquí y aquí, y en algunos clones la noticia de la página G2P, que sirve para encontrar archivos de audio en la red, también se habrán dado cuenta que en las redes P2P, ya no es tan sencillo bajar archivos, principalmente de audio, motivo que impulso a i-hacked, a crear dicha página que utiliza el motor de búsqueda de Google para encontrar archivos de audio, pero ahora es posible tenerlo en tu blog, al igual que una barra de búsqueda de San Google, utilizando el siguiente código:
<style type="text/css">
body {
margin: 10px;
font-family: Arial, Verdana;
font-size: 14px;
}
.center {margin: auto; padding: 10px; width: 195px; border: 3px solid #9c0; background: #303030; color: #FFF; position: relative; margin-bottom: 10px;}
.h1 {font-size: 18px;}
.header {width: 200px; margin: auto; font-size: 18px; color: #000; font-weight: bold;}
.style3 {
font-size: 9px;
color: #999999;
}
.style4 {color: #999999}
</style>
<strong>
<div class="header"></code>
<a href="http://www.g2p.org/" target="blank">G2P</a>
</div>
</strong>
<div class="center">
<span class="h1">Google Hacking to Locate MP3s</span>
<br>
<br>
<form action="http://www.g2p.org/index.php">
Artist or Song:
<input name="user" value="Bob Marley" type="text">
<br>Search for Books instead of music?
<input name="more" value="1" type="checkbox">
<input value="go" type="submit">
</form>
<br>
<span class="style3">Why would we want to use Google to find MP3s instead of using P2P apps?
<br>-
P2P/BT is being monitored -- Using Google we can download a lot more safely
<br>..
<a href="http://www.i-hacked.com/content/view/217/2/" target="_blank">
read more
</a>
</span><p>Another Special Project from <a href="http://www.i-hacked.com" target="_blank">i-hacked.com
</a> </div>
quedando de la sigueinte forma :
Another Special Project from i-hacked.com