Filed Under ([-] PHP) by Junkiest`Jr on 14-09-2008
Now i can watch TV online…. because don’t have much time to watch on TV. so i choose watch on internet..
huehuehuehuehue……. the site who provide this service : http://tv.indowebster.com/index.php?link=tv
Requirment :
RealPlayer 11…
FlashPlayer...
Filed Under ([-] PHP) by Junkiest`Jr on 14-09-2008
CAPTCHA…. what is that? definition of that word is Completely Automated Public Turing test to tell Computer and Human Apart [ begh njlimet... keseleo lidah gw
]. yup, with this captcha we can prevent bruteforce attack. it’s tell to computer, which the user is not a program or kind else [ bot ]. usualy captcha use on validation form. ex on registering form.
we can make a simple captcha form with php.
Read the rest of this entry »
Filed Under ([-] PHP) by Junkiest`Jr on 11-09-2008
we can import sql file which that sql file is execute syntax sql, for example : create table, insert value, delete etc. but now we try to execute that sql syntax use php programing. is it necesary to know ? [ of course with this method, usualy use on contain management system to install the table for their system ].
let’s begin. to do this method, we parse the sql file.
:SQL FILE
CREATE TABLE Contoh(
id int NOT NULL AUTO_INCREMENT, PRIMARY KEY(id),
nama varchar(30) NOT NULL,
keterangan varchar(100)
);
INSERT INTO Contoh(id,nama,keterangan) values(1,'berita','membuat categori berita');
Read the rest of this entry »
Filed Under ([+] About Life) by Junkiest`Jr on 08-09-2008
hahahahah….. present for our friendship [ presembahan untuk persahabatan ], gak pengin macem-macem sih, cuma pengin mengucapkan terima kasih banyak buat smua temen-temenkuw dimana saja. tanpa kalian semua diriku yang sekarang ini gak bakalan seperti ini. temen-temen game, underground, my best friend and the other.
pikiran tertekan enaknya ngapain? jawabnya kumpul bareng temen-temen… wkwkkwkw.. ntah itu maen game, ngoprek programing, ngerumpi, ngocol or shoping-shoping. huehuehuehue……
Read the rest of this entry »
Filed Under ([+] Linux) by Junkiest`Jr on 30-07-2008
Pertama cuma iseng-iseng aja nyobain Ubuntu 8.04 di Axioo yang katanya ada masalah dengan chipset SIS 672 nya. tapi ngehang waktu masuk loader Ubuntunya. setelah beberapa lama googling akhirnya ketemu juga, dan ternyata ada permasalahan di bagian ACPI nya. so, biar bisa masuk alias gak ngehang perlu ditambahkan parameter waktu Boot. cukup di tambahkan parameter
:paramter Ubuntu 8.04
#noapic nolapic acpi=off
Read the rest of this entry »