Nézd égig a listát a hibákról, és ha találnál még akkor add hozzá. Sajnos a program nem tökéletes de mint egy ingyenes bárki által fejlesztető alkalmazásról van szó nem is várhatjuk el, hogy hibátlan legyen.
you must copy/upload the file .htaccess from the extras directory in forum settings (topic by esupergood, fixed in [923]).
Unsubscribe CSS issue: http://punbb.informer.com/forums/post/122868/#p122868
Just after installing the 'online' table takes a lot of diskspace on some systems (for example, 1.6 Mb on PHP: 4.4.9, Accelerator: eAccelerator, DB: MySQL Standard 4.1.22; see also a topic on forums).
Seems like checking of csrf tokens does not involve correspondent timeout in a right way.
Updating script (admin/db_update.php) issues?A topic title was not converted to HTML in forum moderation. A user could steal moderator's & administrator's session by injecting JavaScript in the topic title.
Password field value (set directly from POST-request) was not properly escaped, so that one could use it to execute JavaScript. CSRF confirm message would be displayed.
The values of $_POST['order_by'] and $_POST['direction'] were escaped, but not logically checked before using in SQL query at the Administration ⇒ Users page. One could execute any SQL query via making administrator to send a POST-request (e.g. giving him a link to the specially formed page). CSRF confirm message would be displayed.
The values of configuration options were not checked before using in SQL query at Administration ⇒ Settings page. One could execute any SQL query via making administrator to send a POST-request (e.g. giving him a link to the specially formed page). CSRF confirm message would be displayed.