Skip to content

A slight php-based platform that record the moment of your daily life.

License

Notifications You must be signed in to change notification settings

markqq/DailyLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Wanna have a private zone to record some special moment, some unforgettable memory?

Wanna have a quite place to speak-out-loud but not to afraid of the mass followers of your social media?

Wanna have a section in your website to share your feeling of your daily life but don't want to start a formal post?

Introducing DailyLife, a slight php-based platform that record the moment of your daily life.

just a few step, you can have your own DailyLife page.

You can edit your status like this:

or you can edit your status in a rich-text form:

Everytime you update your status, your timeline changes too:

Also, you can share your status to social or delete your status as long as you want to.

See More of DailyLife

Demo

See the DailyLife page of me: DailyLife

Installation

  1. Download the projects
git clone https://github.com/markqq/DailyLife.git
  1. Modify conn.php to your own mysql server and datebase.

  2. Create a new table dailylife in your database use sql.sql

mysql
use database;
create table dailylife
(
   statusDate         varchar(50) not null,
   statusContent      text,
   hashTag            varchar(50) not null,
   id                 INT(11) not null AUTO_INCREMENT,
   likeNum            INT(11),
   primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1. Encrypt folder admin

  2. Done!

About

A slight php-based platform that record the moment of your daily life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published