test topic
17 replies
GumSlone
Feb 7, 2025 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%)
GumSlone
Feb 7, 2025 20:02
test reply
outlaw
Feb 14, 2025 01:33
GumSlone: test reply
test quote
sHiVeRiNgFlAmE
Mar 10, 2025 19:22
You should build an app
outlaw
Mar 15, 2025 20:15
sHiVeRiNgFlAmE: You should build an app
Tell him! How are you btw
Junkai
Jun 6, 2025 19:33
seems good
GumSlone
Jun 8, 2025 19:24
Junkai: seems good
thanks
mike22
Jun 29, 2025 12:35
unable to shout
GumSlone
Jul 7, 2025 17:19
mike22: unable to shout
why?
GumSlone
Oct 14, 2025 22:42
testing
GumSlone
Oct 28, 2025 22:16
outlaw:
sHiVeRiNgFlAmE: You should build an app
Tell him! How are you btw
test
GumSlone
Oct 29, 2025 16:09
testing test
GumSlone
Oct 29, 2025 16:09
GumSlone: testing test
test
GumSlone
Oct 29, 2025 16:16
mytest
GumSlone
Oct 29, 2025 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);
GumSlone
Nov 1, 2025 22:06
alert
GumSlone
Nov 1, 2025 22:52
some **text** that should be bold
outlaw
Mar 19, 2026 16:20
I still think GumSlone is a robot. It just had some AI capabilities long before AI was a thing. So it managed to convince us it was human.
#2 General Area
A forum for life in general. Post about news, social matters, relationships, lifestyle, or anything on your mind.
Forums
Home