by Pamoon August 25th 2016, 5:21 am
The only way they can "hack" your forum by using CSS, somewhat JS.
This is myway: go
ACP > General > Messages and e-mails > Censoring > Word Censoring > Add new word: If you want to keep
<style> tag, then censore the
display, all of CSS hack are likely to use
display:none.
- Code:
World: "display:" Replacement: "display;"
But i recommended you to censore the
<style> tag, because if i use this code in the post, your forum still be "hacked" ' -'
- Code:
<div class="ok></div>
<style>.ok {
width: 100000px;
height: 100000px;
position: absolute;
z-index: 99999999;
top: 0;
left: 0;
background: #fff;
}
</style>
But
<style> isnt enough, check this lel:
- Code:
<div style="width:100000px;height: 100000px;position: absolute;z-index: 99999999;top:0;left:0;background:#fff;"></div>
So, you need to censore the
style= too ' -' (change it to
oppagangnamstyle=).
Edit: dont forget
<script