Tag: database



11 Dec 09

berikut langkah2nya sudo invoke-rc.d mysql stop sudo invoke-rc.d apache2 stop sudo update-rc.d -f apache2 remove sudo update-rc.d -f mysql remove hasil dari commend di atas seperti ini Removing any system startup links for /etc/init.d/apache2 … /etc/rc0.d/K09apache2 /etc/rc1.d/K09apache2 /etc/rc2.d/S91apache2 /etc/rc3.d/S91apache2 /etc/rc4.d/S91apache2 /etc/rc5.d/S91apache2 /etc/rc6.d/K09apache2 Removing any system startup links for /etc/init.d/mysql … /etc/rc0.d/K21mysql /etc/rc1.d/K21mysql /etc/rc2.d/S19mysql /etc/rc3.d/S19mysql /etc/rc4.d/S19mysql /etc/rc5.d/S19mysql /etc/rc6.d/K21mysql uninstall AMP constituents sudo apt-get –purge remove mysql-common apache2* php5-common anda harus menjalankan » read more.

Share and Enjoy:
  • Print
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • MySpace
  • PDF
  • Twitter
  • RSS
  • Digg
  • Live

Filed under: note

Trackback Uri






10 Dec 09

LAMP singkatan dari Linux, Apache, MySQL, PHP. tutorial ini memperlihatkan cara installĀ  Apache2 webserver di Ubuntu 9.10 server dengan PHP5 support (mod_php) dan MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100 atau localhost. These settings might differ for you, so you have to replace them where appropriate. I’m » read more.

Share and Enjoy:
  • Print
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • MySpace
  • PDF
  • Twitter
  • RSS
  • Digg
  • Live

Filed under: note

Trackback Uri






21 Nov 09

ini ada penjelasan bagus mengenai SQL Injection : http://www.unixwiz.net/techtips/sql-injection.html Sekarang bagaimana cara memproteksi form inputan kita dari serangan model seperti itu.. php sudah menyediakan fungsi untuk itu : berikut scriptnya // menggunakan ctype_alnum if ((ctype_alnum($username) == false) or (ctype_alnum($pass) == false)) { die (“Maaf, anda harus menginputkan alphanumerik”) : } ?> lebih jelasnya bisa liat disini mengenai fungsi tersebut : http://www.php.net/ctype_alnum Mudah-mudahan dengan cara ini sedikit mengurangi orang-orang yang iseng.. » read more.

Share and Enjoy:
  • Print
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • MySpace
  • PDF
  • Twitter
  • RSS
  • Digg
  • Live

Filed under: note

Trackback Uri




6 visitors online now
6 guests, 0 members
Max visitors today: 8 at 04:01 pm WIT
This month: 23 at 09-01-2010 06:22 pm WIT
This year: 93 at 07-09-2010 07:25 pm WIT
All time: 93 at 07-09-2010 07:25 pm WIT