MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completely customizable, expandable and suitable for all needs.
A2Hosting
15 Jan 2012
Rank
MemHT.com
I just released MemHT 5 Alpha 4 (SVN rev.88), the last of its series.
The release changes list is long, with several news and fixes. Waiting for your feedbacks in the forums.

Download it from SourceForge

Demo
31 Dec 2011
Rank
MemHT.com
This is the first build of the MemHT 4 to 5 Converter

It creates an SQL file reading directly from a MySQL database (better local).

Converts:
- Users (Done)
- Articles (Done)
- News (Done)
- Blogs (Done)
- Downloads (Done)
- Guides (Done)
- Gallery (Done)

- Forums (Plugin not ready yet)

I converted the entire MemHT.com in 2/3 seconds with no errors. Let me know your impressions!
15 Oct 2011
Rank
MemHT.com
MemHT 5 Alpha 3 can now be downloaded. It contains several addons and fixes, i hope it'll work fine. As always let me know (in the forum) if you have problems with it.

Download it from SourceForge

Demo
27 Nov 2010
Rank
MemHT.com
A new minor version has been released todaycontaining few security and compatibility fixes. Nothing special but the update is highly recommended.

Note: Only MemHT Portal 4.0.0 and 4.0.1 can be updated to this version

Release Changes

Download MemHT Portal 4.0.2
19 Nov 2010
Rank
Templates
Template in soft blue color in 2 columns, the blocks are built.

Fitted:
- Navigation
- Block User
- Statistics (banners 88x31)
- Popular news
- Block tag
- News Archive
15 Jun 2010
Rank
MemHT.com
Finally after a long time, the first Alpha test version is finished.

Release notes and download: MemHT 5 Alpha
27 Apr 2010
Rank
Addons
Significant change and very interesting comments system.
This modification adds the field "Site / URL" comment in the form, this field is very important in any system or blog comments.
Along with this change, is also added to the Smiles in the comments.
07 Mar 2010
Rank
Templates
New template eTravel for travel sites and all.

File Types Included: css, html and php.
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, IE8, Opera, Chrome.
26 Jan 2010
Rank
Fix
Open the file pages/users/index.php

Find on row~715
if ($chkcode==$code_check2) {

and replace it with
if ($chkcode==$code_check2 && !empty($chkcode)) {


The downloadable MemHT Portal 4.0.1 version has already been fixed

Thanks to slashado
15 Dec 2009
Rank
Addons
The modification allows comments on any page of your portal MemHT have notification emails as well as already exists in the forum.
This modification is possible only to registered users, in this case, comments from visitors will not be notified by email, only its registered users.
29 Nov 2009
Rank
Fix
The user goffi reported me a small unfiltered server variable that might be used to inject malitious code.

To fix it, open the file inc/inc_getinfo.php

Find on the row~49
$visitorInfo['referer'] = (!eregi($_SERVER['HTTP_HOST'],$_SERVER['HTTP_REFERER'])) ? $_SERVER['HTTP_REFERER'] : "" ;


Replace it with
$visitorInfo['referer'] = (!eregi($_SERVER['HTTP_HOST'],$_SERVER['HTTP_REFERER'])) ? mysql_real_escape_string($_SERVER['HTTP_REFERER']) : "" ;


In alternative you can download the fixed file HERE

The downloadable MemHT 4.0.1 version has already been fixed.
Tags fix
07 Nov 2009
Rank
Addons
The SexyLightBox Gallery is a much more attractive than the existing one in memht. Besides its beauty, you can also configure it in the colors Black or White, and allows you to create your own template for it in the way that suits you.

See details
14 Oct 2009
Rank
MemHT.com
Hi everyone. I want to announce the new hungarian MemHT community. http://www.memht.hu

Cheers
21 Sep 2009
Rank
News
Jestem obecnie offline jeśli chcecie dostać szybką pomoc zapraszam do kontaktu mailowego.
dominik267 [[małpa]] gmail.com

Tutaj na memht.com bywam ostatnio rzadko ponieważ pracuje na kilkoma projektami
22 Jun 2009
Rank
Addons
13 Jun 2009
Rank
Addons
29 May 2009
Rank
Addons
19 May 2009
Rank
MemHT.com
I wrote a small mod that enables Gravatar (www.gravatar.com) on MemHT Portal 4.0.1

The script is compatible with MemHT Portal 4.0.1 ONLY, do not ask me how to install it on older versions.

A demo can be seen here on MemHT.com

DOWNLOAD
25 Apr 2009
Rank
News
We did a full Romanian version memHT 4.0.1

This 100% translation of the latest version memHT into Romanian.
18 Feb 2009
Rank
Fix
This fixes the Private Messages bug. Highly recommended.

Open pages/pvtmsg/index.php

Find
$dblink->query("DELETE FROM memht_pvtmsg WHERE id=$id");
 on row ~838 and replace with
$dblink->query("DELETE FROM memht_pvtmsg WHERE id=".intval($id));

 Find
$dblink->query("DELETE FROM memht_pvtmsg WHERE id=$value");
 on rows ~859 and~864 and replace with
$dblink->query("DELETE FROM memht_pvtmsg WHERE id=".intval($value));
Page 1/6 1 2 3 4 > >|
Tags Cloud
Twitter updates...
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.107.179.234

Username
Password
MemHT Wiki
Language
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo