All pastes #1880218 Raw Edit

als

public html v1 · immutable
#1880218 ·published 2010-06-10 06:53 UTC
rendered paste body
<html><head><title>__404__</title><meta name="keywords" content="domain, web hosting, reseller hosting, web design, multimedia, website, design, printing, web developer, domain murah, hosting murah, domain registration, als, kerinci, komputer, palipi, alusius, als, DEESSAINT GRAPHIC multimedia, indonesia, ariel, cut tari, peterpan"><meta name="description" content="MISTER SAINT Multimedia adalah Website layanan yang mengutamakan Domain, Web Hosting, Web Design, Digital Design & Media Printing."><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="Content-Language" content="en" /><script type="text/javascript">	if (typeof(RokBox) !== 'undefined') {		window.addEvent('domready', function() {			var rokbox = new RokBox({				'className': 'rokbox',				'theme': 'dark',				'transition': Fx.Transitions.Quad.easeOut,				'duration': 200,				'chase': 40,				'frame-border': 20,				'content-padding': 0,				'arrows-height': 35,				'effect': 'growl',				'captions': 1,				'captionsDelay': 800,				'scrolling': 0,				'keyEvents': 1,				'overlay': {					'background': '#000000',					'opacity': 0.85,					'duration': 200,					'transition': Fx.Transitions.Quad.easeInOut				},				'defaultSize': {					'width': 640,					'height': 460				},				'autoplay': 'true',				'controller': 'true',				'bgcolor': '#f3f3f3',				'youtubeAutoplay': 0,				'vimeoColor': '00adef',				'vimeoPortrait': 0,				'vimeoTitle': 0,				'vimeoFullScreen': 1,				'vimeoByline': 0			});		});	};</script></head><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 {	padding:0;	margin:0;	background-image:url();	background-repeat: no-repeat;	background-position:bottom;background-color: black;color: #00ff00;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;							}									/* REMOVE VERTICAL SCROLLBAR*/						body {									overflow-y: hidden;								}	</style><head><body bgcolor="#000000"><center><img src="http://i46.tinypic.com/ruo7ix.jpg"><br><br></center><divid="example1"></div><p id="example2">======================================================================================================================================================================<br>+ + + + + + + + + + + + + _________________________________ SITE HAS BEEN HACKED BY als ______________________________________________________ + + + + + + + + + + + + + + + +<br>======================================================================================================================================================================<br>Status : Artis Jaman Sekarang ato Emang Seperti ini Kehidupan Artis ?? <br>Artis ? Yea orang yang terkenal dan orang yang sering di jumpai di Media Massa bahkan TV > internet | Ini jadi bahan Pembicaraan Masyrakat Banyak, Salah Kah ?Pornografi ? Yea tentu, ini dia cerminan artis ? Ini dia kehidupannya ? Bagaimana kalaw ini diliat sama siswa kelas 5 SD ? Bagaimana nasib para remaja Indonesia ?Ok !! Gak banyak Bacot | PETERPORN nama barunya | Pesan Saya : Gw salut sama Lo, Modal Tampang + suara yang lumayan, Lo buat Indonesia Gempar ? Hebat | Fu * k | =====================================================================================================================================================================<br>         Thanx To : Cerminan Artis Indonesia <br> Ariel | Cut_Tari : Sucsess mission !!! <br>     =====================================================================================================================================================================<br>        SO iya lupa, Kalaw ntar hamil jangan lupa kasih nama anaknya PETERPORN Oke ? gw yakin Lo bakalan jadi Ayah yang Baik !!!!Thanx Sob :p                   </p><embed wmode='transparent' src='http://www.indowebster.com/templates/object/mediaplayer.swf' FlashVars='file=http://www11.indowebster.com/32a09a97787192f9e74c35b356c4da3a.mp3&frontcolor=0xffffff&backcolor=0xe6e6dc&lightcolor=0xffffff&logo=http://www.indowebster.com/templates/img/idws.png&autostart=true&usefullscreen=false&showeq=true' width='2' height='10' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' menu='false' allowfullscreen='false'><br /></embed><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"), 50, function(i){var ar = new Array("_"," ","_","_"); return " " + ar[i.length %ar.length]; });//Type out examples:TypingText.runAll();</script>