test topic
16 replies
Avatar
GumSlone
2025/02/07 20:02
test
test survey
3 votes

answer 1
1 vote (33.3%)
answer 2
answer 3
1 vote (33.3%)
answer 4
1 vote (33.3%)
Avatar
GumSlone
2025/02/07 20:02
test reply
Avatar
outlaw
2025/02/14 01:33
GumSlone: test reply
test quote
Avatar
sHiVeRiNgFlAmE
2025/03/10 19:22
You should build an app
Avatar
outlaw
2025/03/15 20:15
sHiVeRiNgFlAmE: You should build an app
Tell him! How are you btw
Avatar
Junkai
2025/06/06 19:33
seems good
Avatar
GumSlone
2025/06/08 19:24
Junkai: seems good
thanks
Avatar
mike22
2025/06/29 12:35
unable to shout
Avatar
GumSlone
2025/07/07 17:19
mike22: unable to shout
why?
Avatar
GumSlone
2025/10/14 22:42
testing
Avatar
GumSlone
2025/10/28 22:16
outlaw:
sHiVeRiNgFlAmE: You should build an app
Tell him! How are you btw
test
Avatar
GumSlone
2025/10/29 16:09
testing test
Avatar
GumSlone
2025/10/29 16:09
GumSlone: testing test
test
Avatar
GumSlone
2025/10/29 16:16
mytest
Avatar
GumSlone
2025/10/29 16:31
// Emoticons and images
        $text = preg_replace("/\[xemo=(.*?)\](.*?)\[\/xemo\]/i", '<img src="http://2wapworld.com/emoticons/$2" alt="$1"/>', $text);
        $text = preg_replace("/\[postimage=(.*?)\](.*?)\[\/postimage=(.*?)\]/i", '<a href="/get$1/file.jpg"><img src="max.php?width=200&height=200&filename=http://2wapworld.com/$2" alt="$1"/></a> <a href="posts.php?&attid=$1&tid=$3&act=fileinfo">[i]</a>', $text);

        // Quotes
        $text = self::bbcode_quote($text);

        // Code blocks with language
        $text = preg_replace_callback('/\[code=([a-z0-9]+)\](.*?)\[\/code\]/is', function($matches) {
            $language = htmlspecialchars($matches[1], ENT_QUOTES, 'UTF-8'smiley;
            $code = htmlspecialchars($matches[2], ENT_QUOTES, 'UTF-8'smiley;
            $code = trim($code);
            return '<pre class="bg-dark text-light p-3 rounded" style="overflow-x: auto;"><code class="language-' . $language . '">' . $code . '</code></pre>';
        }, $text);

        // Code blocks without language
        $text = preg_replace_callback('/\[code\](.*?)\[\/code\]/is', function($matches) {
            $code = htmlspecialchars($matches[1], ENT_QUOTES, 'UTF-8'smiley;
            $code = trim($code);
            return '<pre class="bg-dark text-light p-3 rounded" style="overflow-x: auto;"><code>' . $code . '</code></pre>';
        }, $text);
Avatar
GumSlone
2025/11/01 22:06
alert
Avatar
GumSlone
2025/11/01 22:52
some **text** that should be bold
#2 General Area
A forum for life in general. Post about news, social matters, relationships, lifestyle, or anything on your mind.
Forums
Home