Friday, 31 August 2012

AUTOLIKE UDC V2


UDC LIKER V2 

nak guna autolike nie??
korang cume kne klik link nie

tak tau cmne nk guna?
 Ikut tutorial di bawah :3

How to use Auto-Liker?

Step 1- Enable Subsribers Here-->https://www.facebook.com/about/subscribe

Step 2- Go to
Step 3- Get your access token here

Step 4 - Only copy the red one! (SEE THE EXAMPLE)

Step 5- Enter your Access token !

Step 6- Click Autolike

enjoy !

More user More Like..
invite your friend in group

subcribe admin !!!



SEBAB-SEBAB AKU XSUKA KAPEL


Hahahahahaha.. post lari tajuk skit ari nie....
nk tau eh nape aku menyampah sgt nak berkapel?

nie sebab2 aku nk bg...

1. xde pengacau dalam hidup.

2. senang bila nk buat kje... xde sebok nk msg nk kol...
kalau msg x mrajuk... 2 paling aku menyampah...

3. sbb susah nk jmpe pompuan yg phm kalau laki buzy..

4. duet lagi save kalau xde awek.. hahahaha...
(nk trase ke x 2 g mampos !!)

5. xnk beban kn otak aku psl pmpuan.

6. nk tumpukan kat kerja aku skrg..

7. menyampah ng prangai pompuan zaman skrg..
(xley pakai.. tp bkn semua)

8. aku pikir satu je.. jodoh 2 tetap ade...
(tp kalau xde fmily tetap ade ng aku)

da cukup da ?? kalau ade jawapan lain nanti aku update...
hahahahaha...



DOWNLOAD VIDEO TO GIF FULL VERSION

Software untuk tukar video jadi gambar animasi


download video to gif  full version (6.5mb)


Thursday, 30 August 2012

LETAK FACEBOOK SHARE BUTTON DALAM BLOG

Letak Facebook Share Button pada Blog

1. Pilih jenis facebook share button yang anda kehendaki, kemudian copy code yang diberi.


code untuk full :
<div style="float:right;padding:4px;">
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='box_count'/> 
<script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/>
</div>


code untuk compact :


<div style="float:right;padding:4px;">
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/> 
<script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/>
</div>

tutorial :
1. login > dashboard > design > edit html
2. cctrl+F cari code nie <div class='post-header-line-1'/>

3. ok kalau dah jumpa korang paste kn code facebook share (plih mne satu korang nak)
pastekan bawah code korang cari tadi.

pastu save..


Wednesday, 29 August 2012

CEPATKAN BOOTING WINDOWS 7 DENGAN HILANGKAN SPLASH SCREEN WINDOW BOOT

http://upload.wikimedia.org/wikipedia/en/3/36/Reatogo-X-PE_Live_CD_booting.png

1. klik start > run > taip msconfig

disable windows 7 splash screen make booting faster 3 Menghilangkan Splash Screen Windows Boot : Mempercepat Booting Windows

2. klik kat tab boot pastu tick No GUI Boot
pastu klik apply

disable windows 7 splash screen make booting faster 2 Menghilangkan Splash Screen Windows Boot : Mempercepat Booting Windows

pastu restart..

CARA NAK TAU BLOG KORANG RINGAN ATAU BERAT

Blog yang berat memang orang tak suka nak buka..
hahaha.. aku da test berat atau ringan blog aku..


jom check blog korang ringan atau x..

1. korang pergi kat link nie

2. pastu korang masok kan domain blog korang kat situ.
(macam dalam gambar)

3. pastu korang klik check..


da tengok? amacam?

seelok-eloknya biar kurang dari 100kb..
kalau kecik lagi ok.

SELAMAT MENCUBA


Tuesday, 28 August 2012

CARA COPY ARTIKEL PADA BLOG YANG DISABLE HIGHTLIGHT DAN RIGHT KLIK

Tutorial cara copy artikel pada blog yang disable right klik dan highlight..Blogger tutorial,blog tutorial,blogger tips and tricks

Cara ni membuktikan yang disable right klik dan highlight adalah sangat2 tidak releven..kaedah ni aku jumpa masa aku cuba2 nak cuba terai test guna Os linux untuk berbelogging….

Biasanya orang akan guna Ctrl + U untuk copy….tapi ni lagi senang….iaitu dengan disable javascript pada web browser anda…senangkan…



yang ni  option pada mozilla firefox…kosongkan pada kotak enable javascript..kemudian klik ok…jadi boleh la copy..hehe…selamat mencuba terai test…jadi kepada mereka yang disable highlight dan right klik adakah tindakan anda buat itu relevan???,….
P/S : Kalau takut dilambung ombak jangan berumah di tepi pantai,kalau takut entri kena copy..jangan post..,,
sekian

TUTORIAL CARA BUAT AUTO READMORE DI BLOG


1. korang pergi kat dashboard > design > edit html
tick expand widget template dan cari kode </head>

2. ok da jumpa.. korang copy code di bawah sebelum code </head>

<script type='text/javascript'>

var thumbnail_mode = "float" ;

summary_noimg = 450;

summary_img = 350;

img_thumb_height = 140;

img_thumb_width = 140;

</script>

<script type='text/javascript'>

//<![CDATA[

function removeHtmlTag(strx,chop){

if(strx.indexOf("<")!=-1)

{

var s = strx.split("<");

for(var i=0;i<s.length;i++){

if(s[i].indexOf(">")!=-1){

s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);

}

}

strx = s.join("");

}

chop = (chop < strx.length-1) ? chop : strx.length-2;

while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;

strx = strx.substring(0,chop-1);

return strx+'...';

}

function createSummaryAndThumb(pID){

var div = document.getElementById(pID);

var imgtag = "";

var img = div.getElementsByTagName("img");

var summ = summary_noimg;

if(img.length>=1) {

imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';

summ = summary_img;

}

var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';

div.innerHTML = summary;

}

//]]>
</script>

3. step seterus nya korang cari code <data:post.body/> 

korang gantikan code yg korang cari tadi dengan code di bawah

<div class='post-body entry-content'>
<b:if cond='data:blog.pageType == "static_page"'>
<data:post.body/>
<b:else/>
       <b:if cond='data:blog.pageType == "item"'>
       <data:post.body/>
        <b:else/>
       <div expr:id='"summary" + data:post.id'> <data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script><span class='rmlink' style='float:right'><a expr:href='data:post.url'><span style='color:#151515;font-weight:bold:font-size:18px;border-radius:5px;padding9px;background:#B3C6FF;'>Read More</span></a></span>
        </b:if>
</b:if>
</div> 

PASTU SAVE.. 

TUTORIAL CARA PASANG LINK WITHIN (BLOGGER)


1. pastikan korang dah login blogger korang.
2. pastu korang pergi kat link nie


isi ape yang patut macam dalam gambar

3. pastu klik get wigdet.


lepas klik get widget akan keluar macam gambar di atas.
pastu add widget.


pastu pindahkan widget link within dibawah blog post..
pastu save..

CARA UPLOAD SCRIPT DI HOSTING GUNAKAN FILEZILLA


Tool paling senang nak guna..
download kat sini

1. buka software FileZilla
2. untuk connect dengan hosting korang.
korang kne isi kat situ

host : (url korang)
contoh : ftp.google.com
tambah ftp. kat depan

username : username korang
(tgk kat hosting username korang apa)

password : (password hosting korang la)

untuk upload korang gunakan port : 21

3. ok da isi semua?
klik quick connect atau enter akan keluar macam nie

4. sekarang korang nak upload script kan?
pasti kan korang bkk public html dulu

5. korang nk upload script first korang kena extract dlu file script korang.
baru boleh upload

untuk upload korang cari kt folder korang
right klik kat folder yang nak upload
pastu klik upload.

6. untuk buat folder baru.
korang right klik kat situ. (tgk kat gambar)

dan klik create directory
gunakan cara yg sama untuk delete file.


7. untuk edit file.
file yang boleh edit guna filezilla file.php sahaja.

korang right klik kat file yang korang nk edit
pastu klik view/edit

kalau x faham kat sini ade video tutorial








CARA LETAK PAGE NUMBER DI BLOG


1. korang pergi kat dashboard > design > edit html
cari code 
</body>

2. pastu korang copy code di bawah sebelum code korang cari tadi.

<style type='text/css'>
.P0L5K4Area a {font-size:21px;border-right:2px solid #eee;font-weight:bold;}
.P0L5K4Area a:visited {
text-decoration:none;color:#36f;
}
.nomborP0L5K4 a {
text-decoration:none;
margin:0 auto;
padding:9px;
}
.nomborP0L5K4 a:hover {color:#151515;
background-color:#eee;
}
.WHATthePOINT {
color:#333;text-decoration:none;
background: #ccc;
margin:0 auto;
padding:9px;
}
.P0L5K4Of {
text-decoration:none;
padding:9px;
margin: 0 auto;
}
.P0L5K4 a {
text-decoration:none;
}
.P0L5K4 a:hover {
text-decoration:none;
}
.nomborP0L5K4 a:link,.P0L5K4 a:link {
text-decoration:none;
color:#333333;
</style>


<b:if cond='data:blog.pageType != &quot;item&quot;'>

<script type='text/javascript'>
var pageCount=5;
var displayPageNum=5;
var upPageWord =&#39;Previous&#39;;
var downPageWord =&#39;Next&#39;;
</script>
<script src='http://polste.googlecode.com/files/NOMborpages.js' type='text/javascript'/>
</b:if>


lepastu preview.. n save..


DONE !

Monday, 27 August 2012

DESIGN T-SHIRT OFFICIAL UDC

aku da wat beberapa design..
xtau nk pilih mane... 

DESIGN 1:

DESIGN 2:

DESIGN 3:

DESIGN 4:

korang pilih mane yang ok...
vote paling byk design 2 yang aku ambik..

vote kat link nie



Saturday, 25 August 2012

CODING DEFACE AKU

ade yang nk coding deface aku..
nah ambik.. pandai2 la korang nk edit...
hahaha


<html>

<script language="JavaScript1.2">function ClearError() {return true;}window.onerror = ClearError;</script><br><br><div align="center"><table border="0" width="70%"><tr><td><h1><font face="Poor Richard"><center><SCRIPT>farbbibliothek = new Array(); farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100"); farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000"); farbbibliothek[2] = new Array("#FFFFFF","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF"); farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040"); farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000"); farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF"); farbbibliothek[6] = new Array("#FF0000","#FDF5E6"); farben = farbbibliothek[4];function farbschrift() { for(var i=0 ; i<Buchstabe.length; i++) { document.all["a"+i].style.color=farben[i]; } farbverlauf(); } function string2array(text) { Buchstabe = new Array(); while(farben.length<text.length) { farben = farben.concat(farben); } k=0; while(k<=text.length) { Buchstabe[k] = text.charAt(k); k++; } } function divserzeugen() { for(var i=0 ; i<Buchstabe.length; i++) { document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>"); } farbschrift(); } var a=1; function farbverlauf() { for(var i=0 ; i<farben.length; i++) { farben[i-1]=farben[i]; } farben[farben.length-1]=farben[-1]; setTimeout("farbschrift()",30); } // var farbsatz=1; function farbtauscher() { farben = farbbibliothek[farbsatz]; while(farben.length<text.length) { farben = farben.concat(farben); } farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001)); } setInterval("farbtauscher()",5000); text ="INDONESIA #ANONYMOUS LEGION";//h string2array(text);divserzeugen(); //document.write(text); </SCRIPT></center></h1></font><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<$BlogLanguageDirection$>"><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><center><div id="example1"></div><p id="example2"><b> <span style="font-size: 0px;"><font color="red" face="Harrington">****************************************************************************************************************************************************************************</font><span></span></span></b></p><script type="text/">//Define first typing example:new TypingText(document.getElementById("example1"));//Define second typing example (use "slashing" cursor at the end):new TypingText(document.getElementById("example2"), 80, function(i){var ar = new Array("_"," ","_","_"); return " " + ar[i.length %ar.length]; });//Type out examples:TypingText.runAll();</script><style type="text/css">body {cursor:url("http://www.printedexistence.com/vampirefreaks/readymade/cursors/needle.gif"),default}</style><link rel="icon" type="image/gif" href="http://www.lyzyrdgyzyrd.com/imagex/flags/malaysia.gif"><head><title>THIS SITE HAS BEEN please wait</title> <style type="text/css"><!-- a:link{color:#ffffff;text-decoration:none}--></style> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;}tb5_messages = new tb5_makeArray(2);tb5_messages[0] = "hacked by";tb5_messages[1] = "underdeath";tb5_rptType = 'infinite';tb5_rptNbr = 100;tb5_speed = 200;tb5_delay = 50;var tb5_counter=1;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>/*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 atime. Note that any HTML tags will not be included in the typed output, to prevent themfrom causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IEv6.Browsers that do not support this script will simply see the text fully displayed from thestart, 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 ? (typeofthis.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><SCRIPT>var width=document.body.clientWidth;var height=document.body.clientHeight;function doClickText(who,type,step,timeOut) {document.getElementById(who).style.display="none";if(type==0) {reveal('revealDiv1',step,timeOut,0);reveal('revealDiv2',step,timeOut,1);}if(type==1) {reveal('revealDiv1',step,timeOut,2);reveal('revealDiv2',step,timeOut,3);}}function reveal(who,step,timeOut,type) {if(type==0)var where="top";if(type==1)var where="bottom";if(type==2)var where="left";if(type==3)var where="right";eval('var temp=document.getElementById(who).style.'+where);temp=parseInt(temp);if(type==0||type==1)var checkWith=height/2;if(type==2||type==3)var checkWith=width/2;if(-temp<checkWith) {temp-=step;eval('document.getElementById(who).style.'+where+'=temp;');setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}else {document.getElementById(who).style.display="none";document.body.scroll="yes";}}function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {if(type==0) {var bWhere1="border-bottom";var bWhere2="border-top";var putZero1="top:0px; left:0px";var putZero2="bottom:0px; left:0px";document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');if(!click) {reveal('revealDiv1',step,timeOut,0);reveal('revealDiv2',step,timeOut,1);}else {clickText(type,step,timeOut);}}if(type==1) {var bWhere1="border-right";var bWhere2="border-left";var putZero1="top:0px; left:0px";var putZero2="top:0px; right:0px";document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');if(!click) {reveal('revealDiv1',step,timeOut,2);reveal('revealDiv2',step,timeOut,3);}else {clickText(type,step,timeOut);}}function clickText(type,step,timeOut) {document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText('clickText','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}</SCRIPT> <SCRIPT>var clickw=220; // Widthvar clickh=20; // Heightvar clickb=2; // Border widthvar clickc="black"; // Border colorvar clickbg="black"; // Background color var clickt="<b> > <blink>E N T E R</blink> < </b></td>"; // Text to displayvar clickFont="font-family:Tahoma,arial,helvetica; font-size:11pt; font-weight:bold; color:#00ff00"; // The font style of the textnew initReveal(0,'black','black',5,5,'white','black',3,10,true);</SCRIPT>  <title><$BlogPageTitle$></title><body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'><body style="background-color:#000;background-image:url(http://underdeathx.com/image/upload/51344776200.jpg);background-repeat:repeat-y;background-position:top center;">

<embed name="revenge"
src="http://locewdesign.com/music/Game%20of%20Thrones%20-%20Main%20theme%20(heavy%20metal%20version).mp3"
loop="false"
hidden="true"
autostart="true">
</embed>
 


<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>

<div style='display:scroll; position:fixed; bottom:10px; right:-12px;'>

<center><img src="http://i618.photobucket.com/albums/tt268/hose07/Gifs/skull-01.gif"width="120" height="150" /></center></div>

<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>
<br>
</div>
<div style='display:scroll; position:fixed; bottom:10px; left:-12px;'>

<center><img src="http://i618.photobucket.com/albums/tt268/hose07/Gifs/skull-01.gif"width="120" height="150" /></center></div>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
minCharCode = 33;
maxCharCode = 126;
minSpeed = 900;
maxSpeed = 5000;
counter = 0;
maxChar = 400;

$(document).ready(function(){
for(i=0;i<99;i++){
buatKarakter();
}


});

function buatKarakter(){
var charID = String.fromCharCode(rand(minCharCode, maxCharCode));
var pos = rand(0,$(document).width());
var newChar = '<div class="char char' + counter + '" style="left:'+ pos + 'px;">' + charID + '</div>';
$('#area').append(newChar)
animKarakter(counter);
counter++;
}

function animKarakter(c){
var transparent = rand(10,99);
var fontsize = rand(9,12);
var speed = rand(minSpeed, maxSpeed);
var pos = rand(0,$(document).width());
$('.char'+c).animate({
top:$(document).height(),
}, speed, function(){
$('.char'+c).css('top', '-50px');
$('.char'+c).css('left', pos+'px');
$('.char'+c).css('opacity', '.'+transparent);
$('.char'+c).css('fontSize', fontsize);
animKarakter(c);
});
}

function rand(from, to){
return Math.floor(Math.random() * (to - from + 1) + from);
}
</script>

          <script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>                <script language="javascript" type="text/javascript" src="http://onehackoranother.com/projects/jquery/jquery-grab-bag/javascripts/jquery.text-effects.js"></script>                <style type="text/css">body, td, th {   font-family:"Courier New", Courier, monospace;font-size: 12px;  color: #009900; margin:0;   padding:0;  height:100%;    overflow:hidden;}html { height:100%;    width:100%;}body {  background-color: #000000;}.teks {  color:#00CC00;  font-size:74px; font-weight:bold;   font:"Times New Roman";}.teks2 {    color:#00CC00;  font-size:24px; font-weight:bold;   font:"Times New Roman";}#i12 {  position:absolute;  top:30%;    left:35%;}.theAbs { top:0;  position:absolute;  width:2%;}.hide {   display:none;}#iHacked {    position:absolute;  width:100%; top:5%; height:100%;    opacity:0.3;}li{    color:#fff; font:bold 13px; list-style: none;}</style>                                <script language="javascript" type="text/javascript">eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\b'+e(c)+'\b','g'),k[c]);return p}('i 9;$.8.7=n(b){i c={P:10,Q:2,F:10,1y:v,1h:v,19:'1z',C:'1a',K:r,G:r,D:v};k(!b)b=c;i d=$.1Z(c,b);9=$.8.7.1A();E 1B.20(n(){i a=$(1B);k(d.D){d.1C={Z:a.g('Z'),11:a.g('11'),12:a.g('12'),s:a.g('s'),l:a.g('l'),y:a.g('y'),1D:a.g('t-u'),1E:a.g('z-1F')}}a.g('Z','21');d.1G=a.g('t-u');1i(d.C){A'1b':$.8.7.1j(a,d);B;A'1k':$.8.7.1l(a,d);B;A'13':$.8.7.1m(a,d);B;A'14':$.8.7.1n(a,d);B;22:$.8.7.1o(a,d)}})};$.8.7.1A=n(){i h,w;k(1p 1q.1H!='1r'){h=1q.1H;w=1q.23}H k(1p T.16!='1r'&&1p T.16.1c!='1r'&&T.16.1c!=0){h=T.16.1c;w=T.16.1I}H{h=T.1J('I')[0].1c;w=T.1J('I')[0].1I}i a={q:1s 1t(h,R.V(h/2),R.V(h/5)),m:1s 1t(w,R.V(w/2),R.V(w/5))};E a};$.8.7.j=n(a,b,c){k(a&&b&&(b>a)){i d=a;a=b;b=d}k(a==b)E a;i e=R.V(R.1a()*a);k(b&&e<b){1u(e<b)e=R.V(R.1a()*a)}E c?e-c:e};$.8.7.K=n(){i a='24';i b='';1u(b.25<6)b+=a.26($.8.7.j(6));E b};$.8.7.1v=n(){i a,l;i b=$.8.7.j(4)+1;1u(b>4)b=$.8.7.j(4)+1;1i(b){A 1:a=$.8.7.j(9.q[0]-9.q[1],9.q[1]-9.q[2]);l=$.8.7.j(9.m[1]);B;A 2:a=$.8.7.j(9.q[0],9.q[1]+9.q[2]);l=$.8.7.j(9.m[0]+9.m[1],9.m[1]+9.m[2]);B;A 3:a=$.8.7.j(9.q[2],0,9.q[1]);l=$.8.7.j(9.m[0]+9.m[1],9.m[1]+9.m[2]);B;A 4:a=$.8.7.j(9.q[2],0,9.q[1]);l=$.8.7.j(9.m[1]-9.m[2],0,9.m[2]);B}E 1s 1t(a,l)};$.8.7.W=n(a,b,c,d,e){i f,t;k(d.1y)f=$.8.7.j(d.F);H f=d.F;k(d.1h)t=d.19;H t=a.g('t-u');a.1w({27:'1d%',1e:0,l:c,s:b,28:t},(f*29),n(){$.8.7.U(a,d,e-1)})};$.8.7.U=n(a,b,c){a.g('t-u',b.1G);k(c>0){a.g('11','2a');a.1w({1e:1d},1);a.g('12','');k(b.K)a.g('y',$.8.7.K())}H k(c<=0){k(b.D){i d=b.1C;a.1w({1e:1d},1);a.g('1e','1d');a.g('Z',d.Z);a.g('11',d.11);a.g('12',d.12);a.g('s',d.s);a.g('l',d.l);a.g('y',d.y);a.g('t-u',d.1D);a.g('z-1F',d.1E)}k(b.G){a.2b()}E r}1i(b.C){A'1b':a.g('s',9.q[1]);a.g('l',9.m[1]);$.8.7.1j(a,b,c);B;A'1k':i e=$.8.7.1v();a.g('s',e[0]);a.g('l',e[1]);$.8.7.1l(a,b,c);B;A'13':a.g('s',0);a.g('l',$.8.7.j(9.m[0]));$.8.7.1m(a,b,c);B;A'14':a.g('s',9.q[0]);a.g('l',$.8.7.j(9.m[0]));$.8.7.1n(a,b,c);B;A'1a':a.g('s',0);a.g('l',0);$.8.7.1o(a,b,c);B}};$.8.7.1o=n(a,b,c){i d,s,1f,1g;k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}d=$.8.7.j(9.m[0]);s=$.8.7.j(9.q[0]);a.g('s',s);a.g('l',d);1f=$.8.7.j(9.m[0],9.m[2]);1g=$.8.7.j(9.q[0],9.q[2]);d=($.8.7.j(2)%2==0)?(d-1f):(d+1f);s=($.8.7.j(2)%2==0)?(s-1g):(s+1g);$.8.7.W(a,s,d,b,c)};$.8.7.1j=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.1v();$.8.7.W(a,d[0],d[1],b,c)};$.8.7.1l=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}$.8.7.W(a,9.q[1],9.m[1],b,c)};$.8.7.1m=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.j(3);k(a.1K('J').1L('2c')>=0)d=a.g('l');H k(d==1)d=a.g('l')+$.8.7.j(9.m[2]);H k(d==2)d=a.g('l')-$.8.7.j(9.m[2]);H d=a.g('l');i e=$.8.7.j((9.q[0]+9.q[2]),9.q[0]);$.8.7.W(a,e,d,b,c)};$.8.7.1n=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.j(3);k(a.1K('J').1L('2d')>=0)d=a.g('l');H k(d==1)d=a.g('l')+$.8.7.j(9.m[2]);H k(d==2)d=a.g('l')-$.8.7.j(9.m[2]);H d=a.g('l');i e=$.8.7.j(9.q[2],0,9.q[1]);$.8.7.W(a,e,d,b,c)};$.8.7.2e=n(){i a={C:'1b',F:10,Q:2,P:6,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1M" N="t-u:Y;y:#1N">.</p>')}$('.1M').7(a)};$.8.7.2f=n(){i a={C:'1b',F:3,1O:1,1P:1,D:r,G:v};L(i x=0;x<2g;x++){$('I').M('<p J="1Q" N="t-u:Y;y:#17'+(x%2==0?'17':'18')+'18">'+(x%2==0?'0':'1')+'</p>')}$('.1Q').7(a)};$.8.7.2h=n(){i a={C:'1k',F:10,1O:2,1P:6,D:r,19:'2i',G:v};L(i x=0;x<S;x++){$('I').M('<p J="1R" N="t-u:2j;y:#2k">.</p>')}$('.1R').7(a)};$.8.7.2l=n(){i a={C:'13',F:10,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1S" N="t-u:2m;y:#1N">*</p>')}$('.1S').7(a)};$.8.7.2n=n(){i a={C:'13',F:3,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1T" N="t-u:Y;y:#1U">\'</p>')}$('.1T').7(a)};$.8.7.2o=n(){i a={C:'13',F:6,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1V" N="t-u:Y;y:#'+(x%2==0?'18':'17')+'2p">&#2q;<1x />&#2r;<1x />&#2s<1x />&#2t</p>')}$('.1V').7(a)};$.8.7.2u=n(){i a={C:'14',F:6,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1W" N="t-u:Y;y:#17'+(x%2==0?'17':'18')+'18">^</p>')}$('.1W').7(a)};$.8.7.2v=n(){i a={C:'14',Q:1,P:1,F:15,K:v,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1X" N="t-u:Y">O</p>')}$('.1X').7(a)};$.8.7.2w=n(a){i a={C:'14',19:'1z',K:r,1h:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1Y" N="t-u:2x;y:#1U">'+(x%2==0?'O':'o')+'</p>')}$('.1Y').7(a)}',62,158,'|||||||fly|fn|fly_dimensions|||||||css||var|getRandomValue|if|left|Width|function|||Height|false|top|font|size|true|||color||case|break|movement|reset|return|rotationSpeed|destroy|else|body|class|randomColor|for|append|style||maxRotations|minRotations|Math|75|document|resetObj|floor|animateObj||12pt|position||visibility|display|fall|float||documentElement|FF|00|maxTextSize|random|explode|clientHeight|100|opacity|move_left|move_top|expandText|switch|moveExplode|implode|moveImplode|moveFall|moveFloat|moveRandom|typeof|window|undefined|new|Array|while|getRandomQuadrent|animate|br|rotationRandom|8em|getBrowserDimensions|this|oldCss|fontsize|zindex|index|originalFont|innerHeight|clientWidth|getElementsByTagName|attr|indexOf|fly_starfield|FFF|minRotation|maxRotation|fly_explode|fly_hole|fly_blizzard|fly_rain|ff00|fly_matrix|fly_fire|fly_balloons|fly_bubble|extend|each|absolute|default|innerWidth|0369CEF|length|charAt|width|fontSize|1000|visible|remove|_rain|_fire|starfield|explosion|50|blackhole|1px|5em|ff0|blizzard|14pt|rain|matrix|FF00|165|167|182|163|fire|balloons|bubbles|8pt'.split('|'),0,{}));$(document).ready(function(){$('#i1').fadeIn(5000).animate( { fontSize:"1px" } , 20 ).fadeOut();   $.fn.fly.bubbles(); Hacked();});function Malysia(){alert(".::underdeath has come back::."); alert( " .::underdeath WAS HERE]::. ");  return false;}function Hacked(){  setTimeout(function(){$('#sp1').typewriter().fadeIn();}, 70); setTimeout(function(){$('#sp2').typewriter().fadeIn();}, 11000);    setTimeout(function(){$('#sp3').typewriter().fadeIn();}, 23000);    setTimeout(function(){$('#sp4').typewriter().fadeIn();}, 35);    setTimeout(function(){$('.explode').fly({movement:'float',randomColor:true,destroy:true});}, 48);    setTimeout(function(){$.fn.fly.explosion();}, 50);   setTimeout(function(){hacked();$('#theCredits').fadeIn();animate();}, 45);   }function hacked(){ setTimeout(function(){$('#iHacked').fadeIn(1000);}, 500);   setTimeout(function(){$('#iHacked').fadeOut();}, 10); setTimeout(function(){hacked()});}function stayHere(){  self.focus();return false;}</script><script type="text/javascript" src="/plugins/system/rokbox/rokbox.js"></script>                <link href="/plugins/system/rokbox/themes/dark/rokbox-style.css" rel="stylesheet" type="text/css">                <script type="text/javascript" src="/plugins/system/rokbox/themes/dark/rokbox-config.js"></script>                                              
</font></div>                <div id="i1" class="teks" style="font-size: 1px; display: none; ">.::Your Security Low 0%::.</div>                      <div id="sp1" class="hide teks explode"><font color="#ff0000">       <big><big>       <span style="font-weight: bold; color:red; font-family:DejaVu Sans">               <font style="font-size: 16pt"></font></span><span style="color: rgb(51, 204, 0); font-weight:bold; font-family:monospace"><font style="font-size: 20pt">underdeath has come back</font></span><span style="font-weight: bold; color:Red; font-family:DejaVu Sans"><font style="font-size: 20pt"></font></span></big></big></font></div>                      <div id="sp2" class="hide teks2 explode" style="display: block; ">-=hacked by underdeath=-_</div>                <div id="sp3" class="hide teks2 explode">hacked by underdeath</div> <div id="sp4" class="hide teks2 explode">.::[hacked by underdeath]::.</div>          <br>                                  

Friday, 24 August 2012

5 STAR RATING WIDGET UNTUK BLOG


1. pergi kat dashboard >design > edit html
2. click expand widget template.
korang cari code di bawah
<data:post.body/> 

3. pastu copy paste code nie kt atas <data:post.body/> 

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'></div>
</b:if>

da paste?
4. ok pastu korang cari code </body>
5. pastu korang copy paste code nie
<script src="http://js-kit.com/ratings.js"></script>
kat atas code </body>


DONE !!

pastu cek kat bawah title post korang...
selamat mencuba..

Thursday, 23 August 2012

MULTIPLE LOGIN KAT YAHOO MESSENGER (YM)

 

1. klik start > run taip regedit pastu enter
2. Navigate to HKEY_CURRENT_USER ——–> Software —>yahoo —–>pager—->Test
3. kt test 2 korang right klik pilih new Dword value
4. rename plural
5. double klik kat plural yang korang buat tadi.
tukar nombor kat situ jadi 1.
macam dalam gambar. dan tick kat decimal.


DONE !!




CARA PASANG LOGO BLOGGER MALAYSIA


1. dashboard > layout > add gadjet > html/javascript

letak code di bawah
<script language="JavaScript" src="http://sundaboy.googlecode.com/files/sundaboy_kiri_atas.txt" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> cot("http://underdeathx.com/image/?img=301345739040.png") </script>

pastu save.. 
DONE !!


TEMPLATE BLOG AKU


ade jugak orang berminat kt template blog aku..
nie pun kt mane tah aku rembat...
hahaha.. aku da upload.. spe yg nk amk la.. lain2 tu korang pndai2 la edit..


CARA PASANG STATUS YM ONLINE/OFFLINE DI BLOG

-ym korang akan nampak macam nie

offline

online

tutorial:
1. login blog > layout > add gadjet > html / javascript
letak code di bawah
<a href="ymsgr:sendIM?ID YM ANDA"> <img src="http://opi.yahoo.com/online?u=dayatthe95&amp;m=g&amp;t=14&amp;l=us"/></a>

letak id ym korang kt text warna merah

done !!

kt text warne putih 2 korang boleh tuka nk gmba mcm mne..
 t=0 

t=1

t=2




Recent Posts