zoukankan      html  css  js  c++  java
  • 记一次黑页的编写

    <html>
    <head>
    <title>【此站被黑】 - 用我们的实力证明DIR溢出的距离</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <STYLE>
    A {
        COLOR: #ffffff; TEXT-DECORATION: none
    }
    A:hover {
        COLOR: #6699cc; TEXT-DECORATION: underline
    }
    BODY 
    {
        FONT-SIZE: 9pt; SCROLLBAR-HIGHLIGHT-COLOR: buttonface; SCROLLBAR-SHADOW-COLOR: 
    buttonface;SCROLLBAR-ARROW-COLOR: #cacab7;SCROLLBAR-FACE-COLOR:000033;SCROLLBAR-3DLIGHT-COLOR: 
    buttonhighlight; SCROLLBAR-TRACK-COLOR: #f5f5f5; FONT-FAMILY: 宋体; SCROLLBAR-DARKSHADOW-COLOR: 
    buttonshadow
    }
    {
        FONT-FAMILY: "Verdana","Arial","宋体"; FONT-SIZE: 9pt
    }
    TD {
        FONT-FAMILY: 宋体,Arial,Verdana; FONT-SIZE: 9pt
    }
    FORM {
        MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
    .kker {
        BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: 1px dotted; BORDER-LEFT: 1px dotted; BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FONT-SIZE: 9pt; HEIGHT: 16px; MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
    }
    </STYLE>
    <STYLE type=text/css>BODY {
        SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; FONT-FAMILY: Verdana; SCROLLBAR-DARKSHADOW-COLOR: #000000
    }
    .Estilo10 {
        COLOR: #ffffff; FONT-FAMILY: Haettenschweiler
    }
    .Estilo8 {
        FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Haettenschweiler
    }
    </STYLE>
    <SCRIPT language=JavaScript> 
    var currentpos,timer;  
    function initialize()  
    {  
    timer=setInterval("scrollwindow()",10); 
    }  
    function sc(){ 
    clearInterval(timer); 
    } 
    function scrollwindow()  
    {  
    currentpos=document.body.scrollTop;  
    window.scroll(0,++currentpos);  
    if (currentpos != document.body.scrollTop)  
    sc(); 
    }  
    document.onmousedown=sc 
    document.ondblclick=initialize 
    </script>
    <body onselectstart="return false;" oncontextmenu="return false;" >
    <br></font>
    <script language="JavaScript1.2">  
    if (document.all)  
    document.body.style.cssText="border:30 ridge red"  
    </script>
    <audio autoplay="autopaly" loop="-1">
    <source src="http://www.hac-ker.com/hacker.mp3" type="audio/mp3" />
    </audio>
    <style>
        body {
        cursor: url(http://www.hac-ker.com/mouse.cur), auto;
    }
    a:hover {
        cursor: url(http://www.hac-ker.com/mouse1.cur), auto;
    }
    </style>
    <center>
    <SCRIPT language=javascript>
    /*Is it use code that group create , hacker of Chinese ,
    to welcome, if you like primary code of thinking, 
    I will be horizontal and glad to tell you , 
    my QQ is: 55510170, if interested, contact me. */
    function Is() {
    var agent = navigator.userAgent.toLowerCase();
    this.major = parseInt(navigator.appVersion);
    this.minor = parseFloat(navigator.appVersion);
    this.ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
    this.ns2 = (this.ns && (this.major == 2));
    this.ns3 = (this.ns && (this.major == 3));
    this.ns4b = (this.ns && (this.major == 4) && (this.minor <= 4.03));
    this.ns4 = (this.ns && (this.major >= 4));
    this.ie   = (agent.indexOf("msie") != -1);
    this.ie3  = (this.ie && (this.major == 2));
    this.ie4  = (this.ie && (this.major >= 4));
    this.op3 = (agent.indexOf("opera") != -1);
    }
    var is = new Is()
    if(is.ns4) {
    doc = "document";
    sty = "";
    htm = ".document"
    } else if(is.ie4) {
    doc = "document.all";
    sty = ".style";
    htm = ""
    }
    var text1 = "", text2 = "", count = 0, count2=0;
    msg = new Array();
    msg[0] = "<font face=tahoma size=2><center>■你■的■电■脑■我■的■权■限■<font color=red>[10%]</font>";
    msg[1] = "■■你■的■网■站■我■来■管■理■■<font color=red>[30%]</font>";
    msg[2] = "寒■星■光■芒■四■射■在■黑■暗■中■共■存<font color=red>[50%]</font>"; 
    msg[3] = "■黑■暗■笼■罩■四■方■在■网■络■中■永■生■<font color=red>[70%]</font>";
    msg[4] = "■■了■解■黑■客■知■识■掌■握■黑■客■技■术■■<font color=red>[90%]</font>";
    msg[5] = "■■■■■■■■■■■■■HACKER■■■■■■■■■■■■■<font color=red>[100%]</font>";
    msg[6] = "C h i n a�■用■我■们■的■行■动■让■世■界|聆■听■中■国■的■声■音■�C h i n a";
    text = msg[0].split("");
    function writetext(){
    text1 ='<tt>'+text2 + '<b style="color:#00FF00">'+text[count]+'</center></tt>';
    text2 += text[count];
    fillHTML = eval(doc + '["nothing"]' + htm);
    if(is.ns4) {
    fillHTML.write(text1);
    fillHTML.close();
    } else {fillHTML.innerHTML = text1; }
    if (!(count >= text.length-1)){
    count+=1;
    setTimeout('writetext()',1);
    }
    else{
    count=0;
    text2+='<p>'
    if (count2!=6){
    count2++
    text = eval('msg['+count2+'].split("")');
    setTimeout('writetext()',5);
    }
    }
    }
    </SCRIPT>
    <BODY text=#00ff00 vLink=#800080 aLink=#008000 link=#0000FF bgColor=#000000 onload=writetext(); style="text-align: center">
    <DIV id=nothing style="WIDTH: 828px; HEIGHT: 259px"></DIV>
    <SCRIPT language=JavaScript>
    if (document.all){
    Cols=10;
    Cl=48;//Space's are included so real length is 24!
    Cs=120;
    Ts=18;
    Tc='#008800';
    Tc1='#00ff00';
    MnS=20;
    MxS=20;
    I=Cs;
    Sp=new Array();S=new Array();Y=new Array();
    C=new Array();M=new Array();B=new Array();
    RC=new Array();E=new Array();Tcc=new Array(0,1,2,3,4,5,6,7,8,9);
    document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
    document.write("<div style='position:relative'>");
    for(i=0; i < Cols; i++){
    S[i]=I+=Cs;
    document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
    +Ts+"px;left:"+S[i]+";"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>");
    }
    document.write("</div></div>");
    for(j=0; j < Cols; j++){
    RC[j]=1+Math.round(Math.random()*Cl); 
    Y[j]=0;
    Sp[j]=Math.round(MnS+Math.random()*MxS); 
    for(i=0; i < RC[j]; i++){
    B[i]='';
    C[i]=Math.round(Math.random()*1)+' ';
    M[j]=B[0]+=C[i];
    }
    }
    function Cycle(){
    Container.style.top=window.document.body.scrollTop;
    for (i=0; i < Cols; i++){
    var r = Math.floor(Math.random()*Tcc.length);
    E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
    Y[i]+=Sp[i];
    if (Y[i] > window.document.body.clientHeight){
    for(i2=0; i2 < Cols; i2++){
    RC[i2]=1+Math.round(Math.random()*Cl); 
    for(i3=0; i3 < RC[i2]; i3++){
    B[i3]='';
    C[i3]=Math.round(Math.random()*1)+' ';
    C[Math.floor(Math.random()*i2)]=' '+' ';
    M[i]=B[0]+=C[i3];
    Y[i]=-Ts*M[i].length/1.5;
    A[i].style.visibility='visible';
    }
    Sp[i]=Math.round(MnS+Math.random()*MxS);
    }
    }
    A[i].style.top=Y[i];
    A[i].innerHTML=M[i]+' '+E[i]+' ';
    }
    setTimeout('Cycle()',45)
    }
    Cycle();
    }
    </SCRIPT>
    <p align="center">
    <a style="text-decoration: none" href="http://www.hac-ker.com/">
    <font face="Arial Unicode MS" size="6" color="#00FF00">进入本站Entry >></font></a></p>
    <p> </p>
    <table border="0" width="93%" id="table1" cellspacing="0" cellpadding="0">
    <tr>
    <td><font color="#00FF00">
    <span style='font-size:10.0pt;mso-ascii-font-family:"Times New Roman";
    mso-hansi-font-family:"Times New Roman"'>〓通往电脑的路不止一条〓</span></font><p>
    <span style='font-size:10.0pt;mso-ascii-font-family:"Times New Roman";
    mso-hansi-font-family:"Times New Roman"'><font face="serif">〓所有的信息都应是免费的〓</font></span><font face="serif"><span
    lang=EN-US style='font-size:10.0pt'> </span></font></p>
    <p>
    <span style='font-size:10.0pt;mso-ascii-font-family:"Times New Roman";
    mso-hansi-font-family:"Times New Roman"'><font face="serif">〓打破电脑权限〓</font></span></p>
    <p>
    <span style='font-size:10.0pt;mso-ascii-font-family:"Times New Roman";
    mso-hansi-font-family:"Times New Roman"'><font face="serif">〓在电脑上创造艺术和美〓</font></span><font face="serif"><span
    lang=EN-US style='font-size:10.0pt'> </span></font></p>
    <p>
    <span style='font-size:10.0pt;mso-ascii-font-family:"Times New Roman";
    mso-hansi-font-family:"Times New Roman"'><font face="serif">〓计算机使生活更美好〓</font></span></p>
    <p align="center"><font face="serif"><span lang=EN-US
    style='font-size:10.0pt'>——</span></font><span style='font-size:10.0pt;
    mso-ascii-font-family:"Times New Roman";mso-hansi-font-family:
    "Times New Roman"'><font face="serif">《中国黑客》</font></span></td>
    <td width="482"><font color="#00FF00"><span lang=EN-US>Leading
    to more than one ways of the computer</span></font><p><span lang="en-us">
    <font face="serif">A</font></span><font face="serif"><span lang=EN-US>ll information should be free</span></font></p>
    <p><font face="serif"><span lang=EN-US>Breaking the authority of the computer</span></font></p>
    <p><font face="serif">C<span lang=EN-US>reates art and American on the computer</span></font></p>
    <p><span lang="en-us"><font face="serif" size="2">T</font></span><font face="serif"><span lang=EN-US>he computer makes life brighter</span></font></p>
    <p align="center"><font face="serif">
    <span lang=EN-US style='font-size:10.0pt'>——</span></font><span
    style='font-size:10.0pt;mso-ascii-font-family:"Times New Roman";
    mso-hansi-font-family:"Times New Roman"'><font face="serif">《</font></span><font face="serif"><span lang=EN-US
    style='font-size:10.0pt'>Chinahacker</span></font><span style='font-size:10.0pt;
    mso-ascii-font-family:"Times New Roman";mso-hansi-font-family:
    "Times New Roman"'><font face="serif">》</font></span></td>
    </tr>
    </table>
    <p align="left"> </p>
    <p align="left"><font size="2">        
    黑客存在的意义就是使网络变得日趋成熟、完善,这才是真正的黑客。像其他计算机专业人士一样,黑客对于中国计算机事业有着不容忽视的作用。<BR>首先黑客有助于中国计算机上安全事业的发展;其次,在未来的信息战争中黑客们将为中国网络筑起一道钢铁长城。<BR>因此,中国不仅需要黑客,更需要具有高尚道德和水平的黑客。</font></p>
    <p align="left"><font color="#ff0000"><b>C h i n a</b></font></p>
    <p align="left"><b><font color="#ff0000" size="2"><IMG alt=China src="http://www.hac-ker.com/html/images/01_01.gif" border=0></font></b><font color="#ffffff"><br>
    <br>
    </font><font color="#ffffff" size="2">        </font></p>
    <p align="right"><font color="#ffffff" size="2"><br>
    <br>
    </font><font size="2"><font color="#00FF00">安全检测</font></p>
    <p align="right"><font color="#00FF00">公元二○○六年零月零日</font></p>
    <p align="center"><table border="0" width="10%" id="table2" cellspacing="0" cellpadding="0">
        <tr>
            <td align="center"><font size="2">
            <font color="#00FF00">QQ:123456</font></a></font></td>
            <td align="center">
            <p align="left"><font size="2">
            <font color="#00FF00">E-mail:hackercc@msn.com</font></a></font></td>
            <td align="center">
            <p align="left"><font size="2">
            <font color="#00FF00">WEB:www.hac-ker.com</font></a></font></td>
        </tr>
        <tr>
            <td colspan="3" align="center" height="14">
                      <hr align="center" width="540" color="#00ff00">
            <font size="2" color="#00FF00">www.hac-ker.com 
            <a target="_blank" href="http://www.hac-ker.com/"><span style="text-decoration: none">
            <font color="#00FF00">〓=黑客导航=〓</font></span></a> www.hac-ker.com</font></td>
        </tr>
        <tr>
            <td colspan="3" align="center"><font size="2" color="#00FF00">任意转载(C)注意完整</font></td>
    <style type="text/css">
    body,td,th {
        color: #00FF00;
        font-family: Comic Sans Ms;
    }
    body {
        background-image: url("http://www.hac-ker.com/html/images/01_02.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #000000;
        background-attachment: fixed;
        font-family: Comic Sans MS;
        font-size: 16px; 
    }
    a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }
    a:hover {
        text-decoration: none;
        color: #00FF00;
    }
    a:active {
        text-decoration: none;
        color: #00FF00;
    }
        .button {color: #FFFFFF; border: 1px solid #084B8E;                 background-color: #719BC5}
        .TextBox {border: 1px solid #084B8E}
        .style3 {color: #00FF00}
        .text {font-family: Comic Sans MS; font-size: 18px}
        .title {font-family: Comic Sans MS; font-size: 22px;}
        .footer {font-size: 12px;}
    </style>
    <SCRIPT language=javascript>
    function runClock() {
        theTime = window.setTimeout("runClock()", 100);
        var today = new Date();
        var display= today.toLocaleString();
        window.status=""+display+"社会主义核心价值观";
    }runClock();
    </SCRIPT>
    </body>
    </html>
        

    运行效果

  • 相关阅读:
    解决loss值不下降问题(转)
    c++ int转string
    图的遍历
    JavaScript类型和语法
    cesium清除选定事件
    cesium中divPoint展示数据
    cesium安装及第一个示例
    2、cesium页面小控件的隐藏
    4、cesium场景出图,打印图件
    5、cesium点击面高亮事件
  • 原文地址:https://www.cnblogs.com/GLory-LTF/p/15058402.html
Copyright © 2011-2022 走看看