Leakeddb or something similar

nxck

Well-known member
Registered
Joined
Dec 2, 2022
Messages
134
Points
28

Reputation:

Hello, while trying to install the forum, i found this "leakeddb" in the footer of the forum and it redirects on a telegram group, can anyone explaint what's that? I also know that 100% not something that Xenforo has. Thank you in advance.
 

Splicho

XFDevs.com Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
896
Points
153

Reputation:

DareSec

leakedbb.st
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,391
Points
523

Reputation:

Hello, while trying to install the forum, i found this "leakeddb" in the footer of the forum and it redirects on a telegram group, can anyone explaint what's that? I also know that 100% not something that Xenforo has. Thank you in advance.
nxckremove it from src/xf.php . you can add it your own
 

nxck

Well-known member
Registered
Joined
Dec 2, 2022
Messages
134
Points
28

Reputation:

remove it from src/xf.php . you can add it your own
DareSecBut it's normal that redirects to a telegram group? I'm also looking to change my Forum name, is it possible?
 

Splicho

XFDevs.com Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
896
Points
153

Reputation:

But it's normal that redirects to a telegram group? I'm also looking to change my Forum name, is it possible?
nxckYou can recover to the original phrase.

PHP:
    public static function getCopyrightHtml()
    {
        return 'Community platform by XenForo<sup>&reg;</sup> <span class="copyright">&copy; 2010-2026 XenForo Ltd.</span>';
    }

    public static function getCopyrightHtmlAcp()
    {
        return 'Community platform by XenForo<sup>&reg;</sup>';
    }
 
Top