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

Senin, 13 Oktober 2008

Tweak Friendster With JS Part 4

Ok sekarang kita lanjut ke JS untuk fungsi tambahan seperti jam,mp3 flash..dll
Kita mulai :
Seperti biasa gunakan notepad karna dengan notepad semuanya bisa kita lakukan :
1. Stand alone addBox (membuat tampilan box baru baik itu di kiri/kanan profile FS kalian).
Pertama kita harus menggunakan script addBox dari Marfillaster. Disini aku sudah buatkan 3 bagian yaitu ; A, B, C. Itu adalah posisi dimana kalian bisa menempatkan semua JS kalian (apabila kalian menggunakan JS lain).
Ini dia scriptnya :
BAGIAN A

//onload handler
function onProfileLoad() {
//addboxes here

BAGIAN B

}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
function addBox (type,head,htm,id,sibling) {
//by marfillaster

//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
*/

try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("
  • ");
    }
    if(type=="LEFT") {
    var ul=document.getElementById("0").parentNode.parentNode;
    htm="
    "+htm+"
    ";
    }
    else var ul=document.getElementById("2").parentNode.parentNode;

    li.innerHTML="
    "+
    "

    "+head+"

    "+
    "
    "+
    htm+
    "
    "+
    "
    ";

    if(sibling==null) ul.appendChild(li);
    else {
    sibling=document.getElementById(sibling).parentNode;
    ul.insertBefore(li,sibling);
    }
    }

    BAGIAN C

    Nah script di atas adalah script inti buat membuat fs kalian beda kyk punya wa tof…...

    by : Feri Wiliandi Pradana
  • Jumat, 03 Oktober 2008

    TestDisk, Data Recovery

    TestDisk, Data Recovery

    TestDisk is OpenSource software and is licensed under the terms of the GNU Public License (GPL).

    TestDisk is a powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.

    TestDisk can

    * Fix partition table, recover deleted partition
    * Recover FAT32 boot sector from its backup
    * Rebuild FAT12/FAT16/FAT32 boot sector
    * Fix FAT tables
    * Rebuild NTFS boot sector
    * Recover NTFS boot sector from its backup
    * Fix MFT using MFT mirror
    * Locate ext2/ext3 Backup SuperBlock
    * Undelete files from FAT filesystem
    * Copy files from deleted FAT, NTFS and ext2/ext3 partitions.

    TestDisk has features for both novices and experts. For those who know little or nothing about data recovery techniques, TestDisk can be used to collect detailed information about a non-booting drive which can then be sent to a tech for further analysis. Those more familiar with such procedures should find TestDisk a handy tool in performing onsite recovery.
    Operating systems

    TestDisk can run under

    * DOS (either real or in a Windows 9x DOS-box),
    * Windows (NT4, 2000, XP, 2003, Vista),
    * Linux,
    * FreeBSD, NetBSD, OpenBSD,
    * SunOS and
    * MacOS

    Source files and precompiled binary executables are available for DOS, Win32, MacOSX and Linux from the download page
    Filesystems

    TestDisk can find lost partitions for all of these file systems:

    * BeFS ( BeOS )
    * BSD disklabel ( FreeBSD/OpenBSD/NetBSD )
    * CramFS, Compressed File System
    * DOS/Windows FAT12, FAT16 and FAT32
    * HFS, HFS+ and HFSX, Hierarchical File System
    * JFS, IBM's Journaled File System
    * Linux ext2 and ext3
    * Linux LUKS encrypted partition
    * Linux RAID md 0.9/1.0/1.1/1.2
    o RAID 1: mirroring
    o RAID 4: striped array with parity device
    o RAID 5: striped array with distributed parity information
    o RAID 6: striped array with distributed dual redundancy information
    * Linux Swap (versions 1 and 2)
    * LVM and LVM2, Linux Logical Volume Manager
    * Mac partition map
    * Novell Storage Services NSS
    * NTFS ( Windows NT/2000/XP/2003/Vista/2008 )
    * ReiserFS 3.5, 3.6 and 4
    * Sun Solaris i386 disklabel
    * Unix File System UFS and UFS2 (Sun/BSD/...)
    * XFS, SGI's Journaled File System

    visit this link.

    Damn Small Linux 4.4.4


    Damn Small is a very versatile 50MB mini desktop oriented Linux distribution. DSL was originally developed as an experiment to see how many usable desktop applications can fit inside a 50MB live CD. It was at first just a personal tool/toy. But over time Damn Small Linux grew into a community project with hundreds of development hours put into refinements including a fully automated remote and local application installation system and a very versatile backup and restore system which may be used with any writable media including a hard drive, a floppy drive, or a USB device.

    DSL has a nearly complete desktop, and many command line tools. All applications are chosen with the best balance of functionality, size and speed. Damn Small also has the ability to act as an SSH/FTP/HTTPD server right off of a live CD. In our quest to save space and have a fully functional desktop we've made many GUI administration tools which are fast yet still easy to use. What does DSL have?

    XMMS (MP3, CD Music, and MPEG), FTP client, Dillo web browser, Netrik web browser, FireFox, spreadsheet, Sylpheed email, spellcheck (US English), a word-processor (Ted), three editors (Beaver, Vim, and Nano [Pico clone]), graphics editing and viewing (Xpaint, and xzgv), Xpdf (PDF Viewer), emelFM (file manager), Naim (AIM, ICQ, IRC), VNCviwer, Rdesktop, SSH/SCP server and client, DHCP client, PPP, PPPoE (ADSL), a web server, calculator, generic and GhostScript printer support, NFS, Fluxbox and JWM window managers, games, system monitoring apps, a host of command line tools, USB support, and pcmcia support, some wireless support.

    Damn Small is small enough and smart enough to do the following things:

    • Boot from a business card CD as a live linux distribution (LiveCD)
    • Boot from a USB pen drive
    • Boot from within a host operating system (that's right, it can run *inside* Windows)
    • Run very nicely from an IDE Compact Flash drive via a method we call "frugal install"
    • Transform into a Debian OS with a traditional hard drive install
    • Run light enough to power a 486DX with 16MB of Ram
    • Run fully in RAM with as little as 128MB (you will be amazed at how fast your computer can be!)
    • Modularly grow -- DSL is highly extendable without the need to customize

    Change in DSL v4.4:

    * New Lua/Fltk refactored for enhanced performance.
    * New Fltk library now available for C/C++ programs.
    * New fldiff - File Diff GUI Viewer.
    * Update to rsync to v3.0.2
    * Updated mydslBrowser - new feature "Download Only"
    * Modified "X Window Snapshot" to save image file with date.
    * Added dfm association for easy display of "X Window Snapshot" images.
    * Updated .torsmorc for more consistent "used/free/total"
    * Restored Firefox default search engines.
    * New low resource background & theme.
    * New font added smoothansi - used in jwm menu.
    * New .luafltkrc for Lua/Fltk theme and defaults.
    * Updated dmix.
    * Updated man script, new -o -b options and site.
    * Fixed permissions on fusermount.
    * Fixed cpanel bug to turn off ssh daemon.
    * Modified nfs-common to also start portmap when needed.
    * Patched kbdconfig to properly select keymaps.
    * Modified .bash_profile to eliminate an extra login shell.
    * Updated cgi example test.lua to call proper cgi.lua
    * Removed stray line in Fluxbox menu.
    * Updated "Getting Started" document with Wiki link and wireless info link.

    DOWNLOAD 1
    DOWNLOAD 2

    from : Astalavista.Ms Forum

    Just Searching, Can Get Earnings