This feed does not validate.
help]
[In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
help]
[line 35, column 13: (2 occurrences) [help]
<title>? hnliche Zhemen Hack von HelgaFrage </title>
^
line 38, column 0: (5 occurrences) [help]
<table align='center' style='width:98%; table-layout: fixed;'>
<description><b>Sachsen Queens schrieb:</b><br><b ...
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="https://www.v-gn.de/wbb/vgrssfeed.php" rel="self" type="application/rss+xml"/>
<title>Viktor's Supportboard - Die letzten 15 Themen</title>
<description>Die letzten 15 Threads von Viktor's Supportboard</description>
<link>https://www.v-gn.de/wbb</link>
<language>de</language>
<lastBuildDate>Sat, 19 Jul 2025 01:57:11 +0200</lastBuildDate>
<copyright>Copyright 2025 Viktor's Supportboard www.v-gn.de</copyright>
<generator>https://www.v-gn.de/wbb/vgrssfeed.php</generator>
<image>
<url>http://www.v-gn.de/wbb/images/mindless/logo_neu3.jpg</url>
<title>Viktor's Supportboard - Die letzten 15 Themen</title>
<link>https://www.v-gn.de/wbb</link>
</image>
<item>
<title>Mal ganz Herzlich danke sagen</title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
@Stine und @ Viktor
Ich muss mal Herzlich danke sagen,so ein Forum wie hier mit dem einsatz habe ich noch nie gesehen,ich wäre mit meinen Problemen im Forum übervordert gewehsen aber ihr habt mir geholfen dafür sage ich vielen dank und weiter so. ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17313</link>
<pubDate>Wed, 16 Jul 2025 11:29:32 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17313</guid>
</item>
<item>
<title>Gast Gruppenrechte </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
ich habe einen Bugtracker Hack eingebaut , den wollte ich nun auch für Gäste zugänglich machen und habe im ACP -> Gruppe bearbeiten -> Benutzerrechte die Einstellung auf Ja gesetzt aber der Gast kann ihn nicht aufrufen der Zutritt wirde vereigert. ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17312</link>
<pubDate>Sun, 13 Jul 2025 22:01:33 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17312</guid>
</item>
<item>
<title>? hnliche Zhemen Hack von HelgaFrage </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
Bei dem Hack Ähnliche Themen von Helga gibt es Folgenden Eintrag in die thread.tpl
<table align='center' style='width:98%; table-layout: fixed;'>
<tr>
<td><div style='overflow: auto; height: 63px; width: 100%;'>
<table cellpadding='4' cellspacing='1' style='width:100%' class='tableinborder'>
<tr class='smallfont'>
<td class='tablecat' colspan='2'><span class='smallfont'><b>code:</b></span></td>
</tr>
<tr class='smallfont'>
<td class='inposttable' nowrap='nowrap' align='right'><pre>1:
</pre></td>
<td valign='top' class='inposttable' nowrap='nowrap' align='left' style='width:100%'><pre><if($i>0)><then> $threadsim </then></if></pre></td>
</tr>
</table>
</div></td>
</tr>
</table>
Kann man ändern das es nur angezeigt wird wen Ähnliche Themen vorhanden sind und in Foren wo es keine Ähnlichen Themen gibt nicht zu sehen ist.
thread.php
<table align='center' style='width:98%; table-layout: fixed;'>
<tr>
<td><div style='overflow: auto; height: 141px; width: 100%;'>
<table cellpadding='4' cellspacing='1' style='width:100%' class='tableinborder'>
<tr class='smallfont'>
<td class='tablecat' colspan='2'><span class='smallfont'><b>php:</b></span></td>
</tr>
<tr class='smallfont'>
<td class='inposttable' nowrap='nowrap' align='right'><pre>1:
2:
3:
4:
5:
6:
7:
</pre></td>
<td valign='top' class='inposttable' nowrap='nowrap' align='left' style='width:100%'><pre><span style='color: #000000'><span style='color: #0000BB'></span><span style='color: #FF8000'>/* Ähnlich Themen Helga */ </span><span style='color: #007700'>function </span><span style='color: #0000BB'>getBoards</span><span style='color: #007700'>() { global </span><span style='color: #0000BB'>$db</span><span style='color: #007700'>,</span><span style='color: #0000BB'>$n</span><span style='color: #007700'>,</span><span style='color: #0000BB'>$wbbuserdata</span><span style='color: #007700'>,</span><span style='color: #0000BB'>$boardcache</span><span style='color: #007700'>; if(!isset(</span><span style='color: #0000BB'>$boardcache</span><span style='color: #007700'>) || !</span><span style='color: #0000BB'>is_array</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$boardcache</span><span style='color: #007700'>)) </span><span style='color: #0000BB'>$boardcache</span><span style='color: #007700'>=array(); </span><span style='color: #0000BB'>$result</span><span style='color: #007700'>=</span><span style='color: #0000BB'>$db</span><span style='color: #007700'>-></span><span style='color: #0000BB'>query</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"SELECT boardid,boardorder,parentid,parentlist FROM bb"</span><span style='color: #007700'>.</span><span style='color: #0000BB'>$n</span><span style='color: #007700'>.</span><span style='color: #DD0000'>"_boards ORDER BY parentid ASC, boardorder ASC"</span><span style='color: #007700'>); while(</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>=</span><span style='color: #0000BB'>$db</span><span style='color: #007700'>-></span><span style='color: #0000BB'>fetch_array</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$result</span><span style='color: #007700'>)) { </span><span style='color: #0000BB'>$boardcache</span><span style='color: #007700'>[</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'parentid'</span><span style='color: #007700'>]][</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'bo
ardorder'</span><span style='color: #007700'>]][</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'boardid'</span><span style='color: #007700'>]] = </span><span style='color: #0000BB'>$row</span><span style='color: #007700'>; } </span><span style='color: #0000BB'>$boardpermissions</span><span style='color: #007700'>=</span><span style='color: #0000BB'>getPermissions</span><span style='color: #007700'>(); </span><span style='color: #0000BB'>$boardids</span><span style='color: #007700'>=</span><span style='color: #DD0000'>""</span><span style='color: #007700'>; foreach(</span><span style='color: #0000BB'>$boardcache </span><span style='color: #007700'>as </span><span style='color: #0000BB'>$key</span><span style='color: #007700'>=></span><span style='color: #0000BB'>$val</span><span style='color: #007700'>) { foreach(</span><span style='color: #0000BB'>$val </span><span style='color: #007700'>as </span><span style='color: #0000BB'>$key2</span><span style='color: #007700'>=></span><span style='color: #0000BB'>$val2</span><span style='color: #007700'>) { foreach(</span><span style='color: #0000BB'>$val2 </span><span style='color: #007700'>as </span><span style='color: #0000BB'>$row</span><span style='color: #007700'>) if(!isset(</span><span style='color: #0000BB'>$boardpermissions</span><span style='color: #007700'>[</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'boardi
d'</span><span style='color: #007700'>]][</span><span style='color: #DD0000'>'can_use_search'</span><span style='color: #007700'>]) || </span><span style='color: #0000BB'>$boardpermissions</span><span style='color: #007700'>[</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'boardid'</span><span style='color: #007700'>]][</span><span style='color: #DD0000'>'can_
use_search'</span><span style='color: #007700'>]!=</span><span style='color: #0000BB'>0</span><span style='color: #007700'>) </span><span style='color: #0000BB'>$boardids</span><span style='color: #007700'>.=</span><span style='color: #DD0000'>","</span><span style='color: #007700'>.</span><span style='color: #0000BB'>$row</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'boardid'</span><span style='color: #007700'>]; } } return </span><span style='color: #0000BB'>$boardids</span><span style='color: #007700'>; } </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>str_replace</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"'"</span><span style='color: #007700'>,</span><span style='color: #DD0000'>""</span><span style='color: #007700'>,</span><span style='color: #0000BB'>wbb_trim</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$thread</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'top
ic'</span><span style='color: #007700'>])); </span><span style='color: #0000BB'>$findarray </span><span style='color: #007700'>= </span><span style='color: #0000BB'>explode</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"\n"</span><span style='color: #007700'>,</span><span style='color: #0000BB'>$badsearchwords</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>str_replace</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$findarray</span><span style='color: #007700'>, </span><span style='color: #DD0000'>" "</span><span style='color: #007700'>, </span><span style='color: #0000BB'>$find</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>preg_replace</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"/( \+|^\+)/s"</span><span style='color: #007700'>, </span><span style='color: #DD0000'>" "</span><span style='color: #007700'>, </span><span style='color: #0000BB'>$find</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>preg_replace</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"/( \-|^\-)/s"</span><span style='color: #007700'>, </span><span style='color: #DD0000'>" "</span><span style='color: #007700'>, </span><span style='color: #0000BB'>$find</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>preg_replace</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"/[\/,\.:;\(\)\[\]?!#{}%_\-
+=\\\\]/s"</span><span style='color: #007700'>, </span><span style='color: #DD0000'>" "</span><span style='color: #007700'>, </span><span style='color: #0000BB'>$find</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>preg_replace</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"/['\"]/s"</span><span style='color: #007700'>, </span><span style='color: #DD0000'>""</span><span style='color: #007700'>, </span><span style='color: #0000BB'>$find</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$find </span><span style='color: #007700'>= </span><span style='color: #0000BB'>preg_replace</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"/\s{2,}/"</span><span style='color: #007700'>, </span><span style='color: #DD0000'>" "</span><span style='color: #007700'>, </span><span style='color: #0000BB'>$find</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$similar </span><span style='color: #007700'>= </span><span style='color: #0000BB'>$db</span><span style='color: #007700'>-></span><span style='color: #0000BB'>query</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"SELECT t.*, MATCH(topic) AGAINST('</span><span style='color: #0000BB'>$find</span><span style='color: #DD0000'>') as rang, b.title, b.boardid FROM bb"</span><span style='color: #007700'>.</span><span style='color: #0000BB'>$n</span><span style='color: #007700'>.</span><span style='color: #DD0000'>"_threads as t LEFT JOIN bb"</span><span style='color: #007700'>.</span><span style='color: #0000BB'>$n</span><span style='color: #007700'>.</span><span style='color: #DD0000'>"_boards as b ON (b.boardid=t.boardid) WHERE t.visible=1 AND t.threadid <> </span><span style='color: #0000BB'>$threadid</span><span style='color: #DD0000'> AND t.boardid IN (0"</span><span style='color: #007700'>.</span><span style='color: #0000BB'>GetBoards</span><span style='color: #007700'>().</span><span style='color: #DD0000'>") AND MATCH(topic) AGAINST('</span><span style='color: #0000BB'>$find</span><span style='color: #DD0000'>') ORDER by rang DESC LIMIT 0,5"</span><span style='color: #007700'>); while (</span><span style='color: #0000BB'>$rowsim </span><span style='color: #007700'>= </span><span style='color: #0000BB'>$db</span><span style='color: #007700'>-></span><span style='color: #0000BB'>fetch_array</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$similar</span><span style='color: #007700'>)) { </span><span style='color: #0000BB'>$i</span><span style='color: #007700'>++; </span><span style='color: #0000BB'>$tdclass </span><span style='color: #007700'>= </span><span style='color: #0000BB'>getone</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$i</span><span style='color: #007700'>, </span><span style='color: #DD0000'>"tablea"</span><span style='color: #007700'>, </span><span style='color: #DD0000'>"tableb"</span><span style='color: #007700'>); </span><span style='color: #0000BB'>$stopiclong </span><span style='color: #007700'>= </span><span style='color: #0000BB'>$rowsim</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'topic'</span><span style='color: #007700'>]; if(</span><span style='color: #0000BB'>strlen</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$rowsim</span><span style='color: #007700'>[</span><span style='color: #0000BB'>topic</span><span style='color: #007700'>]) > </span><span style='color: #DD0000'>'37'</span><span style='color: #007700'>) </span><span style='color: #0000BB'>$stopic </span><span style='color: #007700'>= </span><span style='color: #DD0000'>""</span><span style='color: #007700'>.</span><span style='color: #0000BB'>substr</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$rowsim</span><span style='color: #007700'>[</span><span style='color: #0000BB'>topic</span><span style='color: #007700'>], </span><span style='color: #0000BB'>0</span><span style='color: #007700'>, </span><span style='color: #0000BB'>37</span><span style='color: #007700'>).</span><span style='color: #DD0000'>"..."</span><span style='color: #007700'>; else </span><span style='color: #0000BB'>$stopic </span><span style='color: #007700'>= </span><span style='color: #0000BB'>$rowsim</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'topic'</span><span style='color: #007700'>]; </span><span style='color: #0000BB'>$slastdate </span><span style='color: #007700'>= </span><span style='color: #0000BB'>formatdate</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$wbbuserdata</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'dateformat'</span><span style='color: #007700'>], </span><span style='color: #0000BB'>$rowsim</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'lastposttime'</span><span style='color: #007700'>]); </span><span style='color: #0000BB'>$slasttime </span><span style='color: #007700'>= </span><span style='color: #0000BB'>formatdate</span><span style='color: #007700'>(</span><span style='color: #0000BB'>$wbbuserdata</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'timeformat'</span><span style='color: #007700'>], </span><span style='color: #0000BB'>$rowsim</span><span style='color: #007700'>[</span><span style='color: #DD0000'>'lastposttime'</span><span style='color: #007700'>]); eval(</span><span style='color: #DD0000'>"\$threadsim_bit .= \""</span><span style='color: #007700'>.</span><span style='color: #0000BB'>$tpl</span><span style='color: #007700'>-></span><span style='color: #0000BB'>get</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"thread_similar_bit"</span><span style='color: #007700'>).</span><span style='color: #DD0000'>"\";
"</span><span style='color: #007700'>); } eval(</span><span style='color: #DD0000'>"\$threadsim = \""</span><span style='color: #007700'>.</span><span style='color: #0000BB'>$tpl</span><span style='color: #007700'>-></span><span style='color: #0000BB'>get</span><span style='color: #007700'>(</span><span style='color: #DD0000'>"thread_similar"</span><span style='color: #007700'>).</span><span style='color: #DD0000'>"\";"</span><span style='color: #007700'>); </span><span style='color: #FF8000'>/* Ähnliche Themen Ende Helga */</span></span></pre></td>
</tr>
</table>
</div></td>
</tr>
</table> ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17311</link>
<pubDate>Sun, 13 Jul 2025 15:12:29 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17311</guid>
</item>
<item>
<title>Thema Bewertung abschalten </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
wo genau kann ich das Thema Berten abschalten? ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17310</link>
<pubDate>Sat, 12 Jul 2025 14:00:51 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17310</guid>
</item>
<item>
<title>Probleme mit den Text anzeigen </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
ich habe ein Problem in meinem Forum werden nicht alle Texte angezeigt , die Sprachvariablen sind aber vorhanden nur der Text wird nicht angezeigt.
Weis eventuell jemand woran das liegen kann? ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17309</link>
<pubDate>Sat, 12 Jul 2025 11:09:32 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17309</guid>
</item>
<item>
<title>PHP8 4 acp lib admin_functions php u a </title>
<description><b>Stine schrieb:</b><br><br><![CDATA[Hallo Viktor,
bitte anpassen
ACP-Benutzer finden-zeige alle Mitglieder - Zugriffrechte für Benutzer .... setzen:
<table align='center' style='width:98%; table-layout: fixed;'>
<tr>
<td><div style='overflow: auto; height: 102px; width: 100%;'>
<table cellpadding='4' cellspacing='1' style='width:100%' class='tableinborder'>
<tr class='smallfont'>
<td class='tablecat' colspan='2'><span class='smallfont'><b>code:</b></span></td>
</tr>
<tr class='smallfont'>
<td class='inposttable' nowrap='nowrap' align='right'><pre>1:
2:
3:
4:
</pre></td>
<td valign='top' class='inposttable' nowrap='nowrap' align='left' style='width:100%'><pre>atal error: Uncaught Error: Undefined constant "boardid" in /www/htdocs/w01bab9b/forum-kunterbunt.at
/acp/lib/admin_functions.php:109 Stack trace: #0 /www/htdocs/w01bab9b/forum-kunterbunt.at
/acp/users.php(1037): makeboardoptions(0, 1, 1, 0) #1 {main} thrown in /www/htdocs/w01bab9b/forum-kunterbunt.at
/acp/lib/admin_functions.php on line 109</pre></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table align='center' style='width:98%; table-layout: fixed;'>
<tr>
<td><div style='overflow: auto; height: 115px; width: 100%;'>
<table cellpadding='4' cellspacing='1' style='width:100%' class='tableinborder'>
<tr class='smallfont'>
<td class='tablecat' colspan='2'><span class='smallfont'><b>code:</b></span></td>
</tr>
<tr class='smallfont'>
<td class='inposttable' nowrap='nowrap' align='right'><pre>1:
2:
3:
4:
5:
</pre></td>
<td valign='top' class='inposttable' nowrap='nowrap' align='left' style='width:100%'><pre>Fatal error: Uncaught TypeError: unserialize(): Argument #1 ($data) must be of type string, array given in /www/htdocs/w01bab9b/forum-kunterbunt.at
/acp/lib/functions.php:2020 Stack trace: #0 /www/htdocs/w01bab9b/forum-kunterbunt.at
/acp/lib/functions.php(2020): unserialize(Array) #1 /www/htdocs/w01bab9b/forum-kunterbunt.at
/addreply.php(249): checkPosts4AI() #2 {main} thrown in /www/htdocs/w01bab9b/forum-kunterbunt.at
/acp/lib/functions.php on line 2020</pre></td>
</tr>
</table>
</div></td>
</tr>
</table>
von Tappi - Es kam der Fehler - aber gespeichert wurde es trotzdem
<a href="https://forum-kunterbunt.at/thread.
php?postid=21147#post21147" target="_blank">https://forum-kunterbunt.at/thread.
php?...21147#post21147</a> ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17308</link>
<pubDate>Thu, 10 Jul 2025 21:48:45 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17308</guid>
</item>
<item>
<title>Zwei Template Fragen</title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
ich möchte in Folendem Code den Username angezeigt bekommen.
<table align='center' style='width:98%; table-layout: fixed;'>
<tr>
<td><div style='overflow: auto; height: 115px; width: 100%;'>
<table cellpadding='4' cellspacing='1' style='width:100%' class='tableinborder'>
<tr class='smallfont'>
<td class='tablecat' colspan='2'><span class='smallfont'><b>code:</b></span></td>
</tr>
<tr class='smallfont'>
<td class='inposttable' nowrap='nowrap' align='right'><pre>1:
2:
3:
4:
5:
</pre></td>
<td valign='top' class='inposttable' nowrap='nowrap' align='left' style='width:100%'><pre><span style="width:100%" align="center" class="normalfont">Sollte dieser von &raquo;$posts[userposts]&laquo; verfasste Beitrag Ihre Rechte verletzen, so bitten wir Sie unter Berufung auf <a href="https://dejure.org/gesetze/TMG/7.h
tml" onclick="window.open(this.href,'_blank')
; return false;">TMG Abschnitt3/Verantwortlichkeit</a> um eine kurze Mitteilung über unser <a href="https://have-fun-community.eu/vgko
ntaktmail.php">Kontaktformular</a>.</spa
n></pre></td>
</tr>
</table>
</div></td>
</tr>
</table>
Aber mit $posts[userposts] scheint es nicht zu gehen.
Im Screen bekomme ich eine Rahmen Grafik angezeigt die ich vor langerzeit anscheind Falsch plaziert habe, ich habe in der thread_postbit.tpl und thread.tpl danch gesucht da war er aber nicht, in welchem Template welcher zum Thread gehört könnte er noch sein? ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17307</link>
<pubDate>Sun, 06 Jul 2025 13:14:36 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17307</guid>
</item>
<item>
<title>Admin kann Forum nicht mit jedem Style betretten </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
ich kann als Admin nicht mit jedem Style ein Forum betretten,was könnte dafür die Ursache sein?
<a href="https://have-fun-community.eu/threa
d.php?postid=8#post8" target="_blank">https://have-fun-community.eu/threa
d.php?postid=8#post8</a>
Geht bei mir als Admin nur mit dem RedBlack style. ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17306</link>
<pubDate>Fri, 04 Jul 2025 14:49:18 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17306</guid>
</item>
<item>
<title>Forum versendet keine Mails </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
ich musste auf einen Neuen Server ziehen und Neue Domains, nun werden keine Mails wie z.b. Regestrieungs Mail usw nicht mehr versendet? ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17305</link>
<pubDate>Fri, 04 Jul 2025 14:44:57 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17305</guid>
</item>
<item>
<title>Favicon wird nicht angezeigt </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
nach dem einspielen eines Backups wird das Favicon nicht mehr angezeigt,jemand eine idee woran das liegen könnte? ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17304</link>
<pubDate>Thu, 03 Jul 2025 13:11:26 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17304</guid>
</item>
<item>
<title>Anzahl Themen im Beitrag </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo ich suche den Hack mit dem man in den Beiträgen angezeigt bekommt wieviel Themen ein User erstellt hat. ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17303</link>
<pubDate>Wed, 18 Jun 2025 23:41:28 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17303</guid>
</item>
<item>
<title>FTP und Domain sehr langsam und Zeitunterebrechung </title>
<description><b>Shorty1968 schrieb:</b><br><br><![CDATA[Hallo,
ich habe einen eigenen Server mit Plesk 18.0.70 , mein FTP Zugang bricht manschmal den Uplad wegen Zeitüberschreitung ab und meine Domain läuft manschmal im seiten aufbau sehr langsam.
Ich habe leider keine Idee woran es liegen könnte und hoffe hier auf Hilfe.
[URL]https://have-fun-community.de/[/URL
] ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17302</link>
<pubDate>Wed, 18 Jun 2025 14:19:13 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17302</guid>
</item>
<item>
<title>addslashes( noch sicher </title>
<description><b>Thx2 schrieb:</b><br><br><![CDATA[Hallo,
Ich habe mich die letzten Tage ein bisschen mit SQL Injections und was man heute so dagegen tut beschäftigt.
Also die Kurzfassung ist man benutzt heute Prepared Statements. (Entweder mysqli oder PDO)
Jetzt ist es ja so das dass alte Lite 1 und WBB2 ja keine prepared Statements sondern addslashes() und intval() verwendet als Schutz vor SQL Injections.
Wenn man jetzt mal bisschen googelt kommt man schnell zu dem Schluss das addslashes() wohl NICHT sicher gegen SQL Injections ist.
Ich habe dann weiter gegraben und es sieht wohl so aus das addslashes() solange man den latin1 (singlebyte charset) verwendet sicher ist. Wenn man jedoch auf utf8 (multibyte charset) wechselt dann reicht es wohl nicht mehr aus.
Das Problem ist wenn man ein lite1 jetzt mit Schrimm's Anleitung upgraded und auf einem normalen Webspace installiert dann nutzt sowohl der Webserver als auch die MYSQL Datenbank den UTF8 charset.
Allerdings verwendet man nach den Upgrades von Schrimm immernoch addslashes() und keine Prepared Statements:
<a href="https://www.v-gn.de/wbb/thread.php?
postid=129889#post129889" target="_blank">WoltLab Burning Board Lite 1.0.2pl3</a>
Da ich jetzt kein großer Hacker bin tut sich nun bei mir die Frage auf ob das sicher ist oder nicht.
Wenn man so googelt könnte man denken das es NICHT sicher ist und die art wie ich your-wbb.de betreibe mit Cloudlinux patched PHP 5.2 und Latin 1 charset in der Datenbank sogar sicherer sein könnte? ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17301</link>
<pubDate>Thu, 12 Jun 2025 18:34:59 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17301</guid>
</item>
<item>
<title>eigene Konstante im Template verwenden</title>
<description><b>Sachsen Queens schrieb:</b><br><br><![CDATA[Kann man Konstanten im Template-System von Woltlab 3.2 verwenden ohne jedesmal <php oder echo schreiben zu müssen. Ähnlich wie es mit Variablen bereits funktioniert:
da schreibe ich direkt ins Template $variable und bekomme den Wert angezeigt.
Vielen Dank im Voraus ...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17300</link>
<pubDate>Wed, 11 Jun 2025 19:35:09 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17300</guid>
</item>
<item>
<title>Urlaub</title>
<description><b>Viktor schrieb:</b><br><br><![CDATA[Hallo @all,
es ist mal wieder so weit und ich werde vom <b>29.05.2025 bis 20.06.2025</b> in Urlaub fahren. <img src="https://www.v-gn.de/wbb/images/tf_v-gn/smilies/pleased.gif" border="0" alt="Freude" title="Freude" />
Dieses mal geht es nach Schweden auf die Insel Gotland. <img src="https://www.v-gn.de/wbb/images/tf_v-gn/smilies/happy.gif" border="0" alt="fröhlich" title="fröhlich" />
Ich hoffe das ich viel Kraft tanken kann und das ich nach meinem Urlaub euch wieder in alter Form helfen kann. <img src="https://www.v-gn.de/wbb/images/tf_v-gn/smilies/happy.gif" border="0" alt="fröhlich" title="fröhlich" />
Gruß
Viktor <img src="https://www.v-gn.de/wbb/images/tf_v-gn/smilies/wink.gif" border="0" alt="Augenzwinkern" title="Augenzwinkern" />
...]]></description>
<link>https://www.v-gn.de/wbb/thread.php?threadid=17299</link>
<pubDate>Sun, 25 May 2025 23:43:46 +0200</pubDate>
<guid>https://www.v-gn.de/wbb/thread.php?threadid=17299</guid>
</item>
</channel>
</rss>