Plesk Backup Process Error

May 12, 2008

Operating System : MS WIndows Server 2003 Standart Edition Plesk Version : 7.5.6 The operation you were performing failed. You can retry the operation with or without changing its parameters. You may also want to report this problem to our support so that we could help you as soon as possible. Backup process has failed [...]

Read the full article →

Windows XP Service Pack 3

May 7, 2008

Windows XP SP3 combines all previously released performance, security, and stability updates. It also provides a limited number of new and enhanced functionalities, although it does not significantly change the Windows XP experience or bring functionality from newer versions of Windows to Windows XP. The goals of Windows XP SP3 are to: Provide a new [...]

Read the full article →

Nagios NRPE Command for checking exim queue count

April 20, 2008

Nagios NRPE Command for checking exim queue count Written by Sayid Munawar <ayik@freebsd.or.id> script skeleteon based on check_log written by Ethan Galstad (nagios@nagios.org) Last Modified: August 5, 2006 Usage: ./check_eximq [-w count_warn] -c [count_crit] Description: This plugin will get output from exim -bpc. That is the count for current exim queue if output is below [...]

Read the full article →

Proteksi folder chmod 777 dengan htaccess

April 1, 2008

Folder dengan chmod 777 = bisa di tulis, baca dan di eksekusi oleh “siapa saja” Biasanya kelemahan ini dianggap sepele (terabaikan begitu saja), padahal ini bisa berakibat fatal dari sisi sekuriti web, terutama pada folder upload/images. Sebaiknya jika menngunakan fasilitas upload untuk umum seperti upload file, image avatar, image profile, dll. Folder tujuan sebaiknya difilter, [...]

Read the full article →

Exim Error log : Gid 99 is not permitted to relay mail

February 14, 2008

Exim Error Log : 2008-02-12 14:37:04 1JOphQ-0007td-6w <= nobody@titik.org U=nobody P=local S=629 T=”Testing Kirim Email” 2008-02-12 14:37:04 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1JOphQ-0007td-6w 2008-02-12 14:37:04 1JOphQ-0007td-6w ** me@titik.org R=checkspam2: Gid 99 is not permitted to relay mail, or has directly called /usr/sbin/exim instead of /usr/sbin/sendmail. 2008-02-12 14:37:04 1JOphQ-0007td-6w ** me@titik.org R=checkspam2: Gid 99 is not [...]

Read the full article →

Problem starting Apache 2.2.0 Freebsd

February 6, 2008

[root@pisangraja ~]# /usr/local/etc/rc.d/apache22 restart Performing sanity check on apache22 configuration: httpd: apr_sockaddr_info_get() failed for pisangraja.jc httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName Syntax OK Stopping apache22. Waiting for PIDS: 11416. Performing sanity check on apache22 configuration: httpd: apr_sockaddr_info_get() failed for pisangraja.jc httpd: Could not reliably determine the [...]

Read the full article →

Domain Murah .CN hanya Rp.2700 – IDwebhost

February 6, 2008

Domain nya adalah domain dengan ekstensi .CN (cina) Para blogger sekarang hanya bermodalkan Rp.3000 ( masih sisa  Rp.300) sudah bisa pny domain dengan brand sendiri. Mendapatkannya tanpa syarat macam-macam, jadi tidak harus dengan hosting baru bisa dapat domainnnya. jadi … tinggu apa lagi … dapatkan domain murah tersebut hanya di IDWEBHOST

Read the full article →

Install phpBB SEO

February 3, 2008

Install phpBB SEO 1> Backup all your files; 2> Download phpbbseo : http://www.phpbb-seo.com/boards/advanced-seo-url/advanced-phpbb3-seo-url-vt1219.html 3> extract [phpBBc@titik www]$ unzip adv_phpbb3_mod_rewriteV0-4-0.zip [phpBBc@titik www]$ cd root/ [phpBBc@titik www]$ mv phpbb_seo ../ 4> CHMOD the phpbb_seo/cache/ folder to 0777; [phpBBc@titik www]$ chmod 777 phpbb_seo/cache/ 5> Empty the phpBB/cache/ folder : just delete all files EXCEPTS the .htaccess. [phpBBc@titik www]$ [...]

Read the full article →

STOP AIDS, Kasih Sayang dan Keteladanan

December 1, 2007

Apakah sikap Apatis terhadap penyakit aids/hiv karena tidak tahu? atau tidak mau tahu? Selamat jalan untuk inga eti (beserta bayi 3bulan), mba ari (beserta bayi 10 bulan), kak lulu, bang wawut. Penderitaanmu selama ini menahan sakit telah sembuh untuk selamanya … Fakta : Kebiasaan buruk mereka yang pernah diketahui antara lain, pernah menggunakan obat-obatan terlarang [...]

Read the full article →

Mysql Error : Client does not support authentication protocol requested by server

November 25, 2007

Error : Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in /home/path/public_html/includes//adodb-mysql.inc.php on line 355 Info : dbuser=dbuser dbpasswd=mypassword Solution : Update your mysql user mysql> UPDATE mysql.user SET password = OLD_PASSWORD(‘mypassword’) WHERE user=’dbuser’ AND host=’localhost’; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: [...]

Read the full article →