Filehost.ro - gazduire fisiere
Ne-am mutat pe xhackers.4umer.com
Ne-am mutat pe xhackers.4umer.com
Nou pe simpatie:
OnutzaGirl
Femeie
23 ani
Galati
cauta Barbat
24 - 51 ani
Ne-am mutat pe xhackers.4umer.comReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Ne-am mutat pe xhackers.4umer.com / Zona Artistica /

Alt script[TEXT]

Pagini: 1 Moderat de Bloody
#1
ß®£αK£®™
Administrator
Postari: 311
<script>
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>
<br>
<p id="info"><font color="#FFFFFF"><b>
This site has been hacked by The Usual Suspect. Don't worry, all your files are still here; I didn't fuck anything up.<br />
Actually u have no fuckin files left. Shout outs at the bottom ;)<br>
Admin: patch your website, keep it updated.<br>
-------------------------------------------<br>
<b>Warning</b>: Unauthorized user has logged into the server!
<br />
<b>Warning</b>: Security has been shut off manually, security level has been set to <i><font color = "lime">The Usual Suspect</font></i</b><br />
<br>
-------------------------------------------
<br><b>Safemode:</b> <font color='green'>OFF</font>
<br>
<b>Open Base Dir:</b> <font color='green'>OFF</font>
<br>
<b>Disabled functions:</b> <font color='green'>All</font>
<br>
<b>Security:</b> <font color='green'>Skidish</font></font></b></p>



Modificati voi cum vreti!


_______________________________________
We are Anonymous!
We are legion!
Wait for us!
We X-HackersTeam!
We have the power!
We want respect!
X-HackersTeam is Anonymous
EXPECT US !



 
   
Pagini: 1  
Mergi la