Уважаемые пользователи!
C 7 ноября 2020 года phpBB Group прекратила выпуск обновлений и завершила дальнейшее развитие phpBB версии 3.2.
С 1 августа 2024 года phpBB Group прекращает поддержку phpBB 3.2 на официальном сайте.
Сайт официальной русской поддержки phpBB Guru продолжит поддержку phpBB 3.2 до 31 декабря 2024 года.
С учетом этого, настоятельно рекомендуется обновить конференции до версии 3.3.

Забыт пароль к EasyMOD ...

Ответы на вопросы, связанные с модами для phpBB 2.0.x, кроме относящихся к форуму Для авторов (phpBB 2.0.x).
Porutchik

Забыт пароль к EasyMOD ...

Сообщение Porutchik »

Подскажите плиз где/как его сбросить или сменить ?
Lanior
phpBB 1.4.4
Сообщения: 144
Зарегистрирован: 18 лет 8 месяцев

Сообщение Lanior »

Код: Выделить всё

My EM password doesn't work, or I can't remember it.
This won't be very easy, but if you'll go through this steps then you should manage.

   1. Run phpMyAdmin (it doesn't come with phpBB, but is often supplied by the server administrator, if not download it from www.phpmyadmin.net); for PostgreSQL database use phpPgAdmin.
   2. Select your forum database.
   3. Run this SQL:
      SELECT * FROM phpbb_config WHERE config_name = 'EM_password'
      Note: this assumes that you haven't changed the table prefix (phpbb_) when you installed phpBB! You'll have to correct this if you changed it.
   4. Click on the edit button (shaped like a pencil)
   5. Select Function MD5 to be done with config_value
   6. Write your new password in the edit-box and press "Go".

This wasn't so hard ;). If you will need some help updating your DB, then this Tutorial on using phpMyAdmin could be helpful; for phpPgAdmin go to it's support page (try asking at their forums).

Вернуться в «Поддержка модов для phpBB 2.0.x»