GO TO RELATION BLOG

  • About MD5 - MD5 is an algorithm that is used to verify data integrity through the creation of a 128-bit message digest from data input (which may be a message of any l...
    15 tahun yang lalu

Minggu, 10 Agustus 2008

Tree view in linux


By Sandeep_Vaniya
http://www.sandeep-vaniya.blogspot.com

Keterangan :
Skrip ini dibuat untuk display tree view direktori di Linux (seperti tree command di DOS. Itu menscan direktori secara berulang dan kemudian display tree view-nya. Penggunaan argumen "-width" di tree view dapat di-compressed dan diperluas. Untuk men-dislay bagaimana cara memberikan argumen ke tipe skrip "perl tree.pl" pada linux terminal. Ikutilah display intruksi pada Help. Kita harus mempunyai perl paket yang diinstal pada sistem untuk menjalankan skrip ini. Default $expand_size=5 dan $max_width=10. expand_size memutuskan berapa banyak ruang antara + dan "nama direktori atau file. max_width adalah nilai maksimum dari expand_size. Pemakai dapat meningkatkan default expand_size dan max_width dengan mengedit tree.pl.

Download Source Files

Tweak Friendster With JS Part 2

Biasanya kita edit profil kita di kotak css yg ada di coztumize profil yg ada di fs dengan cara mengcopy lalu paste semua code css……tapi untuk trik ini berbeda karena ada beberapa code yg dilarang fs untuk kita gunakan dalam fs kita
Maka hanya beberapa kodenya saja yg jalan. Sebagai contoh Kode untuk menghilangkan Google Ads atau navigasi tidak akan jalan.

Oleh sebab itu, di sini kita akan menggunakan CSS linker.

Sebelumnya, kamu register dulu di ripway.com
Langsung saja ke sini Sign Up Ripway Account

Setelah kamu register.
Klik My Files.


Kemudian Upload Files css yg sudah kalian buat di notepad tadi.


Setelah itu, kamu browse file CSS yang kamu edit di Notepad tadi.


Dan klik Upload.

Setelah itu kamu akan melihat file terserah.css tadi yg sudah terupload.


Note:
Jika kamu ingin mengedit atau menambahkan kode2 CSS lagi.
Kamu tinggal klik Edit Text.


Setelah berhasil mengupload file CSS tadi.
Kamu copy URL CSS kamu.


Dan untuk menginjeksi file CSS kamu tadi. (external CSS)
Kamu pakai yang namanya CSS linker.

Css linker adalah code yg berguna untuk me redirect semua kode yg km buat untuk km gunakan di fs kalian.
Ini CSS LINKER yg biasa wa gunakan


Caranya masukan url css yg sudah di upload tadi ke dalam linker css di atas

Contoh:


Lalu masukan ke media box yang ada di coztumize profil maka dengan otomatis akan me redirect kode css kalian

Tentunya kmu sudah memiliki basic css code di css box kamu..

Setelah itu baru kita rombak abis fs kmu dengan beberapa code magic berikut ini:

1. wellcome alert (peringatan selamat datang)
Code:
/* Welcome Alert Box*/
body {
height:expr/**/ession(
function welcome()
{alert('haI '+parent.pageViewerFName+' !! jaNgN lUPa NinGgaLin TEsTi yaH!!!');}
window.onload=welcome);
}
2. goodbye alert
Code:
/* Goodbye Alert Box*/
body{left:expression(
function goodbye()
{alert('mO KmaNa '+pageViewerFName+'! daH dI adD LuM!!!');}
window.onunload=goodbye);}
kedua code diatas hanya bekerja di IE

3. membuat logo sendiri
Code:
/* FriendsterMagic - personalize logo */
#navigation {
background: #000000;
border: 5px solid #ce4424;
margin:10px 0 30px 0;
padding:260px 0 0 0;
background-image: url(URL GAMBAR);
background-attachment:scroll;
background-repeat: no-repeat;
background-position: center center;
}
4. menghilangkan "more about me" link pada control panel box
Code:
/* FriendsterMagic - remove more about me link */
.controlpanel a.more {display:none;}

5. transparan "shout out"
Code:
/*Transparent Shoutout*/

{transparent shoutout}
.controlpanel .so { margin: 0 -20px 10px 0; width: 257px; position: relative; background:url() repeat-y top left; color: #ce4424; font-weight: bold; }
.controlpanel .so a { color: #ce4424; }
.controlpanel .so div#cpShoutoutBox, .controlpanel .so div#cpShoutoutEditBox { padding: 7px 7px 5px 7px; margin: 0; }
.controlpanel .so div#cpShoutoutEditBox { display: none; }
.controlpanel .sol { position: absolute; left: -5px; top: 8px; width: 6px; height: 11px; background:url() no-repeat; }
.controlpanel .sob { width: 257px; height: 2px; background:url() no-repeat; line-height: 0; font-size: 0; }
6. no klik kanan dengan message (window bergetar)
Code:
body {right:expr/**/ession(function ephemeralshake(){if (event.button==2){
self.resizeTo(1024,768)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(28,17)
self.moveBy(0, 0)
alert("mO NgaPaIn seEh!!");}}
document.onmousedown=ephemeralshake);}
*ganti kata²nya doank

7. border untuk page kmu
Code:
/* FLOATING PAGE EFFECT - FRIENDSTER-TWEAKERS.COM */body {border-style: groove; border-top-color: #ce4424;border-bottom-color: #ce4424; border-left-color: #ce4424;border-right-color: #ce4424; border-top-width: 25px;border-bottom-width: 25px; border-left-width: 25px;border-right-width: 25px;}
*ganti HEX COLOR(#xxxxxx) sesuka hati


8. center profil, text, serta content
Code:
/* CENTER PROFILE TEXT AND CONTENTS */
body,td,tr,div,p {
text-align: center;
}
9. scrolling box

= more about me:
Code:
/* SCROLLING MORE ABOUT ME BOX */
.content_moreabout_1_5 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 510PX;
height: 250px;
background-image: url();
background-attachment: fixed;
background-position: center;
background-repeat:repeat;
}
= comment box:
Code:
/* SCROLLING PUBLICCOMMENTS BOX */
#content_18 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 510px;
height: 250px;
background-image: url();
background-attachment: fixed;
background-position: center;
background-repeat:repeat;
background-color: transparent;
}
= scrolling testimonial (text comment yang dikirim teman)
Code:
/* PUBLICCOMMENTS CONTENT SCROLLINGBOX */
.publiccomments div div .dtd {
width: 100%;
}
.publiccomments div div .dtd ul {
padding: 2px 2px 2px 2px;
overflow: auto;
border: 2px dashed #ce4424;
width:380px;
height: 100px;
background-color:transparent;
background-image: url();
background-position: center;
background-repeat: repeat;
}
*kmu bisa pakai keduanya klo mau, biar lebih hemat tempat di page kmu,so tidak terlalu panjang ke bawah dia..

= media box
Code:
/* SCROLLING SCRAPBOOK BOX */
#content_10 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 100%;
height: 250px;
background-image: url();
background-attachment: fixed;
background-position: center;
background-repeat:repeat;
}
= friends box
Code:
/* SCROLLING FRIENDS BOX */
#content_2 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 100%;
height: 250px;
background-image: url();
background-attachment: fixed;
background-position: center;
background-repeat:repeat;
}
=custom scrollbar
Code:
/* CUSTOM SCROLLBARS */
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}
= scrollbar di sebelah kiri:
Code:
body {direction: rtl;}
#flo_wrapper{direction:ltr}
bole diganti hex colornya sesuka hati

10. custom status bar & tittle bar
= status bar:
Code:
/* CUSTOM STATUS BAR MESSAGE - FRIENDSTER-TWEAKERS.COM */
body{bottom:expr/**/ession(
function fstweakersstatus()
{window.status='KATA KATA KAMU'}
if (document.layers)
document.captureEvents(Event.mouseover)
document.onmouseover=fstweakersstatus);}
=tittle bar:
Code:
/* CUSTOM PAGE TITLE - FRIENDSTER-TWEAKERS.COM */
body{top:expr/**/ession(fstweakerspagetitle()
function fstweakerspagetitle(){
document.title = 'KATA KATA KAMU';
});}

bersambung...

by : Feri Wiliandi Pradana

Just Searching, Can Get Earnings