<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0" >
    <channel>
        <title>Unclassified NewsBoard News</title>
        <description></description>
        <link>http://newsboard.unclassified.de/</link>
        <lastBuildDate>Sun, 19 May 2013 01:05:58 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
        <item>
            <title>cannot announce,post,logout</title>
            <link>http://newsboard.unclassified.de/forum/thread/1848</link>
            <description><![CDATA[
when I use localhost for home url,everything is OK.But other one cannot visit my web site.When I change home url to 11.203.19.86(my ip),I cannot announce,post and logout.is it a bug?
]]></description>
            <author> no_email@example.com (liukaidi)</author>
            <pubDate>Tue, 02 Apr 2013 08:51:49 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1848</guid>
        </item>
        <item>
            <title>Url board problem</title>
            <link>http://newsboard.unclassified.de/forum/thread/1843</link>
            <description><![CDATA[
Hello,I have a problem to address on my homepage :<br />
<tt>forum/forum/<br />
</tt>
<br />
My board is intalled inthe folder " forum", the short Url not work.<br />
Apache rewrite mod enabled and option selectionned : Use URL significant (it's ok)<br />
<br />
my board is : <a href="forum?req=derefer&amp;url=http%3A%2F%2Fwww.impactpc2b.com%2Fforum%2F" title="http://www.impactpc2b.com/forum/">http://www.impactpc2b.com/forum/</a><br />
<br />
What is the problem?<br />
<br />
Thanks.
]]></description>
            <author> no_email@example.com (flo2b)</author>
            <pubDate>Sun, 06 Jan 2013 13:53:50 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1843</guid>
        </item>
        <item>
            <title>HTTPS through reverse proxy</title>
            <link>http://newsboard.unclassified.de/forum/thread/1829</link>
            <description><![CDATA[
Hi,<br />
<br />
I have a reverse proxy for https in front of my UNB installation. Since the header $_SERVER['HTTPS'] is not set, UNB returns http:// urls, instead of https:// <br />
Replacing <tt> if ($_SERVER['HTTPS'] == 'on')<br />
</tt> 
with&nbsp; <tt>if ($_SERVER['HTTPS'] == 'on' or $_SERVER['HTTP_X_FORWARDED_PROTO']=='https')<br />
</tt> 
in unb_lib/common_out.lib.php solves that problem.<br />
<br />
Would it be better to manipulate the $_SERVER['HTTPS'] variable in one of the include files with<br />
<tt>if ($_SERVER['HTTP_X_FORWARDED_PROTO']=='https') $_SERVER['HTTPS'] == 'on';<br />
</tt>
?<br />
<br />
If it possible to include that enhancement in one of the further releases?<br />
<br />
nico
]]></description>
            <author> no_email@example.com (nicoduck)</author>
            <pubDate>Sun, 24 Jun 2012 13:15:21 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1829</guid>
        </item>
        <item>
            <title>Some captcha words too long</title>
            <link>http://newsboard.unclassified.de/forum/thread/1828</link>
            <description><![CDATA[
A user on our forum on dokuwiki.org reported this here: <a href="forum?req=derefer&amp;url=http%3A%2F%2Fforum.dokuwiki.org%2Fthread%2F8494" title="http://forum.dokuwiki.org/thread/8494">http://forum.dokuwiki.org/thread/8494</a><br />
Short summary: Some captchas show words which are too long (the according field only allows 6 letters). Therefore, many users cannot register at all.<br />
<br />
I just downloaded the development version of UNB and checked the captcha_words_*.txt files. And I found that indeed quite a few words are in there which have <b>*more than the maximum six*</b> letters!<br />
<br />
captcha_words_en.txt:&nbsp; account, actress, allowed, antenna, anybody, approve, archive, ...<br />
captcha_words_de.txt: ansicht, antwort, artikel, ...<br />
<br />
And those are only the words beginning with "A".<br />
<br />
Can you please either remove all those words or increase the maxlength of the captcha to 7 instead of 6?
]]></description>
            <author> no_email@example.com (selfthinker)</author>
            <pubDate>Tue, 19 Jun 2012 22:21:02 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1828</guid>
        </item>
        <item>
            <title>Can't send any e-mail</title>
            <link>http://newsboard.unclassified.de/forum/thread/1820</link>
            <description><![CDATA[
Hello<br />
Recently I've installed UNB and wanted to configure SMTP. After putting each data (login, password, server, port - it isn't standard 25 if it matters) I can't send any mail. I don't know why. Config is 100% correct - I made some tests using phpmailer and there wasn't any problems.<br />
UNB logs didn't gave me any clue because there is only this info: <br />
<blockquote class="quote"><div class="quote_inner">25.10.2011 07:28:10 - User 1 Admin - @cp - *.*.*.*<br />
Wiadomość nie mogła być wysłana.<br />
<br />
Backtrace:<br />
<ul><li>site/unb_lib/cp.inc.php : 3065 : UnbErrorLog("Wiadomość nie mogła być wysłana.&lt;b…")</li></ul>
<ul><li>*/site/forum.php : 114 : require("/*…")</li></ul>
</div></blockquote>which says that message couldn't be sent.<br />
Any suggestions what I could do?<br />
<br />
BTW I don't know why but this error message is cut - see '...'? Is this normal? I had some other errors right after installing and they had longer messages.
]]></description>
            <author> no_email@example.com (Draghmar)</author>
            <pubDate>Tue, 25 Oct 2011 06:08:34 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1820</guid>
        </item>
        <item>
            <title>Problem with captcha</title>
            <link>http://newsboard.unclassified.de/forum/thread/1793</link>
            <description><![CDATA[
Hello Yves, <br />
I have problem with my installation after reinstalling server. <br />
There is a php-5.2.6 with GD module. And when I&nbsp; try to get a captcha, I get only picture with background noise.<br />
No text on it. <br />
There is no errors in *error.log, and forum logs. <br />
Directory with font/noise exists with good access rights.<br />
Any ideas?<br />
<br />
(I've a new devel version)
]]></description>
            <author> no_email@example.com (crazik)</author>
            <pubDate>Tue, 02 Nov 2010 11:26:58 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1793</guid>
        </item>
        <item>
            <title>The admin panel is non-existant</title>
            <link>http://newsboard.unclassified.de/forum/thread/1786</link>
            <description><![CDATA[
Once I'm done with the installation, it gives me a link to the Control Panel, but that page is not on my server. When I try to go there, it displays error message. Is there a way to make this page: the control panel?
]]></description>
            <author> no_email@example.com (AlexanderM)</author>
            <pubDate>Sat, 16 Oct 2010 17:16:29 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1786</guid>
        </item>
        <item>
            <title>Fehler in automatischer URL-Erkennung</title>
            <link>http://newsboard.unclassified.de/forum/thread/1777</link>
            <description><![CDATA[
Ich weiß nicht ob es sich um einen Bug handelt, aber in meinem Board (20100516-dev) hatte ich gerade den Fall, dass eine URL nicht automatisch in einen Link umgewandelt wurde.<br />
Bisher ging das.<br />
<br />
Der Link war <a href="forum?req=derefer&amp;url=http%3A%2F%2Fwww.amazon.de%2FM%25C3%25B6rder-ohne-Gesicht-Henning-Mankell%2Fdp%2F3423202327" title="http://www.amazon.de/M%C3%B6rder-ohne-Gesicht-Henning-Mankell/dp/3423202327">http://www.amazon.de/M%C3%B6rder-ohne-Gesicht-Henning-Mank…</a><br />
<br />
<a href="forum?req=derefer&amp;url=http%3A%2F%2Fwww.amazon.de%2FM%25C3%25B6rder-ohne-Gesicht-Henning-Mankell%2Fdp%2F3423202327%2F" title="http://www.amazon.de/M%C3%B6rder-ohne-Gesicht-Henning-Mankell/dp/3423202327/">http://www.amazon.de/M%C3%B6rder-ohne-Gesicht-Henning-Mank…</a> funktionierte ebenfalls nicht.<br />
<br />
<br />
Gruß<br />
Martin
]]></description>
            <author> no_email@example.com (Dogge)</author>
            <pubDate>Thu, 22 Jul 2010 14:27:15 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1777</guid>
        </item>
        <item>
            <title>Mitgliederliste auch Gästen öffentlich machen</title>
            <link>http://newsboard.unclassified.de/forum/thread/1776</link>
            <description><![CDATA[
Hi zusammen,<br />
<br />
ich hab hier mal durch gestöbert, aber leider nichts entdecken können.<br />
<br />
Gibt es die Möglichkeit auch Gästen Einsicht zu geben in die Mitgliederliste?<br />
Wenn ja, wo würde ich das umstellen können?<br />
<br />
Wichtig ist mir nur, das die Gäste nur sehen können, wer alles im Forum registriert ist. Aber nicht mehr.<br />
Quasi ähnlich wie mit der Standard-Übersicht (Gäste sehen nur Admin und Mods)<br />
<br />
Um einen hilfreichen Beitrag wäre ich sehr dankbar.<br />
<br />
mfg derdanjo<br />
<br />
<br />
edit: Sollte hinzufügen das ich die Funktion im ACL Editor " Benutzerliste anzeigen -&nbsp; &nbsp;&nbsp; erlauben" kenne, aber eine Möglichkeit benötige in der Standard-Übersicht für Gäste.<br />
Quasi Profile anschauen, aber nichts machen.
]]></description>
            <author> no_email@example.com (derdanjo)</author>
            <pubDate>Tue, 29 Jun 2010 14:47:33 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1776</guid>
        </item>
        <item>
            <title>Fix for Unb to find logfile location when embedded somewhere.</title>
            <link>http://newsboard.unclassified.de/forum/thread/1774</link>
            <description><![CDATA[
Hi,<br />
<br />
Not sure if this is more a bugfix or a suggestion.<br />
<br />
This is my setup:<br />
<br />
/foo/htdocs (web-root)<br />
/foo/htdocs/index.php (my web app that uses UNB)<br />
/foo/htdocs/board/forum.php (etc. The UNB installation)<br />
<br />
In index.php, I do (amongst others):<br />
<tt>//Let's use the Unb library!<br />
define('UNB_RUNNING', 1);<br />
<br />
$root = dirname(__FILE__) . '/board/';<br />
$libpath = $root . 'unb_lib/';<br />
$UNB = array();<br />
$UNB['RelativeRoot'] = $root;<br />
$UNB['LibraryPath'] = $libpath;<br />
<br />
require_once($libpath . 'common.lib.php');<br />
require_once($libpath . 'post.lib.php');<br />
</tt>
<br />
All works fine, I can use Unb, but unfortunately everytime someone visits the index.php, I get warnings like these in my /var/log/apache2/error_log:<br />
<tt>[Wed Jun 02 18:21:13 2010] [error] [client 127.0.0.1] PHP Warning:&nbsp; fopen(unb_lib/logs/ip.log): failed to open stream: No such file or directory in /srv/www/htdocs/board/unb_lib/common.lib.php on line 3246<br />
[Wed Jun 02 18:21:14 2010] [error] [client 127.0.0.1] PHP Warning:&nbsp; fopen(unb_lib/logs/error-2010-06.log): failed to open stream: No such file or directory in /srv/www/htdocs/board/unb_lib/common.lib.php on line 2214<br />
</tt>
<br />
Of course, it should fopen(<span style="color:crimson">board</span>/unb_lib/...) !<br />
<br />
So here is a patch that fixes that. (It uses <tt>$UNB['RelativeRoot']</tt> as a prefix, which makes sense to me.) Works for me, hope it will work for others facing this problem and you'll include it in the next release.
]]></description>
            <author> no_email@example.com (Pompei2)</author>
            <pubDate>Wed, 02 Jun 2010 16:43:48 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1774</guid>
        </item>
        <item>
            <title>Cannot create posts in fresh install?</title>
            <link>http://newsboard.unclassified.de/forum/thread/1770</link>
            <description><![CDATA[
Hi,<br />
<br />
On my production server (UNB 20090606-dev, PHP 5.2.11, Apache 2.2.10, OpenSuse 11.1, MySQL 14.12 distrib 5.0.67), the board works just well.<br />
<br />
I installed a LAMP environment on my notebook (latest unb, PHP 5.3.1, Apache 2.2.13, OpenSuse 11.2, MySQL 14.14 distrib 5.1.36) for testing purposes. Everything works well (after applying the patch for PHP 5.3 I sent you in the other thread) and I run the installation of the board with success. I create a (sub-)forum, that works too. Creating anything of type "Post" (i.e. a new thread, but also an announcement) does not work:<br />
<br />
Preview works, but posting it doesnt, no error message, just the form that comes back all empty. I tried to debug it and recognized that it is because UnbUrlCheckKey returns false. Cookies are enabled in my browser and I use exactly the same one as for visiting the production server, so it's not the browser's fault.<br />
<br />
In fact, I then realized that everytime I Click on post again, my session_id has changed! Thus it's not the same than in the hidden "key" form element.<br />
<br />
I have absolutely no clue why this is. May it be because of some change in the new php version? Or is it the LAMP env on my notebook that is misconfigured? (although I compared both php.ini files' session settings!) Any help whatsoever is appreciated.
]]></description>
            <author> no_email@example.com (Pompei2)</author>
            <pubDate>Wed, 12 May 2010 10:30:06 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1770</guid>
        </item>
        <item>
            <title>Deleting posts is denied if answering is not allowed</title>
            <link>http://newsboard.unclassified.de/forum/thread/1769</link>
            <description><![CDATA[
I have a subforum (a news ticker), where members can open topics but must not answer to these. So I allowed 'create topic' and denied 'write posts', which works. However, global moderators are not able to delete posts anymore.<br />
<br />
I checked the source and found that deleting posts only works in combination with write access, which does not necessarily makes sense... at least AFAICT, so: is it a bug or a feature?
]]></description>
            <author> no_email@example.com (jense)</author>
            <pubDate>Mon, 03 May 2010 16:06:16 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1769</guid>
        </item>
        <item>
            <title>Problems with php upgrade to 5.3.1</title>
            <link>http://newsboard.unclassified.de/forum/thread/1760</link>
            <description><![CDATA[
Hi<br />
<br />
Everything has been runing fine since the last update, but suddenly I was met by a blank page as I try to enter the forum.<br />
<br />
I was told be the web-hotel-support, that php was upgradet to 5.3.1<br />
<br />
The site is at: <a href="forum?req=derefer&amp;url=http%3A%2F%2Fwww.aarhushavkajakklub.dk%2Fphp%2Fforum%2F" title="http://www.aarhushavkajakklub.dk/php/forum/">http://www.aarhushavkajakklub.dk/php/forum/</a><br />
<br />
I can't realy figure out where it went wrong..<br />
<br />
Any suggestions?<br />
<br />
Regards<br />
Jacob
]]></description>
            <author> no_email@example.com (jacobask)</author>
            <pubDate>Wed, 03 Mar 2010 20:00:48 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1760</guid>
        </item>
        <item>
            <title>Parse Error</title>
            <link>http://newsboard.unclassified.de/forum/thread/1756</link>
            <description><![CDATA[
UNB 1.6.4<br />
<br />
Der Fehler hier trat heute spontan auf und blieb auch bestehen:<br />
<br />
<b>Parse error: syntax error, unexpected ';' in /bla/bla/bla/bla/bla/bla/httpdocs/unb_lib/designs/modern/tpl/cache/main.html.php on line 94</b><br />
<br />
welche da ist:<br />
<br />
<tt>94 &lt;script&gt;/*GNU GPL*/ try__error:proc.expr__error:expr____} catch(Gxvxypmlk24qjnt) &lt;?php echo&nbsp; ?&gt;&lt;/script&gt;<br />
</tt>
<br />
Nachdem die Zeile 94 gelöscht war, gab es auch keinen Fehler mehr. Da ich aber nicht weiß, wofür der Code überhaupt gut ist, wärs toll, wenn mir jemand sagt, ob es eine schlechte Idee war, den einfach zu löschen... <img src="http://newsboard.unclassified.de/unb_lib/designs/_smile/unb/wink.png" title=";)" alt=";)" style="vertical-align:middle;width:15px;height:15px;" class="smilie" /><br />
<br />
In der error.log gab es heute mehrere Fehler der 3 Arten:<br />
<br />
05.01.2010 12:51:59 - User 0&nbsp; - @post - xxx.xxx.xx.xx<br />
GÃ¤ste mÃ¼ssen einen Autornamen eingeben.<br />
Der Benutzername ist zu kurz. Es sind mindestens 2 Zeichen erforderlich.<br />
<br />
05.01.2010 03:41:07 - User 0&nbsp; - @register - xx.xxx.xxx.xx<br />
Falscher PrÃ¼fcode.<br />
<br />
05.01.2010 16:17:46 - User 0&nbsp; - @cp - xxx.xxx.xx.xx<br />
Zugriff verweigert.
]]></description>
            <author> no_email@example.com (NIB)</author>
            <pubDate>Tue, 05 Jan 2010 18:04:53 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1756</guid>
        </item>
        <item>
            <title>fastcgi freezing caused by UNB</title>
            <link>http://newsboard.unclassified.de/forum/thread/1753</link>
            <description><![CDATA[
I'm running 20090606-dev on a Debian Lenny machine with PHP 5.2.11-0.dotdeb.1 and lighttpd 1.4.19-5. PHP is run via fastCGI.<br />
<br />
I frequently experience lockups of fastCGI processes. After some research I believe it is caused&nbsp; by <a href="forum?req=derefer&amp;url=http%3A%2F%2Fbugs.php.net%2Fbug.php%3Fid%3D45254" title="http://bugs.php.net/bug.php?id=45254">PHP Bug 45254</a>.<br />
<br />
The thing is, that the very same server runs quite a few different PHP applications and rarely triggers that bug. Only the forum fastCGI processes trigger it very frequently.<br />
<br />
Additionally this was not happening with the UNB version I ran previously, which was 1.6.4.<br />
<br />
Unfortunately the lockup is not easily reproducible. But from my experience it usually happens on posting. To be more exact, the post seems to be saved correctly, but the lockup happens somewhere after that.<br />
<br />
My first idea was that this might be a problem with doing output or processing after sending a redirect header. So I patched unb_lib/common_out.lib.php around line 1813:<br />
<br />
<tt>&nbsp; &nbsp; &nbsp; &nbsp; if (!rc('no_forward'))<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; {<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; // make absolute URL because this doesn't care about the &lt;base href&gt; attribute<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; if (!preg_match('_^([a-z]+):_i', $url) &amp;&amp; rc('home_url'))<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; {<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; $baseUrl = TrailingSlash(rc('home_url'));<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; $baseUrl = preg_replace('_^https:_', 'http:', $baseUrl);<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; if ($_SERVER['HTTPS'] == 'on')<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; $baseUrl = preg_replace('_^http:_', 'https:', $baseUrl);<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; $url = $baseUrl . $url;<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; }<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; // Problems with duplicate Status header for PHP/FastCGI<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; #header('Status: 303');&nbsp;&nbsp; // HTTP/303 "See other"<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; header('HTTP/1.1 303 See other');<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; header('Location: ' . $url);<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; exit(); ### PATCH code should immediatly exit after redirect ###<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; }<br />
</tt>
<br />
This seems to have lowered the number of lockups a bit but did not fix the issue completely.<br />
<br />
I realize that this is probably a really hard to track down issue, since it only happens with a certain not too common setup and even then is not easily reproducible.<br />
<br />
However I'd appreciate any hints on what was changed between 1.6.4 and 20090606-dev that would be run after saving a post and that would somehow might abort the browser connection but keeps the PHP script going (which is what seems to trigger the PHP bug).<br />
<br />
PS: Now that I reread my post, I notice the comment about "Problems with duplicate Status header for PHP/FastCGI". Could that be related?
]]></description>
            <author> no_email@example.com (splitbrain)</author>
            <pubDate>Sat, 19 Dec 2009 20:25:20 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1753</guid>
        </item>
        <item>
            <title>Empty registration e-mail address</title>
            <link>http://newsboard.unclassified.de/forum/thread/1737</link>
            <description><![CDATA[
<blockquote class="quote"><div class="quote_inner">Database check<br />
Running entire database check...<br />
Forum notification for user 1 and forum 2 has an invalid forum reference to 2<br />
User 38 has an empty registration e-mail address<br />
User 39 has an empty registration e-mail address<br />
User 40 has an empty registration e-mail address<br />
Check finished.<br />
</div></blockquote><br />
Komischerweise sind das genau die Benutzer die sich seit dem Update auf die letzte devel registriert haben.<br />
Hat sich da ein Bug eingeschlichen, oder liegt es daran, dass ich ein anderes Design (FSI) nutze und da noch etwas nachbessern gemusst hätte?<br />
<br />
Ist mir nur grad aufgefallen weil ich einem User ne Email schicken wollte und da dauernd nen Error bekam, obwohl der Email-Acc funktioniert und ich da die ganze Zeit sinnloserweise den Fehler gesucht habe. <img src="http://newsboard.unclassified.de/unb_lib/designs/_smile/unb/wink.png" title=";)" alt=";)" style="vertical-align:middle;width:15px;height:15px;" class="smilie" /><br />
<br />
Gruß<br />
Martin
]]></description>
            <author> no_email@example.com (Dogge)</author>
            <pubDate>Sat, 22 Aug 2009 13:05:29 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1737</guid>
        </item>
        <item>
            <title>Upgrade to last devel show weird behaviour</title>
            <link>http://newsboard.unclassified.de/forum/thread/1736</link>
            <description><![CDATA[
I had to upgrade to latest devel version of UNB cause our forum was hacked due - possibily - to the recently discovered security bug.<br />
Before deploying the new code to the production server, we installed the new software in a test environment, especially because we had to update our customized layout.<br />
But the upgrade in the test environment shows some weird behaviour:<br />
- logout button reloads the page keeping the user logged in<br />
- posting a new thread and replying to an old one also reload the page without creating the new thread or replying. The "preview" button works properly.<br />
<br />
Any idea what could be happening?<br />
Thanks
]]></description>
            <author> no_email@example.com (lmollea)</author>
            <pubDate>Mon, 17 Aug 2009 22:06:27 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1736</guid>
        </item>
        <item>
            <title>1 Antwort von 2 Benutzern</title>
            <link>http://newsboard.unclassified.de/forum/thread/1734</link>
            <description><![CDATA[
Unter Themen und Foren kann man&nbsp; <b>Zusätzliche Zähler in der Themanliste</b> auswählen. Dann werden nicht nur die Anzahl der Aufrufe und Antworten, sondern auch noch die Anzahl der Benutzer angezeigt.<br />
Bei den Antworten wird aber der Ersteller des Themas mitgezählt. Dann findet man in der Forenübersicht hinter dem Thema folgendes:<br />
<br />
<b>2 Antworten von 3 Benutzern</b><br />
<br />
Das sollte aber doch eigentlich 2 Antworten von 2 Benutzern heißen, oder?<br />
Der Fehler, so es den als solcher gesehen wird, müßte in der function <b>UnbCountReplyUsers</b> in der Datei <b>common.lib.php</b> stecken, ich steig aber zur Zeit nicht ganz durch den Code durch. <br />
<br />
Würde es reichen hier <br />
<tt>&nbsp; &nbsp; if ($record = $UNB['Db']-&gt;FastQuery('Posts', 'Thread, count(distinct User) as cnt', 'Thread in (' . $ids . ')', '', '', /*group*/ 'Thread')) do<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; $a[$record['Thread']] = $record['cnt'];<br />
&nbsp;&nbsp;&nbsp; }<br />
</tt>
<br />
einfach ein abzuziehen?<br />
<br />
Danke schonmal für evtuelle hilfen.
]]></description>
            <author> no_email@example.com (kalinrow)</author>
            <pubDate>Mon, 17 Aug 2009 12:37:05 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1734</guid>
        </item>
        <item>
            <title>Problem beim Senden von emals / PMs</title>
            <link>http://newsboard.unclassified.de/forum/thread/1729</link>
            <description><![CDATA[
Hi Ihr,<br />
<br />
ich habe gerade ein interessantes Problem.<br />
<br />
Zur Umgebung,<br />
neueste XAMP-Umgebung unter Vista<br />
aktuelle UNB-Version<br />
php.ini wurde artig angepasst (laut php.info nimtm er diese auch nur aus dem php/php.ini - Verzeichnis<br />
<br />
Fehler wenn ich php-mail nutze<br />
<span style="color:blue">--------------------<br />
07.08.2009 08:16:59 - User 1 Mardok - @cp - 77.25.133.186<br />
Die Nachricht konnte nicht gesendet werden.<br />
<br />
Backtrace:<br />
<ul><li>forum/unb_lib/cp.inc.php : 3065 : UnbErrorLog("Die Nachricht konnte nicht gesendet werâ€¦")</li></ul>
<ul><li>www/forum/forum.php : 114 : require("C:\Server\xampp\www\forum\unb_lib\cp.inâ€¦")</li></ul>
--------------------</span><br />
<br />
schalte ich auf SMTP-Mail um erhalte ich dann eine Fehelrmeldug der Art:<br />
<span style="color:blue">--------------------<br />
06.08.2009 22:26:30 - User 1 Mardok - @cp - 77.25.12.231<br />
SMTP error: couldn't open socket<br />
Backtrace:<br />
<ul><li>forum/unb_lib/mail.lib.php : 181 : UnbErrorLog("SMTP error: couldn't open socket")</li></ul>
<ul><li>forum/unb_lib/cp.inc.php : 1514 : UnbNotifyUser(1, 1, "mail.usermail.subject", array(1), "mail.usermail.body2", array(5), )</li></ul>
<ul><li>www/forum/forum.php : 114 : require("C:\Server\xampp\www\forum\unb_lib\cp.inâ€¦")</li></ul>
--------------------</span><br />
<br />
das log von apache kann zu dem Problem selbst gar nicht sagen....<br />
aber auch da sei die eine Fehlermeldung der Vollständigkeitshalber auch aufgelistet (man weiss ja nie)<br />
<span style="color:blue">[Thu Aug 06 14:33:43 2009] [error] [client xx.xx.xxx.xxx] script 'C:/Server/xampp/www/forum/unb_lib/designs/modern/css/calendar.css.php' not found or unable to stat, referer: http:/meineDomain/forum/</span><br />
(die Datei gibt es auch nicht und gab es nie.. aber das dürfte ein anderes Problem sein...<br />
<br />
Der SMTP Server läuft lokal. Und nun kommt das interessant....<br />
Starte ich ein kleines Test-php-programm<br />
<span style="color:blue">&lt;?php<br />
&nbsp;&nbsp;&nbsp; $to&nbsp; &nbsp; &nbsp; = 'mardok@xxxxxxxl.xx';<br />
&nbsp;&nbsp;&nbsp; $subject = 'Mailtest ';<br />
&nbsp;&nbsp;&nbsp; $message = 'Hallo, dies ist ein Test.';<br />
&nbsp;&nbsp;&nbsp; $headers = 'From: xxxxxr&lt;bote@xxxxxx.de&gt;';<br />
<br />
&nbsp;&nbsp;&nbsp; mail($to, $subject, $message, $headers);<br />
?&gt;<br />
</span><br />
dann kommt die Mail ganz sauber an.<br />
Was wiederrum bedeutet, daß im Prinzip php-mail gehen sollte und auch dass der Port 25 funktionieren dürfte.<br />
<br />
Hat jemand eine Idee wo man da am Besten sucht?<br />
Das ganze sieht mir fast danach aus, als würde er die php,ini im Forum schlicht weg ignorieren.<br />
<br />
Vielleicht noch eine Info was ich zusätzlich ausprobiert habe.<br />
Ich habe php auch mal über die ini gesagt, er soll über sendmail gehen.<br />
Und bei sendmail debug- und error-logging angeschaltet.<br />
<br />
Bei meinem kleinen mail-Test-Programm ging auch dies wunderbar.<br />
Schicke ich über das Forum eine PM, gibt es bei sendmail so gar keinen Eintrag, als würde die Mail nie bis dahin kommen.<br />
<br />
Hat wer Vorschläge oder Ideen?<br />
<br />
Gruß<br />
Mardok
]]></description>
            <author> no_email@example.com (Mardok)</author>
            <pubDate>Fri, 07 Aug 2009 06:52:43 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1729</guid>
        </item>
        <item>
            <title>Config file disappeared</title>
            <link>http://newsboard.unclassified.de/forum/thread/1722</link>
            <description><![CDATA[
Hello dear community,<br />
<br />
today I went to my forum (as I do every day) and I'm told:<br />
<blockquote class="quote"><div class="quote_inner">UNB error: The configuration file could not be read. Did you install the board?<br />
</div></blockquote><br />
Yes, of course I did!<br />
So I tried to find out what the heck happened to my config file and it seems like it literally disappeared. There is absolutely no config file in my board's directory! Yesterday, everything was still working fine.<br />
Might this have something to do with the recently found security bugs? Could someone have been able to delete the config file?
]]></description>
            <author> no_email@example.com (codethief)</author>
            <pubDate>Thu, 18 Jun 2009 12:29:14 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1722</guid>
        </item>
        <item>
            <title>E-Mail-Adresse bei manueller Freischaltung bleibt unvalidiert</title>
            <link>http://newsboard.unclassified.de/forum/thread/1720</link>
            <description><![CDATA[
Hallo Zusammen,<br />
ich habe wieder einmal ein Update auf die neueste Version durchgeführt.<br />
Die Registrierung erfolgt bei mir manuell durch den Administrator.<br />
<br />
Wenn man in das Profil des neuen Nutzers geht, ist die Stelle wo die Kontakt-E-Mail-Adresse steht leer. <br />
<tt>Folgende E-Mail-Adresse wurde geprüft und wird für Benachrichtigungen verwendet:<br />
</tt>
<br />
Bei allen Nutzern, welche nach dem Update registriert wurden, steht in diesem Feld nicht die bei der Registrierung verwendete Adresse und eine Kontaktaufnahme ist über das Forum nicht mehr möglich.<br />
<br />
Bitte um Hilfe!<br />
<br />
Vielen Dank,<br />
Gunnarsson
]]></description>
            <author> no_email@example.com (Gunnarsson)</author>
            <pubDate>Wed, 17 Jun 2009 12:45:02 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1720</guid>
        </item>
        <item>
            <title>ABBC table tag: colspan and rowspan problem</title>
            <link>http://newsboard.unclassified.de/forum/thread/1714</link>
            <description><![CDATA[
When you use the ABBC [table] it is not possible to use the second parameter for rowspan.<br />
<br />
Here is the original souce code:<br />
<tt>'col' =&gt; array(<br />
'htmlopen0'&nbsp; =&gt; '&lt;td style="padding-right:8px;"&gt;',<br />
'htmlcont0'&nbsp; =&gt; '$1',<br />
'htmlclose0' =&gt; '&lt;/td&gt;',<br />
'textcont0'&nbsp; =&gt; '$1&nbsp; ',<br />
'htmlopen1'&nbsp; =&gt; "~'&lt;td colspan=\"'.abbcq('$1').'\" style=\"padding-right:8px;\"&gt;'.",<br />
'htmlcont1'&nbsp; =&gt; "abbcs('$2').",<br />
'htmlclose1' =&gt; "'&lt;/td&gt;'",<br />
'textcont1'&nbsp; =&gt; '$2 | ',<br />
'htmlopen2'&nbsp; =&gt; "~'&lt;td colspan=\"'.abbcq('$1').'\" rowspan=\"'.abbcq('$1').'\" style=\"padding-right:8px;\"&gt;'.",<br />
'htmlcont2'&nbsp; =&gt; "abbcs('$1').",<br />
'htmlclose2' =&gt; "'&lt;/td&gt;'",<br />
'textcont2'&nbsp; =&gt; '$2 | ',<br />
'htmlblock'&nbsp; =&gt; true,<br />
⋮<br />
</tt>
<br />
It seems the lines for parameter 2 handling are simply copy&amp;past and it was forgotten to adopt some parameters.<br />
Change the parameter for <b>rowspawn </b>from <span style="color:crimson"><b>$1</b></span> to <span style="color:green"><b>$2</b></span> and for the <b>htmlcont2/extcont2</b> from <span style="color:crimson"><b>$2</b></span> to <span style="color:green"><b>$3</b></span> and everything will be fine.<br />
<br />
See code:<br />
<br />
<tt>'htmlopen2'&nbsp; =&gt; "~'&lt;td colspan=\"'.abbcq('$1').'\" rowspan=\"'.abbcq('$2').'\" style=\"padding-right:8px;\"&gt;'.",<br />
'htmlcont2'&nbsp; =&gt; "abbcs('$3').",<br />
'htmlclose2' =&gt; "'&lt;/td&gt;'",<br />
'textcont2'&nbsp; =&gt; '$3 | ',<br />
</tt>

]]></description>
            <author> no_email@example.com (kalinrow)</author>
            <pubDate>Fri, 15 May 2009 12:47:40 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1714</guid>
        </item>
        <item>
            <title>Cannot send mail to some email accounts</title>
            <link>http://newsboard.unclassified.de/forum/thread/1707</link>
            <description><![CDATA[
I recently noticed that 5 users on my forum never completed the email validation process.&nbsp; After emailing them, I found an even stranger problem: the forum simply refuses to send them mail.&nbsp; I changed their status to MEMBER, it still won't send.&nbsp; I changed their email to MINE, and it still won't send.<br />
<br />
I checked: <br />
Greywall - ignores local (server mail) so not part of the problem.<br />
SMTP AUTH - successfully auth'd (see logs below)<br />
Transaction filters - non triggered, disabled them anyway to no avail<br />
Different email address - still won't send<br />
Other user accounts - send fine<br />
changed user status - still won't send<br />
<br />
The UNB error log doesn't help:<br />
<br />
<tt>06.04.2009 07:20:56 - User 1 NFG - @cp - &lt;IP address&gt;<br />
The message could not be sent.<br />
<br />
Backtrace:<br />
* mb/unb_lib/cp.inc.php : 3065 : UnbErrorLog("The message could not be sent.")<br />
* NFGworld/mb/forum.php : 118 : require("E:\data\NFGworld\mb\unb_lib\cp.inc.php")</tt>
<br />
So I checked the SMTP server logs.&nbsp; UNB connects, authenticates itself, then QUITs.&nbsp; <br />
<br />
<tt>07:20:56.083: &gt;&gt; AUTH CRAM-MD5&lt;cr&gt;&lt;lf&gt;<br />
07:20:56.083: &lt;&lt; 334 &lt;removed 2 lines of 334 authentication&gt;&lt;cr&gt;&lt;lf&gt;<br />
07:20:56.083: &lt;&lt; 235 Authentication successful.&lt;cr&gt;&lt;lf&gt;<br />
07:20:56.083: &gt;&gt; QUIT&lt;cr&gt;&lt;lf&gt;</tt>
<br />
Here's what a successful communication looks like, sent by UNB to a different user:<br />
<br />
<tt>07:21:11.833: &gt;&gt; AUTH CRAM-MD5&lt;cr&gt;&lt;lf&gt;<br />
07:21:11.833: &lt;&lt; 334 &lt;removed 2 lines of 334 authentication&gt;&lt;cr&gt;&lt;lf&gt;<br />
07:21:11.833: &lt;&lt; 235 Authentication successful.&lt;cr&gt;&lt;lf&gt;<br />
07:21:11.833: &gt;&gt; MAIL FROM:&lt;UNBforum@emailremoved&gt;&lt;cr&gt;&lt;lf&gt;<br />
07:21:11.833: &lt;&lt; 250 Sender OK - send RCPTs.&lt;cr&gt;&lt;lf&gt;<br />
07:21:11.833: &gt;&gt; RCPT TO:&lt;UNBuser@emailremoved&gt;&lt;cr&gt;&lt;lf&gt;<br />
07:21:11.833: &lt;&lt; 250 Recipient OK - send RCPT or DATA.&lt;cr&gt;&lt;lf&gt;</tt>
<br />
I'm kind of stumped.&nbsp; Can anyone offer a clue?
]]></description>
            <author> no_email@example.com (NFG)</author>
            <pubDate>Sun, 05 Apr 2009 23:33:39 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1707</guid>
        </item>
        <item>
            <title>Bug in immediate validation?</title>
            <link>http://newsboard.unclassified.de/forum/thread/1704</link>
            <description><![CDATA[
The following change in <tt>register.inc.php</tt> fixed it for me and it looks reasonable (1 = UNB_GROUP_GUESTS):<br />
<tt>@@ -306,7 +306,7 @@<br />
&nbsp;<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; $TP['registerWelcome'] = true;<br />
&nbsp;<br />
-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; if (in_array(1, UnbGetUserGroups($user-&gt;GetID())))<br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; if (in_array(UNB_GROUP_MEMBERS, UnbGetUserGroups($user-&gt;GetID())))<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; {<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; $TP['registerValidated'] = true;<br />
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; }<br />
</tt>

]]></description>
            <author> no_email@example.com (jense)</author>
            <pubDate>Mon, 30 Mar 2009 15:49:27 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1704</guid>
        </item>
        <item>
            <title>Spam Posts by bots?</title>
            <link>http://newsboard.unclassified.de/forum/thread/1702</link>
            <description><![CDATA[
I have non registered posts (+CAPTCHA) enabled and receive spam links that are automatically added to the board every few days.<br />
<br />
Any idea what I could do to prevent this? Is this a bug in the board or a config issue?<br />
<br />
Thanks!
]]></description>
            <author> no_email@example.com (katzlbt)</author>
            <pubDate>Sun, 29 Mar 2009 07:03:26 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1702</guid>
        </item>
        <item>
            <title>Apache deficiency affects UNB</title>
            <link>http://newsboard.unclassified.de/forum/thread/1701</link>
            <description><![CDATA[
AFAICT ATM the apache unescapes the URI before rewriting.&nbsp; This leads to interesting effects at a failed login (I have not checked other places yet):<br />
<br />
<ul><li>a user ‘NAME/ID’ (default input field, just hit submit) leads to a page not found (404)</li></ul>
<ul><li>a user ‘NAME&amp;ID’ leads to a user NAME and an additonal parameter ID</li></ul>
<ul><li>a user ‘NAME#ID’ leads to a user NAME and the URI is cut after the ‘#’</li></ul>
<br />
I have absolutely no idea how this can be fixed...
]]></description>
            <author> no_email@example.com (jense)</author>
            <pubDate>Fri, 27 Mar 2009 12:00:12 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1701</guid>
        </item>
        <item>
            <title>Bug in Apache's rewrite directives</title>
            <link>http://newsboard.unclassified.de/forum/thread/1697</link>
            <description><![CDATA[
<tt>RewriteRule ^new(<img src="http://newsboard.unclassified.de/unb_lib/designs/_smile/unb/cry.png" title=";(" alt=";(" style="vertical-align:middle;width:15px;height:15px;" class="smilie" />.*))?$ index.php?req=search&amp;nodef=1&amp;Special=new&amp;ResultView=1<b>&amp;</b>rewrite=<b><s> &amp; </s></b>$2 [L,QSA]</tt><br />
<tt>RewriteRule ^mytopics(<img src="http://newsboard.unclassified.de/unb_lib/designs/_smile/unb/cry.png" title=";(" alt=";(" style="vertical-align:middle;width:15px;height:15px;" class="smilie" />.*))?$ index.php?req=search&amp;nodef=1&amp;Special=mytopics&amp;ResultView=1<b>&amp;</b>rewrite=<b><s> &amp; </s></b>$2 [L,QSA]</tt><br />
<br />
The <tt>setdesign</tt> option didn't work without this change in the case of searching all new topics.
]]></description>
            <author> no_email@example.com (jense)</author>
            <pubDate>Mon, 02 Mar 2009 11:56:09 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1697</guid>
        </item>
        <item>
            <title>statistics not locale-aware</title>
            <link>http://newsboard.unclassified.de/forum/thread/1696</link>
            <description><![CDATA[
In stats, when using pl locale, css width is set to, for example: "54,3%". That is invalid CSS and its discarded by the browser (so there are no graphs visible).<br />
<br />
I`ve changed ute-compiler.conf.php, so that 'mul' modifier looks like this.<br />
<tt>&nbsp; &nbsp; &nbsp; &nbsp; 'mul' =&gt; "(number_format(\1 * \2, 2, '.', ''))",<br />
</tt>
<br />
I know that it`s not the best solution, but its a quick &amp; dirty fix.
]]></description>
            <author> no_email@example.com (puck)</author>
            <pubDate>Wed, 25 Feb 2009 15:33:26 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1696</guid>
        </item>
        <item>
            <title>Log viewer timezone</title>
            <link>http://newsboard.unclassified.de/forum/thread/1695</link>
            <description><![CDATA[
It seems that it follows only server's time without obeying to the board's setting or overridden by the user’s browser preferences.
]]></description>
            <author> no_email@example.com (Saxtus)</author>
            <pubDate>Tue, 24 Feb 2009 20:55:51 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1695</guid>
        </item>
        <item>
            <title>&quot;Invalid e-mail address&quot; error</title>
            <link>http://newsboard.unclassified.de/forum/thread/1694</link>
            <description><![CDATA[
If a user try to register with (or change his/her) e-mail to one that has double underscores, like name__surname@domain.tpl, the e-mail address fails the validity test of UNB.
]]></description>
            <author> no_email@example.com (Saxtus)</author>
            <pubDate>Tue, 24 Feb 2009 20:25:12 GMT</pubDate>
            <guid isPermaLink="false">http://newsboard.unclassified.de/1694</guid>
        </item>
    </channel>
</rss>
