الاثنين، 19 أغسطس 2013

شرح التعديل على الاندكس الخاص ب Dz Mástre

                                                                  بسم الله الرحمن الرحيم
                                                                    لا تنسو صلاتكم
شيفرة الاندكس ستجدونها بالاسف بالون الازرق
طريقة تصميم اندكس الخاص بك عن طريق التعديل على هذا الاندكس
اولا قم بنسخ  الشيفرة الموجودة بالون الازرق وافتح المفكرة والصق الشيفرة 
بعد ذلك  قم بالبحث عن كلمة Dz Mástre واتبدلها باسمك
وكذلك رابط الفيسبوك واستبدله برابطك
مع العلم ان هناك اسمين اسمي يمكنك البحث عنه وتغييرهDz Mástre

                               شاهد الاندكس قبل التعديل عليه  من هنا
                                                               او        من هنا
بدل كما تشاء عندك كل الحق

الشيفرة


<html><head> 

<title>|| HACKED BY Dz Mástre ||</title><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9">

 <link rel="shortcut icon" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsFYSkeqOMQELeRWhJ1dtpm24axurrzHpgMHc22RUs8G9IzPqZOfb2CMI1bsMpCwpTi5XL1R0F6Bn0J09o07hEIlgHbKMBLUA-sQO9TTN3CrEJ5R8MiBHfZmkz043xXCNhtyBQ4JIUJg/s320/524439_459708924108502_1001744163_n.jpg">



<style type="text/css"> 

<!--

.ahgcrewstyle {

    color: #F00;

}

.ahg {

    color: #0F0;

}

-->

</style> 



 



</head><body background-color="#000000" onload="StartTexte()"><p align="center">
<font size="5" color="#FF0000">Dz Mástre </font><font size="5" color="#00FF00"></font><font color="#FFFFFF" size="5">
</font></p><center> 



 



<center></center> 



 



<script type="text/javascript"> 



TypingText = function(element, interval, cursor, finishedCallback) {



  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == 







"undefined")) {



    this.running = true;



    return;



  }



  this.element = element;



  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });



  this.interval = (typeof interval == "undefined" ? 100 : 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);



    return;



  }



  if(this.currentText == "") this.element.innerHTML = "";



  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();



  }



}



 



</script>  



<script> 



var width=document.body.clientWidth;



var height=document.body.clientHeight;



 



function doClickText(who,type,step,timeOut) {



document.getElementById(who).style.display="none";



if(type==0) {



reveal('revealDiv1',step,timeOut,0);



reveal('revealDiv2',step,timeOut,1);}



if(type==1) {



reveal('revealDiv1',step,timeOut,2);



reveal('revealDiv2',step,timeOut,3);}}



function reveal(who,step,timeOut,type) {



if(type==0)



var where="top";



if(type==1)



var where="bottom";



if(type==2)



var where="left";



if(type==3)



var where="right";



eval('var temp=document.getElementById(who).style.'+where);



temp=parseInt(temp);



if(type==0||type==1)



var checkWith=height/2;



if(type==2||type==3)



var checkWith=width/2;



if(-temp<checkWith) {







temp-=step;







eval('document.getElementById(who).style.'+where+'=temp;');







setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}







else {







document.getElementById(who).style.display="none";







document.body.scroll="yes";}}







function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {







if(type==0) {







var bWhere1="border-bottom";







var bWhere2="border-top";







var putZero1="top:0px; left:0px";







var putZero2="bottom:0px; left:0px";







document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');



document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');



if(!click) {



reveal('revealDiv1',step,timeOut,0);



reveal('revealDiv2',step,timeOut,1);}



 



else {



clickText(type,step,timeOut);}}



 



if(type==1) {



var bWhere1="border-right";



var bWhere2="border-left";



var putZero1="top:0px; left:0px";



var putZero2="top:0px; right:0px";



document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');



document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');



if(!click) {



reveal('revealDiv1',step,timeOut,2);



reveal('revealDiv2',step,timeOut,3);}



else {



clickText(type,step,timeOut);}}



function clickText(type,step,timeOut) {



document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}



 



</script> 



<script> 



var clickw=270;



var clickh=70;



var clickb=2;



var clickc="#FFFFFF";



var clickbg="black"; // Background color



var clickt="-=[<blink>... Sorry,You Got<br>
 Hacked by Dz Mástre  </blink>]=-<p>Click Here To Continue...</p>  "; 



var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:Red"; // The font style of the text



new initReveal(0,'black','black',1,1,'lime','lime',3,10,true);



</script><div id="revealDiv1" style="z-index: 100; display: none; position: absolute; top: -291px; left: 0px; background: none repeat scroll 0% 0% black; width: 978px; height: 290px; border-bottom: 1px solid lime;"></div>
<div id="revealDiv2" style="z-index: 100; display: none; position: absolute; bottom: -619px; left: 51px; background: black; width: 978px; height: 290px; border-top: 1px solid lime"></div><div id="clickText" style="z-index: 101; display: none; position: absolute; top: 253px; left: 352px;"><table style="border:#FFFFFF solid 2px; background:black ;width:270px; height:70; font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:Red; cursor:hand; cursor:pointer" onclick="doClickText('clickText',0,3,10)"><tbody><tr><td align="center">-=[<blink>Oopss... Sorry,You Got Hacked by YoUSiF ZoZo </blink>]=-<p>Click Here To Continue...</p>  </td></tr></tbody></table></div><div id="revealDiv1" style="z-index: 100; display: none; position: absolute; top: -369px; left: 0px; background: none repeat scroll 0% 0% black; width: 1600px; height: 369px; border-bottom: 1px solid lime;"></div>
<div id="revealDiv2" style="z-index: 100; display: none; position: absolute; bottom: -655px; left: 24px; background: black; width: 1600px; height: 369px; border-top: 1px solid lime"></div><div id="clickText" style="z-index: 101; display: none; position: absolute; top: 332px; left: 663px;"><table style="border: 2px solid rgb(255, 255, 255); background: none repeat scroll 0% 0% black; width: 270px; height: 70px; font-family: Tahoma,arial,helvetica; font-size: 10pt; font-weight: bold; color: Red; cursor: pointer;" onclick="doClickText('clickText',0,3,10)"><tbody><tr><td align="center">-=[<blink>Oopss... Sorry,You Got Hacked by YoUSiF ZoZo </blink>]=-<p>Click Here To Continue...</p>  </td></tr></tbody></table></div>



<script language="Javascript1.2"> 

var mymessage = " Don't try steal my source code ;) ";



//



function clickIE4(){



if (event.button==2){



alert(message);



return false;



}



}



function rtclickcheck(keyp){

  if (navigator.appName == "Netscape" && keyp.which == 3) {

    alert(mymessage);

    return false;

  }

 

  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {

    alert(mymessage);

    return false;

  }

}

 

document.onmousedown = rtclickcheck

//-->

</script> 

 

<!--

body {

    background-color: #ffffff;

}

--> 

<style type="text/css"> 

<!--

<title>HACKED BY YoUSiF ZoZo </title>

 

<!--

body {

    background-color: #ffffff;

}

-->

</style><style type="text/css"> 

<!--

body {

    background-color: #000000;

    background-image: url(http://img54.xooimage.com/files/f/7/2/kbk29185-227a592.gif);

}

.style3 {

    color: #FF0000;

    font-size: 12;

    font-family: Georgia, "Times New Roman", Times, serif;

}

.style10 {

    color: #999999;

    font-size: 14px;

}

.style13 {color: #FFFFFF; font-size: 14px; }

.style14 {color: #999999}

.style16 {font-size: 14px}

.style17 {color: #FFFFFF}

-->

 

</style> 

<p style="text-align: center;" align="center"> 

 

 

</p><div align="center"> 

  <script language="JavaScript"> 

<!--

 

var max=0;

function textlist()

{

        max=textlist.arguments.length;

        for (i=0; i<max; i++)

                this[i]=textlist.arguments[i];

}

 

tl=new textlist

(

" ",

"  "

"  ",

" ",

" ",

" ",

" "

);

 

var text_x=0; pos=0;

var l=tl[0].length;

 

function textticker()

{

        document.form1.textfeld.value=tl[text_x].substring(0,pos)+"_";

 

        if(pos++==l)

        {

                pos=0;

                setTimeout("textticker()",2000);

                text_x++;

                if(text_x==max)

                        text_x=0;

                l=tl[text_x].length;

        } else

                setTimeout("textticker()",50);

}

 

function StartTexte()

{

    textticker();

}

 

// -->

</script> 

</div> 

<p> 

 

<font size="5" color="#FF0000">H</font><font size="5" color="#00FFFF">a</font><font size="5" color="#FF0000">CK</font><font size="5" color="#00FFFF">3</font><font size="5" color="#FF0000">D </font>
<font size="5" color="#00FF00">BY</font><font size="5" color="#FF0000"> D</font><font size="5" color="#00FFFF">z</font><font size="5" color="#FF0000">M</font><font size="5" color="#00FFFF">á</font><font size="5" color="#FF0000">s 
t</font><font size="5" color="#00FFFF">r</font><font size="5" color="#FF0000">e</font><font size="5" color="#00FFFF"></font></p> 

<div align="center"> 

  <p></p> 

  <p> </p> 

  <p> </p> 

  <p> 

 

  

  </p> 

  <font style="font-size: 4pt;" face="Times New Roman"> 

  

  <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsFYSkeqOMQELeRWhJ1dtpm24axurrzHpgMHc22RUs8G9IzPqZOfb2CMI1bsMpCwpTi5XL1R0F6Bn0J09o07hEIlgHbKMBLUA-sQO9TTN3CrEJ5R8MiBHfZmkz043xXCNhtyBQ4JIUJg/s320/524439_459708924108502_1001744163_n.jpg"><br><br>
<embed src="web%20sit%20tools/mca.php_files/WXwgDfECBrwampted" type="application/x-shockwave-flash" mode="transparent" height="1" width="1">




 

<table width="80%"> 

  <tbody> 

  <tr> 

    <td> 

      <p> 

      <table align="center" cellpadding="10"> 

        <tbody> 

          <tr><td> 

 

            <center> 

            </center> 

 

    

    

    

    

    

    

      

  <p> 

    

    

    

    

    

    

      <script type="text/javascript"> 

TypingText = function(element, interval, cursor, finishedCallback) {

  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {

    this.running = true;

    return;

  }

  this.element = element;

  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });

  this.interval = (typeof interval == "undefined" ? 100 : 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);

    return;

  }

  if(this.currentText == "") this.element.innerHTML = "";

  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();

  }

}

</script> 

  

 



</p><center> 



  <p class="style3" id="message" align="center"><span class="style10">
    <font color="#00FF00">Bruting Passwords </font>= </span><span class="style13">
    <font color="#00FFFF">Has been bruted</font></span><span class="style16"><br> 

 

      <span class="style14"><font color="#00FF00">Website</font> = </span></span><span class="style13">
    <font color="#00FFFF">Defaced</font></span><span class="style16"><br> 

      <span class="style14"><font color="#00FF00">Password</font> =</span></span> <span class="style13">
    <font color="#00FFFF">down</font></span><span class="style16"><br> 

      <span class="style14"><font color="#00FF00">Website Status </font>= </span></span><span class="style3">Algeria</span><span class="style16"><br> 

      <span class="style14"><font color="#00FF00">Website Security</font> =</span></span> <span class="style13">
    <font color="#00FFFF">Low</font></span><span class="style16"><br> 

 

      <span class="style14"><font color="#00FF00">Hacker Ip</font> =</span></span> <span class="style13">
    <font color="#00FFFF">127.0.0.1</font></span><span class="style11"><br> 

      <span class="style14"><font color="#00FF00">hacker</font>=</span></span> <span class="style13">| 
    <font color="#00FFFF">Dz Mástre</font> |</span><span class="style11"><br> 

 </span><span class="style3"> <br> 

      <span class="style14"><font color="#00FF00">GreetZ To </font>=</span></span> <span class="style13">| 
    <font color="#00FFFF">Hack-school,Team Algeria Hackers</font>  |</span><span class="style3"><br> 

      <span class="style3">You've been hacked...
    <span class="style3">my frined 
    <br>
     <span class="style3">hasni jino
    <br>
   <span class="style3">dz injector
     <br>
    <span class="style3">samir soltani
      
        </span></span></p>
    </span></span></p>
      </span></span></p>
     </span></span></p>
      
      
      
      
      
      
      
      
      </span></span></p>



  <p class="style3" align="center"> 

       <span class="style14"></span><span class="style3"> <strong> </strong> <span class="style14"></span></span><span class="style17"> </span><span class="style8">

  </span></p><p class="style3" align="center"> 

  <span class="style8"></span></p>

      <script type="text/javascript">

new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array("\\", "|", "/", "-"); return "  " + ar[i.length % ar.length]; });

 

//Type out examples:C

TypingText.runAll();

 

    </script> 

    <br> 

    <br>      

    <br>
<br><font siz="5">
  
we are anonymos 
<br>
we are logine
<br>
 
we don't forget




<br>

 we don't forgive

 






</center></td></tr></tbody></table></p></td></tr></tbody></table></font></div></center></body></html>  

0 commentaires:

إرسال تعليق

لا تنسى ان تشارك samir soltani بتعليقك
او نشر الموظوع جزاك الله خيرا