Minggu, 14 Juni 2009

tentang diriku


Sikapmu lembut, tapi dalam mengambil keputusan nampak tegas. Suka mengalah dan ringan tangan. Suka membantu siapa saja yang sedang dilanda kesusahan. Setia kawan yang tinggi. Sekalipun orang yang ditolongnya baru pertama kali dijumpainya, alias belum dikenal.Bahkan terkadang sifat sosialnya itu agak diluar batas kewajaran sebagai manusia. Habis udah tau punya uang pas-pasan misalnya, eh malah diberikan ke orang lain. Tapi ya itu, dia hanya akan memberikan pertolongan berdasarkan perasaan hati nurani alias nggak perlu diminta. Justru pada orang yang terang-terangan meminta padanya, dia amat nggak suka.Orang seperti ini termasuk orang yang enggak mudah emosi. Meskipun perasaannya sebenarnya tersinggung, tapi nggak diperlihatkannya. Kecuali jika dianggapnya sudah keterlaluan banget, emosinya bisa nggak terkendali. Tapi namanya juga manusia, tetap punya kelemahan. Jika sudah merasa cape dalam mengerjakan sesuatu suka ngedumel/cuap2. he..he..he.. Bicaranya ceplas-ceplos, tanpa peduli pada perasaan orang lain. Pada orang yang jelas-jelas nggak disukainya terlalu diperlihatkan. Boro-boro mau ngobrol, dekat-dekat aja nggak mau.Pada umumnya orang yang seperti ini sedikit pemalu. Itu sebabnya untuk bisa masuk lingkungan pergaulan butuh waktu beradaptasi cukup lama. Kamu masih bisa mengendalikan keadaanmu dari tekanan. Walau terkadang nampak tak mudah, namun sebenarnya kamu telah melaluinya dengan baik. Hadapi segala sesuatunya dengan senyuman. Kalau terlalu sulit lakukanlah itu di dalam hati. Senyuman di dalam hati biasanya lebih jujur dari senyuman yang terlihat oleh mata.




Continue reading tentang diriku

Selasa, 12 Mei 2009

masuk sini

Dalam contoh kali ini, saya membuat register, login, dan logout dalam 6 buah script.
Yakni :
1. Index.php
2. Config.php
3. Daftar.php
4. Daftar2.php
5. Login.php
6. Dan logout.php
Pertama -tama yang harus dilakukan tentu saja adalah membuat database-nya terlebih dahulu.
Buatlah database dengan nama ?reglog?. Lalu buat table dengan nama ?members?. Lalu masukkan
field berikut:
?Id? type = bigint(20)
?nama? type = varchar(50)
?email? type = varchar (50)
?password? type = varchar(8)
Jika sudah, masukkan script berikut :

Ini untuk mengkoneksikan dengan database...
Config.php
$host = "localhost";
$user = "root";
$pass = "";
$db = "reglog";
$table = "members";
$connect = mysql_connect($host,$user,$pass) or die("Gagal konek");
$pilih_db = mysql_select_db($db) or die("Database tidak ada");
$cookie_nama = $_COOKIE['nama'];
?>

Index.php
include("config.php");
?>
if($_GET['register'])
{
include("daftar.php");
exit;
}
?>
if($_GET['register2'])
{
include("daftar2.php");
exit;
}
?>
if($_GET['login'])
{
include("login.php");
exit;
}
?>


if($_GET['logout'])
{
print "Anda telah berhasil logout !

";
}
?>Welcome
$cookie_nama = $_COOKIE['nama'];
print "$cookie_nama";
?> [Logout]


Klik href="index.php?register=masukkan%20nama,email,dan%20password%20untuk%20daftar"
class="style2">disini
untuk register





















Login
User :
Password :
style="background -color:#CCCCCC ">





Daftar.php




























Register
Nama :
Email :
Password :
Confirm Password :




Daftar2.php
$nama = $_POST['nama'];
$email = $_POST['email'];
$password = $_POST['password'];
$c_password = $_POST['c_password'];
if($password != $c_password)
{
print "";
exit;
}
if((!empty($nama)) && (!empty($email)) && (!empty($password)))
{
$query = mysql_query("INSERT INTO $table (nama,email,password)
values ('$nama','$email','$password');");
print "Registrasi success
Back to
Home
";
}
else
{
print "";
}
?>


Login.php
$user = $_POST['user'];
$password = $_POST['password'];
$query = mysql_query("SELECT * FROM $table where nama='$user'");
$result = mysql_fetch_array($query);
$row = mysql_num_rows($query);
if(($user == "") && ($password == ""))
{
print "
Anda belum memasukkan username dan password !";
exit;
}
if($row != 0)
{
if($password != $result['password'])
{
print "
Password salah !";
}
else
{
setcookie("nama",$user);
print "
Anda telah berhasil login dengan nama
$user
Back to home";
}
}
else
{
print "
Maaf, Username tidak terdaftar !
Silahkan daftar dulu
color=blue>disini";
}
?>


Logout.php
setcookie("nama","");
header("Location: index.php?logout=success");
?>

Notes :
Bila anda berhasil, maka pada saat anda telah mendaftar dan login sebagai nama yang anda daftarkan,
maka pada halaman index akan tampil nama anda disamping teks welcome.

Continue reading masuk sini

baru ketik

link tulisan
Designed by cooperblack

situs forum firefox
http://www.bukisa.com/join/thanks

komunitas hacker
http://www.jasakom.com/index.php?categoryid=23
http://www.ilmuwebsite.com/detil_hacking/22/Koleksi_63_Keylogger_Pilihan/

brush keren
http://www.obsidiandawn.com/

situs download software
http://www.brothersoft.com/downloads/illustrator.html

tutorial firework 8
http://www.tutorialized.com/tutorials/Fireworks/1

tutorial dreamwaver
http://www.teacherclick.com/dreamweaver8/t_2_1.htm

tutorial flash
http://www.toserbatutorial.com/detail.php?cPub=Hits&cCode=40&drSAID=Your%20Name%20Required!%3Cbr%3E&name=&email=&web=#listCmPost

tutorial gambar/video photoshop
http://www.metacafe.com/watch/yt-DkKk8lNUJA0/photoshop_tutorial_eyelashes/


situs belajar web design
http://www.intellixmedia.com/web-design-ca.htm
http://www.w3schools.com/Css/css_text.asp


adobe photoshop
http://www.metacafe.com/watch/752928/photoshop_tutorial_fire_planet/

situs file flash
http://www.babaflash.com/forum/index.php

Situs File Midi

www.findmidis.com
midi.homemusician.net
www.freemidi.org
www.kampungmidi.com
www.cool-midi.com
www.midimole.comhttp://www.bukisa.com/join/thanks
www.all-midi.com

Soft Ware Audio City
http://audiocity.sourceforge.net

Guitar nd drum trainer v4 rcl
renageminds.com

recorder
roemersoftware.com

mp3 doctor
http://audiocity.sourceforge.net
www.mp3doctor.com/download.htm

av music morpher gold
www.musicmorpher.com/free-music-editor.htm

situs lirik lagu
www.lyricmania.com
www.metrolyrics.com
www.lyrics.com
www.azlyrics.com


vidoe karaoke dg karafun
www.karafun.com/karaokeplayer

av video karaoke maker
dvd-player.audio4fun.com/video-karaoke-maker.htm

power video karaoke
www.powerkaraoke.com/src/prod_powervkaraoke.php

video karaoke studio
www.video karaokestudio.com/free
Continue reading baru ketik

Kamis, 30 April 2009

Untill The Day I Die

I'll spill my heart for you
for you
until the day I die
I'll spill my heart for you

as years go by
I race the clock with you
but if you die right now
know that I'd die to
I'd die too

you remind me of the times
when I knew who I was (I was)
but still the second hand will catch us
like it always does

we'll make the same mistakes
I'll take the fall for you
I hope you need this now
cuz I know I still do

until the day I die (until the day I die)
I'll spill my heart for you
until the day I die (until the day I die)
I'll spill my heart for you

should I bite my tongue?
until blood soaks my shirt
we'll never fall apart
tell me why this hurts so much
my hands are at your throat
and I think I hate you
but still we'll say "remember when"
just like we always do
just like we always do

until the day I die (until the day I die)
I'll spill my heart for you
until the day I die (until the day I die)
I'll spill my heart for you

yeah I'd spill my heart
yeah I'd spill my heart for you

my hands are at your throat
and I think I hate you
we made the same mistakes
mistakes like friends do

my hands are at your throat
and I think I hate you
we made the same mistakes
made the same mistakes

until the day I die
I'll spill my heart for you
for you

until the day I die (until the day I die)
I'll spill my heart for you
for you
until the day I die (until the day I die)
I'll spill my heart for you
until the day I die (until the day I die)
until the day I die
Continue reading Untill The Day I Die

second update


Untitled

 
Dm
I open my eyes I try to see but I'm blinded 
       F 
By the white light 
        Dm 
I can't remember how I can't remember why 
           F    C 
I'm lying here tonight 
       Bb              C 
And I can't stand the pain 
      Dm           F            
And I can't make it go away 
     Bb               C 
No I can't stand the pain 
 
                         F 
How could this happen to me? 
             Dm 
I made my mistakes 
                Bb 
Got no where to run 
               C 
The night goes on 
               F 
As I'm fading away 
                 Dm 
I'm sick of this life 
             Bb 
I just wanna scream 
C                       F
How could this happen to me? 
 
F 
 
Dm 
Everybody's screaming I try to make a sound 
           F 
But no one hears me 
    Dm 
I'm slipping off the edge I'm hanging by a thread 
  F                   C 
I wanna start this over again 
   Bb        C 
So I try to hold onto 
  Dm        F 
A time when nothing mattered 
    Bb          C 
And I can't explain what happened 
    Dm       F                         Bb 
And I can't erase the things that I've done 
     C 
No I can't 
 
                         F 
How could this happen to me? 
             Dm 
I made my mistakes 
                Bb 
Got no where to run 
               C 
The night goes on 
               F 
As I'm fading away 
                 Dm 
I'm sick of this life 
             Bb 
I just wanna scream 
C 
How could this happen to me? 
 
Bb   C   D   F   Bb   C   Dm   F 
 
             D 
I made my mistakes 
                Bb 
Got no where to run 
               C 
The night goes on 
               F 
As I'm fading away 
                 Dm 
I'm sick of this life 
             Bb 
I just wanna scream 
C                       F 
How could this happen to me?
Continue reading second update

Rabu, 08 April 2009

Dear GOD

Intro: F C Dm Am Bb F C (x2)

F C Dm Am
A lonely road, crossed another cold state line
Bb F C
Miles away from those I love purpose hard to find
F C Dm Am
While I recall all the words you spoke to me
Bb F
Can't help but wish that I was there
C
Back where I'd love to be, oh yeah

Chorus 1:
F C Dm C
Dear God the only thing I ask of you is
Bb F
To hold her when I'm not around,
C
When I'm much too far away
F C Dm C
All need that person who can be true to you
Bb F
But I left her when I found her
C
And now I wish I'd stayed
Bb C
’Cause I'm lonely and I'm tired
Am7 Dm C Bb
Missing you again oh no

Once again

F C Dm Am
There's nothing here for me on this barren road
Bb F
There's no one here while the city sleeps
C
And all the shops are closed
F C Dm Am
Can't help but think of the times I've had with you
Bb F
Pictures and some memories
C
Will have to help me through, oh yeah

Back to: Chorus 1

Dm – A/C# – Bb – F
Before long, they waste away
Dm – A/C# – Bb – F
I found you, something told me to stay
Dm – A/C# – Bb – F
I gave in, to selfish ways
Gm C
And how I miss someone to hold
F
When hope begins to fade...
F – C – Dm – Am
A lonely road, crossed another cold state line
Bb – F – C
Miles away from those I love purpose hard to find

Chorus 2:

F – C – Dm – C –
Dear God the only thing I ask of you is
Bb – F –
To hold her when I'm not around,
C
When I'm much too far away
F – C – Dm – C –
All need that person who can be true to you
Bb – F –
But I left her when I found her
C
And now I wish I'd stayed
Bb – C
’Cause I'm lonely and I'm tired
Am7 – Dm - C - Bb
Missing you again oh no
Dm – A/C# – Bb – F
Once again… yeah…
Dm – A/C# – Bb – F
Wooaa… yeah, yeah…

Ending: Dm – A/C# – Bb – F (x17) – FO (Fade Out)
Continue reading Dear GOD