Skip to content

Commit 541e005

Browse files
OpenSOurce_Blog
1 parent 8bc3895 commit 541e005

Some content is hidden

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

85 files changed

+11858
-0
lines changed

Blog-COS-V.0.0/How to run.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
--------------------------
2+
| Script Code@OpenSource |
3+
--------------------------
4+
5+
Technology used :
6+
____________________________
7+
8+
HTML + CSS + MATERIALIZE.CSS
9+
JQUEY MATERIALIZE.JS
10+
PHP + MYSQL
11+
____________________________
12+
13+
14+
1.having a mysql and php server installed
15+
2.copy the files and import the database
16+
3.changing the name of the databse at this page functions/main-functions.php line7 $dbname = 'CodeOpenSource';
17+
4.this website use online icons Materialize.
18+
19+
Admin panel
20+
21+
1.admin/ eg:http://127.0.0.1:8080/Code@open%20Source/admin/
22+
2. default user => email : code@opensource and password : opensource boom !! you have logged in
23+
3.when creating a new moderator we are sending an email which as the unique code(token) to the email provided
24+
the email contain : his/her email + token + the link for activating his/her accounts.
25+
4.All new moderator must use use those informations for the first login in order to secure their account by creating a password for it.
26+
5.make sure you have an email service on your server
27+
6 this part can be modify at this page admin/functions/settings.func.php
28+
29+
Any question ? ask on our facebook group Code@OpenSource !
30+
31+
Code@OpenSource!

Blog-COS-V.0.0/LICENCE 2.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/**
2+
* The Code@OpenSource licenses
3+
*
4+
* Copyright (c) 2018 Code@OpenSource authors
5+
*
6+
* Permission is hereby granted, free of charge, to any person obtaining a copy
7+
* of this software and associated documentation files (the "Software"), to deal
8+
* in the Software without restriction, including without limitation the rights
9+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
* copies of the Software, and to permit persons to whom the Software is
11+
* furnished to do so, subject to the following conditions:
12+
*
13+
* The above copyright notice and this permission notice shall be included in
14+
* all copies or substantial portions of the Software.
15+
*
16+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
* THE SOFTWARE.
23+
*/

Blog-COS-V.0.0/admin/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/admin.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/encodings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/misc.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/scopes/scope_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/vcs.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blog-COS-V.0.0/admin/.idea/workspace.xml

Lines changed: 638 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)