<html><head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>HaCKeD By BaHeZ HaCKeR
</title>
<link rel="SHORTCUT ICON" href="http://t3.gstatic.com/images?q=tbn:ANd9GcRRq9lGUwkqmaZp5Z3EFFGh14Otd-uaSgmjDoOWhPL87tE7QL-BAA">
<script type="text/javascript">
<!--
//Disable right click script
//visit http://www.rainbow.arch.scriptmania.com/scripts/
var message="Sorry, right-click has been disabled";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<style type="text/css">.fbChatSidebarFooter .uiClearableTypeahead .clear{margin-top:0px!important;top:5px!important;}.fbChatOrderedList{display:none!important;}?.fbChatBuddyList div.status{padding:5px;}.fbChatSidebarMessage{display:none!important;height?:0px;}.fbChatBuddyList .friend_list{background-position:0 21px!important;}.fbChatBuddyList .friendlist_name{overflow: hidden; width: 120px;}.fbChatBuddyList .friendlist_name,.fbChatBuddyList .switch{background-color: transparent!important; margin-bottom: 5px;}.fbChatBuddyList div.content {overflow: auto!important;}.fbChatTypeaheadView{padding-top:0px!important;background-color:#F2F4F8!important;bottom:auto!important;top:0px!important;}.fbChatSidebar{?top:auto!important;right:15px!important;bottom:0;border-left:0!important;border-right:0!important;}.fbChatSidebar{height:50px!important;}.fbChatSidebarBody{over?flow-y: none;height:auto!important;border-left:1px solid rgba(0,0,0,0.4);border-right:1px solid rgba(0,0,0,0.4);}.fbChatOrderedList .item{display:none;}.fbChatOrderedList .item.idle{display:block;}.fbChatOrderedList .item.active{display:block;}.fbChatSidebarFooter{border-left:1px solid rgba(0,0,0,0.4);border-right:1px solid rgba(0,0,0,0.4);}/*byEnzyme*/.fbChatSidebarFooter.uiGrid{border:1px solid rgba(0,0,0,0.4)!important;border-top:1px solid #C9D0DA!important;border-collapse:separate!important;}.sidebarBtn{display:none!important;}#chatFriendsOnl?ine{display:block!important;}.sidebarMode .fbDockWrapper.bb{right:184px!important;}.sidebarMode #globalContainer{left:0!important;position:inherit!important;}.sidebarMode body.canvas_fixed.safari4 div#pageHead,.sidebarMode body.safari4 .fixedScrolling,.sidebarMode .safari4.fixedBody #intern_bookmark_frame,.sidebarMode .safari4.fixedBody #pageHead,.sidebarMode .safari4.fixedBody #leftCol,.sidebarMode .safari4.fixedRightCol .home_right_column,.sidebarMode .safari4.fixedHeader div#headerArea,.sidebarMode .safari4.fixedBody .MessagingReadHeader,.sidebarMode .safari4.fixedBody .MessagingContentBorder,.sidebarMode .safari4.fixedBody .fbProfilePlacesHeader{margin-left:0px!important;}#pagelet_ticker{display:none!important;}</style></head>
<body background="http://i968.photobucket.com/albums/ae161/achmadmuhlisin/331788959.gif" bgcolor="#000000" onload="type_text()" ;="" text="#00FFFF">
<center>
<embed allowscriptaccess="never" allownetworking="internal" src="http://www54.indowebster.com/5phorclutws2t5eygsnuvq83jy6clw92.swf" autostart="TRUE" loop="TRUE" align="MIDDLE" height="0" width="0">
<br>
<br>
<img src="http://t1.gstatic.com/images?q=tbn:ANd9GcQe4lk-QCzbqM6pvO3vDpojwNg5sNBeUu4yyNiCWKPg30Jd-wyC1A">
<br>
<img src="http://i968.photobucket.com/albums/ae161/achmadmuhlisin/hacked.gif">
<br>
<img src="http://i968.photobucket.com/albums/ae161/achmadmuhlisin/detecthack.png">
<br>
<font color="ffffff" face="Arial">
<br>
<script language="JavaScript" type="text/javascript">
<!--
var rows=1; // must be an odd number
var speed=10; // lower is faster
var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
var effectalign="center" //enter "center" to center it.
/***********************************************
* The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
* This notice must stay intact for use
* Visit http://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();
function matrix() {
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="#FFFFFF";
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="#FFFFFF";
}
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="#FFFFFF";
}
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="#FFFFFF";
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);
}
}
// -->
setTimeout('matrix()', 1);
col=0;
function fadein()
{
document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
col+=5;
if(col<255) setTimeout('fadein()', 1);
if(col==255) setTimeout('fadeout()', 1);
}
function fadeout()
{
document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
col-=5;
if(col>0) setTimeout('fadeout()', 1);
if(col==0) setTimeout('fadein()', 1);
}
setTimeout('fadein()', 1);
</script>
<center>
<div style="width: 600px;height: 100px;" align="center">
<script language="Javascript">
<!--
var tl=new Array(
"",
"lOADING MESSAGE ................",
"" Kurdistan.....",
"",
"Slaw....",
"",
"HaCKeD By",
"",
"BaHeZ HaCKeR",
"",
"WiTh S HaCKeR",
"",
"Arean15@Yahoo.com:)....",
"",
"DONT FORGET TO UPGRADE YOUR SYSTEM....",
"",
"WE ARE NOT ANONYMOUS......WE ARE DRAGON FORCE....",
"",
"Allah ?????.....",
"",
"SIGNATURE BY:",
"Kurd HaCKeR",
"By Alll.",
"",
"====================================================",
"++++++++++++++++++++++++++++++++++++++++++++++++++++"
);
var speed=40;
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++] + '\r\n';
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">
</p><form><textarea style="background-color:#000000;color:#00ff00;" name="about" readonly="readonly" rows="30" cols="60" wrap="soft"></textarea></form><p></p>
<script>
//mouse
//Circling text trail- Tim Tilton
//Website: http://www.tempermedia.com/
//Visit http://www.dynamicdrive.com for this script and more
function cursor_text_circle(){
// your message here
var msg='BaHeZ HaCKeR??'.split('').reverse().join('');
var font='Verdana,Arial';
var size=4; // up to seven
var color='red';
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for just plain rotation w/out drag
var speed=.3;
// This is the rotation speed, set it negative if you want
// it to spin clockwise
var rotation=-.1;
// Alter no variables past here!, unless you are good
//---------------------------------------------------
var ns=(document.layers);
var ie=(document.all);
var dom=document.getElementById;
msg=msg.split('');
var n=msg.length;
var a=size*20;
var currStep=0;
var ymouse=0;
var xmouse=0;
var props="<font face="+font+" size="+size+" color="+color+">";
if (ie)
window.pageYOffset=0
// writes the message
if (ns){
for (i=0; i < n; i++)
document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
}
else if (ie||dom){
document.write('<div id="outer" style="position:absolute;top:0px;left:0px;z-index:30000;"><div style="position:relative">');
for (i=0; i < n; i++)
document.write('<div id="iemsg'+(dom&&!ie? i:'')+'" style="position:absolute;top:0px;left:0;height:'+a+'px;width:'+a+'px;text-align:center;font-weight:normal;cursor:default">'+props+msg[i]+'</font></div>');
document.write('</div></div>');
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position
}
if (ns||ie||dom)
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
var y=new Array();
var x=new Array();
var Y=new Array();
var X=new Array();
for (i=0; i < n; i++){
y[i]=0;
x[i]=0;
Y[i]=0;
X[i]=0;
}
var iecompattest=function(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
}
var makecircle=function(){ // rotation properties
if (ie) outer.style.top=iecompattest().scrollTop+'px';
currStep-=rotation;
for (i=0; i < n; i++){ // makes the circle
var d=(ns)?document.layers['nsmsg'+i]:ie? iemsg[i].style:document.getElementById('iemsg'+i).style;
d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15+(ie||dom? 'px' : '');
d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2+(ie||dom? 'px' : ''); // remove *2 for just a plain circle, not oval
}
}
var drag=function(){ // makes the resistance
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (var i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
makecircle();
// not rotation speed, leave at zero
setTimeout(function(){drag();},10);
}
if (ns||ie||dom)
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", drag, false );
else if ( typeof window.attachEvent != "undefined" )
window.attachEvent( "onload", drag );
else {
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
drag();
};
}
else
window.onload = drag;
}
}
cursor_text_circle();
</script><div id="outer" style="position:absolute;top:0px;left:0px;z-index:30000;"><div style="position:relative"><div id="iemsg0" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 663.1449321257157px; left: 777.5269396299567px; "><font face="Verdana,Arial" size="4" color="red">L</font></div><div id="iemsg1" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 650.2977324482378px; left: 744.3238754850142px; "><font face="Verdana,Arial" size="4" color="red">A</font></div><div id="iemsg2" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 633.5742455871638px; left: 718.9477927365862px; "><font face="Verdana,Arial" size="4" color="red">M</font></div><div id="iemsg3" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 614.1259395495617px; left: 703.1459195597689px; "><font face="Verdana,Arial" size="4" color="red">A</font></div><div id="iemsg4" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 593.2918952567728px; left: 698.006267776858px; "><font face="Verdana,Arial" size="4" color="red">K</font></div><div id="iemsg5" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 572.5066063440224px; left: 703.882719604203px; "><font face="Verdana,Arial" size="4" color="red">@</font></div><div id="iemsg6" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 553.201209475543px; left: 720.3706616779477px; "><font face="Verdana,Arial" size="4" color="red"> </font></div><div id="iemsg7" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 536.7049457983796px; left: 746.3348440374817px; "><font face="Verdana,Arial" size="4" color="red">Y</font></div><div id="iemsg8" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 524.1536382433724px; left: 779.9875458824093px; "><font face="Verdana,Arial" size="4" color="red">B</font></div><div id="iemsg9" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 516.4114863172699px; left: 819.0116661292219px; "><font face="Verdana,Arial" size="4" color="red"> </font></div><div id="iemsg10" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 514.0115630761177px; left: 860.7202635711336px; "><font face="Verdana,Arial" size="4" color="red">B</font></div><div id="iemsg11" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 517.1191112623271px; left: 902.241561767441px; "><font face="Verdana,Arial" size="4" color="red">U</font></div><div id="iemsg12" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 525.5201657891573px; left: 940.716680456979px; "><font face="Verdana,Arial" size="4" color="red">L</font></div><div id="iemsg13" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 538.6362859526066px; left: 973.4964790264786px; "><font face="Verdana,Arial" size="4" color="red">C</font></div><div id="iemsg14" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 555.564383008651px; left: 998.3239587026296px; "><font face="Verdana,Arial" size="4" color="red"> </font></div><div id="iemsg15" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 575.1389008539192px; left: 1013.4896644668282px; "><font face="Verdana,Arial" size="4" color="red">E</font></div><div id="iemsg16" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 596.012068461959px; left: 1017.9493867509893px; "><font face="Verdana,Arial" size="4" color="red">L</font></div><div id="iemsg17" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 616.7466984264306px; left: 1011.3960587589788px; "><font face="Verdana,Arial" size="4" color="red">A</font></div><div id="iemsg18" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 635.9151421211344px; left: 994.280899042604px; "><font face="Verdana,Arial" size="4" color="red">M</font></div><div id="iemsg19" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 652.1975880831203px; left: 967.7823435950872px; "><font face="Verdana,Arial" size="4" color="red">E</font></div><div id="iemsg20" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 664.4729354464157px; left: 933.724906591301px; "><font face="Verdana,Arial" size="4" color="red">H</font></div><div id="iemsg21" style="position: absolute; height: 80px; width: 80px; text-align: center; font-weight: normal; cursor: default; top: 671.895985486502px; left: 894.4535564841983px; "><font face="Verdana,Arial" size="4" color="red">S</font></div></div></div>
<embed src="http://www.youtube.com/v/j-d7x8weSmQ&autoplay=1&loop=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1">
</div></center></font></center></body></html>