xHissy
PHP / VB.net Developer
- Oct 23, 2011
- 75
- 5
You must be registered for see links
Professional Blog System
Introducing MyBlogger
MyBlogger is a highly customizable premium blog system coded in PHP which uses MySQL as a storage engine. MyBlogger will be an open-source blogging Content Management Systme (CMS). I am the only person working on MyBlogger and am limited with ideas, so I welcome all suggestions and comments below. If you would like to test MyBlogger or develop a theme for it please PM me.
Directorys / Pages
index.php
adverts.php
connect.php
templates/
version/
admin/
Demo
Click
You must be registered for see links
! - Please note this demo is also my test site so many display errors from time to time.Snippets
Theme Changer:
PHP:
mysql_query("UPDATE `site_info` SET `template` = 'blue'");
Footer:
PHP:
<a href="index.php"><?php echo "{$sinfo['fullname']}" ?></a> | Powered by <a href="https://xsocial.co.uk/myblog/">myBlogger</a> | Version: <a href="version/<?php echo $sinfo['version'] ?>.php"><?php echo "{$sinfo['version']}" ?></a>
<?php
$version = $sinfo['version'];
$latest = file_get_contents( "http://xsocial.co.uk/myblog/latest.txt" );
if($version != $latest){
echo '| This Version of myBlogger is Outdated!';
}else{
echo '';
}
?>
More Soon!
Templates
I currently have 4 themes, Blue, Red, Green and Grey. All of which will be included in the release. I welcome suggestions about themes / colours from all users and highly urge others to create there own themes!
Release Date:
Due to the fact that I have work and college, I am currently unable to announce a release date as I am currently working on the update scripts, secure posting and comments. As soon as I have a date I will like you know. (Exp. 4 Weeks)
Many Thanks
xHissy - MyBlogger Creater