Hallo Community,
ich stelle euch den Source Code von [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...](Link) Public.
Hier der Source Code:
MfG Alienkrieger7z
Ps: hero9910 wird euch gleich noch die Source von Trademark Public stellen.
ich stelle euch den Source Code von [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...](Link) Public.
Hier der Source Code:
PHP Code:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><script src="./Warning - Website Hacked_files/saved_resource"></script>
</head><body bgcolor="#000000"><object width="1" height="1"><param name="movie" value="http://www.youtube.com/v/7NasHZ9hhjY?&autoplay=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/7NasHZ9hhjY?&autoplay=1" type="application/x-shockwave-flash" width="1" height="1" allowscriptaccess="always" allowfullscreen="true"></object>
<title>Warning - Website Hacked</title>
<br><br><br>
<center><img src="./Warning - Website Hacked_files/9zs1vwxvm7xv.gif"></center>
<div id="matrix">-This Website Has Been Hacked-</div>
<style type="text/css">
.matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
</style>
<script type="text/javascript" language="JavaScript">
var rows=11;
var speed=50;
var reveal=2;
var effectalign="center"
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>
<script language="javascript" type="text/javascript">
<!--
//Ch? ch?y theo chu?t
var text='Hacked By Crysan and Aless';
var delay = 30;
var Xoff = 0;
var Yoff = -30;
var txtw = 12;
var beghtml = '<font color="#AE8300"><b>';
var endhtml = '<\/b><\/font>';
ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;
ie4 = (document.all && !document.getElementById)? true : false;
ie5 = (document.all && document.getElementById)? true : false;
ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var txtA = new Array();
text=text.split('');
var x1=0;
var y1=-1000;
var t='';
for(i=1; i <= text.length; i++) {
t+=(ns4)? '<layer name="txt'+i+'" top="-100" left="0" width="'+txtw+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';
t+=beghtml+text[i-1]+endhtml;
t+=(ns4)? '<\/layer>' : '<\/div>';
}
document.write(t);
function moveid(id,x,y) {
if(ns4) {
id.moveTo(x,y);
}else{
id.style.left=x+'px';
id.style.top=y+'px';
}
}
function animate(evt) {
x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
}
function getidleft(id) {
if(ns4)
return id.left;
else
return parseInt(id.style.left);
}
function getidtop(id) {
if(ns4)
return id.top;
else
return parseInt(id.style.top);
}
function getwindowwidth() {
if(ie4||ie5)
return document.body.clientWidth+document.body.scrollLeft;
else
return window.innerWidth+pageXOffset;
}
function movetxts() {
for(i=text.length;i>1;i=i-1) {
if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()) {
moveid(txtA[i-1],0,-1000);
moveid(txtA[i],0,-1000);
}else
moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
}
moveid(txtA[1],x1,y1);
}
window.onload=function() {
for(i=1;i<=text.length;i++)
txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
if(ns4)
document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=animate;
setInterval('movetxts()',delay);
}
-->
</script><div id="txt1" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 535px; top: 319px; "><font color="#AE8300"><b>H</b></font></div><div id="txt2" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 547px; top: 319px; "><font color="#AE8300"><b>a</b></font></div><div id="txt3" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 420px; top: 270px; "><font color="#AE8300"><b>c</b></font></div><div id="txt4" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 432px; top: 270px; "><font color="#AE8300"><b>k</b></font></div><div id="txt5" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 444px; top: 270px; "><font color="#AE8300"><b>e</b></font></div><div id="txt6" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 456px; top: 270px; "><font color="#AE8300"><b>d</b></font></div><div id="txt7" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 468px; top: 270px; "><font color="#AE8300"><b> </b></font></div><div id="txt8" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 480px; top: 270px; "><font color="#AE8300"><b>B</b></font></div><div id="txt9" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 492px; top: 270px; "><font color="#AE8300"><b>y</b></font></div><div id="txt10" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 504px; top: 270px; "><font color="#AE8300"><b> </b></font></div><div id="txt11" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 516px; top: 270px; "><font color="#AE8300"><b>C</b></font></div><div id="txt12" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 528px; top: 270px; "><font color="#AE8300"><b>r</b></font></div><div id="txt13" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 540px; top: 270px; "><font color="#AE8300"><b>y</b></font></div><div id="txt14" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 552px; top: 270px; "><font color="#AE8300"><b>s</b></font></div><div id="txt15" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 564px; top: 270px; "><font color="#AE8300"><b>a</b></font></div><div id="txt16" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 576px; top: 270px; "><font color="#AE8300"><b>n</b></font></div><div id="txt17" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 588px; top: 270px; "><font color="#AE8300"><b> </b></font></div><div id="txt18" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 600px; top: 270px; "><font color="#AE8300"><b>a</b></font></div><div id="txt19" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 612px; top: 270px; "><font color="#AE8300"><b>n</b></font></div><div id="txt20" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 624px; top: 270px; "><font color="#AE8300"><b>d</b></font></div><div id="txt21" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 636px; top: 270px; "><font color="#AE8300"><b> </b></font></div><div id="txt22" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 648px; top: 270px; "><font color="#AE8300"><b>A</b></font></div><div id="txt23" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 660px; top: 270px; "><font color="#AE8300"><b>l</b></font></div><div id="txt24" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 672px; top: 270px; "><font color="#AE8300"><b>e</b></font></div><div id="txt25" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 684px; top: 270px; "><font color="#AE8300"><b>s</b></font></div><div id="txt26" style="position: absolute; height: 1px; width: 12px; visibility: visible; left: 696px; top: 270px; "><font color="#AE8300"><b>s</b></font></div>
<center>
<p>
<font color="FFFFFF">
If you are the Website-Owner, here is a little Message:
<br>
I doesn't deleted your Database, Files or something else just your BackUP's.
<br>
This should be a little lesson for you, if you need help to fix the vulnerable follow this steps:
<br><font color="00F0E5">
--Upload a TXT-File named help.txt on your website that contains your Email, Skype or ICQ Addy.<br>
--Example http://yourhackeddomain.com/help.txt
</font>
<br>
If you dont respect this, i will come back. This sould be a lesson for you !
<!--<br><br>
Defacer: Crysan & Aless | Song: | Greetz to wWw.hackforums.net wWw.thepiratebay.org wWw.kinox.to -->
</font>
</p>
<marquee direction="left" scrollamount="50 behavior=" alternate"="" style="width:250px;">
<p style="white-space:nowrap;">
<font color="00FF00">
Defacer: Crysan & Aless | Greetz to wWw.hackforums.net wWw.thepiratebay.org wWw.kinox.to
</font>
</p>
</marquee>
<meta http-equiv="Content-Language" content="en-us">
<script language="JavaScript">
<!-- Begin
function shake(n) {
if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(-i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,-i);
parent.moveBy(i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,i);
}
}
}
}
// End -->
<!--
shake(1);
//-->
</script>
<table>
<tbody><tr><td>
</td></tr></tbody></table></center></body></html>
MfG Alienkrieger7z
Ps: hero9910 wird euch gleich noch die Source von Trademark Public stellen.