6. Prefix Koruması! Bu olay çok önemli ve Türkler tarafından bilinmeyen bir korunma yöntemi. Exploitler üzerinde oldukça etkili... Şimdi veritabanındaki tablolarda ön ek dediğimiz bir ek var. Bunu değiştirerek birçok hack saldırısından korunacağız sevgili arkadaşlarım. Ben yeni tablo ön ekimi turk_ yapacağım. Şimdi adımları dikkatlice izleyin. Config.php aç,
$config['table_prefix'] = 'mybb_';
Değiştir,
$config['table_prefix'] = 'turk_';
İlk adım tamamlandı, şimdi PhpMyAdmin'e girin. Kullandığınız veritabanını seçin. Üst menüde SQL yazan yere girin! Ve bu kodları girin
RENAME TABLE mybb_adminlog TO turk_adminlog;
RENAME TABLE mybb_adminoptions TO turk_adminoptions;
RENAME TABLE mybb_adminsessions TO turk_adminsessions;
RENAME TABLE mybb_announcements TO turk_announcements;
RENAME TABLE mybb_attachments TO turk_attachments;
RENAME TABLE mybb_attachtypes TO turk_attachtypes;
RENAME TABLE mybb_awaitingactivation TO turk_awaitingactivation;
RENAME TABLE mybb_badwords TO turk_badwords;
RENAME TABLE mybb_banned TO turk_banned;
RENAME TABLE mybb_captcha TO turk_captcha;
RENAME TABLE mybb_datacache TO turk_datacache;
RENAME TABLE mybb_events TO turk_events;
RENAME TABLE mybb_favorites TO turk_favorites;
RENAME TABLE mybb_forumpermissions TO turk_forumpermissions;
RENAME TABLE mybb_forums TO turk_forums;
RENAME TABLE mybb_forumsubscriptions TO turk_forumsubscriptions;
RENAME TABLE mybb_groupleaders TO turk_groupleaders;
RENAME TABLE mybb_helpdocs TO turk_helpdocs;
RENAME TABLE mybb_helpsections TO turk_helpsections;
RENAME TABLE mybb_icons TO turk_icons;
RENAME TABLE mybb_joinrequests TO turk_joinrequests;
RENAME TABLE mybb_mailqueue TO turk_mailqueue;
RENAME TABLE mybb_moderatorlog TO turk_moderatorlog;
RENAME TABLE mybb_moderators TO turk_moderators;
RENAME TABLE mybb_modtools TO turk_modtools;
RENAME TABLE mybb_mycode TO turk_mycode;
RENAME TABLE mybb_polls TO turk_polls;
RENAME TABLE mybb_pollvotes TO turk_pollvotes;
RENAME TABLE mybb_posts TO turk_posts;
RENAME TABLE mybb_privatemessages TO turk_privatemessages;
RENAME TABLE mybb_profilefields TO turk_profilefields;
RENAME TABLE mybb_reportedposts TO turk_reportedposts;
RENAME TABLE mybb_reputation TO turk_reputation;
RENAME TABLE mybb_searchlog TO turk_searchlog;
RENAME TABLE mybb_sessions TO turk_sessions;
RENAME TABLE mybb_settinggroups TO turk_settinggroups;
RENAME TABLE mybb_settings TO turk_settings;
RENAME TABLE mybb_smilies TO turk_smilies;
RENAME TABLE mybb_templategroups TO turk_templategroups;
RENAME TABLE mybb_templates TO turk_templates;
RENAME TABLE mybb_templatesets TO turk_templatesets;
RENAME TABLE mybb_themes TO turk_themes;
RENAME TABLE mybb_threadratings TO turk_threadratings;
RENAME TABLE mybb_threads TO turk_threads;
RENAME TABLE mybb_threadsread TO turk_threadsread;
RENAME TABLE mybb_userfields TO turk_userfields;
RENAME TABLE mybb_usergroups TO turk_usergroups;
RENAME TABLE mybb_users TO turk_users;
RENAME TABLE mybb_usertitles TO turk_usertitles;