27 Dec 2006   05:09:35 am
Bloggie Lite 0.0.2 beta released
Bloggie Lite is the lite version of myBloggie. It was built using the new generation of scripting concept for future consideration.
It's simple, user-friendly, equipped with all the necessary features of a Weblog / Blog system.

We are releasing the Beta version for testing & feedback.

What is Bloggie Lite ?

Bloggie Lite is a lite version of myBloggie but was built & designed for future consideration. A different scripting approach.


Features included into Bloggie Lite that are not in mybloggie
a) Plug-In capability ( plug & play if you want a new feature )
b) New Anti spam code
c) Comment Approval System
d) Disable/Enable Comment by topic/title
e) PermaLink management ( SEF )
f) Gravatar

Download link http://mywebland.com/download.php?id=20

Home page http://bloggielite.mywebland.com/


Features not included in this Blog script:
a) Calendar
b) Search function
c) RSS
d) Trackback
Category : Development | By : sean | Comments [0] | Trackbacks [0]
15 Jun 2006   10:55:47 am
Bloggie Lite
This is the first glimpse of BLOGGIE Lite !!

Development of Bloggie Lite is very much on schedule. Obviously improvement from myBloggie are as follow-up

a) Search Engine Friendly URL. ( Stefano, you will like this )
b) Gravatar for registered commentors ....neat ??
c) Enhance BBcode
d) Improved antispam system ( not ready yet )
e) Blog Roll to mywebland, once you are register to mywebland, all you post will be pinged to mywebland & shall be displayed in mywebland ( not ready yet )

Remove features
a) Trackback ( will be featurd in Bloggie Pro )
b) Upload capability ( will be featured in Bloggie Pro )
c) Calendar ( will be featured in Bloggie Pro )

So please hold your breath for another 2 to 3 weeks from now !

Sean
myWebland.com
Category : Development | By : sean | Comments [0] | Trackbacks [0]
05 Jun 2006   06:31:15 am
myBloggie 2.1.4
myBloggie 2.1.4 ...... Enhanced security version of 2.1.3 is available for testing ... Members Only.

Download : mybloggie 2.1.4


About myBloggie
myBloggie is considered one of the most simple, user-friendliest yet packed with features Weblog system available to date.

Built using PHP & mySQL, web most popular scripting language & database system enable myBloggie to be installed in any webservers.

Template based designed enable you to customize myBloggie easily & to create your own unique blog identity. It's also super fast due to it size, set-up easily & most of all the editor with BBcode supported buttons with prepost preview make composition some much easier.

Category : Development | By : sean | Comments [0] | Trackbacks [0]
04 Sep 2005   11:09:03 am
Critical Security Update - myBloggie 2.1.X version
Recently , it was brought our attention that there is a security vulnerability in the myBloggie 2.1.3 beta & prior. To address that problem, you are strongly advise to update your code immediately as per below to address critical security issue.

Find these line in the login.php

[edit = Updated code to prevent exploit 06 Oct 2005]

Code :
if (isset($_POST['username'])) {
$username=$_POST['username'];
} else $username="";


if (isset($_POST['passwd'])) {
$passwd = $_POST['passwd'];
} else $passwd = "";


Add this below
Code :

// Security precaution - sean 06 Oct 2005
$username = htmlspecialchars(rtrim(trim($username), "\\"));
$username = substr(str_replace("\\'", "'", $username), 0, 25);
$username = str_replace("'", "\\'", $username);



Results after change

Code :
if (isset($_POST['username'])) {
$username=$_POST['username'];
} else $username="";


if (isset($_POST['passwd'])) {
$passwd = $_POST['passwd'];
} else $passwd = "";

// Security precaution - sean 06 Oct 2005
$username = htmlspecialchars(rtrim(trim($username), "\\"));
$username = substr(str_replace("\\'", "'", $username), 0, 25);
$username = str_replace("'", "\\'", $username);


or you can download here patch file

Instruction : Download login.zip , unzip it, upload it to myBloggie root directory to replace login.php
Category : myBloggie News | By : sean | Comments [0] | Trackbacks [0]
26 Aug 2005   10:56:07 pm
myBloggie customization contest !
To all myBloggie users,




If you believe you have good customized myBloggie , be it lay-out or scripting. Please post your information here in the following format

URL - Name - Country

Submit your entry here : - http://mywebland.com/forums/showtopic.php?t=384

Rules & Regulations
1) myBloggie copyrights notice must be remain intact
2) must be a myBloggie script
3) No Adults or any site that infringes any copyright, trademark, patent, trade secret or other proprietary rights of any third party.

What do I get ?
No money or prizes will be get out but in return, I will put up a very visibile links of top 3 winners ( with graphics/images ) in almost every page except the forums. This will drive more traffic to your site.

Closing date : Sept 31, 2005

Voting will be done After Sept 31, for a period of 2 weeks.

Good Luck !

Regards
Sean
Category : General | By : sean | Comments [0] | Trackbacks [0]
 
1 2 3 4 Next
Apr 2013 May 2013 Jun 2013
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Categories
Development[12]
General[2]
myBloggie News[4]
Support[1]
Recent
Bloggie Lite 0.0.2 beta released
Bloggie Lite
myBloggie 2.1.4
Critical Security Update - myBloggie 2.1.X version
myBloggie customization contest !
New myBloggie template/style
myBloggie 2.1.3 beta is OUT !
Check often for updates
myBloggie 2.1.3 is coming soon
Thank You
Archives
December 2006[1]
June 2006[2]
September 2005[1]
August 2005[1]
July 2005[1]
June 2005[2]
May 2005[1]
April 2005[3]
March 2005[1]
December 2004[2]
October 2004[2]
September 2004[1]
User List
sean[19]
Search
Syndication
Template theme : aura
Powered by myBloggie Copyright © 2004 2006
-- myWebland --