<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">

<channel>
<title><![CDATA[MemHT Portal - Free PHP CMS and Blog]]></title>
<link><![CDATA[http://www.memht.com]]></link>
<description><![CDATA[News]]></description>
<generator>MemHT Portal</generator>
<category><![CDATA[Fix]]></category>
<image>
<url><![CDATA[http://www.memht.com/templates/memht_v9/images/topics/fix.gif]]></url>
<title><![CDATA[Fix]]></title>
<link><![CDATA[http://www.memht.com/topics/]]></link>
</image>

<item>
<title><![CDATA[MemHT Portal 4.0.1 users page fix]]></title>
<link><![CDATA[http://www.memht.com/news_141_MemHT-Portal-4-0-1-users-page-fix.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_141_MemHT-Portal-4-0-1-users-page-fix.html]]></guid>
<description><![CDATA[Open the file pages/users/index.php<br />
<br />
Find on row~715<br />
<div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #006600;">if</span> <span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$chkcode</span>==<span style="color: #0000FF;">$code_check2</span><span style="color: #000099;">&#41;</span> <span style="color: #000099;">&#123;</span></div></div><br />
and replace it with<br />
<div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #006600;">if</span> <span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$chkcode</span>==<span style="color: #0000FF;">$code_check2</span> &amp;&amp; !<span style="color: #0000FF;">empty</span><span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$chkcode</span><span style="color: #000099;">&#41;</span><span style="color: #000099;">&#41;</span> <span style="color: #000099;">&#123;</span></div></div><br />
<br />
The downloadable MemHT Portal 4.0.1 version has already been fixed<br />
<br />
Thanks to slashado<br />]]></description>
<pubDate><![CDATA[Tue, 26 Jan 2010 13:19:32 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Small fix for MemHT Portal 4.0.1]]></title>
<link><![CDATA[http://www.memht.com/news_136_Small-fix-for-MemHT-Portal-4-0-1.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_136_Small-fix-for-MemHT-Portal-4-0-1.html]]></guid>
<description><![CDATA[The user <i>goffi</i> reported me a small unfiltered server variable that might be used to inject malitious code.<br />
<br />
To fix it, open the file inc/inc_getinfo.php<br />
<br />
Find on the row~49<br />
<div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$visitorInfo</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'referer'</span><span style="color: #000099;">&#93;</span> = <span style="color: #000099;">&#40;</span>!<span style="color: #0000FF;">eregi</span><span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$_SERVER</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'HTTP_HOST'</span><span style="color: #000099;">&#93;</span>,<span style="color: #0000FF;">$_SERVER</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'HTTP_REFERER'</span><span style="color: #000099;">&#93;</span><span style="color: #000099;">&#41;</span><span style="color: #000099;">&#41;</span> ? <span style="color: #0000FF;">$_SERVER</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'HTTP_REFERER'</span><span style="color: #000099;">&#93;</span> : <span style="color: #CC0000;">&quot;&quot;</span> ;</div></div><br />
<br />
Replace it with<br />
<div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$visitorInfo</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'referer'</span><span style="color: #000099;">&#93;</span> = <span style="color: #000099;">&#40;</span>!<span style="color: #0000FF;">eregi</span><span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$_SERVER</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'HTTP_HOST'</span><span style="color: #000099;">&#93;</span>,<span style="color: #0000FF;">$_SERVER</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'HTTP_REFERER'</span><span style="color: #000099;">&#93;</span><span style="color: #000099;">&#41;</span><span style="color: #000099;">&#41;</span> ? <span style="color: #0000FF;">mysql_real_escape_string</span><span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$_SERVER</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'HTTP_REFERER'</span><span style="color: #000099;">&#93;</span><span style="color: #000099;">&#41;</span> : <span style="color: #CC0000;">&quot;&quot;</span> ;</div></div><br />
<br />
In alternative you can download the fixed file <a href="http://www.memht.com/files/memht_portal/fp/fp401_cumul_inc_getinfo.rar"><b>HERE</b></a><br />
<br />
The downloadable MemHT 4.0.1 version has already been fixed.]]></description>
<pubDate><![CDATA[Sun, 29 Nov 2009 18:44:13 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Another small 4.0.1 fix]]></title>
<link><![CDATA[http://www.memht.com/news_120_Another-small-4-0-1-fix.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_120_Another-small-4-0-1-fix.html]]></guid>
<description><![CDATA[This fixes the Private Messages bug. Highly recommended.<br />
<br />
Open pages/pvtmsg/index.php<br />
<br />
Find <div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$dblink</span>-&gt;<span style="color: #006600;">query</span><span style="color: #000099;">&#40;</span><span style="color: #CC0000;">&quot;DELETE FROM memht_pvtmsg WHERE id=$id&quot;</span><span style="color: #000099;">&#41;</span>;</div></div>&nbsp;on row ~838 and replace with <div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$dblink</span>-&gt;<span style="color: #006600;">query</span><span style="color: #000099;">&#40;</span><span style="color: #CC0000;">&quot;DELETE FROM memht_pvtmsg WHERE id=&quot;</span>.<span style="color: #0000FF;">intval</span><span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$id</span><span style="color: #000099;">&#41;</span><span style="color: #000099;">&#41;</span>;</div></div><br />
&nbsp;Find <div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$dblink</span>-&gt;<span style="color: #006600;">query</span><span style="color: #000099;">&#40;</span><span style="color: #CC0000;">&quot;DELETE FROM memht_pvtmsg WHERE id=$value&quot;</span><span style="color: #000099;">&#41;</span>;</div></div>&nbsp;on rows ~859 and~864 and replace with <div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$dblink</span>-&gt;<span style="color: #006600;">query</span><span style="color: #000099;">&#40;</span><span style="color: #CC0000;">&quot;DELETE FROM memht_pvtmsg WHERE id=&quot;</span>.<span style="color: #0000FF;">intval</span><span style="color: #000099;">&#40;</span><span style="color: #0000FF;">$value</span><span style="color: #000099;">&#41;</span><span style="color: #000099;">&#41;</span>;</div></div>]]></description>
<pubDate><![CDATA[Wed, 18 Feb 2009 18:51:42 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Small fix: 4.0.1]]></title>
<link><![CDATA[http://www.memht.com/news_118_Small-fix-4-0-1.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_118_Small-fix-4-0-1.html]]></guid>
<description><![CDATA[This is a small but important fix.<br />
<br />
It will disable the avatar upload in user&#039;s profile and gallery submission, it&#039;s not nice but it&#039;s a serious problem.<br />
<br />
Instructions: Upload files<br />
File: <a href="http://www.memht.com/pages/forum/attachment.php?id=17756">DOWNLOAD</a>]]></description>
<pubDate><![CDATA[Wed, 28 Jan 2009 15:17:06 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Path do MemHT PolishPack 4.0.1]]></title>
<link><![CDATA[http://www.memht.com/news_116_Path-do-MemHT-PolishPack-4-0-1.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_116_Path-do-MemHT-PolishPack-4-0-1.html]]></guid>
<description><![CDATA[Aktualizacja dot. funkcji OutCode przez kt&oacute;r&#261; mi&#281;dzy innymi na forum &#378;le by&#322;y wy&#347;wietlane polskie znaki.<br />
&#346;ciagnij<br />
<a href="http://www.memht.com/download_file_290_Path-Dla-MemHT-PolishPack-4-0-1.html">Pobierz path</a><br />
<br />
Paczka na serwerze zosta&#322;a ju&#380; zaktualizowana.]]></description>
<pubDate><![CDATA[Sun, 14 Dec 2008 20:53:13 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Important fix for all MemHT Versions]]></title>
<link><![CDATA[http://www.memht.com/news_95_Important-fix-for-all-MemHT-Versions.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_95_Important-fix-for-all-MemHT-Versions.html]]></guid>
<description><![CDATA[<img align="right" src="/uploads/image/warning.png" alt="Warning" style="width: 83px; height: 83px;" /><b><span style="color: rgb(255, 0, 0);">All versions &lt;=3.9.0 need to be fixed!</span></b><br />
<br />
<span style="color: rgb(128, 0, 0);">- </span><a href="http://www.memht.com/download_file_267_FixPatch-3.9.0-20080907.html"><span style="color: rgb(128, 0, 0);"><span style="font-size: larger;"><b>Download fix for 3.9.0 version</b></span></span></a><br />
<br />
- <span style="font-size: larger;"><span style="color: rgb(128, 0, 0);"><b>Fix it manually (all versions):</b></span></span><br />
<i><br />
</i><b>Open inc/inc_statistics.php, find</b><br />
<div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$visitorInfo</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'resolution'</span><span style="color: #000099;">&#93;</span> = <span style="color: #0000FF;">$_COOKIE</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'stats_res'</span><span style="color: #000099;">&#93;</span>;</div></div><br />
<b>Replace with</b><br />
<div class="std_code"><div style="overflow:auto; max-width:500px; width:expression(document.body.clientWidth > 400? '400px': 'auto' );"><span style="color: #0000FF;">$visitorInfo</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'resolution'</span><span style="color: #000099;">&#93;</span> = <span style="color: #0000FF;">preg_replace</span><span style="color: #000099;">&#40;</span><span style="color: #CC0000;">'`[^0-9x]`is'</span>,<span style="color: #CC0000;">''</span>,<span style="color: #0000FF;">$_COOKIE</span><span style="color: #000099;">&#91;</span><span style="color: #CC0000;">'stats_res'</span><span style="color: #000099;">&#93;</span><span style="color: #000099;">&#41;</span>;</div></div><br />
<br />
<i>Note: Downloadable MemHT Portal 3.9.0 is already fixed</i><br />]]></description>
<pubDate><![CDATA[Sun, 07 Sep 2008 14:03:10 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[FixPatch 3.0 20070721]]></title>
<link><![CDATA[http://www.memht.com/news_39_FixPatch-3-0-20070721.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_39_FixPatch-3-0-20070721.html]]></guid>
<description><![CDATA[<font color="#ff0000"><strong>Very important security fix</strong></font><br />
<br />
<strong>Download:</strong> <a href="http://www.memht.com/download-getfile-106.html">http://www.memht.com/download-getfile-106.html</a> <br />
<em><br />
Note: Downloadable 3.0 versions are already patched<br />
<br />
<font color="#ff0000"><strong>DOWNLOAD AGAIN THE PATCH IF YOU HAVE INSTALLED IT BEFORE 2007.07.22 - 01.00<br />
</strong></font></em>]]></description>
<pubDate><![CDATA[Sat, 21 Jul 2007 15:07:54 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[FixPatch 2.0 20070421]]></title>
<link><![CDATA[http://www.memht.com/news_30_FixPatch-2-0-20070421.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_30_FixPatch-2-0-20070421.html]]></guid>
<description><![CDATA[<p>- Fix the missing opening of AJAX popup&#039;s on new messages, bbcode help and so on<br />
- Fix pdf files</p>
<p>Just replace the included file</p>
<p><strong>Downlodable MemHT Portal 2.0 (Full and Update) has been updated with the fix</strong></p>
<p><strong>Link:</strong> http://www.memht.com/download-getfile-76.html</p>]]></description>
<pubDate><![CDATA[Sat, 21 Apr 2007 00:39:05 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[MemHT Portal 1.5 Update]]></title>
<link><![CDATA[http://www.memht.com/news_24_MemHT-Portal-1-5-Update.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_24_MemHT-Portal-1-5-Update.html]]></guid>
<description><![CDATA[<strong>Only on 1.5 Update</strong><br />
<strong><br />
P</strong><strong>roblem: </strong>After the account activation, the user is not created<br />
<br />
<strong>What to do:</strong> http://www.memht.com/faq-argument-9.html#faq_7]]></description>
<pubDate><![CDATA[Fri, 06 Apr 2007 16:57:00 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Let&#039;s fix something]]></title>
<link><![CDATA[http://www.memht.com/news_19_Lets-fix-something.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_19_Lets-fix-something.html]]></guid>
<description><![CDATA[<strong>FixPatch 1.0 20070214 [<a href="index.php?page=download&op=getFile&id=56">Download It</a>]</strong><br />
<br />
- Fix banner administration page<br />
(error when adding new script banner instead of image)<br />
<br />
<strong>Downloadable MemHT Portal 1.0 is already fixed!</strong>]]></description>
<pubDate><![CDATA[Wed, 14 Feb 2007 12:25:00 GMT]]></pubDate>
</item>
<item>
<title><![CDATA[Two Fixes]]></title>
<link><![CDATA[http://www.memht.com/news_18_Two-Fixes.html]]></link>
<guid isPermaLink="true"><![CDATA[http://www.memht.com/news_18_Two-Fixes.html]]></guid>
<description><![CDATA[<strong>FixPatch 1.0 20070209 [<a href="index.php?page=download&op=getFile&id=53">Download It</a>]</strong><br />
- Fix "Illegal Operation" message<br />
- Fix User management page in administration<br />
- Fix newsletter template + minor bug<strong><br />
<br />
FixPatch 1.0 20070210 [<a href="index.php?page=download&op=getFile&id=54">Download It]</a></strong><br />
- Fix "Undefined variable" in the Online Block<br />
<br />
<strong>Downloadable MemHT Portal 1.0 is already fixed!</strong>]]></description>
<pubDate><![CDATA[Sat, 10 Feb 2007 16:24:00 GMT]]></pubDate>
</item>
</channel>
</rss>
