<xml version="1.0" encoding="UTF-8">
    <rss version="2.0">
        <channel>
            <title>XOOPS Web Application System :: Forum</title>
            <link>https://xoops.org/</link>
            <description>Powered by You! :: XOOPS Community Bulletin Board</description>
            <lastBuildDate>Wed, 15 Apr 2026 07:17:08 +0000</lastBuildDate>
            <docs>https://backend.userland.com/rss/</docs>
            <generator>NewBB 5.1.0</generator>
            <category>Support Forums</category>
            <managingEditor>webmaster@xoops.org</managingEditor>
            <webMaster>webmaster@xoops.org</webMaster>
            <language>en</language>
                            <image>
                    <title>XOOPS Web Application System :: Forum</title>
                    <url>https://xoops.org/modules/newbb/assets/images/logoModule.png</url>
                    <link>https://xoops.org/</link>
                    <width>92</width>
                    <height>52</height>
                </image>
                                    <item>
                <title>Re: Blank page served at /protector/admin/index.php [by Mamba]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=354541</link>
                <description>XOOPS 2.2 bug reports::Blank page served at /protector/admin/index.php&lt;br&gt;
You probably still have old Protector&#039;s files somewhere. Please read the Installation Guide &lt;a href=&quot;https://xoops.org/modules/core/&quot; rel=&quot;noopener external&quot; title=&quot;&quot;&gt;listed here&lt;/a&gt; - it has a section on upgrades and on removing old Protector files</description>
                <pubDate>Wed, 17 Jul 2013 20:28:32 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=354541</guid>
            </item>
                        <item>
                <title>Re: Module file for ____ not found [by Mamba]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=349089</link>
                <description>XOOPS 2.2 bug reports::Module file for ____ not found&lt;br&gt;
Which files?</description>
                <pubDate>Thu, 30 Aug 2012 19:33:06 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=349089</guid>
            </item>
                        <item>
                <title>Re: Protector - error messages [by Mamba]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=337633</link>
                <description>XOOPS 2.2 bug reports::Protector - error messages&lt;br&gt;
Quote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt;I&#039;d be hesitant to do those 4 steps, as XOOPS is running just fine. &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;There is no risk involved. Instead of moving, just copy the renamed_xoops_lib and renamed_xoops_data to:&lt;br&gt;/home/username/public_html.&lt;br&gt;&lt;br&gt;By changing the paths in mainfile.php you&#039;re controlling which directories are being accessed by XOOPS, and you can see if the Protector works correctly in /home/username/public_html.&lt;br&gt;&lt;br&gt;After that, you can change the paths back to /home/username/secretpathname/ in mainfile.php and you&#039;re done. &lt;br&gt;&lt;br&gt;Just make sure that you clear cache each time after the path changes in mainfile.php</description>
                <pubDate>Wed, 30 Mar 2011 06:22:21 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=337633</guid>
            </item>
                        <item>
                <title>Re: Stripslashes in Custom Block [by par14h]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=330190</link>
                <description>XOOPS 2.2 bug reports::Stripslashes in Custom Block&lt;br&gt;
I&#039;m having a similar issue in 2.4.4. It first manifested in &quot;Lawsuit&quot; by Chronolabs, but I&#039;m now seeing it in xnews, newbbex and ForumEx.</description>
                <pubDate>Sat, 03 Jul 2010 20:33:29 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=330190</guid>
            </item>
                        <item>
                <title>Re: Editors problem [by kerkyra]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=297835</link>
                <description>XOOPS 2.2 bug reports::Editors problem&lt;br&gt;
i found out that if the content type is set to html the bbcodes are not recognized when inserted in the db! By selecting auto, it shows as it should! But the x-center issue is not resolved yet...</description>
                <pubDate>Sun, 12 Oct 2008 21:45:30 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=297835</guid>
            </item>
                        <item>
                <title>Re: Losing formatting in lang-constants after applying 2.2.6RC [by vaughan]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=280891</link>
                <description>XOOPS 2.2 bug reports::Losing formatting in lang-constants after applying 2.2.6RC&lt;br&gt;
cheers John, at least you&#039;re also on the right page as me :)&lt;br&gt;&lt;br&gt;Quote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt;from 2.0.18 release notes:&lt;br&gt;&lt;br&gt;Added sanitizing to XOOPS form elements to avoid XSS&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;if adding htmlspecialchars to form elements is classed as sanitizing then i&#039;m stumped.&lt;br&gt;&lt;br&gt;htmlspecialchars() isn&#039;t for sanitizing, it is for preventing user-inputted text from containing HTML markup tags. &lt;br&gt;&lt;br&gt;note: prevention is not sanitizing.. sanitizing means to clean the text from malicious code etc, not to prevent html from being parsed.&lt;br&gt;&lt;br&gt;so if you want to prevent html from being inputted by the user then by all means use htmlspecialchars.. but if you actually want to sanitize (clean) the users input of html then do not use htmlspecialchars.. i can&#039;t understand the reasoning behind it&#039;s use at all in many places on 2.0.18.&lt;br&gt;&lt;br&gt;sanitize the input properly and there&#039;d be no reason to prevent html in this case with htmlspecialchars.</description>
                <pubDate>Thu, 03 Jan 2008 20:34:59 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=280891</guid>
            </item>
                        <item>
                <title>Re: Notifications [by attock]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=268353</link>
                <description>XOOPS 2.2 bug reports::Notifications&lt;br&gt;
It is a little unclear to me aswell.&lt;br&gt;&lt;br&gt;Quote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt;I add some settings about when I want to send my site notifacations&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;What do you mean by that? Are you talkin about the notification block - like for example in a module, at the bottom of the page there are options of notifying the user [who is browsing that module] to be notified when a new post\new article\new stuff is added to that module.&lt;br&gt;&lt;br&gt;What do you mean you say:&lt;br&gt;Quote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt; I want to send my site notifacations&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and what do you mean byQuote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt;&lt;br&gt;( all ok ) but 1 or 2 days next, the settings are lost automatically.&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;What settings are lost?&lt;br&gt;&lt;br&gt;What is your website and does it happen to all the users or just happens with you - the admin?</description>
                <pubDate>Sun, 22 Jul 2007 13:30:59 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=268353</guid>
            </item>
                        <item>
                <title>Re: Posts -1 FIXED [by bugirc]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=267767</link>
                <description>XOOPS 2.2 bug reports::Posts -1&lt;br&gt;
But this is now a BOT hack. I haven&#039;t any new registers when I found the problem. The problem could be a XOOPS 2.2.5rc2 bug.</description>
                <pubDate>Mon, 16 Jul 2007 13:27:11 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=267767</guid>
            </item>
                        <item>
                <title>Re: 2.2.5-RC, Problems with admin menus [by bugirc]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=267309</link>
                <description>XOOPS 2.2 bug reports::2.2.5-RC, Problems with admin menus&lt;br&gt;
I have the same problem with you only with internet explorer. With mozilla no problem!</description>
                <pubDate>Wed, 11 Jul 2007 21:48:10 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=267309</guid>
            </item>
                        <item>
                <title>Help me for new users registration [by albgi]</title>
                <link>https://xoops.org/modules/newbb/viewtopic.php?post_id=262986</link>
                <description>XOOPS 2.2 bug reports::Help me for new users registration&lt;br&gt;
Please Help me, my site is &lt;a href=&quot;http://www.xt660.it:&quot; target=&quot;_blank&quot; rel=&quot;external noopener nofollow&quot;&gt;http://www.xt660.it:&lt;/a&gt;&lt;br&gt;&lt;br&gt;I have a system with XOOPS 2.2.5 (upgrading by 2.2.2 15 day later)&lt;br&gt;&lt;br&gt;The system every 2 and 3 day, block new users register procedure (the problem was found from later release 2.2.2 and I upgrading for resolve, but...).&lt;br&gt;in the users table of MySQL database there is a record with data of new user, but the register date is 1/01/1970 and de post record is -1.&lt;br&gt;I have find other blank record after new users append.&lt;br&gt;&lt;br&gt;For resolve I must delete the defect new user record and all following blank record in the users tabla and profile users table.&lt;br&gt;&lt;br&gt;Base information:&lt;br&gt;&lt;br&gt;Remote system on Aruba.i Provider&lt;br&gt;&lt;br&gt;Linux sistem operating&lt;br&gt;&lt;br&gt;Php version 4.4.4&lt;br&gt;&lt;br&gt;XOOPS version 2.2.5&lt;br&gt;&lt;br&gt;thank you for attention and excuse me for bad english</description>
                <pubDate>Mon, 04 Jun 2007 12:25:04 +0000</pubDate>
                <guid>https://xoops.org/modules/newbb/viewtopic.php?post_id=262986</guid>
            </item>
                    </channel>
    </rss>
</xml>
