Tag wordpress

Buang Entri Lama 8

Jan7

Baru tadi ni aku check email. Biasa la, kalau tak dapat Spam comment, memang tak sah. Bila baca-baca tajuk entri, macam tak pernah dengar je. Aku baca la semula entri tu, sebab, ye lah.. kalau dah entri tahun 2005, siapa pun tak akan ingat, kan?

continue reading »

Tags: , ,

WP-Grins untuk WordPress 2.7 4

Dec27

For the user who using the plugins WP-Grins, there are something you should change in the -grins.php. Edit your .php, and then, find this code:-

tinyMCE.execInstanceCommand('mce_editor_0', 'mceInsertContent', false, ' ' + tag + ' ');
tinyMCE.selectedInstance.repaint();

Delete the code, and replace it with this code:-

tinyMCE.execCommand('mceInsertContent', false, ' ' + tag + ' ');

*Credits to Tomb Braider for the tips at http://wordpress.org/support/topic/214603

Okey. One more thing, did you notice that when you using this wp-grins plugins, the clickable smilies admin area at Post >> Add New does not work? So, you can remove the code by editing your wp-grins.php, and find:-

add_action('admin_head', 'wp_grins_head');

Delete the code.

*Thanks to Bingorabbit for telling us this.

ikoko: Hampir 50% sudah selesai. Alhamdulillah.

Tags: , , , , ,

Bukan Sekadar Upgrade WordPress 2.7 9

Dec16

Harini baru aku tahu yang bila kita nak upgrade WordPress kita ke version 2.7, ia bukan hanya sekadar upgrade macam tu je. Kalau macam selalu, aku memang malas nak baca entry yang ditulis oleh pihak wordpress. Tapi versi kali ni buat aku tertekan dan sakit-sakit kepala. Uhuhu. Dah lama tak main-main dengan code segala.

Ada sesetengah plugin dan theme yang tak compatible dengan WordPress 2.7. WordPress ada lakukan banyak perubahan dengan . So, kepada sesiapa yang nak check sama ada theme/plugin korang compatible dengan wordpress yang korang sedang guna ni, boleh la pi kat Plugin Compatibility dan Themes Compatibility.

Satu lagi, wordpress 2.7 dah ada features yang kebanyakkan blogger suka, iaitu “comment threaded” dan randomize avatar/gravatar untuk visitor yang tiada gravatar sendiri di bahagian komen. Semua ni boleh dienablekan di bahagian Settings >> Discussion. (Thanks Derek for the info).

Sekarang ni, yang setakat aku jumpa la kan. Hanya Theme Grid Focus sahaja yang boleh kata 100% compatible dengan wordpress 2.7 ni.

Aku sayang giler dengan theme lush(wide) yang aku guna sebelum ni. Tapi apa boleh buat. Aku dah cuba sedaya upaya untuk fixed theme tu, tapi tetap gagal. urgh. So, aku ambil jalan pintas, guna je Grid Focus ni. Senang hati. :)

Tinggal nak susun sidebar je. Aku belum sumbat Msjbox aku sebab nak kena edit lagi colour Msjbox tu. Dalam masa yang sama, boleh pula aku lupa nama software yang aku selalu gunakan untuk matching kan colour. Aihs… What to do aa? Continue later la.

ikoko: Kesian mak tunggu aku dari pagi tadi untuk turun Kluang. :(( I’m sorry mom. Hati tak berapa nak senang selagi tak ok. Ni aku tak habis-habis berdebar-debar sambil ugprade wordpress. Dah kenapa la kan? Ye la, nak upgrade cepat-cepat sebab nak kejar masa.

Tags: , , , , ,

Upgrade Your WordPress to 2.6.2 version 5

Sep18

Please upgrade your to 2.6.2 version. Get it from http://wordpress.org.

This is some additional information. I just know about this “Secret Keys on 2.6 version”.

Here’s a detailed explanation on the -hackers email list from Mark Jaquith in response to the question, “What is the SECRET_KEY for?”

It is a hashing salt that is not readable through the database. “And what is a salt?” A salt is something that adds randomness to a hash input and makes it much harder to crack. For example:

In these examples, consider that the password is “test”, but that the cracker does not know this (indeed, this is what he’s trying to determine). And yes, I’m glossing over some stuff, but this is the simplistic explanation.

Easy to crack: md5(‘test’);

Since ‘test’ is a short dictionary word, crackers who have the output hash can easily use rainbow tables (dictionary lookup table) to crack that password in seconds, or minutes.

Harder to crack: md5(‘test’ . $known_salt);

In this case, the cracker has to generate a new rainbow table that adds the $known_salt value to their table’s hashes. This slows them down.

Even harder to crack: md5(‘test’ . $unknown_salt);

In this case, they don’t know the salt. And since a good salt is something very random, like “888a7da62429ba6ad3cb3c76a09641fc” — they can’t use rainbow tables to help them. They have to just “brute force” their way through all the possible combinations. This is a huge hurdle. Something that might take 10 minutes before could now take years.

More? Click at this link.

http://codex.wordpress.org/Editing_wp-config.php#Secret_keys_.282.6.29

Ok. About the changelog, please view this link; http://codex.wordpress.org/Changelog/2.6.2.

Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand() , you can read at WordPress Blog.

ikoko: Salah satu daripada kepunyaanku dah menjadi mangsa perbuatan hack. Adeih. Nasib la blom banyak entry lagi dalam tu, dan masih boleh dibuat “export”. adiosz semua. sila upgrade wordpress anda. jangan malas.

Tags: ,

Bless is powered by WordPress and FREEmium Theme.
developed by Dariusz Siedlecki and brought to you by FreebiesDock.com