MyBB v1.8 no longer vulnerable right?
???
You mean the above demonstration? I don't believe anything's changed in MyBB 1.8 to address that, but feel free to test it yourself.
@Yumi.
please check my code,
here
Hi there, how do i make optional/default parameters?
like
Code:
[mycode (optional=123)]123[/mycode]
result: 123
[mycode]456[/mycode]
this one will match
<span style="border 1px solid {{$1|#default}}">456</span>
|
also for some reason mycodes wont work in posts
but do work in usercp
well, this post is being ignored, huh.
I think we are not allowed using conditional statement.
(10-13-2015 04:41 AM)RateU Wrote: [ -> ]I think we are not allowed using conditional statement.
wait, why?
ugh, no answer yet, just tell me how to make optional parameters
MyCodes never supported conditionals, and this plugin doesn't change that.
Just make two copies of the MyCode - one with the parameter, and one without.
As for signatures not working, perhaps check other plugins? Does it work on a clean install of MyBB?
I have noticed on 1.8 the mycodes do not work on posts.
for some reason they get unprocessed and are entered right.
it works when I put this plug-in into inactive. Something with this plug-in doesn't work.
Code:
[box={ANYTHING}]{ANYTHING}[/box]
|
it does nothing.