MyBB Hacks

Full Version: Easy MyCodes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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 Yipi
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
[Image: EHRuUeX.png]
but do work in usercp
[Image: R4ak0mX.png]


well, this post is being ignored, huh.
anyone?
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 Erf
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.

Pages: 1 2 3
Reference URL's