We do not have access to your board that you don't.
If you want to go into phpmyAdmin and create a Founder account do this, which will create an admin user named Admin1 with a password of admin.Change your table prefix if it is not
See Executing SQL Queries in phpMyAdmin if you are unfamiliar with running database queries.
As soon as you have done this, use the temporary admin account to set the Founder flag on your admin account, then delete the temporary account.
If you want to go into phpmyAdmin and create a Founder account do this, which will create an admin user named Admin1 with a password of admin.
Code:
INSERT INTO phpbb_users (user_type, group_id, username, username_clean, user_regdate, user_password, user_email, user_lang, user_style, user_rank, user_colour, user_posts, user_permissions, user_ip, user_birthday, user_lastpage, user_last_confirm_key, user_post_sortby_type, user_post_sortby_dir, user_topic_sortby_type, user_topic_sortby_dir, user_avatar, user_sig, user_sig_bbcode_uid, user_jabber, user_actkey, user_newpasswd) VALUES (3, 5, 'Admin1', 'admin1', 0, '21232f297a57a5a743894a0e4a801fc3', 'admin@example.com', 'en', 1, 1, 'AA0000', 1, '', '', '', '', '', 't', 'a', 't', 'd', '', '', '', '', '', '');
phpbb_
See Executing SQL Queries in phpMyAdmin if you are unfamiliar with running database queries.
As soon as you have done this, use the temporary admin account to set the Founder flag on your admin account, then delete the temporary account.
Statistics: Posted by Brf — Tue Feb 20, 2024 5:43 pm