Trik membuat Multi Login di YM sendiri

Thursday, January 25, 2007 by Rad Kreasi Inspire Infotech 0 komentar
Kalau mau login dengan beberapa ID di YM 8 secara bersamaan nih ada triknya :
1. Start menu >> run >> ketik ‘regedit’
2. My Computer >> HKEY_CURRENT_USER >> Software >> Yahoo >> Pager >> Test
3. Setelah masuk folder registry ‘Test’ >> klik kanan ‘NEW dWORD value’ >> lalu rename dengan Plural
4. Plural td klik kanan >> modify >> isi valuedata dengan angka selain 0, misal 1( angka Binary, 0 dan 1).
5. view >> refresh
6. lalu jalankan YM 8 anda!!

Mendownload file Website dengan Cepat Dan Mudah

Wednesday, January 17, 2007 by Rad Kreasi Inspire Infotech 0 komentar
Kita sering sekali menjumpai masalah dalam menyimpan sebuah halaman website yang sedang kita buka. Apa lagi untuk menyimpan banyak site dalam satu situs. Masalah ini dapat kita selesaikan dengan menggunakan sebuah software yaitu HTTrack. Software ini dapat membantu kita untuk mendownload/menyimpan kedalam PC kita semua file yang berhubungan dengan situs yang Kita Buka.



Untuk mendapatkan sofware ini silahkan buka link di bawah ini selamat Mencoba Catatan : Sofware ini GRATIS



http://www.httrack.com



HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility. It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online.



HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system. WinHTTrack is the Windows 9x/NT/2000/XP release of HTTrack, and WebHTTrack the Linux/Unix/BSD release.

Export File di PHP ke format Excel

Thursday, January 11, 2007 by Rad Kreasi Inspire Infotech 0 komentar
Setiap orang tahu phpMyAdmin mengekport file ke Format Excel (saya baru tau.. :P) tapi phpMyAdmin hanya mengeksport export .csv file,bukan asli format file Excel. Jika anda tertarik dengan pemrograman PHP dan ingin mengeksport file ke Format excel...check it out!

Contoh PHP export ke XLS file format.

1. Create fungsi untuk XLS
function xlsBOF() { echo pack("ssssss", 0x809, 0x8, 0x0, 0x10, 0x0, 0x0); return; }

function xlsEOF() { echo pack("ss", 0x0A, 0x00); return; }
function xlsWriteNumber($Row, $Col, $Value)
{
echo pack("sssss", 0x203, 14, $Row, $Col, 0x0);
echo pack("d", $Value);
return; }
function xlsWriteLabel($Row, $Col, $Value )

{
$L = strlen($Value);
echo pack("ssssss", 0x204, 8 + $L, $Row, $Col, 0x0, $L);
echo $Value; return; }

2. Mengirim Header ke Browser dalam format download.
// Query Database

$result=mysql_db_query($dbname,"select id,prename,name,sname,grade from appdata where course='$courseid' and sec='$section'")
// kirim header

header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Content-Type: application/force-download");
header("Content-Type: application/octet-stream");
header("Content-Type: application/download");
header("Content-Disposition: attachment;filename=$courseid-$sec.xls ");
header("Content-Transfer-Encoding: binary ");
// XLS Data Cell
xlsBOF();

xlsWriteLabel(1,0,"Student Register $semester/$year");
xlsWriteLabel(2,0,"COURSENO : ");
xlsWriteLabel(2,1,"$courseid");
xlsWriteLabel(3,0,"TITLE : ");
xlsWriteLabel(3,1,"$title");
xlsWriteLabel(4,0,"SETION : ");
xlsWriteLabel(4,1,"$sec");
xlsWriteLabel(6,0,"NO");
xlsWriteLabel(6,1,"ID");
xlsWriteLabel(6,2,"Gender");
xlsWriteLabel(6,3,"Name");
xlsWriteLabel(6,4,"Lastname");
$xlsRow = 7;
while(list($id,$prename,$name,$sname,$grade)=mysql_fetch_row($result))
{++$i;
xlsWriteNumber($xlsRow,0,"$i");
xlsWriteNumber($xlsRow,1,"$id");
xlsWriteLabel($xlsRow,2,"$prename");
xlsWriteLabel($xlsRow,3,"$name");
xlsWriteLabel($xlsRow,4,"$sname");
$xlsRow++; }
xlsEOF();
exit();

10 langkah Download Video dari Youtube

by Rad Kreasi Inspire Infotech
Pernah gak sih kita merasa kagum dengan video-video yang ada di youtube..mulai dari warkop DKI,film taon 70-an sampai tragedi aceh pun ada disini. Pasti juga pernah kalian kepengen mendownload video-video tsb utk di putar di gadget media player anda kapan saja dan dimana saja dan ditunjukkan kepada siapa saja. Berikut cara-cara yang mungkin bisa d coba untuk download :

1. browse ke http://www.youtube.com/ dan cari video korban

2. copy alamat url yang ada di kolom url video tsb.

3. browse ke
http://keepvid.com

4. paste-kan alamat url yg di copy tadi di kolom download (diatas)

5. pilih jenis alamat website ( youtube )


6. klik tombol Download d tombol sebelah kolom tadi sebelah.

7. nanti akan ada link dibawah tombol record tulisannya gini "Original link :" terus click

8. nah..nanti kebuka window untuk pilih save atau open..terserah kamu deh mau di save ato

open.

10. kalo udah...nanti file yang udah d download bentuk format filenya adalah FLV, bisa dimaenin
pake classic windows media player.

* kalo mo, Convert file .flv format yang diinginkan ke format2 yg biasa ditemuin. (googling aja
coy utk converternya.)

11. Cari posisi PW (Posisi uwwanjriit)

12. enjoy

Semoga bisa mengobati kerinduan anda akan video-video...

(kl sukses..kasih tau di testimonial..kl gagal, kl bisa gak usah..hahaha :))