version ใหม่ๆมันจะมี salt ด้วยนะครับ ทำให้ไม่สามารถ ใช้ function md5 ของ mysql สร้างได้
1. เข้าไปใน Database
INSERT INTO `smf_members` (`id_member`, `member_name`, `date_registered`, `posts`, `id_group`, `lngfile`, `last_login`, `real_name`, `instant_messages`, `unread_messages`, `new_pm`, `buddy_list`, `pm_ignore_list`, `pm_prefs`, `mod_prefs`, `message_labels`, `passwd`, `openid_uri`, `email_address`, `personal_text`, `gender`, `birthdate`, `website_title`, `website_url`, `location`, `icq`, `aim`, `yim`, `msn`, `hide_email`, `show_online`, `time_format`, `signature`, `time_offset`, `avatar`, `pm_email_notify`, `karma_bad`, `karma_good`, `usertitle`, `notify_announcements`, `notify_regularity`, `notify_send_body`, `notify_types`, `member_ip`, `member_ip2`, `secret_question`, `secret_answer`, `id_theme`, `is_activated`, `validation_code`, `id_msg_last_visit`, `additional_groups`, `smiley_set`, `id_post_group`, `total_time_logged_in`, `password_salt`, `ignore_boards`, `warning`, `passwd_flood`, `pm_receive_from`) VALUES
(null, 'admin', 1323610531, 0, 1, '', 1326678687, 'admin', 0, 0, 0, '', '', 0, '', '', '7b902e6ff1db9f560443f2048974fd7d386975b0', '', '[email protected]', '', 0, '0001-01-01', '', '', '', '', '', '', '', 0, 1, '', '', 0, '', 0, 0, 0, '', 1, 1, 0, 2, '127.0.0.1', '127.0.0.1', '', '', 4, 1, '', 70, '', '', 4, 26613, 'a448', '', 0, '', 1);
ก็เข้าไป ใน database จากนั้น edit user ไหนก็ได้ ใน smf_members ช่อง member_name(ในตารางจะเป็นอักษรตัวใหญ่ แต่เขียนแบบนี้แล่ะ)
ก็เข้าไป ใน database จากนั้น edit user ไหนก็ได้ ใน smf_members ช่อง member_name(ในตารางจะเป็นอักษรตัวใหญ่ แต่เขียนแบบนี้แล่ะ)