Category: Problems & Solves

I’m having a big problem where my clients can’t send their email but only can receive them. after checking my exim/maillog i found this :

R=lookuphost defer (-1): host lookup did not complete

So I’m guessing there should be a problem with my email server.  After searching through google I came across with a solution from here. Then I run a test check given in the solution.

1st : mail -v me@gmail.com (still got the error above)

2nd:host websample.com (;; connection timed out; no servers could be reached)

Then i check the /etc/resolv.conf and found the nameserver is still the old one, so i changed it. Walla… my problem solve.

Malay Version:

Aku ada masalah dengan nak send email dari server aku. Bila aku check dalam log exim/maillog aku lihat error macam ni:

R=lookuphost defer (-1): host lookup did not complete

Jadi server mail aku ada masalah. Aku search google dengan keyword atas aku dapat apa yang aku perlukan disini. Jadi aku pun cuba ikut langkah-langkah yang diarahkan seperti berikut:

1st : mail -v me@gmail.com (still got the error above)

2nd:host websample.com (;; connection timed out; no servers could be reached)

 Maka sah lah server mail aku ada problem dengan DNS dia. Jadi bila aku buka file /etc/resolv.conf aku dapati dia masih lagi nameserver yang lama. Aku pun ubah nameserver ikut IP yang baru dan……… Alhamdulillah masalah email aku tu selesai.

Do you having trouble in design your website. Well I do. I got this huge problem when one of my clients called me an ask me why was the design doesn’t  appear  same as what he saw in my laptop. Then I got blurry and confusing on what was he talking about. Then i started to search using my very favorite search engine GOOGLE. My keywords “How to use IE6 & IE7″ something like that I think.

Then i got this file name ie6eolas_nt.zip  from the site given. I’m sorry i forgot the link also. After I’ve got the zip file then I extract it and walla..it’s now ready to use just by extracting to your folder. Now I know… what was my clients talking about. Some of it, gave me headache  because I just don’t know  how to solve it’s.

To all my clients, I’ll assure you that I will look into this matters until I’ve found the solution. For those who wanted the ie6eolas file, I will be uploaded it soon.

Kita sering hadapi masalah dalam nak menukar favicon yang sedia ada didalam satu aplikasi online seperti contoh Joomla. Paling senang kita delete file favicon.ico dan selesai masalah.

Tapi macam mana kita nak buat sendiri. Macam nak buat bila kita ada image kita sendiri dalam format gif, jpg, png, & bmp dan kita nak buat dia jadi favicon.ico utk laman web kita. Solution dia adalah klik icon dibawah ini utk convert image anda kepada ikon-ikon seperti favicon.ico .

Klik button ini –>Favicon maker- Create a favicon from any image

AKu baru je terkena service mysql tetiba down dan aku tak tahu sejak bila dia down. Aku cuba start balik guna command :

/sbin/service mysqld start 2.&1

dapat error message :

etc/init.d/mysqld: line : 151 Kill PID (lebih kurang mcm ni error)

Solution :

sila guna command ni :

  1. killall mysqld (sebab takut ada process lain yg tak stop lagi utk mysqld)
  2. /sbin/service/mysqld start 2>&1

Insya’allah ok cuma aku tak jumpa lagi kenapa dia boleh berlaku.

Aku hari ni diberi assignment untuk mcm mana nak protected directory2 tertentu supaya bila org nak view kena masuk username n password.maka aku ada terjumpa sesuatu di google dan ini dia solutionnya.Ini pada sesiapa yang nak tahu mcm mana nak protect directory dia ble guna ilmu dibawah ni yang aku terjumpa di devside.net
Create user/password file
Sila masuk pada command promt anda terlebih dahulu dan pilih dimana file htpasswd.exe anda berada. Seperti contoh file htpasswd.exe saya berada di tempat seperti berikut…C:\apache\bin> htpasswd

Setelah anda menjumpai file tersebut sila lakukan arahan berikut..

C:\apache\bin> htpasswd -cmb c:\.htpasswd username_anda password_anda

c:\.htpasswd ini merupakan dimana file tersebut akan disimpan.
Configuration — httpd.conf
Sekarang kita perlu edit file httpd.conf

Selalunya ia berada disini C:\Apache2\conf\httpd.conf

Pastikan line berikut telah diaktifkan dengan membuang tanda # didepan line tersebut

LoadModule access_module modules/mod_access.so
LoadModule alias_module modules/mod_alias.so

Kemudian aktifkan line berikut dengan membuang simbol # didepannya.
(1st line diperlukan untuk ‘AuthUserFile’)
(2nd line diperlukan untuk ‘Options Indexes’: untuk papar indeks direktori)

LoadModule auth_module modules/mod_auth.so
LoadModule autoindex_module modules/mod_autoindex.so

Kemudian masukkan code berikut

<Files ~ "^.ht">    Order allow,deny

Deny from all</Files>

Alias /private "/www/private"

<Directory "/www/private">

Order allow,deny   Allow from all

Options Indexes   AuthType Basic

AuthName "Private Access"   AuthUserFile "C:.htpasswd"

Require valid-user</Directory>

simpan file tersebut dan restart apache

> net stop Apache2
> net start Apache2

Maklumat lanjut sila ke sini devside.net

Yesterday the email team ask me to help them to install myodbc v 3.xx on their new server. The isntallation of the mysql server and the myodbc seem to be good and there is no problem in setting them up. But the problem occurred after we trying to set the odbc connection.

“Host connecting Error”

That just it. Is it because of the configuration or because of the grant permission in the mysql. Before this I’ve already installed twice but it’s a long time ago and the same configuration I used it works. I’m sorry i cannot help them to solve their problems. The better way is to find the requirement for the MyODBC is it compatible with their current mYsql SERVER version because i think there should be no issue..” I THINK”

Ada masalah untuk buat konfigurasi myodbc. Client tak boleh connect to server walhal diri sendiri tu. Localhost. 

Solution / Penyelesaian :
Reinstall mysql server & myodbc. Please insure to  check allow remote from any computer in the instance setting for mysql using the Instance Wizard. If anything try to use GOOGLE for advanced finding.

 Cuba reinstall balik mysql server dengan myodbc insya’allah ok. Kalau tak ok sila lah menggunakan GOOGLE untuk mencari penyelesaian bagi masalah anda.

Assalammualaikum and Hello and welcome my personal blog where I express my feelings, thoughts and knowledge to be used as a guide in our daily life. May you all have fun reading it.
Semoga ia dapat dijadikan tauladan dan pedoman dan membantu meningkatkan taraf kehidupan kita seharian.
  •