<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>miniBB Archives - Orange Internet Solutions</title>
	<atom:link href="https://orangeinternetsolutions.com/tag/minibb/feed/" rel="self" type="application/rss+xml" />
	<link>https://orangeinternetsolutions.com/tag/minibb/</link>
	<description>All You Need for Your Online Business</description>
	<lastBuildDate>Sun, 22 Sep 2013 19:35:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://orangeinternetsolutions.com/wp-content/uploads/2017/10/orange-favicon-1-75x75.png</url>
	<title>miniBB Archives - Orange Internet Solutions</title>
	<link>https://orangeinternetsolutions.com/tag/minibb/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>miniBB Update 3.0.3 released</title>
		<link>https://orangeinternetsolutions.com/security-updates/minibb-update-3-0-3-released/</link>
		
		<dc:creator><![CDATA[Orange]]></dc:creator>
		<pubDate>Sun, 22 Sep 2013 19:35:36 +0000</pubDate>
				<category><![CDATA[Security & Updates]]></category>
		<category><![CDATA[Customer Relationship Management]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[managed hosting]]></category>
		<category><![CDATA[miniBB]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[webhosting]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://miamihoster.com/minibb-update-3-0-3-released</guid>

					<description><![CDATA[<p>miniBB forum 3.0.3 important for those who tired of massive spam registrations, which can&#8217;t be avoided even if Captcha module is installed. Despite these URLs are active only for logged members, and inactive for guests and search engines, this version of miniBB provides a solution to avoid this behavior. We still support the Website field, considering it is [&#8230;]</p>
<p>The post <a href="https://orangeinternetsolutions.com/security-updates/minibb-update-3-0-3-released/">miniBB Update 3.0.3 released</a> appeared first on <a href="https://orangeinternetsolutions.com">Orange Internet Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote>
<h4 style="text-align: center;"><em>miniBB forum 3.0.3 important for those who tired of massive spam registrations, which can&#8217;t be avoided even if Captcha module is installed.</em></h4>
</blockquote>
<p>Despite these URLs are active only for logged members, and inactive for guests and search engines, this version of miniBB provides a solution to avoid this behavior.</p>
<p>We still support the Website field, considering it is important for &#8220;normal&#8221; posters who will get some &#8220;profit&#8221; from their useful postings; but the solution doesn&#8217;t allow to fill this field in, until a member has been made more than &#8216;$allowHyperlinksProfile&#8217; posts on forum. &#8216;$allowHyperlinksProfile&#8217; can be defined differently, or it is equal to &#8216;$allowHyperlinks&#8217; value by default.</p>
<p><strong>The approach works that way:</strong></p>
<p>1) when registering an account, it&#8217;s not possible to provide Website field&#8217;s value; and if it has been provided, the script will not allow to register an account;</p>
<p>2) when editing the Profile, it will be possible to provide the value for the Website field only having at least &#8216;$allowHyperlinksProfile&#8217; total posts made on forum;</p>
<p>3) if member&#8217;s topic or message has been deleted, and now this member has less than &#8216;$allowHyperlinksProfile&#8217; of total posts, the Website field will be nulled automatically (so the spammer has no chances to keep this link after his bulk postings were deleted);</p>
<p>4) There is a basic function coded to protect other text-type fields of the Profile to not have possible to insert &#8216;http&#8217;, &#8216;www&#8217; or 2-4 letter char followed after dot (single domain).</p>
<p>This solution came from the suggestional thread of one of our members: and it has been proved to work on miniBB forums for about two weeks &#8211; now it seems I&#8217;m truly happy with it, because it also stopped bulk registrations for miniBB forum.</p>
<h2>Changes Details</h2>
<p><strong>1) MANDATORY</strong> core files changes &#8211; backup, then overwrite the following core files (near each filename there are more detailed changes mentioned):</p>
<ul>
<li>bb_codes.php &#8211; deCodeBB function&#8217;s update for &#8216;nourl&#8217; tag: the URL definition should not contain space i.e. `([^&lt;&gt;\n\r]+?)` comp. to the older format `([^&lt;&gt; \n\r]+?)` (useful for long URLs which can&#8217;t be broken then)</li>
<li>bb_func_checkusr.php &#8211; not possible to provide Website value on registration or having too less posts; added functionality (verifyForLinks() func.+verification algo) to avoid insertion of hyperlink-related values in the other default text fields of miniBB member&#8217;s profile</li>
<li>bb_func_deltopic.php &#8211; $poster_id added to the $pUsers array &#8211; to fix the case of updating the account of the topic&#8217;s author, if the first message of this topic has been moved to another thread. There is a new code for that: `if(!in_array($poster_id, $pUsers) and $poster_id!=0) $pUsers[]=$poster_id;`</li>
<li>bb_func_editmsg.php &#8211; bugfix: moderators should not be allowed to edit messages from the forbidden forums; as reported in http://www.minibb.com/forums/3_5924_1.html</li>
<li>bb_func_editprf.php &#8211; it will remove the WEBSITE field from the form, if user_num_posts &lt; allowHyperlinksProfile</li>
<li>bb_func_regusr.php &#8211; it will remove the WEBSITE field from the form when completing a new registration</li>
<li>bb_func_stats.php: &#8211; `$tuW=(isset($statsDefField)?$statsDefField:&#8217;topic_last_post_time&#8217;);` instead of just `$tuW=&#8217;topic_last_post_time&#8217;;` &#8211; this will allow to customize the ordering of stats records, it could be defined to `topic_time` to have different results displayed for fresh topics, not the most answered topics</li>
<li>bb_functions.php: version update; update of pageNav function &#8211; for mobiles, now it&#8217;s possible to insert customized prev/next links; comma eliminated from Today/Yesterday statements (possible to put into translation anyway)</li>
<li>index.php: &#8216;unset&#8217; vars extended to new values; `allowHyperlinksProfile` code added</li>
<li>setup_mysql.php &#8211; db_calcTotalUserAmount() function updated: Users having less than allowHyperlinksProfile posts made, will have not be allowed to keep the hyperlink in the profile under the user_website field, it will be removed automatically as soon as the system detects this, when posting or deleting a message. Doesn&#8217;t affect admins.</li>
<li>templates/user_dataform.html: WEBSITE flag &#8211; put in your template following the package&#8217;s example, to protect the profile from spam registrations</li>
</ul>
<p><strong> 2) Some non-mandatory changes</strong> were applied to the default miniBB release only. You don&#8217;t need to upgrade your version if you feel everything is fine on your end:</p>
<ul>
<li>lang/eng.php &#8211; updates regarding l_userErrors related messages</li>
</ul>
<h2>More Information</h2>
<ul>
<li><strong>Try Online Demo</strong>:<br />
<a title="OsCommerce Demo - Official Website" href="http://www.softaculous.com/demos/miniBB" target="_blank" rel="noopener noreferrer">miniBB</a> (<em>Official Website external link</em>)</p>
<p><a title="minBB Changelog - official website" href="http://www.minibb.com/forums/news-9/minibb-3.0.3-is-up-fighting-profile-spammers-fixing-minor-bugs-6201.html" target="_blank" rel="noopener noreferrer">miniBB changelog</a> (<em>miniBB Official Website external link</em>)</li>
</ul>
<ul>
<li><strong>Start miniBB</strong>:<br />
In order to use miniBB you need a domain name (ex. yoursite.com) and web hosting service.<br />
If you don&#8217;t have a domain name <a title="Register a domain to start Office Group" href="http://miamihoster.com/client_area/domainchecker.php">Register a Domain Name</a>.<br />
<span style="font-size: 13px;">To install miniBB choose one of our </span><a style="font-size: 13px;" title="Web Hosting Comparison Chart" href="http://miamihoster.com/services/web-hosting-cloud-services/web-hosting-chart/">hosting plans</a><span style="font-size: 13px;">. (all our packages includes </span><em style="font-size: 13px;">Softaculous</em><span style="font-size: 13px;">).</span></li>
</ul>
<ul>
<li><strong>Hosted<strong> <strong>miniBB</strong></strong><br />
</strong><a title="Group Office stand alone" href="http://miamihoster.com/contact-us/"><strong>Contact us</strong></a> if you <strong>don&#8217;t need a domain or hosting service</strong>, and want to use miniBB anyway.</li>
</ul>
<div>[otw_is sidebar=otw-sidebar-7]</div>
<p>[otw_is sidebar=otw-sidebar-8]</p>
<table width="100%">
<tbody>
<tr>
<td colspan="2">
<h2>Blog: News &amp; Updates</h2>
</td>
</tr>
<tr>
<td valign="top" width="50%">[otw_is sidebar=otw-sidebar-5]</td>
<td valign="top" width="50%">[otw_is sidebar=otw-sidebar-6]</td>
</tr>
</tbody>
</table>
<div>[otw_is sidebar=otw-sidebar-9]</div>
<p>The post <a href="https://orangeinternetsolutions.com/security-updates/minibb-update-3-0-3-released/">miniBB Update 3.0.3 released</a> appeared first on <a href="https://orangeinternetsolutions.com">Orange Internet Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
