ÿþ<title>#Pwned by Reckz0r </title> <body bgcolor="black"> <script language="JavaScript"> function tb5_makeArray(n){ this.length = n; return this.length; } tb5_messages = new tb5_makeArray(3); tb5_messages[0] = "..[ Reckz0r@r00t ].."; tb5_messages[1] = "..[ #Reckz0r ].."; tb5_messages[2] = "..[ reckz0r@ymail.com ].."; tb5_rptType = 'infinite'; tb5_rptNbr = 20; tb5_speed = 1; tb5_delay = 2000; var tb5_counter=2; var tb5_currMsg=0; var tb5_stsmsg=""; function tb5_shuffle(arr){ var k; for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 1)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp; } return arr; } tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); function tb5_init(n){ var k; if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay; } else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp); } function tb5_randomizetitle(){ tb5_init(0); } tb5_randomizetitle(); </script> <script type="text/javascript"> // Set the number of snowflakes (more than 30 - 40 not recommended) var snowmax=35 // Set the colors for the snow. Add as many colors as you like var snowcolor=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF") // Set the fonts, that create the snowflakes. Add as many fonts as you like var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS") // Set the letter that creates your snowflake (recommended: * ) var snowletter="*" // Set the speed of sinking (recommended values range from 0.3 to 2) var sinkspeed=0.6 // Set the maximum-size of your snowflakes var snowmaxsize=22 // Set the minimal-size of your snowflakes var snowminsize=8 // Set the snowing-zone // Set 1 for all-over-snowing, set 2 for left-side-snowing // Set 3 for center-snowing, set 4 for right-side-snowing var snowingzone=1 /* // * NO CONFIGURATION BELOW HERE * */ // Do not edit below this line var snow=new Array() var marginbottom var marginright var timer var i_snow=0 var x_mv=new Array(); var crds=new Array(); var lftrght=new Array(); var browserinfos=navigator.userAgent var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) var ns6=document.getElementById&&!document.all var opera=browserinfos.match(/Opera/) var browserok=ie5||ns6||opera function randommaker(range) { rand=Math.floor(range*Math.random()) return rand } function initsnow() { if (ie5 || opera) { marginbottom = document.body.clientHeight marginright = document.body.clientWidth } else if (ns6) { marginbottom = window.innerHeight marginright = window.innerWidth } var snowsizerange=snowmaxsize-snowminsize for (i=0;i<=snowmax;i++) { crds[i] = 0; lftrght[i] = Math.random()*15; x_mv[i] = 0.03 + Math.random()/10; snow[i]=document.getElementById("s"+i) snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] snow[i].size=randommaker(snowsizerange)+snowminsize snow[i].style.fontSize=snow[i].size snow[i].style.color=snowcolor[randommaker(snowcolor.length)] snow[i].sink=sinkspeed*snow[i].size/5 if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) snow[i].style.left=snow[i].posx snow[i].style.top=snow[i].posy } movesnow() } function movesnow() { for (i=0;i<=snowmax;i++) { crds[i] += x_mv[i]; snow[i].posy+=snow[i].sink snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]); snow[i].style.top=snow[i].posy if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){ if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} snow[i].posy=0 } } var timer=setTimeout("movesnow()",50) } for (i=0;i<=snowmax;i++) { document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>") } if (browserok) { window.onload=initsnow } </script><span id="s0" style="position: absolute; font-family: &#39;Arial Black&#39;; font-size: 19px; color: rgb(243, 243, 243); left: 330.12035635181854px; top: 481.0799999999974px; ">*</span><span id="s1" style="position: absolute; font-family: Times; font-size: 12px; color: rgb(170, 170, 204); left: 794.9828329198137px; top: 406.0799999999995px; ">*</span><span id="s2" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 17px; color: rgb(240, 255, 255); left: 715.6060466316735px; top: 316.2000000000003px; ">*</span><span id="s3" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 12px; color: rgb(204, 204, 221); left: 967.483877702546px; top: 76.31999999999995px; ">*</span><span id="s4" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 15px; color: rgb(204, 204, 221); left: 955.7464862551502px; top: 549.0000000000014px; ">*</span><span id="s5" style="position: absolute; font-family: &#39;Arial Black&#39;; font-size: 12px; color: rgb(204, 204, 221); left: 581.1428113591971px; top: 555.8400000000009px; ">*</span><span id="s6" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 10px; color: rgb(204, 204, 221); left: 702.8741159052505px; top: 229.19999999999925px; ">*</span><span id="s7" style="position: absolute; font-family: Times; font-size: 18px; color: rgb(221, 221, 255); left: 920.2808403332143px; top: 486.00000000000233px; ">*</span><span id="s8" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 17px; color: rgb(243, 243, 243); left: 740.78853739166px; top: 354.96000000000066px; ">*</span><span id="s9" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 16px; color: rgb(240, 255, 255); left: 670.9437140204598px; top: 236.1599999999994px; ">*</span><span id="s10" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 21px; color: rgb(170, 170, 204); left: 528.2260266199029px; top: 60.48000000000003px; ">*</span><span id="s11" style="position: absolute; font-family: Times; font-size: 20px; color: rgb(243, 243, 243); left: 328.12757275870985px; top: 300px; ">*</span><span id="s12" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 8px; color: rgb(243, 243, 243); left: 633.0769525206343px; top: 76.79999999999997px; ">*</span><span id="s13" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 18px; color: rgb(204, 204, 221); left: 90.97986993118057px; top: 468.72000000000213px; ">*</span><span id="s14" style="position: absolute; font-family: Times; font-size: 16px; color: rgb(243, 243, 243); left: 919.53930268343px; top: 531.8400000000009px; ">*</span><span id="s15" style="position: absolute; font-family: &#39;Arial Black&#39;; font-size: 15px; color: rgb(170, 170, 204); left: 476.3024862845761px; top: 306.00000000000097px; ">*</span><span id="s16" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 18px; color: rgb(204, 204, 221); left: 681.0498050886931px; top: 468.72000000000213px; ">*</span><span id="s17" style="position: absolute; font-family: &#39;Arial Black&#39;; font-size: 19px; color: rgb(240, 255, 255); left: 538.5161585413658px; top: 481.0799999999974px; ">*</span><span id="s18" style="position: absolute; font-family: Times; font-size: 8px; color: rgb(204, 204, 221); left: 417.1942068082044px; top: 222.72000000000043px; ">*</span><span id="s19" style="position: absolute; font-family: Times; font-size: 11px; color: rgb(243, 243, 243); left: 556.6422930088412px; top: 158.39999999999952px; ">*</span><span id="s20" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 18px; color: rgb(221, 221, 255); left: 646.3695751465974px; top: 291.6000000000001px; ">*</span><span id="s21" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 16px; color: rgb(240, 255, 255); left: 248.19927045288287px; top: 418.5600000000006px; ">*</span><span id="s22" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 19px; color: rgb(204, 204, 221); left: 822.4641315868126px; top: 533.5199999999968px; ">*</span><span id="s23" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 8px; color: rgb(204, 204, 221); left: 345.46917247783125px; top: 437.7599999999968px; ">*</span><span id="s24" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 20px; color: rgb(204, 204, 221); left: 583.0770289797763px; top: 160.8000000000002px; ">*</span><span id="s25" style="position: absolute; font-family: Times; font-size: 11px; color: rgb(221, 221, 255); left: 320.32665537433564px; top: 431.6399999999981px; ">*</span><span id="s26" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 18px; color: rgb(221, 221, 255); left: 304.0316402181226px; top: 71.27999999999994px; ">*</span><span id="s27" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 8px; color: rgb(170, 170, 204); left: 884.9751596152548px; top: 616.3199999999991px; ">*</span><span id="s28" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 8px; color: rgb(221, 221, 255); left: 903.8290664253733px; top: 502.07999999999544px; ">*</span><span id="s29" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 21px; color: rgb(204, 204, 221); left: 512.177997563803px; top: 501.4799999999987px; ">*</span><span id="s30" style="position: absolute; font-family: Times; font-size: 12px; color: rgb(221, 221, 255); left: 202.0524194038779px; top: 197.27999999999977px; ">*</span><span id="s31" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 20px; color: rgb(170, 170, 204); left: 581.2771087995402px; top: 309.5999999999999px; ">*</span><span id="s32" style="position: absolute; font-family: &#39;Arial Narrow&#39;; font-size: 8px; color: rgb(170, 170, 204); left: 978.0041749213956px; top: 113.27999999999973px; ">*</span><span id="s33" style="position: absolute; font-family: &#39;Arial Black&#39;; font-size: 17px; color: rgb(221, 221, 255); left: 164.53369795774984px; top: 544.6800000000017px; ">*</span><span id="s34" style="position: absolute; font-family: &#39;Comic Sans MS&#39;; font-size: 13px; color: rgb(204, 204, 221); left: 278.6141990710791px; top: 630.2399999999966px; ">*</span><span id="s35" style="position: absolute; font-family: Times; font-size: 20px; color: rgb(243, 243, 243); left: 676.3853017226123px; top: 4.8px; ">*</span> <style type="text/css"> #nav a {background-image:url(slide.png);background-repeat: no-repeat;text-decoration: none; padding:5px;color:#5f5f5f;margin:3px;} body { margin:0px auto; padding: 0px auto; background-color:#000000; } h1 { font-family:Agency FB, Arial; font-size:30px; font-weight:normal; letter-spacing:2px; margin-top:0px; margin-bottom:3px; color:#8B0000; text-align:center; text-transform:uppercase; padding-left:3px; padding-top:5px; } h2{ font-family:Agency FB, Arial; font-size:25px; font-weight:bold; letter-spacing:1px; color:#8B0000; text-transform:uppercase; margin:0px; padding-bottom:20px; text-align:center; line-height:21px; } a{ text-decoration:none; } img{ border:none; } b{ color:#d0d0d0; } #header { background-color:#000000; height:50px; } #menu { background-image:url(images/menu.png); background-repeat: no-repeat; height:37px; width:327px; padding-top:3px; margin-top:-3px; } #menu a{ font-size:11px; font-family:arial; text-decoration:none; color:#000; font-weight:bold; padding:0px 7px; } #menu a:hover{ color:#004192; } #isi { border:3px solid #474747; padding-top:0px; } #footer{ font-size:11px; font-family:arial; letter-spacing:1px; padding-bottom:10px; color:#717171; } #footer a{ text-decoration:none; color:#474747; } #footer a:hover{ color:#004192; } #counter{ display:none; } </style> <center> <Font><font color="WHITE" font face="TAHOMA" font size="6">Hacked by Reckz0r</font><br> <br><img src="http://b1110.hizliresim.com/q/x/6r7x.jpg" /><br /> <Font><font color="WHITE" font face="TAHOMA" font size="5">0wn3d by Reckz0r</font><br> <Font><font color="WHITE" font face="TAHOMA" font size="2">reckz0r@ymail.com</font> <script language="JavaScript1.2"> //Disable select-text script (IE4+, NS6+)- By Andy Scott //Exclusive permission granted to Dynamic Drive to feature script //Visit http://www.dynamicdrive.com for this script function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script><br /><center> <font color="red" font face="TAHOMA" font size="1">There is no security patch for stupidity. <br> .#Admin, Your security is bullshit! <br> Get on the floor. <br>Reckz0r© </font> </td> </tr> <embed src="http://www.youtube.com/v/WSeNSzJ2-Jw&amp;autoplay=1" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1"> </body> www.h4x0rteam.go.ro/h4x0rteamcrown.bmp