Released 2x Remove xenet spam?

rmeu

Member
Registered
Joined
Feb 8, 2019
Messages
5
Points
13

Reputation:

Hello i got a class called xenet-copyright who insert this into all pages on the body section of the forum:
Code:
<div class="xenet-copyright" <a="" href="https://xenet.info/resources/" title="Download free plugins for Xenforo WordPress" <="" a=""></div>
I read on some sites this is introduced by a plugin i installed i guess,how i can remove this bullshit spam? Already looked in PAGE_CONTAINER but don't found nothing.
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

Hello i got a class called xenet-copyright who insert this into all pages on the body section of the forum:
Code:
<div class="xenet-copyright" <a="" href="https://xenet.info/resources/" title="Download free plugins for Xenforo WordPress" <="" a=""></div>
I read on some sites this is introduced by a plugin i installed i guess,how i can remove this bullshit spam? Already looked in PAGE_CONTAINER but don't found nothing.
rmeuin your page container search for {{ phrase('extra_copyright') }} and remove it
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

in your page container search for {{ phrase('extra_copyright') }} and remove it
one_finger_manThis is not applied by page_container, the phrase above is applied by an addon.

@rmeu, you can do that:


CSS:
.xenet-copyright {
display: none;
}
 
View previous replies…

rmeu

Member
Registered
Joined
Feb 8, 2019
Messages
5
Points
13

Reputation:

This is not applied by page_container, the phrase above is applied by an addon.

@rmeu, you can do that:


CSS:
.xenet-copyright {
display: none;
}
SplichoIt's doesn't work with CSS code,can still view spam in the source code :unsure:
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

It's doesn't work with CSS code,can still view spam in the source code :unsure:
rmeuwhich addon is it, please provide one to check. I guess it will be a template modification.
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

which addon is it, please provide one to check. I guess it will be a template modification.
BattleKingI remember that I had the same spam. It was some addon from MMO.

Reputation or Core I cant remember
 

rmeu

Member
Registered
Joined
Feb 8, 2019
Messages
5
Points
13

Reputation:

It's doesn't work with CSS code,can still view spam in the source code :unsure:
rmeuI can't tell you what addons it is since i have a lot of addons installed,how i can see what addon it is?
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

I can't tell you what addons it is since i have a lot of addons installed,how i can see what addon it is?
rmeuDo you have any [MMO] Addons?
 
Top