Skip to content

Commit 04f91cb

Browse files
author
Abiruzzaman Molla
committed
jdakfjdsfkjksd
1 parent 58e5d8b commit 04f91cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+10457
-10430
lines changed

.buildpath

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<buildpath>
3+
<buildpathentry kind="src" path=""/>
4+
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
5+
</buildpath>

.project

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>cms</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.validation.validationbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.dltk.core.scriptbuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.php.core.PHPNature</nature>
21+
</natures>
22+
</projectDescription>

README.md

+109-109
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,109 @@
1-
# [Blog CMS](http://localhost)
2-
3-
4-
Blog CMS is a content management system , created by [Abiruzzaman Molla](https://facebook.com/asliabir) with the massive support and involvement of the community.
5-
To get started, check out <http://localhost>!
6-
7-
8-
## Table of contents
9-
10-
* [Introduction](#blog-cms)
11-
* [Used Languages](#used-languages)
12-
* [Working Process](#documentation)
13-
* [Creators](#creators)
14-
* [Copyright and license](#copyright-and-license)
15-
16-
17-
## Used Languages
18-
19-
Here we used-languages:
20-
- #### Front End langusges
21-
- [HTML 5](http://html)
22-
- [CSS 3](css)
23-
- [Bootstrap](#bootstrap-slack)
24-
25-
- #### Back End langusges
26-
- [PHP](http://php)
27-
- [MySQL](mysql)
28-
- [Jquery](#ajax)
29-
30-
You can learn all of those in [w3schools.com](#http://w3schools.com)
31-
32-
### Working Process
33-
34-
1. [x] Bootstrap customaization and making useable.
35-
- [x] Connection with database.
36-
- [x] Adding Category feature.
37-
- [x] Adding post feature.
38-
- [x] Adding post comment feature.
39-
- [x] Adding user feature.
40-
- [x] Adding user login feature.
41-
- [x] Adding user profile feature.
42-
- [x] Adding deshboard feature in admin index and user index.
43-
- [x] Improving our CMS
44-
- [x] Adding Message and Notification(Panding Posts, Pandding Commenst, Pandding Messages)
45-
- [x] Adding user registation feature.
46-
- [x] Adding author related posts.
47-
- [x] Adding pagination feature.
48-
- [x] Changing password encryption crypt() to password_hash() .
49-
- [x] Changing post permission to admin only.
50-
- [x] Changing comments feature guest to logged user only.
51-
- [x] Fixing some security bugs.
52-
- [x] Adding content page and mail system also notification in admin nevbar.
53-
- [x] Adding Pop-up delete confirmation .
54-
- [x] Changing old registation feature to new .
55-
- [x] Changing mysql to mysql_prepare() statment in add post, update post, delete post.
56-
- [x] Connecting two database table in view all post.
57-
- [x] Changing registation fileds.
58-
- [x] Adding recent posts and comments view in index page.
59-
- [x] Adding social plugin to index sidebar.
60-
- [x] Improvement in user profile.
61-
- [x] Allow user to add post.
62-
- [x] Allow guest to comments in post.
63-
- [x] Make a section for users.
64-
- [x] Add profile picture in comments.
65-
- [x] Logged user feature. Reg date in profile . Last login date in profile.
66-
67-
## Features to add next
68-
69-
- [ ] Add inbox reply system for admin replay in comments.
70-
- [ ] Add image only file system in user profile picture and blog post preview.
71-
- [ ] Improvement in Registration, Email verifivation, password recovery.
72-
- [ ] Improvement in admin section.
73-
- [ ] Add rank system in users.
74-
- [ ] Add file uploading option.
75-
- [ ] Make a new section for forum.
76-
- [ ] Create your own portfullio in about section.
77-
- [ ] Add terms and condition page.
78-
- [ ] More improvement in notification.
79-
- [ ] Add backup datebse secdual feauter.
80-
81-
82-
## Bugs and feature requests
83-
84-
Have a bug or a feature request? Please first read the [Fixed Bugs](https://localhost/cms/fixed_bugs.php) and search for existing and closed issues. If your problem or idea is not addressed yet, [please mail us](https://localhost/cms/contact.php).
85-
86-
Note that **feature requests must target [Bootstrap v4](https://localhost/cms/request_features.php).
87-
88-
89-
## Community
90-
91-
Get updates on Bootstrap's development and chat with the project maintainers and community members.
92-
93-
* Follow [@asliabir on Twitter](https://twitter.com/asliabir).
94-
* Read and subscribe to [The Official Blog](http://asliabir.wordpress.com).
95-
* Join [@asliabir on Facebook](https://facebook.com/asliabir).
96-
97-
## Creators
98-
99-
**Abiruzzaman Molla**
100-
101-
* <https://facebook.com/asliabir>
102-
* <https://twitter.com/asliabir>
103-
* <https://github.com/asliabir>
104-
105-
106-
107-
## Copyright and license
108-
109-
** No liceanse yet... Thanks.
1+
# [Blog CMS](http://localhost)
2+
3+
4+
Blog CMS is a content management system , created by [Abiruzzaman Molla](https://facebook.com/asliabir) with the massive support and involvement of the community.
5+
To get started, check out <http://localhost>!
6+
7+
8+
## Table of contents
9+
10+
* [Introduction](#blog-cms)
11+
* [Used Languages](#used-languages)
12+
* [Working Process](#documentation)
13+
* [Creators](#creators)
14+
* [Copyright and license](#copyright-and-license)
15+
16+
17+
## Used Languages
18+
19+
Here we used-languages:
20+
- #### Front End langusges
21+
- [HTML 5](http://html)
22+
- [CSS 3](css)
23+
- [Bootstrap](#bootstrap-slack)
24+
25+
- #### Back End langusges
26+
- [PHP](http://php)
27+
- [MySQL](mysql)
28+
- [Jquery](#ajax)
29+
30+
You can learn all of those in [w3schools.com](#http://w3schools.com)
31+
32+
### Working Process
33+
34+
1. [x] Bootstrap customaization and making useable.
35+
- [x] Connection with database.
36+
- [x] Adding Category feature.
37+
- [x] Adding post feature.
38+
- [x] Adding post comment feature.
39+
- [x] Adding user feature.
40+
- [x] Adding user login feature.
41+
- [x] Adding user profile feature.
42+
- [x] Adding deshboard feature in admin index and user index.
43+
- [x] Improving our CMS
44+
- [x] Adding Message and Notification(Panding Posts, Pandding Commenst, Pandding Messages)
45+
- [x] Adding user registation feature.
46+
- [x] Adding author related posts.
47+
- [x] Adding pagination feature.
48+
- [x] Changing password encryption crypt() to password_hash() .
49+
- [x] Changing post permission to admin only.
50+
- [x] Changing comments feature guest to logged user only.
51+
- [x] Fixing some security bugs.
52+
- [x] Adding content page and mail system also notification in admin nevbar.
53+
- [x] Adding Pop-up delete confirmation .
54+
- [x] Changing old registation feature to new .
55+
- [x] Changing mysql to mysql_prepare() statment in add post, update post, delete post.
56+
- [x] Connecting two database table in view all post.
57+
- [x] Changing registation fileds.
58+
- [x] Adding recent posts and comments view in index page.
59+
- [x] Adding social plugin to index sidebar.
60+
- [x] Improvement in user profile.
61+
- [x] Allow user to add post.
62+
- [x] Allow guest to comments in post.
63+
- [x] Make a section for users.
64+
- [x] Add profile picture in comments.
65+
- [x] Logged user feature. Reg date in profile . Last login date in profile.
66+
67+
## Features to add next
68+
69+
- [ ] Add inbox reply system for admin replay in comments.
70+
- [ ] Add image only file system in user profile picture and blog post preview.
71+
- [ ] Improvement in Registration, Email verifivation, password recovery.
72+
- [ ] Improvement in admin section.
73+
- [ ] Add rank system in users.
74+
- [ ] Add file uploading option.
75+
- [ ] Make a new section for forum.
76+
- [ ] Create your own portfullio in about section.
77+
- [ ] Add terms and condition page.
78+
- [ ] More improvement in notification.
79+
- [ ] Add backup datebse secdual feauter.
80+
81+
82+
## Bugs and feature requests
83+
84+
Have a bug or a feature request? Please first read the [Fixed Bugs](https://localhost/cms/fixed_bugs.php) and search for existing and closed issues. If your problem or idea is not addressed yet, [please mail us](https://localhost/cms/contact.php).
85+
86+
Note that **feature requests must target [Bootstrap v4](https://localhost/cms/request_features.php).
87+
88+
89+
## Community
90+
91+
Get updates on Bootstrap's development and chat with the project maintainers and community members.
92+
93+
* Follow [@asliabir on Twitter](https://twitter.com/asliabir).
94+
* Read and subscribe to [The Official Blog](http://asliabir.wordpress.com).
95+
* Join [@asliabir on Facebook](https://facebook.com/asliabir).
96+
97+
## Creators
98+
99+
**Abiruzzaman Molla**
100+
101+
* <https://facebook.com/asliabir>
102+
* <https://twitter.com/asliabir>
103+
* <https://github.com/asliabir>
104+
105+
106+
107+
## Copyright and license
108+
109+
** No liceanse yet... Thanks.

0 commit comments

Comments
 (0)