Post: How to make a simple Deface Page (Defacement)
05-17-2011, 08:23 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
How to make a Deface Page



So a lot of people have requested it how to make a deface page. I am today going to show you how to make a simple, but good looking defacement.



What is a defacement?

A defacement is nothing else than the index of a website that you have changed to your like. If you deface a website, you simply upload your index.php (your defacement) to the site and than the site will be un-accessable for other people and they will just see your defacement.


What does a defacement contain?

A defacement mostly contains the credits of the hacker, a background picture and some fancy music Cool Man (aka Tustin). Sometimes it also redirects the site to a different site or it can even contain malware ect.


What do I have to know to make a deface page?

EVERY deface page is written in HTML, so you will need to know HTML. Some defacements also contain javascript for optimizing of the deface page.

If you want to learn HTML go here: You must login or register to view this content.
If you want to learn javascript go here: You must login or register to view this content.


[multipage=How do I make my own Deface Page]

Well now since I know that not every one knows html :dumb: I am going to show you guys a few examples on how to make a defacement.

1. Well now the really simples defacement would be just a Text.

    <html>
<head>
<title>I likez de penis</title>
</head>
<body>
</body>
</html>


Now this is what it looks like:
You must login or register to view this content.

This just simply changed the title of the tab.



So this was the easiest way to make a bad defacement :p
Now we will make a defacement and add a picture, text and a background music Smile

    <html>
<head>
<title>I Likez penis</title>
</head>
<embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" type="application/x-shockwave-flash" wmode="transparent"

width="1" height="1"></embed>
<center>
<Awesome faceIV align="center"><IMG

src="https://files.myopera.com/hoacomay70/albums/2643831/933482_white_floral_design_on_blue_background.jpg" width=""

height=""><CENTER>
<body bgcolor="#000000"
<body>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
</body>
</html>


So now it will look like:
You must login or register to view this content.

Now I am going to explain you guys how to edit this defacement :dumb:

In the <title></title> you will have to write whatever you want to name the tab when you open it.

This: <embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" Is the background music that is playing when you open the page. Just simply edit the youtube video and you are done.

This: src="https://files.myopera.com/hoacomay70/albums/2643831/933482_white_floral_design_on_blue_background.jpg" Is the background picture. Just replace my current picture with yours to have a nice looking defacement.

And this: <font color=#00FFFF>YOUR TEXT HERE</font></center> is the text that is showing on the page, you can just simply edit it and the color.


So now this is a very simple defacement with that I will provide you guys now we are going to hop on the big boys :bat:

[multipage= Defacement 1]

So now since not every1 wants a simple defacement, I am going to provide you guys with some defacements that you can use Smile =D

So now this is the first defacement.

A Picture on how it looks like:

You must login or register to view this content.


So now this is a good looking defacement. So here is the code of it:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<!-- Site Hacked by xTrYiPiCz-- -->
<title>You FUKAZ GOT HACKED</title>
</head><center>
<body onLoad="type_text()" ; bgColor=#000000 text=#00FFFF>
<div style="width: 600px;height: 100px;" align="center">
<script language="Javascript">
<!--
var tl=new Array(
"LINE 1"
);
var tl=new Array(
"LINE 2"
);
var speed=60;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;

function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + '
';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",1500);
}
} else
setTimeout("type_text()",speed);
}
var tl=new Array(
"WHAT EVER YOU WANT TO SAY HERE"
);
var speed=60;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;

function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + '
';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",1500);
}
} else
setTimeout("type_text()",speed);
}
//-->
</script>
<p align="center">
<form><textarea style="background-color:#000000;color:#00FFFF;" name="about" readonly="readonly" rows="21" cols="60"
wrap="soft"></textarea></form></p>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
</body>
</html>



So now how to edit this defacement:

Edit this: <title>You FUKAZ GOT HACKED</title> to whatever you want to name the tab.

Edit this: "WHAT EVER YOU WANT TO SAY HERE" to whatever you want to say in the box in the middle of the screen.

Edit this: <embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" to whatever you want your background music.


Well editing a defacement is one of the easiest parts so this shouldn't be a bitch for you guys :confused:

[multipage= Defacement 2]

So now this is the second defacement.
You must login or register to view this content.


This defacement has the matrix effect in the box, which is pretty cool Happy

So this is the code for the defacement:
    <HTML dir="ltr"><HEAD><TITLE>Site hacked by xTrYiPiCz--</TITLE>

<META http-equiv=Content-Type content="text/html; charset=windows-1257">



<META content="MSHTML 6.00.2716.2200" name=GENERATOR></HEAD>

<BODY onload=type_text() bgcolor="#000000" text="#FF0000">

<pre><font size="3"> </font><font color="#ff0000" size="3"> </font><font color="#FF0000" size="3">

<FORM>





<style type="text/css">
.matrix { font-family: OCR A Extended; font-size:12pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>

<script type="text/javascript" language="JavaScript">

<!--
var rows=11; // must be an odd number
var speed=9; // lower is faster
var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
var effectalign="default" //enter "center" to center it.

/***********************************************
* The Matrix Text Effect- by Richard Womersley (https://www.mf2fm.co.uk/rv)
* This notice must stay intact for use
* Visit https://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();
window.onload=function() {
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="#000000";
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+'"> </'+'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="#33ff66";
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="#00ff00";
}
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="#009900";
}
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="#33ff66";
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);
}
}
// -->
</script>
</head>

<body><div align="center">
<div id="matrix">Awesome faceefaced by xTrYiPiCz--</div>
<div id="matrix">NGU sucks black cock :lol:</div>
<div id="matrix">:carling:</div>
</div></body>
</html>





<h3 align=center><font color="green"> </font><br /></h3>

</font></div>

</FORM>





<embed src="https://www.youtube.com/v/TJXewrrlnXs&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>

</script>

<object width="1" height="1"><param name="movie" value="https://www.youtube.com/watch?v=Ql1uLyuWra8"></param><param name="wmode" value="transparent"></param><embed

src="https://www.youtube.com/watch?v=Ql1uLyuWra8&autoplay=1&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed></object>



So now how to edit this defacement.

Edit: <HTML dir="ltr"><HEAD><TITLE>Site hacked by xTrYiPiCz--</TITLE> to whatever you want to name the tab.

Edit: <div id="matrix">Awesome faceefaced by xTrYiPiCz--</div> to whatever you want to have in the matrix box.

Edit: <div id="matrix">NGU sucks black cock :lol:</div> to whatever you want to have under the box.

Edit: <embed src="https://www.youtube.com/v/TJXewrrlnXs&autoplay=1" to whatever you want to have as your background music.


So now this was the second defacement.


[multipage=Conclusion]

I AM GOING TO FINISH THIS TUTORIAL TOMORROW AS I HAVE TO GO TO SLEEP NOW.
Last edited by xTrYiPiCz ; 05-18-2011 at 12:30 PM.

The following 4 users say thank you to xTrYiPiCz for this useful post:

Curt, HecmanHD, HOST Lee, Plutonium-1
05-17-2011, 08:31 PM #2
Curt
Former Staff
fuggin good tut man apart from a few errors as such ; You must login or register to view this content.






Tryfag :wub:

The following user thanked Curt for this useful post:

xTrYiPiCz
05-17-2011, 09:17 PM #3
<Jimbo>
</Jimbo>
I like it, but I'd suggest maybe moving into the world of today, (CSS for style). :y: Other than that... :wub:

Originally posted by xTrYDoH View Post
How to make a Deface Page



So a lot of people have requested it how to make a deface page. I am today going to show you how to make a simple, but good looking defacement.



What is a defacement?

A defacement is nothing else than the index of a website that you have changed to your like. If you deface a website, you simply upload your index.php (your defacement) to the site and than the site will be un-accessable for other people and they will just see your defacement.


What does a defacement contain?

A defacement mostly contains the credits of the hacker, a background picture and some fancy music Cool Man (aka Tustin). Sometimes it also redirects the site to a different site or it can even contain malware ect.


What do I have to know to make a deface page?

EVERY deface page is written in HTML, so you will need to know HTML. Some defacements also contain javascript for optimizing of the deface page.

If you want to learn HTML go here: You must login or register to view this content.
If you want to learn javascript go here: You must login or register to view this content.


[multipage=How do I make my own defacement?]

Well now since I know that not every one knows html :dumb: I am going to show you guys a few examples on how to make a defacement.

1. Well now the really simples defacement would be just a Text.

    <html>
<head>
<title>I likez de penis</title>
</head>
<body>
</body>
</html>


Now this is what it looks like:
You must login or register to view this content.

This just simply changed the title of the tab.



So this was the easiest way to make a bad defacement :p
Now we will make a defacement and add a picture, text and a background music Smile

    <html>
<head>
<title>I Likez penis</title>
</head>
<embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" type="application/x-shockwave-flash" wmode="transparent"

width="1" height="1"></embed>
<center>
<Awesome faceIV align="center"><IMG

src="https://files.myopera.com/hoacomay70/albums/2643831/933482_white_floral_design_on_blue_background.jpg" width=""

height=""><CENTER>
<body bgcolor="#000000"
<body>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
</body>
</html>


So now it will look like:
You must login or register to view this content.

Now I am going to explain you guys how to edit this defacement :dumb:

In the <title></title> you will have to write whatever you want to name the tab when you open it.

This: <embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" Is the background music that is playing when you open the page. Just simply edit the youtube video and you are done.

This: src="https://files.myopera.com/hoacomay70/albums/2643831/933482_white_floral_design_on_blue_background.jpg" Is the background picture. Just replace my current picture with yours to have a nice looking defacement.

And this: <font color=#00FFFF>YOUR TEXT HERE</font></center> is the text that is showing on the page, you can just simply edit it and the color.


So now this is a very simple defacement with that I will provide you guys now we are going to hop on the big boys :bat:

[multipage=Defacement 1]

So now since not every1 wants a simple defacement, I am going to provide you guys with some defacements that you can use Smile =D

So now this is the first defacement.

A Picture on how it looks like:

You must login or register to view this content.


So now this is a good looking defacement. So here is the code of it:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<!-- Site Hacked by xTrYiPiCz-- -->
<title>You FUKAZ GOT HACKED</title>
</head><center>
<body onLoad="type_text()" ; bgColor=#000000 text=#00FFFF>
<div style="width: 600px;height: 100px;" align="center">
<script language="Javascript">
<!--
var tl=new Array(
"LINE 1"
);
var tl=new Array(
"LINE 2"
);
var speed=60;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;

function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + '
';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",1500);
}
} else
setTimeout("type_text()",speed);
}
var tl=new Array(
"WHAT EVER YOU WANT TO SAY HERE"
);
var speed=60;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;

function type_text()
{
contents='';
row=Math.max(0,index-20);
while(row<index)
contents += tl[row++] + '
';
document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
if(text_pos++==str_length)
{
text_pos=0;
index++;
if(index!=tl.length)
{
str_length=tl[index].length;
setTimeout("type_text()",1500);
}
} else
setTimeout("type_text()",speed);
}
//-->
</script>
<p align="center">
<form><textarea style="background-color:#000000;color:#00FFFF;" name="about" readonly="readonly" rows="21" cols="60"
wrap="soft"></textarea></form></p>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>

<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<center><font color=#00FFFF>YOUR TEXT HERE</font></center>
<embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
</body>
</html>



So now how to edit this defacement:

Edit this: <title>You FUKAZ GOT HACKED</title> to whatever you want to name the tab.

Edit this: "WHAT EVER YOU WANT TO SAY HERE" to whatever you want to say in the box in the middle of the screen.

Edit this: <embed src="https://www.youtube.com/v/IUGzY-ihqWc&autoplay=1" to whatever you want your background music.


Well editing a defacement is one of the easiest parts so this shouldn't be a bitch for you guys :confused:

[multipage=Defacement 2]

So now this is the second defacement.
You must login or register to view this content.


This defacement has the matrix effect in the box, which is pretty cool Happy

So this is the code for the defacement:
    <HTML dir="ltr"><HEAD><TITLE>Site hacked by xTrYiPiCz--</TITLE>

<META http-equiv=Content-Type content="text/html; charset=windows-1257">



<META content="MSHTML 6.00.2716.2200" name=GENERATOR></HEAD>

<BODY onload=type_text() bgcolor="#000000" text="#FF0000">

<pre><font size="3"> </font><font color="#ff0000" size="3"> </font><font color="#FF0000" size="3">

<FORM>





<style type="text/css">
.matrix { font-family: OCR A Extended; font-size:12pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>

<script type="text/javascript" language="JavaScript">

<!--
var rows=11; // must be an odd number
var speed=9; // lower is faster
var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
var effectalign="default" //enter "center" to center it.

/***********************************************
* The Matrix Text Effect- by Richard Womersley (https://www.mf2fm.co.uk/rv)
* This notice must stay intact for use
* Visit https://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();
window.onload=function() {
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="#000000";
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+'"> </'+'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="#33ff66";
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="#00ff00";
}
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="#009900";
}
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="#33ff66";
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);
}
}
// -->
</script>
</head>

<body><div align="center">
<div id="matrix">Awesome faceefaced by xTrYiPiCz--</div>
<div id="matrix">NGU sucks black cock :lol:</div>
<div id="matrix">:carling:</div>
</div></body>
</html>





<h3 align=center><font color="green"> </font><br /></h3>

</font></div>

</FORM>





<embed src="https://www.youtube.com/v/TJXewrrlnXs&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>

</script>

<object width="1" height="1"><param name="movie" value="https://www.youtube.com/watch?v=Ql1uLyuWra8"></param><param name="wmode" value="transparent"></param><embed

src="https://www.youtube.com/watch?v=Ql1uLyuWra8&autoplay=1&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed></object>



So now how to edit this defacement.

Edit: <HTML dir="ltr"><HEAD><TITLE>Site hacked by xTrYiPiCz--</TITLE> to whatever you want to name the tab.

Edit: <div id="matrix">Awesome faceefaced by xTrYiPiCz--</div> to whatever you want to have in the matrix box.

Edit: <div id="matrix">NGU sucks black cock :lol:</div> to whatever you want to have under the box.

Edit: <embed src="https://www.youtube.com/v/TJXewrrlnXs&autoplay=1" to whatever you want to have as your background music.


So now this was the second defacement.


[multipage=Conclusion]

I AM GOING TO FINISH THIS TUTORIAL TOMORROW AS I HAVE TO GO TO SLEEP NOW.
05-18-2011, 02:54 AM #4
Awesome tutorial man.. +Rep but how would we change the REALS website index.php? Or does this not do that.
05-18-2011, 12:22 PM #5
Originally posted by Tonix
Awesome tutorial man.. +Rep but how would we change the REALS website index.php? Or does this not do that.


You can changed it after you gained admin access to the website (hacking the website and get admin login, there are many different ways to hack a website but the most successful ways are the root the server and SQLi)
After you gained admin access you can upload a shell and change the main directory ect.

Curt made a good tutorial how to deface a vBulletin site once gained admin access Smile :wub: You must login or register to view this content.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo