15 |
--------------------------------------------------------------------------------
/admin/add_chatroom.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/user/add_chatroom.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # chatRoom
2 |
3 | This is an online chat room system where users can log in and have chats. This provides 2 types of chatting.
4 |
5 | 1. Public: Anyone can join the group and have conversation
6 | 2. Private: You require a password to join the group.
7 |
8 | The admin access control has the rights to manage the groups and the users.
9 |
10 | Preview of this website is available over:
11 | ```
12 | https://chatbot-rayan.000webhostapp.com/
13 | ```
14 |
15 | Credentials for the system
16 | ```
17 | Username: test
18 | Password: test
19 | Password for chat with name "chatroom password": leeann
20 | ```
21 |
--------------------------------------------------------------------------------
/admin/update_user.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/user/confirm_password.php:
--------------------------------------------------------------------------------
1 |
17 |
21 |
--------------------------------------------------------------------------------
/admin/confirm_password.php:
--------------------------------------------------------------------------------
1 |
17 |
21 |
--------------------------------------------------------------------------------
/admin/test.php:
--------------------------------------------------------------------------------
1 |
17 |
18 |
--------------------------------------------------------------------------------
/user/test.php:
--------------------------------------------------------------------------------
1 |
17 |
18 |
--------------------------------------------------------------------------------
/admin/fetch_chat.php:
--------------------------------------------------------------------------------
1 |
9 |
14 |
15 |
--------------------------------------------------------------------------------
/register.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/user/navbar.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 Rayan Dasoriya
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/user/update_photo.php:
--------------------------------------------------------------------------------
1 |
9 |
13 |
24 |
28 |
32 |
36 |
--------------------------------------------------------------------------------
/admin/update_photo.php:
--------------------------------------------------------------------------------
1 |
9 |
13 |
24 |
28 |
32 |
36 |
--------------------------------------------------------------------------------
/admin/navbar.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/update_account.php:
--------------------------------------------------------------------------------
1 |
15 |
19 |
24 |
28 |
41 |
45 |
--------------------------------------------------------------------------------
/user/update_account.php:
--------------------------------------------------------------------------------
1 |
15 |
19 |
24 |
28 |
41 |
45 |
--------------------------------------------------------------------------------
/login.php:
--------------------------------------------------------------------------------
1 |
37 |
41 |
46 |
50 |
--------------------------------------------------------------------------------
/index.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ChatBot
5 |
6 |
7 |
8 |
18 |
19 |
20 |