Uygulamayı yükle
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Not: This feature may not be available in some browsers.

Yararlı Xenforo Admin Panel Şifre Sıfırlama

La Câlin

Beyond Borders
⠀⠀
Son görülme
Katılım
30 Nis 2021
Mesajlar
30,286
Tepkime puanı
13,195
Puanları
1,530
NullCash
19,598
Yapmanız gereken sadece aşağıdaki kodu PhpMyAdmine giderek sorgu olarak çalıştırmanız.
Yeni sifreniz kısmı kendinize göre ayarlayın.
Kod:
UPDATE xf_user_authenticate
SET data = BINARY
    CONCAT(
        CONCAT(
            CONCAT('a:3:{s:4:"hash";s:40:"', SHA1(CONCAT(SHA1('yeni_sifreniz'), SHA1('salt')))),
            CONCAT('";s:4:"salt";s:40:"', SHA1('salt'))
        ),
        '";s:8:"hashFunc";s:4:"sha1";}'
    ),
scheme_class = 'XenForo_Authentication_Core'
WHERE user_id = 1;
 

angkonb

Yeni Üye
Son görülme
Katılım
18 Şub 2023
Mesajlar
11
Tepkime puanı
1
Puanları
0
NullCash
0
All you have to do is go to PhpMyAdmin and run the code below as a query.
Adjust the new password section to suit yourself.
Kod:
UPDATE xf_user_authenticate
SET data = BINARY
    CONCAT(
        CONCAT(
            CONCAT('a:3:{s:4:"hash";s:40:"', SHA1(CONCAT(SHA1('yeni_sifreniz'), SHA1('salt')))),
            CONCAT('";s:4:"salt";s:40:"', SHA1('salt'))
        ),
        '";s:8:"hashFunc";s:4:"sha1";}'
    ),
scheme_class = 'XenForo_Authentication_Core'
WHERE user_id = 1;
admin password:
 
  • Etiketler
    admin şifre sıfırlama sifre yenileme xenforo sifre yenileme
  • DMCA compliant image
  • Üst