Zeile 23 | Zeile 23 |
---|
$l['d3_document'] = "MyBB makes use of cookies to store your login information if you are registered, and your last visit if you are not. <br /><br />Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. <br /><br />Cookies on this forum also track the specific topics you have read and when you last read them.
|
$l['d3_document'] = "MyBB makes use of cookies to store your login information if you are registered, and your last visit if you are not. <br /><br />Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. <br /><br />Cookies on this forum also track the specific topics you have read and when you last read them.
|
<br /><br />To clear all cookies set by this forum, you can click <a href=\"misc.php?action=clearcookies&key={1}\">here</a>.";
| <br /><br />To clear all cookies set by this forum, you can click <a href=\"misc.php?action=clearcookies&my_post_key={1}\">here</a>.";
|
// Help Document 4 $l['d4_name'] = "Logging In and Out";
| // Help Document 4 $l['d4_name'] = "Logging In and Out";
|
Zeile 57 | Zeile 57 |
---|
<p>[email=example@example.com?subject=spam]E-mail with subject[/email]<br /> <a href=\"mailto:example@example.com?subject=spam\">E-mail with subject</a> <p><br />[quote]Quoted text will be here[/quote]<br /> <quote>Quoted text will be here</quote> <p>[code]Text with preserved formatting[/code]<br /> <code>Text with preserved formatting</code>
|
<p>[email=example@example.com?subject=spam]E-mail with subject[/email]<br /> <a href=\"mailto:example@example.com?subject=spam\">E-mail with subject</a> <p><br />[quote]Quoted text will be here[/quote]<br /> <quote>Quoted text will be here</quote> <p>[code]Text with preserved formatting[/code]<br /> <code>Text with preserved formatting</code>
|
<p><br />[img]http://www.php.net/images/php.gif[/img]<br /> <img src=\"http://www.php.net/images/php.gif\"> <p>[img=50x50]http://www.php.net/images/php.gif[/img]<br /> <img src=\"http://www.php.net/images/php.gif\" width=\"50\" height=\"50\">
| <p><br />[img]https://secure.php.net/images/php.gif[/img]<br /> <img src=\"https://secure.php.net/images/php.gif\"> <p>[img=50x50]https://secure.php.net/images/php.gif[/img]<br /> <img src=\"https://secure.php.net/images/php.gif\" width=\"50\" height=\"50\">
|
<p><br />[color=red]This text is red[/color]<br /> <font color=\"red\">This text is red</font> <p>[size=3]This text is size 3[/size]<br /> <font size=\"3\">This text is size 3</font> <p>[font=Tahoma]This font is Tahoma[/font]<br /> <font face=\"Tahoma\">This font is Tahoma</font>
| <p><br />[color=red]This text is red[/color]<br /> <font color=\"red\">This text is red</font> <p>[size=3]This text is size 3[/size]<br /> <font size=\"3\">This text is size 3</font> <p>[font=Tahoma]This font is Tahoma[/font]<br /> <font face=\"Tahoma\">This font is Tahoma</font>
|