Update faq.php

This commit is contained in:
RanAwaySuccessfully 2018-01-19 21:51:33 -02:00 committed by GitHub
parent 2c33a35d5a
commit b0553aa47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

202
faq.php
View File

@ -60,6 +60,206 @@
<br> <br>
<br>Once you've done that, <a href='register.php'>sign up for an account</a> (or <a href='login.php'>log in</a> if you've already made one). It's simple and very easy to do. After you're registered, you're more than welcome to just <a href='newthread.php?id=1'>jump in and say hi</a>. We're friendly people and won't bite (usually). Let us know about yourself, how you found us, or whatever's on your mind &mdash; or just jump in and start contributing to discussions. <br>Once you've done that, <a href='register.php'>sign up for an account</a> (or <a href='login.php'>log in</a> if you've already made one). It's simple and very easy to do. After you're registered, you're more than welcome to just <a href='newthread.php?id=1'>jump in and say hi</a>. We're friendly people and won't bite (usually). Let us know about yourself, how you found us, or whatever's on your mind &mdash; or just jump in and start contributing to discussions.
"); ");
$faq .= faqformat("tags", "What are &amp;tags&amp;?", "
These are variables that can be used in your post header or signature. Once you post, they'll get replaced with a value depending on the tag used.
<br>
<br>
<table class='table' cellspacing='0' style='width: auto;'>
<tr>
<td class='tbl tdbgh fonts center'>Tag</th>
<td class='tbl tdbgh fonts center'>Value</th>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;numposts&amp;</td>
<td class='tbl tdbg1 fonts'>Current post count</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;numdays&amp;</td>
<td class='tbl tdbg1 fonts'>Number of days since registration</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;level&amp;</td>
<td class='tbl tdbg1 fonts'>Level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;exp&amp;</td>
<td class='tbl tdbg1 fonts'>EXP</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expdone&amp;</td>
<td class='tbl tdbg1 fonts'>EXP done in the current level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expdone1k&amp;</td>
<td class='tbl tdbg1 fonts'>EXP done / 1000</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expdone10k&amp;</td>
<td class='tbl tdbg1 fonts'>EXP done / 10000</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expnext&amp;</td>
<td class='tbl tdbg1 fonts'>Amount of EXP left for next level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expnext1k&amp;</td>
<td class='tbl tdbg1 fonts'>EXP needed / 1000</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expnext10k&amp;</td>
<td class='tbl tdbg1 fonts'>EXP needed / 10000</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;exppct&amp;</td>
<td class='tbl tdbg1 fonts'>Percentage of EXP done in the level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;exppct2&amp;</td>
<td class='tbl tdbg1 fonts'>Percentage of EXP left in the level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expgain&amp;</td>
<td class='tbl tdbg1 fonts'>EXP gain per post</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;expgaintime&amp;</td>
<td class='tbl tdbg1 fonts'>Seconds for 1 EXP when idle</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;lvlexp&amp;</td>
<td class='tbl tdbg1 fonts'>Total EXP amount needed for next level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;lvllen&amp;</td>
<td class='tbl tdbg1 fonts'>EXP needed to go through the current level</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;5000&amp;</td>
<td class='tbl tdbg1 fonts'>Posts left until you have 5000</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;20000&amp;</td>
<td class='tbl tdbg1 fonts'>Posts left until you have 20000</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;rank&amp;</td>
<td class='tbl tdbg1 fonts'>Current rank, according to your amount of<br> posts</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;postrank&amp;</td>
<td class='tbl tdbg1 fonts'>Post ranking</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;postrank10k&amp;</td>
<td class='tbl tdbg1 fonts'>Post ranking you'd have with 10000 less<br> posts</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;postrank20k&amp;</td>
<td class='tbl tdbg1 fonts'>Post ranking you'd have with 20000 less<br> posts</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>&amp;date&amp;</td>
<td class='tbl tdbg1 fonts'>Current date</td>
</tr>
</table>
");
$faq .= faqformat("bbcode", "What is BBcode?", "
BBcode is a simple syntax which you can use on your posts to format the text or add images and videos. Below is a list of the supported tags:
<br>
<br>
<table class='table' cellspacing='0' style='width: auto;'>
<tr>
<td class='tbl tdbgh fonts center'>BBcode</th>
<td class='tbl tdbgh fonts center'>Result</th>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[b<!--- --->]Bolded text.[/b<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[b]Bolded text.[/b]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[i<!--- --->]Italicized text.[/i<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[i]Italicized text.[/i]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[u<!--- --->]Underlined text.[/u<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[u]Underlined text.[/u]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[s<!--- --->]Strikethrough text.[/s<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[s]Strikethrough text.[/s]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[abbr<!--- --->=Basic Input/Output System]BIOS[/abbr<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[abbr=Basic Input/Output System]BIOS[/abbr]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[sp<!--- --->=terrible]Great[/sp<!--- --->] software.</td>
<td class='tbl tdbg1 fonts'>[sp=terrible]Great[/sp] software.</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[url<!--- --->]http://example.com/[/ur<!--- --->l]</td>
<td class='tbl tdbg1 fonts'>[url]http://example.com/[/url]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[url<!--- --->=http://example.com/]Link text here.[/url<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[url=http://example.com/]Link text here.[/url]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[img<!--- --->]https://tcrf.net/images/c/c4/SMB2-smiley.png[/img<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[img]https://tcrf.net/images/c/c4/SMB2-smiley.png[/img]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[red<!--- --->]Red color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[red]Red color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[green<!--- --->]Green color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[green]Green color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[blue<!--- --->]Blue color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[blue]Blue color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[orange<!--- --->]Orange color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[orange]Orange color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[yellow<!--- --->]Yellow color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[yellow]Yellow color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[pink<!--- --->]Pink color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[pink]Pink color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[white<!--- --->]White color.[/color<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[white]White color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[black<!--- --->]Black color.[/color<!--- --->] (bad idea)</td>
<td class='tbl tdbg1 fonts'>[black]Black color.[/color]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[quote<!--- --->=user]Quoted text.[/quote<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[quote=user]Quoted text.[/quote]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[code<!--- --->]Code.[/code<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[code]Code.[/code]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[spoiler<!--- --->]Spoiler text.[/spoiler<!--- --->]</td>
<td class='tbl tdbg1 fonts'>[spoiler]Spoiler text.[/spoiler]</td>
</tr>
<tr>
<td class='tbl tdbg2 fonts'>[youtube<!--- --->]BrQn-O_zFRc[/youtube<!--- --->] (video ID)</td>
<td class='tbl tdbg1 fonts'>[youtube]BrQn-O_zFRc[/youtube]</td>
</tr>
</table>
");
/* /*
$faq .= faqformat("n00b", "I have this <img src='http://xkeeper.net/img/noobsticker2-4.png' alt='n00b' title='TKEP regulars know this one' align='absmiddle' style='margin-top: -4px; margin-bottom: -4px;'> sticker on my post. What's up with that?", " $faq .= faqformat("n00b", "I have this <img src='http://xkeeper.net/img/noobsticker2-4.png' alt='n00b' title='TKEP regulars know this one' align='absmiddle' style='margin-top: -4px; margin-bottom: -4px;'> sticker on my post. What's up with that?", "
@ -220,4 +420,4 @@
} }
?> ?>