Skip to content

Commit f60bc2b

Browse files
author
Sk Niyaj Ali
committed
update
1 parent a7d6dfc commit f60bc2b

18 files changed

+890
-4230
lines changed

.vscode/settings.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"grammarly.overrides": [
3+
{
4+
"files": [
5+
"**/README.md"
6+
],
7+
"config": {
8+
"audience": "general",
9+
"dialect": "american",
10+
"domain": "technical",
11+
"emotions": [
12+
"neutral",
13+
"confident",
14+
"joyful",
15+
"optimistic",
16+
"respectful",
17+
"urgent",
18+
"friendly",
19+
"analytical"
20+
],
21+
"goals": [
22+
"describe"
23+
]
24+
}
25+
}
26+
]
27+
}

README.md

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,74 @@
1-
# em
2-
1+
# Event Management System(EMS)
2+
3+
## Description
4+
5+
This EMS System is Developed Using PHP, MySql, Bootstrap, Javascript, and jQuery.
6+
This is a jQuery Based CRUD Application.
7+
It Fully Encrypted and Highly Secure Application.
8+
This Project Specially Developed For Institute.
9+
In This Project, All Functionality Handled By an Administrator.
10+
The Admin Like Institute only Can Create the account for Department, Faculty, and Students.
11+
The Administrator Can Activate and Deactivated Their Account.
12+
So they only can access or log in to their account when their account is active.
13+
If the Faculty and Student Organized or Participated any event then they can register by themselves and the Department and Institute can see their report.
14+
15+
## Installation
16+
17+
1. Download The Project Zip File.
18+
2. Extract The Files Into Your Server Folder
19+
20+
```bash
21+
C://xampp/htdocs/ems
22+
```
23+
24+
3. There Will be Available a Database File.
25+
4. Open PHPMyAdmin and create a new database.
26+
27+
```bash
28+
event_mgmt
29+
```
30+
5. Import the SQL data into the database.
31+
6. Open the index.php file into your browser.
32+
7. Click on the admin button and log in using credentials.
33+
34+
```bash
35+
36+
Password: Admin@123
37+
```
38+
8. After logged In as an admin you can create an account for the department, faculty, and students.
39+
9. While creating any of this account make sure to generate a passkey and token For every user.
40+
10. login to a specific account and register the event that you are participated in or organized before.
41+
## Support
42+
If You get any error or vulnerability then please contact me.
43+
## Contributing
44+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
45+
46+
Please make sure to update tests as appropriate.
47+
## Author
48+
[SK NIYAJ ALI](http://niyaj.enhancedteaching.in/)
49+
Web Developer and UI/UX Designer.
50+
[GitHub](https://github.com/skniyajali/)
51+
[Facebook](https://www.facebook.com/skniyajali7/)
52+
[Instagram](https://www.instagram.com/_niyajali/)
53+
[Twitter](https://twitter.com/skniyajali1)
54+
[Behance.net](https://www.behance.net/skniyajali/)
55+
[Codepen.io](https://codepen.io/skniyajali/)
56+
[Creativemarket](https://creativemarket.com/users/skniyajali)
57+
[Medium](https://medium.com/@skniyajali)
58+
[Portfolio](https://skniyajali.myportfolio.com/)
59+
[Vimeo](https://vimeo.com/skniyajali/)
60+
[Etsy](https://www.etsy.com/in-en/people/esgrwk5wckeq57ef)
61+
[YouTube](https://www.youtube.com/channel/UCjUaGdLeQBLtB_2zvakJ-6A)
62+
[Pinterest](https://in.pinterest.com/skniyajali/)
63+
[Thumblr](https://skniyajali2.tumblr.com/)
64+
[Github](https://github.com/niyaj320/)
65+
[Dribbble](https://dribbble.com/skniyajali/)
66+
[Flickr](https://www.flickr.com/people/skniyajali/)
67+
[Figma](https://www.figma.com/@skniyajali)
68+
[LinkedIn](https://www.linkedin.com/in/sk-niyaj-ali-373a94131/)
69+
[Society6](https://society6.com/skniyajali)
70+
[Website](https://skniyaj.blogspot.com/?m=1)
71+
[Hackaday.io](https://hackaday.io/niyaj320)
72+
73+
## License
74+
[MIT](https://github.com/skniyajali/Event-Management-System/LICENCE)

dashboard/em_student/aside.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<!--end::Item-->
112112
<!--begin::Item-->
113113
<li class="nav-item mb-2" data-toggle="tooltip" data-placement="right" data-container="body" data-boundary="window" title="" data-original-title="Student">
114-
<a href="index.php" class="nav-link btn btn-icon btn-lg btn-borderless active">
114+
<a href="index.php" class="nav-link btn btn-icon btn-lg btn-borderless active">
115115
<span class="svg-icon svg-icon-xxl">
116116
<!--begin::Svg Icon | path:/metronic/theme/html/demo10/dist/assets/media/svg/icons/Communication/Group.svg-->
117117
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">

dashboard/em_student/emd_fetch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
$sub_array[] = $row["fac_phone"];
7272
$sub_array[] = $row["fac_username"];
7373
$sub_array[] = $row["fac_mentor"];
74-
$sub_array[] = '<span class="label label-primary label-pill label-inline mr-2" id="status">' . $row["fac_department"] . '</span>';
74+
$sub_array[] = '<span class="label label-primary label-pill label-inline mr-2" id="status">' . $user->department_name($row["fac_dept_hash"]) . '</span>';
7575
$sub_array[] = '<span class="label label-danger label-pill label-inline mr-2" id="status">' . $row["fac_year"] . '</span>';;
7676
$sub_array[] = '<span class="label label-warning label-pill label-inline mr-2" id="status">' . $status . '</span>';
7777
$sub_array[] = $row["fac_address"];

dashboard/em_student/footer.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
<div class="container-fluid d-flex flex-column flex-md-row align-items-center justify-content-between">
55
<!--begin::Copyright-->
66
<div class="text-dark order-2 order-md-1">
7-
<span class="text-muted font-weight-bold mr-2">©2021 All Rights Reserved. Developed By</span>
8-
<a href="https://niyaj.enhancedteaching.co.in/" target="_blank" class="text-dark-75 text-hover-primary">Sk Niyaj Ali</a>
7+
<span class="text-muted font-weight-bold mr-2">©2021</span>
8+
<a href="#" target="_blank" class="text-dark-75 text-hover-primary">Event Management System(EMS)</a>
99
</div>
1010
<!--end::Copyright-->
11+
<!--begin::Developer-->
12+
<div class="text-dark order-2 order-md-1">
13+
<span class="text-muted font-weight-bold mr-2">Developed By</span>
14+
<a href="http://niyaj.enhancedteaching.in/" target="_blank" class="text-dark-75 text-hover-primary">SK NIYAJ ALI</a>
15+
</div>
16+
<!--end::Developer-->
1117
<!--begin::Nav-->
1218
<div class="nav nav-dark order-1 order-md-2">
1319
<a href="#" target="_blank" class="nav-link pr-3 pl-0">About</a>
@@ -328,8 +334,3 @@
328334
<script src="../theme/plugins/custom/prismjs/prismjs.bundlec7e5.js?v=7.1.1"></script>
329335
<script src="../theme/js/scripts.bundlec7e5.js?v=7.1.1"></script>
330336
<!--end::Global Theme Bundle-->
331-
<!--begin::Page Vendors(used by this page)-->
332-
<script src="../theme/plugins/custom/fullcalendar/fullcalendar.bundlec7e5.js?v=7.1.1"></script>
333-
<!--end::Page Vendors-->
334-
<!--begin::Page Scripts(used by this page)-->
335-
<script src="../theme/js/pages/widgetsc7e5.js?v=7.1.1"></script>

0 commit comments

Comments
 (0)