myBB code explained.

Automatic

User is banned.
Reputation
0
All of the endings are the same but with a forward slash before the word.

Example:

Code:
[/spoiler]

from:

Code:
[spoiler]

Total:

Code:
[spoiler][/spoiler]
____________________________
Anyway, so:

Code:
[spoiler=(string)Argument 0](string)Argument 1[/spoiler]

Total:

Argument 1

__________________________

Code:
[hidden=(Integer)Argument 0 (10)](Integer)Argument 1

Total:

[hidden=10]Argument 1[/hidden]

__________________________

Code:
@ [(String)Argument 0]

With no space after @

@[The Elite]

__________________________

Code:
[img=(Integer)Argument 0(100)X(Integer)Argument 1(100)](String)Argument 2(http://runegear.net/images/rglogo.png)[/img]

[img=100x100]http://runegear.net/images/rglogo.png[/img]
__________________________

Code:
[url=(String)Argument 0(http://www.google.com)](String)Argument 1(Click here!)[/url]

Click here!
__________________________

Code:
[code](String)Argument 0[/c ode]

Code:
Argument 0
__________________________

Code:
[list=(Integer)Argument 0(1)]
[*] (String)Argument 1
[*] (String)Argument 2
[*] (String)Argument 3
[/list]

  1. (String)Argument 1
  2. (String)Argument 2
  3. (String)Argument 3
__________________________

Code:
[php](string) Argument 1[/php]

PHP:
If(isset($_POST["Subject"])) {
echo("HAX0RED");
}
__________________________

To lazy to do anymore, you get the point. I was just bored. Highest quality post EVA from me.
 
How do you tag a user? I tryed doing the @ [(String)Argument 0]" without a space, and it's just normal text.
By the way, nice tutorial bro.
 
I like how you post things like this, expecting everyone knows what the hell you're talking about.
 
Justin said:
I like how you post things like this, expecting everyone knows what the hell you're talking about.

I DON'T CARE IF YOU DON'T UNDERSTAND WHAT I'M TALKING ABOUT. IT'S SIMPELS!
 
You need to dumb it down a bit. Interger this, interval that, I barley understood it. I only kept along because I know the Mybb code inside & out. :p
 
324-son-i-am-proud.jpg
 
Back
Top