http://wbblite2.de/mffilebase/index.php?page=Item&itemID=94ich brauch wwo für lite :O xD





|
|
C# Quelltext |
1 2 3 4 |
public void test(){ string Hw = "Well"; } //Comment<a href="">hallo</a> |
|
|
PHP Source code |
1 2 3 4 5 6 7 8 9 |
<?php protected function getHIV(); ?> //Comment<a href="">hallo</a> <?php /** ** ** */?> |

|
|
C# Quelltext |
1 2 3 4 5 6 7 |
class Program { public static void Main() { System.Console.WriteLine("Hallo Welt!"); } } |
|
|
PHP Source code |
1 2 3 |
<?php echo "Hallo Welt!"; ?> |
|
|
Cascading style sheet |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
p.note { position: relative; left: 15%; width: 80%; padding: 30px; padding-bottom: 45px; border: 1px solid black; line-height: 1.5em; color: black; font-weight: bold; text-align: justify; background-color: #eeeeee } |
|
|
Template source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
{include file='documentHeader'} <head> <title>{lang}wcf.page.home{/lang} - {PAGE_TITLE}</title> {include file='headInclude' sandbox=false} <link rel="stylesheet" type="text/css" media="screen" href="./style/home.css" /> </head> <body> {include file='header' sandbox=false} <div id="main"> <div class="mainHeadline"> <img src="{RELATIVE_WBB_DIR}icon/homeL.png" alt="" /> <div class="headlineContainer"> <h2>{PAGE_TITLE}</h2> <p>{PAGE_DESCRIPTION}</p> </div> </div> {if $userMessages|isset}{@$userMessages}{/if} <div class="border content"> <div class="container-1"> <!--Content--> <div class="topRegion"> <h2 class="subHeadline welcomenote"> <img src="{RELATIVE_WCF_DIR}icon/profileM.png" alt="" /> <strong>{lang}wcf.page.home.welcome{/lang}</strong> </h2> <div class="welcometext"> {if HOMEPAGE_ALLOW_HTML} {@HOMEPAGE_WELCOMETEXT} {else} {HOMEPAGE_WELCOMETEXT|htmlspecialchars} {/if} </div> <div class="userInfo"> <div class="userAvatar userInfoAvatar"> {if $user->getAvatar()}{@$user->getAvatar()}{else}<img src="{RELATIVE_WCF_DIR}images/avatars/avatar-default.png" alt="" />{/if} </div> {if $this->user->userID != 0} {lang}wcf.page.home.usernote{/lang} {else} {lang}wcf.page.home.guestnote{/lang} {/if} </div> <br class="clear" /> </div> <!--top x posts--> {include file='topPosts'} {if $additionalHomepageBoxes|isset}{@$additionalHomepageBoxes}{/if} <br class="clear" /> </div> </div> {if INDEX_ENABLE_STATS || $additionalBoxes|isset} {cycle values='container-1,container-2' print=false advance=false} <div class="border infoBox"> {if INDEX_ENABLE_STATS} <div class="{cycle}"> <div class="containerIcon"><img src="{@RELATIVE_WBB_DIR}icon/statisticsM.png" alt="" /></div> <div class="containerContent"> <h3>{lang}wbb.index.stats{/lang}</h3> <p class="smallFont">{lang}wbb.index.stats.detail{/lang}</p> </div> </div> {/if} {if $additionalBoxes|isset}{@$additionalBoxes}{/if} </div> {/if} <p class="copyright homeCopy"><a href="http://codequake.de">{lang}wcf.page.home.copyright{/lang}</a></p> </div> {include file='footer' sandbox=false} </body> </html> |
|
|
SQL - Abfrage(n) |
1 2 |
SELECT count(userID) FROM wcf1_session WHERE UNIX_TIMESTAMP() - lastactivitytime < 900 AND username != "" AND userID != 0; SELECT count(userID) FROM wcf1_session WHERE UNIX_TIMESTAMP() - lastactivitytime < 900 AND username != "" AND userID = 0; |

Ich würd jez gerne mal ausrasten da keine BBCodes usw da sind o0


Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH