Archive for the 'มุม PHP' Category

phpMyAdmin Error – The configuration file now needs a secret passphrase (blowfish_secret)

Friday, July 27th, 2018

Can fix 1 2 3 . $cfg[’blowfish_secret’] = ; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ .. $cfg[‘blowfish_secret’] = ; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ . to 1 2 3 . $cfg[’blowfish_secret’] = ‘$2a$07$mtsebhJs1pOwePAtO7TzX..vnBZYkBUamsG5QXfbO992aGpKQVj2u’; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ .. $cfg[‘blowfish_secret’] = […]

shortcut ที่ใช้บ่อยระหว่าง Eclipse และ NetBeans

Tuesday, April 22nd, 2014

ปกติผมใช้ Eclipse เป็น tool ในการ develop java แต่พอมาลองใช้ NetBeans ก็งงเลยกับ shortcut เพราะมันไม่เหมือนกับ Eclipse เลย Y_Y ก็เลยหา shortcut หลักๆ ที่ใช้บ่อย กลัวลืมเลยขอเอามาเก็บไวครับ   Function Eclipse NetBeans Open type Ctrl+Shift+T Ctrl+O Open resource Ctrl+Shift+R Alt+Shift+O Quick outline Ctrl+O Ctrl+Shift+F12  

วิธีทำให้ mCrypt extension ใช้งานได้

Monday, May 6th, 2013

กันลืม ตอนแรกนึกว่าไม่ลืม ฮ่าๆ พอไม่ได้ทำนานๆ ดันงงซะงั้น ขันตอนวิธี 1. นำ libmcrypt.dll ไปวางไวที่ C:\windows libmcrypt.dll จะอยู่ใน folder php ที่เราลงไว้ เช่น C:\xxxx\php5\ 2. เข้าไปที่ C:\Windows เปิด file php.ini และเปิดมันซะ ;extension=php_mcrypt.dll แก้เป็น extension=php_mcrypt.dll;extension=php_mcrypt.dll แก้เป็น extension=php_mcrypt.dll 3. Restart apache service ง่ายๆ แค่นี้แหละครับ แต่นานๆไปก็มีลืมเหมือนกัน อิอิ