├── Alumni-Management-System ├── pictures │ ├── desktop.ini │ ├── UMP.jpg │ ├── UMP1.jpg │ ├── event.jpg │ ├── cosplay.jpg │ ├── cosplay2.jpg │ ├── facebook.png │ ├── friends.jpg │ ├── friends2.jpg │ ├── friends23.jpg │ ├── friends3.jpg │ ├── instagram.png │ ├── twitter.png │ └── AlumniDiagram.png ├── image │ ├── WE2.jpg │ ├── WE23.png │ ├── top.jpg │ └── home header.jpg ├── css │ ├── logout.css │ ├── registration_login_status.css │ ├── eforum.css │ ├── alumni_mypostreply.css │ ├── n3.css │ ├── contact_us.css │ ├── about_us.css │ ├── alumni_financial.css │ ├── alumni_home.css │ ├── forgot_password.css │ ├── delete_forum_post.css │ ├── add_forum_post.css │ ├── header_navigationbar.css │ ├── register.css │ ├── login.css │ ├── update_profile.css │ ├── event&ann.css │ ├── forum_list.css │ └── index.css ├── main_events.php ├── main_announcement.php ├── eforum.php ├── logout.php ├── javascript │ ├── news_totop.js │ ├── aboutus_totop.js │ ├── addforum_totop.js │ ├── contact_totop.js │ ├── forumlist_totop.js │ ├── alumnihome_totop.js │ ├── updateprofile_totop.js │ ├── alumnifinancial_totop.js │ ├── deleteforumpost_totop.js │ ├── alumnipostreply_totop.js │ └── index.js ├── connect_database.php ├── login.html ├── about_us.php ├── announcement.php ├── admin_homepage.php ├── manage_events.php ├── events.php ├── forgot_password.php ├── setting │ ├── alumniaddforum_navigation.php │ ├── mypostreply_navigation.php │ ├── alumnihome_navigation.php │ ├── updateprofile_navigation.php │ ├── alumnifinancial_navigation.php │ ├── alumniforumlist_navigation.php │ ├── alumnisearchlist_navigation.php │ ├── adminpage_navigation.php │ ├── eforum_navigation.php │ ├── search_navigation.php │ ├── adminaddforum_navigation.php │ ├── admindeleteforum_navigation.php │ ├── aboutus_navigation.php │ ├── adminforumlist_navigation.php │ ├── adminsearchlist_navigation.php │ ├── news_navigation.php │ ├── index_navigation.php │ └── contactus_navigation.php ├── news.php ├── registration_status.php ├── alumni_home.php ├── register.html ├── login_status.php ├── add_announcement.php ├── alumni_financial.php ├── approve.php ├── index.html ├── index.php ├── search_alumni.php ├── delete_announcement.php ├── delete_forum_post.php ├── delete_events.php ├── contact_us.php ├── search_alumni2.php ├── NewPayment.php ├── add_forum_post.php ├── alumni_mypostreply.php ├── Financial_Record.php ├── add_event.php ├── manage_alumni.php ├── forum_list.php ├── update_profile.php ├── search_result.php ├── search_result2.php └── Database │ └── we_miniproject.sql └── README.md /Alumni-Management-System/pictures/desktop.ini: -------------------------------------------------------------------------------- 1 | [LocalizedFileNames] 2 | Alumni Diagram.png=@Alumni Diagram.png,0 3 | -------------------------------------------------------------------------------- /Alumni-Management-System/image/WE2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/WE2.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/image/WE23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/WE23.png -------------------------------------------------------------------------------- /Alumni-Management-System/image/top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/top.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/UMP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/UMP.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/UMP1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/UMP1.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/event.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/event.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/image/home header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/image/home header.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/cosplay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/cosplay.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/cosplay2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/cosplay2.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/facebook.png -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends2.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends23.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/friends3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/friends3.jpg -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/instagram.png -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/twitter.png -------------------------------------------------------------------------------- /Alumni-Management-System/pictures/AlumniDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cris-ronaldo7/Alumni-Management-System/HEAD/Alumni-Management-System/pictures/AlumniDiagram.png -------------------------------------------------------------------------------- /Alumni-Management-System/css/logout.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | .logout 4 | { 5 | background: linear-gradient(to bottom right, red 0%, #050119 100%); 6 | width: 100%; 7 | height: 100%; 8 | color:black; 9 | font-size:100px; 10 | text-align:center; 11 | } -------------------------------------------------------------------------------- /Alumni-Management-System/main_events.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Events 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Alumni-Management-System/main_announcement.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Announcements 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/registration_login_status.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | background-color:white; 7 | font-size:36px; 8 | width: 100%; 9 | height: 100%; 10 | text-align:center; 11 | } 12 | 13 | .status 14 | { 15 | font-size:16px; 16 | color:red; 17 | } 18 | .status a 19 | { 20 | font-size:18px; 21 | color:blue; 22 | } 23 | .status a:hover 24 | { 25 | font-size:18px; 26 | color:red; 27 | } 28 | -------------------------------------------------------------------------------- /Alumni-Management-System/eforum.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | E-Forum 6 | 7 | 10 | 11 | 12 | 13 |

E-Forum

14 |

Please login to see the content.

15 |



16 | 17 | -------------------------------------------------------------------------------- /Alumni-Management-System/logout.php: -------------------------------------------------------------------------------- 1 |
Logout successful. Back to main page in 3 seconds"; 6 | header("refresh:3;url=index.php"); 7 | ?> 8 | 9 | 10 | 11 | 12 | Untitled Document 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/news_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("news_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("news_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/css/eforum.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background-color:white; 4 | } 5 | .p1 6 | { 7 | color:#050119; 8 | font-size:30px; 9 | font-style:oblique; 10 | font-weight:bolder; 11 | font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 12 | padding-left:50px; 13 | padding-right:50px; 14 | } 15 | .p2 16 | { 17 | color:#050119; 18 | font-size:20px; 19 | font-weight:bold; 20 | font-family:Georgia, "Times New Roman", Times, serif; 21 | padding-left:50px; 22 | padding-right:50px; 23 | text-decoration:underline; 24 | } 25 | .p3 26 | { 27 | font-size:16px; 28 | font-family:Georgia, "Times New Roman", Times, serif; 29 | padding-left:50px; 30 | padding-right:50px; 31 | line-height:1.5; 32 | } 33 | -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/aboutus_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("about_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("about_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/addforum_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("addforum_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("addforum_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/contact_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("contact_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("contact_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } 19 | -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/forumlist_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("forumlist_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("forumlist_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/alumnihome_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("alumnihome_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("alumnihome_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/connect_database.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Database Connection 6 | 7 | 8 | 9 | connect_error) { 20 | die("Connection failed: " . $conn->connect_error); 21 | } 22 | ?> 23 | 24 | -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/updateprofile_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 400 || document.documentElement.scrollTop > 400) { 8 | document.getElementById("updateprofile_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("updateprofile_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/alumnifinancial_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("alumnifinancial_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("alumnifinancial_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | } -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/deleteforumpost_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("deletepost_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("deletepost_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | }// JavaScript Document -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/alumnipostreply_totop.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | // When the user scrolls down 20px from the top of the document, show the button 4 | window.onscroll = function() {scrollFunction()}; 5 | 6 | function scrollFunction() { 7 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 8 | document.getElementById("alumnipostreply_totop").style.display = "block"; 9 | } else { 10 | document.getElementById("alumnipostreply_totop").style.display = "none"; 11 | } 12 | } 13 | 14 | // When the user clicks on the button, scroll to the top of the document 15 | function topFunction() { 16 | document.body.scrollTop = 0; 17 | document.documentElement.scrollTop = 0; 18 | }// JavaScript Document -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Alumni-Management-System 2 | Alumni Management System using PHP & MySql 3 | 4 | Requirements 5 | 1. XAMPP Server 6 | 2. Browser (Chrome,Mozilla) 7 | 3. Code Editor (Vim, Sublime Text, VSCode) 8 | 9 | Features. 10 | ADMIN 11 | 1. ADMIN Login. 12 | 2. Add/Delete Announcements. 13 | 3. Add/Delete Events. 14 | 4. Add/Delete/Reply to Forum Posts. 15 | 5. Search Alumni. 16 | 6. Add Alumni. 17 | 7. Update Finalcial Date of Alumni eg (Cash Donation/ Registration Fee etc). 18 | 19 | ALUMNI 20 | 1. Alumni Registration & Login. 21 | 2. Update Profile. 22 | 3. Add/Reply to Forum Posts. 23 | 4. Search Alumni. 24 | 5. Check self donation amount. 25 | 26 | Guests 27 | 1. Check Events/Announcements 28 | 2. Search For Alumni. 29 | 30 | 31 | How to Setup 32 | 1. Install XAMPP Server 33 | 2. Start Apache and MySQL 34 | 3. Copy the this folder "Alumni Management System to C:\xampp\htdocs 35 | 4. Open browser and type http://localhost/phpmyadmin/ 36 | 5. Create a new Databse with name "we_miniproject" 37 | 6. Import the sql file from the database folder in Alumni Management System. 38 | 7. To open the file in browser type 39 | http://localhost/Alumni-Management-System/index.php 40 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/alumni_mypostreply.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | background-color:white; 7 | color:#050119; 8 | } 9 | .ptb1 10 | { 11 | width:550px; 12 | border:2px solid; 13 | border-color:#050119; 14 | border-radius:5px; 15 | } 16 | .psp1 17 | { 18 | font-size:20px; 19 | } 20 | .psp2 21 | { 22 | font-size:16px; 23 | } 24 | .psp3 25 | { 26 | font-size:12px; 27 | } 28 | .ptd1 29 | { 30 | border-bottom:1px solid; 31 | border-color:#050119; 32 | } 33 | .pp1 34 | { 35 | color:#050119; 36 | font-weight:bold; 37 | font-size:30px; 38 | font-style:oblique; 39 | padding-left:200px; 40 | } 41 | button.bt1 42 | { 43 | border-radius:4px; 44 | font-size:16px; 45 | padding:5px 15px; 46 | font-weight:bold; 47 | border:2px; 48 | background-color:red; 49 | color:white; 50 | } 51 | button.bt1:hover 52 | { 53 | background-color:#050119; 54 | color:white; 55 | } 56 | #alumnipostreply_totop 57 | { 58 | display: none; 59 | position: fixed; 60 | bottom: 20px; 61 | right: 30px; 62 | z-index: 99; 63 | border: none; 64 | outline: none; 65 | background-color:rgb(255, 136, 136); 66 | padding:10px; 67 | border-radius: 4px; 68 | } 69 | #alumnipostreply_totop:hover 70 | { 71 | background-color:red; 72 | } 73 | 74 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/n3.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | } 7 | .np1 8 | { 9 | color:#050119; 10 | font-size:30px; 11 | font-style:oblique; 12 | font-weight:bolder; 13 | font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 14 | padding-left:100px; 15 | padding-right:100px; 16 | } 17 | .np2 18 | { 19 | text-align:center; 20 | color:#050119; 21 | font-size:20px; 22 | font-weight:bolder; 23 | font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 24 | } 25 | .nth1 26 | { 27 | border-color:#050119; 28 | text-align:center; 29 | font-size:20px; 30 | color:#050119; 31 | border-bottom:1px solid; 32 | width:230px; 33 | } 34 | .ntd1 35 | { 36 | text-align:center; 37 | font-size:18px; 38 | padding:5px 0px; 39 | 40 | } 41 | #news_totop 42 | { 43 | display: none; 44 | position: fixed; 45 | bottom: 20px; 46 | right: 30px; 47 | z-index: 99; 48 | border: none; 49 | outline: none; 50 | background-color:rgb(255, 136, 136); 51 | padding:10px; 52 | border-radius: 4px; 53 | } 54 | #news_totop:hover 55 | { 56 | background-color:red; 57 | } 58 | .tb1 59 | { 60 | border-radius:5px; 61 | text-align:left; 62 | border:2px solid; 63 | border-color:#050119; 64 | width:700px; 65 | } -------------------------------------------------------------------------------- /Alumni-Management-System/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TMSL ALumni Login 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 |

Welcome back!

14 | 15 | 27 |
28 |
29 | 30 | 31 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/contact_us.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | } 7 | .p1 8 | { 9 | color:#050119; 10 | font-size:30px; 11 | font-style:oblique; 12 | font-weight:bolder; 13 | font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 14 | padding-left:50px; 15 | padding-right:50px; 16 | } 17 | .p2 18 | { 19 | color:#050119; 20 | font-size:20px; 21 | font-weight:bold; 22 | font-family:Georgia, "Times New Roman", Times, serif; 23 | padding-left:50px; 24 | padding-right:50px; 25 | text-decoration:underline; 26 | } 27 | .p3 28 | { 29 | font-size:16px; 30 | font-family:Georgia, "Times New Roman", Times, serif; 31 | padding-left:50px; 32 | padding-right:50px; 33 | line-height:1.5; 34 | } 35 | .ul2 36 | { 37 | font-size:16px; 38 | font-family:Georgia, "Times New Roman", Times, serif; 39 | list-style-type:disc; 40 | line-height:1.5; 41 | margin-left:50px; 42 | padding-left:50px; 43 | padding-right:50px; 44 | } 45 | 46 | #contact_totop 47 | { 48 | display: none; 49 | position: fixed; 50 | bottom: 20px; 51 | right: 30px; 52 | z-index: 99; 53 | border: none; 54 | outline: none; 55 | background-color:rgb(255, 136, 136); 56 | padding:10px; 57 | border-radius: 4px; 58 | } 59 | #contact_totop:hover 60 | { 61 | background-color:red; 62 | } -------------------------------------------------------------------------------- /Alumni-Management-System/css/about_us.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | } 7 | .p1 8 | { 9 | color:#050119; 10 | font-size:30px; 11 | font-style:oblique; 12 | font-weight:bolder; 13 | font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 14 | padding-left:50px; 15 | padding-right:50px; 16 | } 17 | .p2 18 | { 19 | color:#050119; 20 | font-size:20px; 21 | font-weight:bold; 22 | font-family:Georgia, "Times New Roman", Times, serif; 23 | padding-left:50px; 24 | padding-right:50px; 25 | text-decoration:underline; 26 | } 27 | .p3 28 | { 29 | font-size:16px; 30 | font-family:Georgia, "Times New Roman", Times, serif; 31 | padding-left:50px; 32 | padding-right:50px; 33 | line-height:1.5; 34 | } 35 | .ul2 36 | { 37 | font-size:16px; 38 | font-family:Georgia, "Times New Roman", Times, serif; 39 | list-style-type:disc; 40 | line-height:1.5; 41 | margin-left:50px; 42 | padding-left:50px; 43 | padding-right:50px; 44 | } 45 | 46 | .about_image 47 | { 48 | text-align:center; 49 | } 50 | 51 | #about_totop 52 | { 53 | display: none; 54 | position: fixed; 55 | bottom: 20px; 56 | right: 30px; 57 | z-index: 99; 58 | border: none; 59 | outline: none; 60 | background-color:rgb(255, 136, 136); 61 | padding:10px; 62 | border-radius: 4px; 63 | } 64 | #about_totop:hover 65 | { 66 | background-color:red; 67 | } -------------------------------------------------------------------------------- /Alumni-Management-System/about_us.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | About Us 6 | 7 | 8 | 11 | 12 | 13 | 14 |
15 |

Techno Main Alumni Management Association

16 |

The TMSL Alumni Association supervises the graduate programs in TMSL. 17 | This includes administering the admission, appointment of Alumnis, Members reviews, 18 | provision of financial assistance and assessment.


19 |

FUNCTION OF ALUMNI MANAGEMENT SYSTEM (AMS)

20 |

The function of AMS includes the following: 21 |

30 |

31 |
32 | 33 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/alumni_financial.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | background-color:white; 7 | color:#050119; 8 | } 9 | h2 10 | { 11 | font-style:italic; 12 | margin-left:200px; 13 | font-size:30px; 14 | color:#050119; 15 | } 16 | .alumnifinancialtable 17 | { 18 | font-family:"Times New Roman", Times, serif; 19 | font-weight:bold; 20 | width:880px; 21 | border:2px solid; 22 | text-align:center; 23 | border-color:#050119; 24 | border-radius:8px; 25 | } 26 | th 27 | { 28 | font-size:20px; 29 | text-align:center; 30 | width:220px; 31 | border-bottom:2px solid; 32 | } 33 | .alumnifinancialtd 34 | { 35 | font-weight:200; 36 | font-size:20px; 37 | text-align:canter; 38 | border:hidden; 39 | width:220px; 40 | } 41 | .alumnifinancialbt 42 | { 43 | color:white; 44 | font:"Palatino Linotype", "Book Antiqua", Palatino, serif; 45 | font-weight:bold; 46 | font-size:14px; 47 | border:hidden; 48 | border-radius:8px; 49 | padding:12px 12px; 50 | background-color:red; 51 | } 52 | .alumnifinancialbt:hover 53 | { 54 | background-color:maroon; 55 | } 56 | #alumnifinancial_totop 57 | { 58 | display: none; 59 | position: fixed; 60 | bottom: 20px; 61 | right: 30px; 62 | z-index: 99; 63 | border: none; 64 | outline: none; 65 | background-color:navajowhite; 66 | padding:10px; 67 | border-radius: 4px; 68 | } 69 | #alumnifinancial_totop:hover 70 | { 71 | background-color:rgb(255, 136, 136); 72 | } -------------------------------------------------------------------------------- /Alumni-Management-System/css/alumni_home.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | background-color:white; 7 | } 8 | h2 9 | { 10 | font-style:italic; 11 | margin-left:200px; 12 | font-size:40px; 13 | color:#050119; 14 | } 15 | .alumnihometable1 16 | { 17 | font-size:18px; 18 | font-weight:bold; 19 | width:520px; 20 | border:2px solid; 21 | text-align:center; 22 | border-color:#050119; 23 | border-radius:8px; 24 | } 25 | input , textarea 26 | { 27 | font-family:"Times New Roman", Times, serif; 28 | font-size:16px; 29 | font-weight:bold; 30 | padding:5px; 31 | border-color:#050119; 32 | border:2px solid; 33 | background-color:white; 34 | } 35 | input:focus , textarea:focus 36 | { 37 | background-color:#050119; 38 | color:white; 39 | } 40 | th 41 | { 42 | text-align:left; 43 | width:180px; 44 | border:hidden; 45 | } 46 | .alumnihometd1 47 | { 48 | text-align:left; 49 | padding:5px; 50 | border:hidden; 51 | width:340px; 52 | } 53 | .profile 54 | { 55 | width:200px; 56 | height:200px; 57 | border:2px solid; 58 | border-radius:8px; 59 | border-color:#050119; 60 | } 61 | #alumnihome_totop 62 | { 63 | display: none; 64 | position: fixed; 65 | bottom: 20px; 66 | right: 30px; 67 | z-index: 99; 68 | border: none; 69 | outline: none; 70 | background-color:rgb(255, 136, 136);; 71 | padding:10px; 72 | border-radius: 4px; 73 | } 74 | #alumnihome_totop:hover 75 | { 76 | background-color:red; 77 | } -------------------------------------------------------------------------------- /Alumni-Management-System/javascript/index.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | var slideIndex = 1; 4 | showSlides(slideIndex); 5 | 6 | function plusSlides(n) { 7 | showSlides(slideIndex += n); 8 | } 9 | 10 | function currentSlide(n) { 11 | showSlides(slideIndex = n); 12 | } 13 | 14 | function showSlides(n) { 15 | var i; 16 | var slides = document.getElementsByClassName("mySlides"); 17 | var dots = document.getElementsByClassName("dot"); 18 | if (n > slides.length) {slideIndex = 1} 19 | if (n < 1) {slideIndex = slides.length} 20 | for (i = 0; i < slides.length; i++) { 21 | slides[i].style.display = "none"; 22 | } 23 | for (i = 0; i < dots.length; i++) { 24 | dots[i].className = dots[i].className.replace(" active", ""); 25 | } 26 | slides[slideIndex-1].style.display = "block"; 27 | dots[slideIndex-1].className += " active"; 28 | } 29 | 30 | // When the user scrolls down 20px from the top of the document, show the button 31 | window.onscroll = function() {scrollFunction()}; 32 | 33 | function scrollFunction() { 34 | if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) { 35 | document.getElementById("index_totop").style.display = "block"; 36 | } else { 37 | document.getElementById("index_totop").style.display = "none"; 38 | } 39 | } 40 | 41 | // When the user clicks on the button, scroll to the top of the document 42 | function topFunction() { 43 | document.body.scrollTop = 0; 44 | document.documentElement.scrollTop = 0; 45 | } -------------------------------------------------------------------------------- /Alumni-Management-System/announcement.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Announcement 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26 | 27 |
28 |



29 | query($sql); 32 | $sql2 ="SELECT ann_name FROM announcement"; 33 | $result2 = $conn->query($sql2); 34 | $rowcount=mysqli_num_rows($result2); 35 | $r=0; 36 | echo ""; 37 | echo ""; 38 | while($row = mysqli_fetch_assoc($result)) 39 | { 40 | echo ""; 41 | echo ""; 46 | } 47 | echo "
Announcement
".$row["ann_name"].""; 42 | echo "
".$row["ann_desc"].""; 43 | echo "

Announcement Time: ".$row["ann_time"]." "; 44 | echo "
"; 45 | echo "


"; 48 | echo " Add Announcement     Delete Announcement "; 49 | ?> 50 |
51 |



52 | 53 | 54 | -------------------------------------------------------------------------------- /Alumni-Management-System/admin_homepage.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 17 | Admin Homepage 18 | 19 | 20 | 21 | 22 | 31 | 35 | 36 |
37 |

List Of Admins

38 |
39 | 40 | 41 | 42 | 43 | 44 | 45 | query($sqlshowAWA); 48 | $no = 1; 49 | 50 | while ($row = mysqli_fetch_assoc($resultAWA)) 51 | { 52 | echo ""; 53 | echo ""; 54 | echo ""; 55 | echo ""; 56 | $no++; 57 | } 58 | ?> 59 |
Serial NO Admin ID Alumni Name
" . $no. "" . $row['ad_id']. "" . $row['ad_fullname']. "
60 | 61 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/forgot_password.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | box-sizing: border-box; 7 | color:white; 8 | margin: 0; 9 | padding: 0; 10 | } 11 | .forgot_wrapper 12 | { 13 | background: linear-gradient(to bottom right, red 0%, #050119 100%); 14 | position: absolute; 15 | width: 100%; 16 | height: 100%; 17 | overflow: hidden; 18 | } 19 | .forgot_container 20 | { 21 | max-width: 600px; 22 | margin: 0 auto; 23 | padding: 80px 0; 24 | height: 400px; 25 | text-align: center; 26 | } 27 | .forgot_container h1 28 | { 29 | font-size: 60px; 30 | transition:1s; 31 | font-weight: 200; 32 | } 33 | .forgot_form 34 | { 35 | padding: 20px 0; 36 | position: relative; 37 | z-index: 2; 38 | } 39 | .forgot_form input 40 | { 41 | outline: 0; 42 | border: 1px solid white; 43 | background:rgb(222, 184, 135, 0.5); 44 | width: 250px; 45 | border-radius: 3px; 46 | padding: 10px 15px; 47 | margin: 0 auto 10px auto; 48 | display: block; 49 | text-align: center; 50 | font-size: 18px; 51 | color: white; 52 | font-weight: 300; 53 | } 54 | .forgot_form input:hover 55 | { 56 | background-color:cornsilk; 57 | color:#050119; 58 | } 59 | .forgot_form button 60 | { 61 | outline: 0; 62 | background-color:#050119; 63 | border:none; 64 | padding: 15px 5px; 65 | color:white; 66 | border-radius: 5px; 67 | width: 180px; 68 | font-size: 18px; 69 | } 70 | .forgot_form button:hover 71 | { 72 | background-color:red; 73 | } 74 | .forgot_form a 75 | { 76 | color:white; 77 | font-size:14px; 78 | } 79 | .forgot_form a:hover 80 | { 81 | font-size:26px; 82 | } -------------------------------------------------------------------------------- /Alumni-Management-System/css/delete_forum_post.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | background-color:white; 7 | color:#050119; 8 | } 9 | .dh2 10 | { 11 | padding-left:150px; 12 | color:#050119; 13 | font-style:oblique; 14 | font-size:36px; 15 | } 16 | .tb1 17 | { 18 | text-align:left; 19 | font-size:18px; 20 | } 21 | select 22 | { 23 | color:#050119; 24 | font-weight:600; 25 | font-size:16px; 26 | background-color:white; 27 | width:400px; 28 | } 29 | .tb2 30 | { 31 | text-align:left; 32 | border:1.5px solid; 33 | border-radius:10px; 34 | width:600px; 35 | } 36 | .th1 37 | { 38 | text-align:left; 39 | font-size:18px; 40 | border:hidden; 41 | padding-left:10px; 42 | width:130px; 43 | } 44 | .td1 45 | { 46 | font-size:18px; 47 | text-align:justify; 48 | width:470px; 49 | padding-right:10px; 50 | } 51 | input.i1 52 | { 53 | color:white; 54 | font-family:Georgia, "Times New Roman", Times, serif; 55 | background-color:red; 56 | border:hidden; 57 | font-size:16px; 58 | } 59 | button.bt1 60 | { 61 | border-radius:4px; 62 | font-size:16px; 63 | padding:5px 15px; 64 | font-weight:bold; 65 | border:2px; 66 | background-color:red; 67 | color:white; 68 | } 69 | button.bt1:hover 70 | { 71 | background-color:#050119; 72 | color:white; 73 | } 74 | #deletepost_totop 75 | { 76 | display: none; 77 | position: fixed; 78 | bottom: 20px; 79 | right: 30px; 80 | z-index: 99; 81 | border: none; 82 | outline: none; 83 | background-color:rgb(255, 136, 136); 84 | padding:10px; 85 | border-radius: 4px; 86 | } 87 | #deletepost_totop:hover 88 | { 89 | background-color:red; 90 | } 91 | -------------------------------------------------------------------------------- /Alumni-Management-System/manage_events.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | Manage Events 17 | 18 | 19 | 20 | 24 | 25 | 26 |

Manage Events

27 |
28 |

Please enter the following information:

29 | Event ID:
30 | Event Name:
31 | Event Date:
32 | Event Time:
33 | Event Venue:
34 | Event Details:
35 | 36 |
37 | 38 | close() 53 | ?> 54 | 55 | 56 | -------------------------------------------------------------------------------- /Alumni-Management-System/events.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Events 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26 | 27 | 28 |
29 |


30 | query($sql); 33 | $sql2 ="SELECT e_name FROM event"; 34 | $result2 = $conn->query($sql2); 35 | $rowcount=mysqli_num_rows($result2); 36 | $r=0; 37 | echo ""; 38 | echo ""; 39 | while($row = mysqli_fetch_assoc($result)) 40 | { 41 | echo ""; 42 | echo ""; 49 | } 50 | echo "
Events
".$row["e_name"].""; 43 | echo "
".$row["e_desc"].""; 44 | echo "

Event date: ".$row["e_date"]." | Event Time: ".$row["e_time"]." "; 45 | echo "

Event Venue: ".$row["e_venue"]." "; 46 | echo "

Person in charge: ".$row["e_pic"]." "; 47 | echo "
"; 48 | echo "


"; 51 | echo " Add Event     Delete Event "; 52 | ?> 53 |
54 |


55 | 56 | 57 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/add_forum_post.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | color:#050119; 7 | } 8 | h2 9 | { 10 | font-style:italic; 11 | margin-left:200px; 12 | font-size:30px; 13 | color:#050119; 14 | 15 | } 16 | table 17 | { 18 | border:hidden; 19 | width:650px; 20 | } 21 | th 22 | { 23 | width:150px; 24 | border:hidden; 25 | font-size:20px; 26 | } 27 | td 28 | { 29 | width:450px; 30 | border:hidden; 31 | } 32 | input, textarea 33 | { 34 | padding:5px; 35 | font-weight:bold; 36 | font-family:Arial, Helvetica, sans-serif; 37 | border:2px solid; 38 | background-color:white; 39 | border-color:#050119; 40 | font-size:14px; 41 | color:red; 42 | } 43 | input:focus, textarea:focus 44 | { 45 | border-color:#050119; 46 | color:#050119; 47 | } 48 | 49 | .addforumbt 50 | { 51 | color:white; 52 | font:"Palatino Linotype", "Book Antiqua", Palatino, serif; 53 | font-weight:bold; 54 | font-size:14px; 55 | border:hidden; 56 | border-radius:8px; 57 | padding:12px 12px; 58 | background-color:red; 59 | } 60 | .addforumbt:hover 61 | { 62 | background-color:maroon; 63 | } 64 | p.p1 65 | { 66 | font-size:24px; 67 | font-weight:bold; 68 | color:#050119; 69 | text-align:center; 70 | } 71 | p.p2 72 | { 73 | font-size:24px; 74 | font-weight:bold; 75 | color:red; 76 | text-align:center; 77 | } 78 | #addforum_totop 79 | { 80 | display: none; 81 | position: fixed; 82 | bottom: 20px; 83 | right: 30px; 84 | z-index: 99; 85 | border: none; 86 | outline: none; 87 | background-color:rgb(255, 136, 136);; 88 | padding:10px; 89 | border-radius: 4px; 90 | } 91 | #addforum_totop:hover 92 | { 93 | background-color:red; 94 | } 95 | 96 | 97 | -------------------------------------------------------------------------------- /Alumni-Management-System/forgot_password.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Forgot Password 7 | 10 | 11 | 12 | 13 |
14 |
15 |

Retrieve Password

16 |
17 | 18 | 19 | 20 |

Home       21 | Login 22 |
23 |
24 | 25 | 26 | query($sql); 33 | if($result->num_rows>0) 34 | { 35 | while($row = $result->fetch_assoc()) 36 | { 37 | $temp=$row['pi_register']; 38 | $sql2 = "SELECT al_password FROM alumnimember WHERE pi_register='$temp'"; 39 | $result2=$conn->query($sql2); 40 | while($row = $result2->fetch_assoc()) 41 | { 42 | echo ""; 43 | } 44 | } 45 | } 46 | else 47 | { 48 | echo ""; 49 | } 50 | } 51 | ?> 52 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/header_navigationbar.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | } 7 | .table 8 | { 9 | background-color:#050119; 10 | border:none; 11 | margin:0; 12 | width:100%; 13 | } 14 | .ul1 15 | { 16 | margin:0; 17 | padding:0; 18 | } 19 | .li_image 20 | { 21 | background-color:#050119; 22 | float:left; 23 | list-style-type:none; 24 | } 25 | .li1 26 | { 27 | background-color:#050119; 28 | float:left; 29 | list-style-type:none; 30 | } 31 | .li1 a 32 | { 33 | display:block; 34 | padding:20px 20px; 35 | text-decoration:none; 36 | text-align:center; 37 | } 38 | .li1 a:hover 39 | { 40 | background-color: red; 41 | } 42 | .li2 43 | { 44 | background-color:#050119; 45 | float:right; 46 | list-style-type:none; 47 | } 48 | .li2 a 49 | { 50 | display:block; 51 | padding:20px 20px; 52 | text-decoration:none; 53 | text-align:center; 54 | } 55 | .li2 a:hover 56 | { 57 | background-color: red; 58 | } 59 | .active 60 | { 61 | background-color: darkblue; 62 | } 63 | .span1 64 | { 65 | color:lightblue; 66 | } 67 | .span2 68 | { 69 | color:lightblue; 70 | } 71 | .dropdown 72 | { 73 | position: relative; 74 | display:inline-block; 75 | } 76 | .dropdown-content 77 | { 78 | display: none; 79 | position: absolute; 80 | background-color: lightblue; 81 | min-width: 160px; 82 | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 83 | z-index: 1; 84 | list-style-type:none; 85 | } 86 | .dropdown-content a 87 | { 88 | color: black; 89 | padding: 12px 16px; 90 | text-decoration: none; 91 | display: block; 92 | } 93 | .dropdown-content a:hover 94 | { 95 | background-color:red; 96 | } 97 | 98 | .dropdown:hover .dropdown-content 99 | { 100 | display:inline-block; 101 | } 102 | 103 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/register.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | box-sizing: border-box; 7 | color:white; 8 | margin: 0; 9 | padding: 0; 10 | } 11 | .register_wrapper 12 | { 13 | background: linear-gradient(to bottom right, red 0%, #050119 100%); 14 | position: absolute; 15 | width: 100%; 16 | height: 100%; 17 | overflow: hidden; 18 | } 19 | .register_container 20 | { 21 | max-width: 500px; 22 | margin: 0 auto; 23 | text-align: center; 24 | } 25 | .register_container h1 26 | { 27 | font-size: 45px; 28 | transition:1s; 29 | font-weight: 500; 30 | } 31 | .register_form 32 | { 33 | padding: 0px 0; 34 | position: relative; 35 | z-index: 2; 36 | } 37 | .register_form select 38 | { 39 | outline: 0; 40 | border: 1px solid white; 41 | background:rgba(156, 12, 12, 0.5); 42 | width: 280px; 43 | border-radius: 3px; 44 | padding: 10px 15px; 45 | margin: 0 auto 10px auto; 46 | display: block; 47 | text-align: center; 48 | font-size: 18px; 49 | color: white; 50 | font-weight: 300; 51 | } 52 | .register_form select:hover 53 | { 54 | background-color:white; 55 | color:#050119; 56 | } 57 | .register_form input 58 | { 59 | outline: 0; 60 | border: 1px solid white; 61 | background:rgb(222, 184, 135, 0.5); 62 | width: 250px; 63 | border-radius: 3px; 64 | padding: 10px 15px; 65 | margin: 0 auto 10px auto; 66 | display: block; 67 | text-align: center; 68 | font-size: 18px; 69 | color: #050119; 70 | font-weight: 300; 71 | } 72 | .register_form input:hover 73 | { 74 | background-color:white; 75 | } 76 | .register_form button 77 | { 78 | outline: 0; 79 | background-color:#050119; 80 | border:none; 81 | padding: 15px 5px; 82 | color:white; 83 | border-radius: 5px; 84 | width: 250px; 85 | font-size: 18px; 86 | } 87 | .register_form button:hover 88 | { 89 | background-color:red; 90 | } 91 | .register_form a 92 | { 93 | color:white; 94 | font-size:20px; 95 | } 96 | .register_form a:hover 97 | { 98 | font-size:26px; 99 | } -------------------------------------------------------------------------------- /Alumni-Management-System/css/login.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | box-sizing: border-box; 7 | color:white; 8 | margin: 0; 9 | padding: 0; 10 | } 11 | .login_wrapper 12 | { 13 | background: linear-gradient(to bottom right, red 0%, #050119 100%); 14 | position: absolute; 15 | width: 100%; 16 | height: 100%; 17 | overflow: hidden; 18 | } 19 | .login_container 20 | { 21 | max-width: 600px; 22 | margin: 0 auto; 23 | padding: 80px 0; 24 | height: 400px; 25 | text-align: center; 26 | } 27 | .login_container h1 28 | { 29 | font-size: 60px; 30 | transition:1s; 31 | font-weight: 200; 32 | } 33 | .login_form 34 | { 35 | padding: 20px 0; 36 | position: relative; 37 | z-index: 2; 38 | } 39 | .login_form select 40 | { 41 | outline: 0; 42 | border: 1px solid white; 43 | background:rgb(222, 184, 135, 0.5); 44 | width: 280px; 45 | border-radius: 3px; 46 | padding: 10px 15px; 47 | margin: 0 auto 10px auto; 48 | display: block; 49 | text-align: center; 50 | font-size: 18px; 51 | color: white; 52 | font-weight: 300; 53 | } 54 | .login_form select:hover 55 | { 56 | background-color:white; 57 | color:#050119; 58 | } 59 | .login_form input 60 | { 61 | outline: 0; 62 | border: 1px solid wheat; 63 | background:rgb(222, 184, 135, 0.5); 64 | width: 250px; 65 | border-radius: 3px; 66 | padding: 10px 15px; 67 | margin: 0 auto 10px auto; 68 | display: block; 69 | text-align: center; 70 | font-size: 18px; 71 | color: #050119; 72 | font-weight: 300; 73 | } 74 | .login_form input:hover 75 | { 76 | background-color:white; 77 | } 78 | .login_form button 79 | { 80 | outline: 0; 81 | background-color:#050119; 82 | border:none; 83 | padding: 15px 5px; 84 | color:white; 85 | border-radius: 5px; 86 | width: 140px; 87 | font-size: 18px; 88 | } 89 | .login_form button:hover 90 | { 91 | background-color:red; 92 | } 93 | .login_form a 94 | { 95 | color:white; 96 | font-size:14px; 97 | } 98 | .login_form a:hover 99 | { 100 | font-size:26px; 101 | } -------------------------------------------------------------------------------- /Alumni-Management-System/setting/alumniaddforum_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Untitled Document 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 | 45 | 46 |
16 | 44 |
47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/mypostreply_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Untitled Document 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 | 45 | 46 |
16 | 44 |
47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/alumnihome_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ALumni Home Page Navigation Bar 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 47 | 48 |
17 | 46 |
49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/update_profile.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | body 5 | { 6 | background-color:white; 7 | } 8 | h2 9 | { 10 | font-style:italic; 11 | margin-left:200px; 12 | font-size:40px; 13 | color:#050119; 14 | } 15 | .updatetable1 16 | { 17 | width:600px; 18 | border:2px solid; 19 | text-align:center; 20 | border-color:#050119; 21 | border-radius:5px; 22 | } 23 | input, textarea 24 | { 25 | font-family:"Times New Roman", Times, serif; 26 | font-size:16px; 27 | font-weight:bold; 28 | padding:5px; 29 | margin-right:10px; 30 | border:1.5px solid; 31 | background-color:white; 32 | border-radius:3px; 33 | } 34 | input:focus , textarea:focus 35 | { 36 | background-color:#050119; 37 | color:white; 38 | } 39 | th 40 | { 41 | font-size:16px; 42 | width:250px; 43 | border:hidden; 44 | color:#050119; 45 | } 46 | .updatetd1 47 | { 48 | font-size:16px; 49 | border:hidden; 50 | width:350px; 51 | } 52 | .select 53 | { 54 | font-size: 16px; 55 | border: 1px solid white; 56 | 57 | outline: 0; 58 | border: 1px solid #050119; 59 | background:white; 60 | width: 350px; 61 | border-radius: 3px; 62 | padding: 10px 15px; 63 | margin: 0 auto 10px auto; 64 | display: block; 65 | text-align: center; 66 | font-size: 18px; 67 | color: #050119; 68 | font-weight: 300; 69 | 70 | } 71 | .select:hover 72 | { 73 | background-color:red; 74 | color:#050119; 75 | } 76 | .updatebt 77 | { 78 | font-weight:bold; 79 | width:100px; 80 | border:hidden; 81 | background-color:#050119; 82 | padding:10px; 83 | font-size:16px; 84 | color:burlywood; 85 | margin-right:10px; 86 | } 87 | .updatebt:hover 88 | { 89 | background-color:red; 90 | color:white; 91 | } 92 | #updateprofile_totop 93 | { 94 | display: none; 95 | position: fixed; 96 | bottom: 20px; 97 | right: 30px; 98 | z-index: 99; 99 | border: none; 100 | outline: none; 101 | background-color:rgb(255, 136, 136); 102 | padding:10px; 103 | border-radius: 4px; 104 | } 105 | #updateprofile_totop:hover 106 | { 107 | background-color:red; 108 | } 109 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/updateprofile_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Update Profile Navigation 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 | 45 | 46 |
16 | 44 |
47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/alumnifinancial_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Alumni Financial Record Navigation Bar 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 | 45 | 46 |
16 | 44 |
47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/alumniforumlist_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Untitled Document 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 46 | 47 |
17 | 45 |
48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/alumnisearchlist_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Untitled Document 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 46 | 47 |
17 | 45 |
48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /Alumni-Management-System/news.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | News 6 | 7 | 11 | 12 | 13 | 14 |
15 |

Announcements

16 | 17 | 19 | 20 | 21 | "; 22 | $sql = "SELECT * FROM announcement ORDER BY ann_time"; 23 | $result = $conn->query($sql); 24 | if($result==true) 25 | { 26 | while($row = $result->fetch_assoc()) 27 | { 28 | echo ""; 29 | echo " 30 | 31 | "; 32 | echo ""; 33 | } 34 | } 35 | else 36 | { 37 | echo "

No events

"; 38 | } 39 | ?> 40 |
ANNOUNCEMENTSDESCRIPTIONTIME
".$row["ann_name"]."".$row["ann_desc"]."".$row["ann_time"]."
41 |
42 |


43 |

44 | 45 |
46 |

Events

47 |
48 | query($sql2); 51 | 52 | if($result2==true) 53 | { 54 | echo ""; 55 | echo " 56 | 57 | 58 | 59 | "; 60 | while($row =$result2->fetch_assoc()){ 61 | echo ""; 62 | echo " 63 | 64 | 65 | 66 | "; 67 | echo ""; 68 | } 69 | echo "
EVENTDATETIMEVENUEDESCRIPTION
".$row["e_name"]."".$row["e_date"]."".$row["e_time"]."".$row["e_venue"]."".$row["e_desc"]."
"; 70 | } 71 | else 72 | { 73 | echo "

No events

"; 74 | } 75 | ?> 76 |
77 | 78 |




79 | 80 | -------------------------------------------------------------------------------- /Alumni-Management-System/registration_status.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Success Registration 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 |
"; 31 | echo "Incomplete information. Please try again."; 32 | echo "

"; 33 | echo "Redirecting you back to main page in 10 seconds."; 34 | echo "

"; 35 | echo "Or click here."; 36 | header("refresh:10;url=index.php" ); 37 | } 38 | else 39 | { 40 | $al_status="Not Approve"; 41 | $register_sql = "INSERT INTO alumnimember (pi_register, al_password, al_status) 42 | VALUES ('$registration', '$password', '$al_status')"; 43 | 44 | if ($conn->query($register_sql) === TRUE) 45 | { 46 | $register_sql = "INSERT INTO alumniinfo (pi_name,pi_gender,pi_register,pi_branch,pi_session,pi_email,pi_mobile) 47 | VALUES ('$name', '$gender', '$registration','$branch', '$sessiona','$email', '$mobile')"; 48 | $conn->query($register_sql); 49 | echo "

"; 50 | echo "Registration successful. "; 51 | echo "

"; 52 | echo "Redirecting you to login page in 5 seconds."; 53 | echo "

"; 54 | echo "Or click here."; 55 | header("refresh:5;url=login.html" ); 56 | } 57 | else 58 | { 59 | echo "Error: " . $register_sql . "
" . $conn->error; 60 | header("refresh:10;url=register.html" ); 61 | } 62 | } 63 | } 64 | ?> 65 | 66 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/adminpage_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Admin Nav 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 56 | 57 |
17 | 55 |
58 | 59 | 60 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/eforum_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | E-Forum Navigation Bar 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 55 | 56 |
17 | 54 |
57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/search_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | E-Forum Navigation Bar 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 56 | 57 |
17 | 55 |
58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/event&ann.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | color:#050119; 7 | } 8 | table.tb1 9 | { 10 | border-radius:5px; 11 | text-align:left; 12 | border:2px solid; 13 | border-color:#050119; 14 | width:500px; 15 | 16 | } 17 | th.th1 18 | { 19 | text-align:center; 20 | font-size:30px; 21 | border-bottom:1px solid; 22 | cursor:context-menu; 23 | } 24 | input.i1 25 | { 26 | text-decoration:underline; 27 | padding-bottom:5px; 28 | font-weight:bold; 29 | width:480px; 30 | color:#050119; 31 | font-size:24px; 32 | border:hidden; 33 | background-color:white; 34 | cursor:context-menu; 35 | } 36 | td.td1 37 | { 38 | width:200px; 39 | font-weight:bold; 40 | cursor:context-menu; 41 | } 42 | span.sp1 43 | { 44 | font-size:12px; 45 | padding-bottom:5px; 46 | } 47 | span.sp2 48 | { 49 | font-size:16px; 50 | } 51 | span.sp3 52 | { 53 | font-size:30px; 54 | padding-bottom:5px; 55 | } 56 | button.bt1 57 | { 58 | border-radius:4px; 59 | font-size:16px; 60 | padding:5px 15px; 61 | font-weight:bold; 62 | border:2px; 63 | background-color:red; 64 | color:white; 65 | } 66 | button.bt1:hover 67 | { 68 | background-color:#050119; 69 | color:white; 70 | } 71 | a 72 | { 73 | color:#050119; 74 | font-size:16px; 75 | padding:5px; 76 | } 77 | a:hover 78 | { 79 | color:red; 80 | font-size:18px; 81 | padding:5px; 82 | } 83 | input.i2 84 | { 85 | text-decoration:underline; 86 | padding:5px; 87 | font-weight:bold; 88 | width:420px; 89 | color:#050119; 90 | font-size:16px; 91 | border:solid; 92 | background-color:white; 93 | } 94 | input.i2::placeholder 95 | { 96 | padding:5px; 97 | font-weight:bold; 98 | width:420px; 99 | color:#050119; 100 | font-size:16px; 101 | } 102 | textarea.ta1 103 | { 104 | text-decoration:underline; 105 | padding:5px; 106 | font-weight:bold; 107 | width:420px; 108 | color:#050119; 109 | font-size:16px; 110 | border:solid; 111 | background-color:white; 112 | } 113 | td.td2 114 | { 115 | border-bottom:1px solid; 116 | width:120px; 117 | font-weight:bold; 118 | font-size:16px; 119 | } 120 | td.td3 121 | { 122 | text-align:right; 123 | width:200px; 124 | font-weight:bold; 125 | cursor:context-menu; 126 | border-radius:2px; 127 | border-bottom:1px solid; 128 | } 129 | 130 | .line{ 131 | border-bottom: 1px solid #050119; 132 | } 133 | 134 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/adminaddforum_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Admin Add forum Navigation Bar 6 | 7 | 8 | 9 |
10 | 11 |
12 | 13 | 14 | 54 | 55 |
15 | 53 |
56 | 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /Alumni-Management-System/alumni_home.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 17 | Alumni HomePage 18 | 23 | 24 | 25 | 26 |
27 |

My Profile

28 |
29 | 30 | query($sql); 34 | while($row = $result->fetch_assoc()) 35 | { 36 | echo ""; 37 | echo ""; 38 | echo ""; 39 | echo ""; 40 | echo ""; 41 | echo ""; 42 | echo ""; 43 | echo ""; 44 | echo ""; 45 | echo ""; 46 | echo ""; 47 | echo ""; 48 | echo ""; 49 | echo ""; 50 | echo ""; 51 | echo ""; 52 | echo ""; 53 | echo ""; 54 | echo ""; 55 | echo ""; 56 | echo ""; 57 | echo ""; 58 | echo ""; 59 | echo ""; 60 | echo ""; 61 | echo ""; 62 | echo ""; 63 | echo ""; 64 | echo ""; 65 | echo ""; 66 | echo ""; 67 | echo ""; 68 | echo ""; 69 | echo ""; 70 | echo ""; 71 | echo ""; 72 | } 73 | 74 | ?> 75 |
Name:".$row["pi_name"]."
Registration Number:".$row["pi_register"]."
Gender:".$row["pi_gender"]."
Address:".$row["pi_address"]."
Mobile Number:".$row["pi_mobile"]."
Email:".$row["pi_email"]."
Session:".$row["pi_session"]."
Branch:".$row["pi_branch"]."
76 |



77 | 78 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/admindeleteforum_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Untitled Document 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 56 | 57 |
17 | 55 |
58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/aboutus_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | About Us Navigation Bar 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 55 | 56 |
17 | 54 |
57 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/adminforumlist_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ADmin Forum List Navigation Bar 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 | 55 | 56 |
16 | 54 |
57 | 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/adminsearchlist_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ADmin Search List Navigation Bar 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 | 14 | 15 | 55 | 56 |
16 | 54 |
57 | 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/news_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | News Navigation Bar 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 56 | 57 |
17 | 55 |
58 | 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/forum_list.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | body 4 | { 5 | background-color:white; 6 | color:#050119; 7 | } 8 | .tb1 9 | { 10 | border-radius:5px; 11 | text-align:left; 12 | border:2px solid; 13 | border-color:#050119; 14 | width:550px; 15 | } 16 | .th1 17 | { 18 | text-align:center; 19 | font-size:36px; 20 | border-bottom:1px solid; 21 | padding:8px; 22 | } 23 | .td1 24 | { 25 | font-weight:bold; 26 | cursor:context-menu; 27 | width:540px; 28 | } 29 | .sp1 30 | { 31 | font-size:12px; 32 | padding-bottom:5px; 33 | } 34 | .sp2 35 | { 36 | font-size:16px; 37 | } 38 | .sp3 39 | { 40 | text-decoration:underline; 41 | font-weight:bold; 42 | width:480px; 43 | color:#050119; 44 | font-size:24px; 45 | background-color:white; 46 | } 47 | button.bt1 48 | { 49 | border-radius:4px; 50 | font-size:16px; 51 | padding:5px 15px; 52 | font-weight:bold; 53 | border:2px; 54 | background-color:white; 55 | color:red; 56 | } 57 | button.bt1:hover 58 | { 59 | background-color:#050119; 60 | color:white; 61 | } 62 | .a1 63 | { 64 | color:red; 65 | font-size:16px; 66 | padding:5px; 67 | } 68 | .a1:hover 69 | { 70 | color:maroon; 71 | font-size:20px; 72 | padding:5px; 73 | } 74 | input.i2 75 | { 76 | text-decoration:underline; 77 | padding:5px; 78 | font-weight:bold; 79 | width:420px; 80 | color:#050119; 81 | font-size:16px; 82 | border:solid; 83 | background-color:white; 84 | } 85 | input.i2::placeholder 86 | { 87 | padding:5px; 88 | font-weight:bold; 89 | width:420px; 90 | color:#050119; 91 | font-size:16px; 92 | } 93 | textarea.ta1 94 | { 95 | text-decoration:underline; 96 | padding:5px; 97 | font-weight:bold; 98 | width:420px; 99 | color:#050119; 100 | font-size:16px; 101 | border:solid; 102 | background-color:white; 103 | } 104 | td.td2 105 | { 106 | border-bottom:1px solid; 107 | width:150px; 108 | font-weight:bold; 109 | font-size:16px; 110 | } 111 | td.td3 112 | { 113 | text-align:right; 114 | width:200px; 115 | font-weight:bold; 116 | cursor:context-menu; 117 | border-radius:2px; 118 | border-bottom:1px solid; 119 | } 120 | #forumlist_totop 121 | { 122 | display: none; 123 | position: fixed; 124 | bottom: 20px; 125 | right: 30px; 126 | z-index: 99; 127 | border: none; 128 | outline: none; 129 | background-color:rgb(255, 136, 136); 130 | padding:10px; 131 | border-radius: 4px; 132 | } 133 | #forumlist_totop:hover 134 | { 135 | background-color:red; 136 | } 137 | 138 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/index_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Header & Navigation Bar 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 56 | 57 |
17 | 55 |
58 | 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /Alumni-Management-System/setting/contactus_navigation.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Contact Us Navigation Bar 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 |
14 | 15 | 16 | 56 | 57 |
17 | 55 |
58 | 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /Alumni-Management-System/register.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TMSL Alumni Member Register 6 | 7 | 8 | 9 | 10 |
11 |
12 |

Register Now!

13 | 14 |
15 | 16 | 22 | 23 | 33 | 48 | 49 | 50 | 51 | 52 |

Register Later 53 |
54 |
55 | 56 | 71 | 72 | -------------------------------------------------------------------------------- /Alumni-Management-System/login_status.php: -------------------------------------------------------------------------------- 1 | query($al_result); 17 | $al_result1="SELECT alumniinfo.pi_name FROM alumnimember, alumniinfo 18 | WHERE alumniinfo.pi_register='$luserid'"; 19 | $al_count1=$conn->query($al_result1); 20 | if ($al_count->num_rows > 0) 21 | { 22 | while($al_row = $al_count->fetch_assoc()) 23 | { 24 | 25 | $al_status=$al_row['al_status']; 26 | if($al_status=="Not Approve") 27 | { 28 | echo "

Login failed.

Please contact our administrator to check your registration status.

"; 29 | header("refresh:3;url=index.php"); 30 | } 31 | else 32 | { 33 | if ($al_count1->num_rows > 0) 34 | { 35 | while($al_row1 = $al_count1->fetch_assoc()) 36 | { 37 | session_start(); 38 | $_SESSION['id']=$al_row['pi_register']; 39 | $_SESSION['alname']=$al_row1['pi_name']; 40 | header("location:alumni_home.php"); 41 | } 42 | } 43 | } 44 | } 45 | } 46 | else 47 | { 48 | $al_message="Sorry Invalid Password or UserID. Please Try Again."; 49 | echo $al_message; 50 | header("refresh:5;url=index.php"); 51 | } 52 | 53 | } 54 | else 55 | { 56 | $sql2= "SELECT * from adminmember where ad_id='$luserid' AND ad_password='$lpassword'"; 57 | $result2=$conn->query($sql2); 58 | if ($result2->num_rows > 0) 59 | { 60 | while($row = $result2->fetch_assoc()) 61 | { 62 | session_start(); 63 | $_SESSION['id']=$row['ad_id']; 64 | $_SESSION['adname']=$row['ad_fullname']; 65 | header("location:admin_homepage.php"); 66 | } 67 | } 68 | else 69 | { 70 | $ad_message= ""; 71 | echo $ad_message; 72 | header("refresh:5;url=index.php"); 73 | } 74 | $conn->close(); 75 | } 76 | } 77 | ?> 78 | 79 | 80 | 81 | 82 | 83 | Login Status 84 | 85 | 86 | 87 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /Alumni-Management-System/add_announcement.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | Announcement - Add Announcement 17 | 18 | 19 | 20 | 21 | 25 | 42 | 43 | 44 |
45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 |
Details of the Announcement:
Announcement ID:
Announcement Name:
Announcement Description:
64 |
65 | 66 |

*****Incomplete information. No announcement created.*****

"; 78 | } 79 | else 80 | { 81 | $sql = "INSERT INTO announcement (ann_id, ann_name, ann_desc, ann_time) VALUES('$annid', '$annname', '$anndesc', '$anntime')"; 82 | if ($conn->query($sql) === TRUE) 83 | { 84 | echo "

*****Topic successfully created.*****

"; 85 | echo "

Go to Announcement

"; 86 | } 87 | else 88 | { 89 | echo "Error: " . $sql . "
" . $conn->error; 90 | } 91 | 92 | } 93 | } 94 | ?> 95 | 96 | -------------------------------------------------------------------------------- /Alumni-Management-System/alumni_financial.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | My Financial Record 17 | 22 | 23 | 24 | 25 |
26 |
27 |

Financial Record

28 |
29 |
30 | 31 | query($sql); 34 | echo ""; 35 | echo ""; 36 | echo ""; 37 | echo ""; 38 | echo ""; 39 | echo ""; 40 | if(isset($_POST['sort'])) 41 | { 42 | $sql="SELECT * FROM financialdata where pi_register='$userid' ORDER BY payment_purpose ASC"; 43 | $result=$conn->query($sql); 44 | while($row = $result->fetch_assoc()) 45 | { 46 | echo ""; 47 | echo ""; 48 | echo ""; 49 | echo ""; 50 | echo ""; 51 | echo ""; 52 | } 53 | } 54 | else if(isset($_POST['unsort'])) 55 | { 56 | while($row = $result->fetch_assoc()) 57 | { 58 | echo ""; 59 | echo ""; 60 | echo ""; 61 | echo ""; 62 | echo ""; 63 | echo ""; 64 | } 65 | } 66 | else 67 | { 68 | while($row = $result->fetch_assoc()) 69 | { 70 | echo ""; 71 | echo ""; 72 | echo ""; 73 | echo ""; 74 | echo ""; 75 | echo ""; 76 | } 77 | } 78 | ?> 79 | 80 | 84 | 85 |
Payment IDPayment PurposeTotal PaymentPayment Date
".$row['payment_id']."".$row['payment_purpose']."".$row['total_payment']."".$row['payment_date']."
".$row['payment_id']."".$row['payment_purpose']."".$row['total_payment']."".$row['payment_date']."
".$row['payment_id']."".$row['payment_purpose']."".$row['total_payment']."".$row['payment_date']."
81 |
    82 |
83 |
86 |
87 |
88 |



89 | 90 | -------------------------------------------------------------------------------- /Alumni-Management-System/approve.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Manage Alumni - Approve 16 | 17 | 18 | 19 | 23 | 24 | 25 | 34 | 35 |

*****Please insert Alumni Registration Number for membership approval.*****

"; 43 | } 44 | else 45 | { 46 | $sql = "UPDATE alumnimember SET al_status= 'Approve' WHERE pi_register = '$alid'"; 47 | if ($conn->query($sql) === TRUE) 48 | { 49 | echo "

*****Approval successfull.*****

"; 50 | echo "

View Alumni Membership


"; 51 | } 52 | else 53 | { 54 | echo "Error: " . $sql . "
" . $conn->error; 55 | } 56 | } 57 | } 58 | ?> 59 |


60 |
61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 |
Insert Alumni Registration Number for approval:
Alumni Registration Number:
71 |
72 |



73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | query($sqlshowAWA); 84 | $no = 1; 85 | 86 | while ($row = mysqli_fetch_assoc($resultAWA)) 87 | { 88 | echo ""; 89 | echo ""; 90 | echo ""; 91 | echo ""; 92 | echo ""; 93 | $no++; 94 | } 95 | ?> 96 |
Alumni without Approval
NO Alumni Registration Number Alumni Name Approval Status
" . $no. "" . $row['pi_register']. "" . $row['pi_name']. "" . $row['al_status']. "
97 |





98 | 99 | 100 | -------------------------------------------------------------------------------- /Alumni-Management-System/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | UMP FSKKP Alumni 6 | 7 | 8 | 11 | 12 | 13 | 14 |

15 |
16 | 17 |
18 |
19 |
1 / 3
20 | 21 |
Linking to
22 |
23 | 24 |
25 |
2 / 3
26 | 27 |
Old Friends
28 |
29 | 30 |
31 |
3 / 3
32 | 33 |
Starts Here...
34 |
35 | 36 | 37 | 38 | 39 |
40 |
41 | 42 |
43 | 44 | 45 | 46 |
47 | 48 | 49 | 50 |

Welcome to UMP FSKKP Alumni

51 |

Let's keep in touch..

52 |

Are you missing them? Your coursemates, your squad, your friends who up all night with you for assignments, gathering, events and so on. 53 | Come and join UMP FSKKP Alumni to keep in touch with your friends that you miss!

54 | Welcome back dearest alumni. Genuinely, one of our greatest assets is our global network of alumni. This page is to celebrate your achievements and provides you an access to our alumni community. 55 | Let's discover how to get involved and connect with the University and its supporters. Learn about the events we hold, and our services for UMP FSKKP alumni. 56 | We’re currently in touch with over 150,000 of our alumni from across Malaysia and the world, and we’re still looking for those we’ve lost contact with. Do you currently receive mailings from us? Have you recently changed address and need to let us know? UMP FSKKP Alumni maintains a database of tens of thousands of UMP FSKKP graduates, but we do not have accurate contact details for everyone. Please help us to keep in touch with you.

57 |


58 |

59 |
60 |


61 |
62 |

How to register as a member?

63 |

Steps to become a member of UMP FSKKP Alumni...

64 |
65 |

66 |



67 | 68 | 69 | -------------------------------------------------------------------------------- /Alumni-Management-System/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TMSL Alumni 6 | 7 | 8 | 11 | 12 | 13 | 14 |

15 |
16 | 17 |
18 |
19 |
1 / 3
20 | 21 |
Linking to
22 |
23 | 24 |
25 |
2 / 3
26 | 27 |
Old Friends
28 |
29 | 30 |
31 |
3 / 3
32 | 33 |
Starts Here...
34 |
35 | 36 | 37 | 38 | 39 |
40 |
41 | 42 |
43 | 44 | 45 | 46 |
47 | 48 | 49 | 50 |

Welcome to TMSL Alumni

51 |

Let's keep in touch..

52 |

Are you missing them? Your coursemates, your squad, your friends who up all night 53 | with you for assignments, gathering, events and so on. 54 | Come and join TMSL Alumni to keep in touch with your friends that you miss!

55 | Welcome back dearest alumni. Genuinely, one of our greatest assets is our global network of 56 | alumni. This page is to celebrate your achievements and provides you an access to our alumni 57 | community.Let's discover how to get involved and connect with the University and its 58 | supporters. Learn about the events we hold, and our services for TMSL alumni. 59 | We’re currently in touch with over all of our alumni from across Kolkata and the world, and 60 | we’re still looking for those we’ve lost contact with. Do you currently receive 61 | mailings from us? Have you recently changed address and need to let us know ? TMSL Alumni 62 | maintains a database of thousands of TMSL graduates, but we do not have accurate 63 | contact details for everyone. Please help us to keep in touch with you.

64 |


65 |

66 |
67 |


68 |
69 |

How to register as a member?

70 |

Steps to become a member of TMSL Alumni...

71 |
72 |

73 |



74 | 75 | 76 | -------------------------------------------------------------------------------- /Alumni-Management-System/search_alumni.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Search Alumni 6 | 7 | 10 | 11 | 14 | 30 | 31 |
32 |
Search Via Anyone of the following:
33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 86 | 87 | 88 | 89 | 90 |
Name
OR
Registration Number
OR
Branch 54 |
OR
Session 71 |
91 |
92 | 93 | -------------------------------------------------------------------------------- /Alumni-Management-System/delete_announcement.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Announcement - Delete Announcement 16 | 17 | 18 | 19 | 23 | 24 | 25 | 49 | 50 |

51 |
52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 |
Insert Announcement ID for deletion:
Announcement ID:
62 |
63 |



64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | query($sqlshowann); 77 | $no = 1; 78 | 79 | while ($row = mysqli_fetch_assoc($resultannmt)) 80 | { 81 | echo ""; 82 | echo ""; 83 | echo ""; 84 | echo ""; 85 | echo ""; 86 | echo ""; 87 | $no++; 88 | } 89 | ?> 90 |
Announcement Details:
NO Announcement ID Announcement Name Announcement Description Announcement Time
" . $no. "" . $row['ann_id']. "" . $row['ann_name']. "" . $row['ann_desc']. "" . $row['ann_time']. "
91 |


92 |

*****Please insert Announcement ID for deletion.*****

"; 100 | } 101 | else 102 | { 103 | $sql = "DELETE FROM announcement WHERE ann_id = '$annmt_id'"; 104 | if ($conn->query($sql) === TRUE) 105 | { 106 | echo "

*****Announcement Deletion Successfull.*****

"; 107 | echo "

View Announcement

"; 108 | } 109 | else 110 | { 111 | echo "Error: " . $sql . "
" . $conn->error; 112 | } 113 | 114 | } 115 | } 116 | ?> 117 | 118 | -------------------------------------------------------------------------------- /Alumni-Management-System/delete_forum_post.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | Delete Forum Post 17 | 18 | 22 | 23 | 24 | 25 |

26 |
27 | query($sql); 30 | echo ""; 31 | echo ""; 32 | echo ""; 35 | echo ""; 46 | echo ""; 47 | echo ""; 48 | echo ""; 50 | echo ""; 51 | echo "
"; 33 | echo "

Select Post:     

"; 34 | echo "
"; 36 | echo ""; 45 | echo "
49 |     
"; 52 | ?> 53 |

54 |
55 |
56 |

Search Result:

57 |
58 | query($sql2); 64 | echo ""; 65 | while($row = $result2->fetch_assoc()) 66 | { 67 | echo ""; 69 | echo ""; 70 | echo ""; 71 | echo ""; 72 | echo ""; 73 | echo ""; 74 | echo ""; 75 | } 76 | echo "
Post ID: 68 |
Post Title: ".$row['eforum_title']."
Post Author: ".$row['eforum_author']."
Post Content: ".$row['eforum_content']."
Post Tags: ".$row['eforum_tags']."
Post Time: ".$row['eforum_time']."
"; 77 | } 78 | ?> 79 | query($sql3); 85 | if($result3==true) 86 | { 87 | echo ""; 88 | } 89 | else 90 | { 91 | echo ""; 92 | } 93 | } 94 | ?> 95 |
96 |





97 | 98 | -------------------------------------------------------------------------------- /Alumni-Management-System/delete_events.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Events - Delete Event 16 | 17 | 18 | 19 | 23 | 24 | 25 | 48 | 49 |
50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 |
Insert Event ID for deletion:
Event ID:
60 |
61 |



62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | query($sqlshowev); 78 | $no = 1; 79 | 80 | while ($row = mysqli_fetch_assoc($resultev)) 81 | { 82 | echo ""; 83 | echo ""; 84 | echo ""; 85 | echo ""; 86 | echo ""; 87 | echo ""; 88 | echo ""; 89 | echo ""; 90 | echo ""; 91 | $no++; 92 | } 93 | ?> 94 | 95 |

*****Please insert Event ID for deletion.*****

"; 103 | } 104 | else 105 | { 106 | $sql = "DELETE FROM event WHERE e_id = '$ev_id'"; 107 | if ($conn->query($sql) === TRUE) 108 | { 109 | echo "

*****Event Deletion Successful.*****

"; 110 | echo "

View Events

"; 111 | } 112 | else 113 | { 114 | echo "Error: " . $sql . "
" . $conn->error; 115 | } 116 | 117 | } 118 | } 119 | ?> 120 | 121 | 124 | -------------------------------------------------------------------------------- /Alumni-Management-System/css/index.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | .p1 5 | { 6 | color:#050119; 7 | padding-left:20px; 8 | font-size:30px; 9 | font-style:oblique; 10 | font-weight:bolder; 11 | font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 12 | } 13 | .p2 14 | { 15 | color:#050119; 16 | padding-left:20px; 17 | padding-right:50px; 18 | font-size:20px; 19 | font-weight:bold; 20 | font-family:Georgia, "Times New Roman", Times, serif; 21 | } 22 | .p3 23 | { 24 | padding-left:50px; 25 | padding-right:50px; 26 | font-size:16px; 27 | font-family:Georgia, "Times New Roman", Times, serif; 28 | line-height:1.5; 29 | } 30 | 31 | .ul_2 32 | { 33 | margin-left:50px; 34 | padding-left:20px; 35 | font-size:10px; 36 | font-family:Georgia, "Times New Roman", Times, serif; 37 | } 38 | 39 | #index_totop 40 | { 41 | display: none; 42 | position: fixed; 43 | bottom: 20px; 44 | right: 30px; 45 | z-index: 99; 46 | border: none; 47 | outline: none; 48 | background-color:rgb(255, 136, 136); 49 | padding:10px; 50 | border-radius: 4px; 51 | } 52 | #index_totop:hover 53 | { 54 | background-color:red; 55 | } 56 | 57 | .mySlides {display: none} 58 | .img {vertical-align: middle; width:100%; height: 200px} 59 | /* Slideshow container */ 60 | .slideshow-container { 61 | max-width: 1500px; 62 | position: relative; 63 | margin: auto; 64 | } 65 | /* Next & previous buttons */ 66 | .prev, .next { 67 | cursor: pointer; 68 | position: absolute; 69 | top: 50%; 70 | width: auto; 71 | padding: 16px; 72 | margin-top: -22px; 73 | color: red; 74 | font-weight: bold; 75 | font-size: 18px; 76 | transition: 0.6s ease; 77 | border-radius: 0 3px 3px 0; 78 | } 79 | 80 | /* Position the "next button" to the right */ 81 | .next { 82 | right: 0; 83 | border-radius: 3px 0 0 3px; 84 | } 85 | 86 | /* On hover, add a black background color with a little bit see-through */ 87 | .prev:hover, .next:hover { 88 | background-color: rgba(0,0,0,0.8); 89 | } 90 | 91 | /* Caption text */ 92 | .text { 93 | color: red; 94 | font-size: 30px; 95 | padding: 8px 12px; 96 | position: absolute; 97 | bottom: 8px; 98 | width: 100%; 99 | text-align: center; 100 | font-family: Arial Verdana, sans-serif; 101 | margin:0; 102 | box-sizing: border-box; 103 | } 104 | 105 | /* Number text (1/3 etc) */ 106 | .numbertext { 107 | color: red; 108 | font-size: 12px; 109 | padding: 8px 12px; 110 | position: absolute; 111 | top: 0; 112 | font-family: Verdana, sans-serif; 113 | margin:0 114 | } 115 | 116 | /* The dots/bullets/indicators */ 117 | .dot { 118 | cursor: pointer; 119 | height: 15px; 120 | width: 15px; 121 | margin: 0 2px; 122 | background-color:lightblue; 123 | border-radius: 50%; 124 | display: inline-block; 125 | transition: background-color lightblue ease; 126 | } 127 | 128 | .active, .dot:hover { 129 | background-color: darkblue; 130 | } 131 | 132 | 133 | /* Fading animation */ 134 | .fade { 135 | -webkit-animation-name: fade; 136 | -webkit-animation-duration: 1.5s; 137 | animation-name: fade; 138 | animation-duration: 1.5s; 139 | } 140 | 141 | @-webkit-keyframes fade { 142 | from {opacity: .4} 143 | to {opacity: 1} 144 | } 145 | 146 | @keyframes fade { 147 | from {opacity: .4} 148 | to {opacity: 1} 149 | } 150 | 151 | /* On smaller screens, decrease text size */ 152 | @media only screen and (max-width: 300px) { 153 | .prev, .next,.text {font-size: 11px} 154 | } 155 | 156 | .img2 { text-align: center;} -------------------------------------------------------------------------------- /Alumni-Management-System/contact_us.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Contact Us 6 | 7 | 8 | 11 | 12 | 13 | 14 |
15 |

Contact

16 |

Department Of Technology

17 |

Techno Main Saltlake
18 | EM - 4/1, Sector V, Salt-Lake
19 | Kolkata - 700091
20 | West Bengal(W.B)

21 |
Event Details:
NO Event ID Event Name Event Date Event Time Event Description Event Venue Person in Charge
" . $no. "" . $row['e_id']. "" . $row['e_name']. "" . $row['e_date']. "" . $row['e_time']. "" . $row['e_desc']. "" . $row['e_venue']. "" . $row['e_pic']. "
22 | 23 | 28 | 38 | 39 |
24 |

Contact us at:

25 |

Tel : +XXXX XXX XXX

26 |

Fax: +XXX XXX XXX

27 |
29 |

Email:

emailus@technogroup.in



30 |

Our Social Pages:

31 |

32 | 33 | 34 | 35 | 36 |



37 |
40 | 41 |
42 |


43 |

44 |
45 |
46 |

FAQ

47 |


Who are our Alumni?

48 |

All individuals who have followed Diploma, Undergraduate, Postgraduate or PhD of 49 | the programmes of Techno Main Saltlake can register as our alumni.

50 |


How do I become a member of the Techno Main Saltlake Alumni?

51 |

All undergraduates and post graduates of Techno Main Saltlake can register as 52 | our alumni. It is important for alumni to update their particulars for the TMSL Alumni 53 | Directory (Database) by register as a member online and pay at the counter of Alumni 54 | TMSL so that we can keep in touch with you for life.

55 |


Do I need to pay any fee?

56 | 57 |

Yes, but it is only for membership registration. You can choose to pay 58 | yearly or pay for Life Membership. The fee for yearly paid and life membership are Rs 1000 59 | and Rs 2000 respectively.

60 |


As an alumni, how can I contribute towards the University?

61 |

You can help by participating in the various activities organized by 62 | the University or by contributing ideas or programmes towards enriching learning 63 | experience of all students. Other assistance include donation, sponsorship, expertise 64 | and volunteer services. Whatever your contribution they are most welcome.

65 |


I am still a student of the University, can I take part in alumni 66 | activities?

67 |

Yes, of course. We believed that the bond between alumni and students 68 | should begin as soon as the student enters the University because you will become 69 | our future alumni later on. The Alumni Advancement is also committed in organising 70 | training especially in soft skills and career development programmes to raise your 71 | employability in the job market upon graduation. We hope this will instill a pride 72 | in your alma mater and later on may wish to make whatever contribution towards 73 | achieving excellence for the University. 74 |

75 |
76 |



77 | 78 | -------------------------------------------------------------------------------- /Alumni-Management-System/search_alumni2.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Search Alumni 6 | 7 | 28 | 44 | 45 |
46 |
Search Via Anyone of the following:
47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 100 | 101 | 102 | 103 | 104 |
Name
OR
Registration Number
OR
Branch 68 |
OR
Session 85 |
105 |
106 | 107 | -------------------------------------------------------------------------------- /Alumni-Management-System/NewPayment.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | Financial Record - New Payment 17 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 43 | 44 |
45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 67 | 68 | 69 | 70 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 |
Details of Payment:
Payment ID:
Alumni Registration Number:
Payment Purpose 61 |
Payment Date: 71 |
Payment Amount:
81 |
82 |

*****Incomplete information. No payment inserted.*****

"; 94 | } 95 | else 96 | { 97 | $sql1 = "INSERT INTO financialdata (payment_id, total_payment, payment_purpose, payment_date, pi_register) VALUES('$paymentid', '$paymentpaid', '$paymentpurpose', '$paymentdate', '$alid')"; 98 | 99 | if ($conn->query($sql1) === TRUE) 100 | { 101 | echo "

*****Payment successfully inserted.*****

"; 102 | echo "

Go to Financial Record

"; 103 | } 104 | else 105 | { 106 | echo "Error: " . $sql . "
" . $conn->error; 107 | } 108 | 109 | } 110 | } 111 | ?> 112 | 113 | 114 | -------------------------------------------------------------------------------- /Alumni-Management-System/add_forum_post.php: -------------------------------------------------------------------------------- 1 | 27 | 28 | 29 | 30 | 31 | Forum - Add Post 32 | 33 | 34 | 35 | 36 | 37 |

*****Incomplete information. No topic created.*****

"; 48 | } 49 | else 50 | { 51 | $getauthor="SELECT pi_name FROM alumniinfo WHERE pi_register='$userid'"; 52 | $result=$conn->query($getauthor); 53 | if($result->num_rows > 0) 54 | { 55 | while($row = $result->fetch_assoc()) 56 | { 57 | $fauthor=$row["pi_name"]; 58 | if($fauthor=="") 59 | { 60 | echo "

*****No topic created.*****
*****Please complete personal information before joining e-forum.*****

"; 61 | } 62 | else 63 | { 64 | $sql = "INSERT INTO forumdata (eforum_author, eforum_title, eforum_content, eforum_time, eforum_tags) 65 | VALUES('$fauthor', '$ftitle', '$fmessage', '$ftime', '$ftags' )"; 66 | if ($conn->query($sql) === TRUE) 67 | { 68 | echo "

*****Topic successfully created.*****

"; 69 | echo "

Go to forum

"; 70 | } 71 | else 72 | { 73 | echo "Error: " . $sql . "
" . $conn->error; 74 | } 75 | } 76 | } 77 | } 78 | else 79 | { 80 | $getauthor1="SELECT ad_fullname FROM adminmember WHERE ad_id='$userid'"; 81 | $result1=$conn->query($getauthor1); 82 | while($row = $result1->fetch_assoc()) 83 | { 84 | $fauthor=$row["ad_fullname"]; 85 | $sql = "INSERT INTO forumdata (eforum_author, eforum_title, eforum_content, eforum_time, eforum_tags) 86 | VALUES('$fauthor', '$ftitle', '$fmessage', '$ftime', '$ftags' )"; 87 | if ($conn->query($sql) === TRUE) 88 | { 89 | echo "

*****Topic successfully created.*****

"; 90 | echo "

Go to forum

"; 91 | } 92 | else 93 | { 94 | echo "Error: " . $sql . "
" . $conn->error; 95 | } 96 | } 97 | } 98 | } 99 | } 100 | ?> 101 |

102 |

New Forum Post

103 |
104 |
105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 |
Title:
Tags:
Content:
120 |
121 |



122 | 123 | 124 | -------------------------------------------------------------------------------- /Alumni-Management-System/alumni_mypostreply.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | My Forum Post 17 | 18 | 22 | 23 | 24 | 25 |

26 |
27 |
28 |

Click to view:

29 | 30 | 31 |
32 |
33 |

34 |
35 | My Posts:

"; 39 | echo ""; 40 | $sql="SELECT pi_name FROM alumniinfo WHERE pi_register='$userid'"; 41 | $result=$conn->query($sql); 42 | if ($result->num_rows > 0) 43 | { 44 | while($row=$result->fetch_assoc()) 45 | { 46 | $fullname=$row['pi_name']; 47 | $sql2="SELECT * FROM forumdata WHERE eforum_author='$fullname'"; 48 | $result2=$conn->query($sql2); 49 | while($row=$result2->fetch_assoc()) 50 | { 51 | echo ""; 52 | echo ""; 54 | echo ""; 55 | } 56 | } 57 | } 58 | else 59 | { 60 | echo "

No post yet. Join e-forum now!

"; 61 | echo $userid; 62 | } 63 | echo "
".$row['eforum_title']."

53 | ".$row['eforum_content']."

Tags: ".$row['eforum_tags']." | Time: ".$row['eforum_time']."
"; 64 | echo "

Replies to My Post:

"; 65 | echo ""; 66 | $sql="SELECT eforum_title FROM forumdata WHERE eforum_author='$fullname'"; 67 | $result=$conn->query($sql); 68 | if ($result->num_rows > 0) 69 | { 70 | while($row=$result->fetch_assoc()) 71 | { 72 | $topic=$row['eforum_title']; 73 | $sql2="SELECT * FROM forum_reply WHERE forum_topic='$topic'"; 74 | $result2=$conn->query($sql2); 75 | while($row=$result2->fetch_assoc()) 76 | { 77 | echo ""; 78 | echo ""; 80 | echo ""; 81 | } 82 | } 83 | } 84 | else 85 | { 86 | echo "

No post yet. Join e-forum now!

"; 87 | echo $userid; 88 | } 89 | echo "
".$row['forum_topic']."

79 | ".$row['forum_message']."

Sender: ".$row['forum_reply_name']." | Time: ".$row['forum_reply_time']."
"; 90 | } 91 | ?> 92 | My Replies:

"; 96 | echo ""; 97 | $sql3="SELECT pi_name FROM alumniinfo WHERE pi_register='$userid'"; 98 | $result3=$conn->query($sql3); 99 | if ($result3->num_rows > 0) 100 | { 101 | while($row=$result3->fetch_assoc()) 102 | { 103 | $fullname=$row['pi_name']; 104 | $sql4="SELECT * FROM forum_reply WHERE forum_reply_name='$fullname'"; 105 | $result4=$conn->query($sql4); 106 | while($row=$result4->fetch_assoc()) 107 | { 108 | echo ""; 109 | echo ""; 111 | echo ""; 112 | } 113 | } 114 | } 115 | else 116 | { 117 | echo "

No post yet. Join e-forum now!

"; 118 | echo $userid; 119 | } 120 | echo "
Topic: ".$row['forum_topic']."
Reply: 110 | ".$row['forum_message']."

Date & Time: ".$row['forum_reply_time']."
"; 121 | } 122 | ?> 123 |



124 | 125 | -------------------------------------------------------------------------------- /Alumni-Management-System/Financial_Record.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | Manage Financial 17 | 18 | 19 | 20 | 24 | 25 | 40 | 41 | 42 |

Alumni Financial Record

43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | query($sqlshow2); 57 | $no = 1; 58 | 59 | while ($row = mysqli_fetch_assoc($resultfin)) 60 | { 61 | echo ""; 62 | echo ""; 63 | echo ""; 64 | echo ""; 65 | echo ""; 66 | echo ""; 67 | echo ""; 68 | echo ""; 69 | $no++; 70 | } 71 | ?> 72 | 73 | 74 | 131 | 132 | -------------------------------------------------------------------------------- /Alumni-Management-System/add_event.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | Event - Add Event 16 | 17 | 18 | 19 | 20 | 21 | 25 | 51 | 52 | 53 |
No. Payment ID Alumni Name Payment Purpose Payment Date Total Payment
" . $no. "" . $row['payment_id']. "" . $row['pi_name']. "" . $row['payment_purpose']. "" . $row['payment_date']. "" . $row['total_payment']. "
54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 |
Details of the event:
Event ID:
Event Name:
Event Date:
Event Time:
Event Description:
Event Venue:
Person in charge of the event:
88 | 89 | 90 |

*****Incomplete information. No Event Created.*****

"; 104 | } 105 | else 106 | { 107 | $sql = "INSERT INTO event (e_id, e_name, e_date, e_time, e_desc, e_venue, e_pic) VALUES('$EID', '$ENAME', '$EDATE', '$ETIME', '$EDESC', '$EVENUE', '$EPIC')"; 108 | if ($conn->query($sql) === TRUE) 109 | { 110 | echo "

*****Event successfully created.*****

"; 111 | echo "

Go to Event

"; 112 | } 113 | else 114 | { 115 | echo "Error: " . $sql . "
" . $conn->error; 116 | } 117 | 118 | } 119 | } 120 | ?> 121 | 122 | -------------------------------------------------------------------------------- /Alumni-Management-System/manage_alumni.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | Manage Alumni 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 48 | 49 | 50 |
51 | 54 | 55 |

View Alumni Membership

56 |
57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | query($sqlshow1); 68 | $no = 1; 69 | 70 | while ($row=$result1->fetch_assoc()) 71 | { 72 | echo ""; 73 | echo ""; 74 | echo ""; 75 | echo ""; 76 | echo ""; 77 | echo ""; 78 | } 79 | $conn->close(); 80 | ?> 81 | 82 | 83 | 84 |
NO Alumni Registration Number Alumni Name Approval Status
" . $no++. "" . $row['pi_register']. "" . $row['pi_name']. "" . $row['al_status']. "
Approve Membership
85 |



86 | 87 | 146 | 147 | -------------------------------------------------------------------------------- /Alumni-Management-System/forum_list.php: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | E-Forum 19 | 30 | 31 | 32 | 33 |


34 |
35 | 36 | 37 | query($sql); 40 | while($row = $result->fetch_assoc()) 41 | { 42 | echo ""; 43 | echo ""; 46 | echo ""; 47 | } 48 | ?> 49 |
E-FORUM
#".$row["eforum_id"]." ".$row["eforum_title"].""; 44 | echo "

".$row["eforum_content"].""; 45 | echo "

Tags: ".$row["eforum_tags"]." | Author: ".$row["eforum_author"]." | Time: ".$row["eforum_time"]."

| reply |


50 |
51 |
52 |
53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 |
66 | 67 | 68 | 69 |
Reply:
Forum ID:
Reply:
70 |
71 |
72 |
73 |
74 |
75 | alert('Incomplete information. No reply made. Please ensure no field is left blank.);"; 86 | } 87 | else 88 | { 89 | $sql2="SELECT pi_name FROM alumniinfo WHERE pi_register='".$userid."'"; 90 | $result2 = $conn->query($sql2); 91 | if ($result2->num_rows > 0) 92 | { 93 | while($row2 = $result2->fetch_assoc()) 94 | { 95 | $fname=$row2['pi_name']; 96 | $sql3 = "SELECT eforum_title FROM forumdata WHERE eforum_id=$fid"; 97 | $result3 = $conn->query($sql3); 98 | while($row3 = $result3->fetch_assoc()) 99 | { 100 | $ftopic=$row3['eforum_title']; 101 | } 102 | $sql4 ="INSERT INTO forum_reply (forum_topic, forum_message, forum_reply_name, forum_reply_time) 103 | VALUES ('".$ftopic."','".$freply."', '".$fname."', '".$ftime."')"; 104 | $result4 = $conn->query($sql4); 105 | if ($result4 = true) 106 | { 107 | echo ""; 108 | echo "
"; 109 | } 110 | else 111 | { 112 | echo "Error: " . $sql . "
" . $conn->error; 113 | } 114 | } 115 | } 116 | else 117 | { 118 | $getauthor1="SELECT ad_fullname FROM adminmember WHERE ad_id='$userid'"; 119 | $result1=$conn->query($getauthor1); 120 | while($row = $result1->fetch_assoc()) 121 | { 122 | $fname=$row["ad_fullname"]; 123 | $sql3 = "SELECT eforum_title FROM forumdata WHERE eforum_id=$fid"; 124 | $result3 = $conn->query($sql3); 125 | while($row3 = $result3->fetch_assoc()) 126 | { 127 | $ftopic=$row3['eforum_title']; 128 | } 129 | $sql4 ="INSERT INTO forum_reply (forum_topic, forum_message, forum_reply_name, forum_reply_time) 130 | VALUES ('".$ftopic."','".$freply."', '".$fname."', '".$ftime."')"; 131 | $result4 = $conn->query($sql4); 132 | if ($result4 == true) 133 | { 134 | echo ""; 135 | echo "
"; 136 | } 137 | else 138 | { 139 | echo "Error: " . $sql . "
" . $conn->error; 140 | } 141 | } 142 | } 143 | } 144 | } 145 | ?> 146 | 147 | -------------------------------------------------------------------------------- /Alumni-Management-System/update_profile.php: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | Update Profile 18 | 19 | 20 | 21 | 22 | 26 |
27 |

28 |

Update Profile

29 |
30 |
31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 64 | 65 | 66 | 67 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 84 | 85 |
Address:
Mobile Number:
Company:
Email:
Session:
Branch:
Profile Picture:
83 |
86 |
87 |
88 |





89 | alert('Empty field. No update made.')"; 106 | } 107 | else 108 | { 109 | 110 | if($gender!="") 111 | { 112 | $sql1 = "UPDATE alumniinfo SET pi_gender='".$gender."' WHERE pi_register='$userid'"; 113 | $result1 = $conn->query($sql1); 114 | } 115 | if($address!="") 116 | { 117 | $sql2 = "UPDATE alumniinfo SET pi_address='".$address."' WHERE pi_register='$userid'"; 118 | $result2 = $conn->query($sql2); 119 | } 120 | if($contact!="") 121 | { 122 | $sql3 = "UPDATE alumniinfo SET pi_mobile='".$contact."' WHERE pi_register='$userid'"; 123 | $result3 = $conn->query($sql3); 124 | } 125 | if($email!="") 126 | { 127 | $sql4 = "UPDATE alumniinfo SET pi_email='".$email."' WHERE pi_register='$userid'"; 128 | $result4 = $conn->query($sql4); 129 | } 130 | if($batch!="") 131 | { 132 | $sql5 = "UPDATE alumniinfo SET pi_session='".$batch."' WHERE pi_register='$userid'"; 133 | $result5 = $conn->query($sql5); 134 | } 135 | if($prog!="") 136 | { 137 | $sql6 = "UPDATE alumniinfo SET pi_branch='".$prog."' WHERE pi_register='$userid'"; 138 | $result6 = $conn->query($sql6); 139 | } 140 | 141 | if($pp==true) 142 | { 143 | $sql7 = "UPDATE alumniinfo SET pi_picture='".$pp."' WHERE pi_register='$userid'"; 144 | $result7 = $conn->query($sql7); 145 | } 146 | if($comp==true) 147 | { 148 | $sql8 = "UPDATE alumniinfo SET pi_company='".$comp."' WHERE pi_register='$userid'"; 149 | $result8 = $conn->query($sql8); 150 | } 151 | if($result1==true || $result2==true || $result3==true || $result4==true || $result5==true || 152 | $result6==true || $result7==true || $result8==true ) 153 | { 154 | echo ""; 155 | } 156 | else 157 | { 158 | echo "Fail"; 159 | } 160 | } 161 | } 162 | ?> 163 | 164 | 179 | -------------------------------------------------------------------------------- /Alumni-Management-System/search_result.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Search Alumni 6 | 7 | 10 | 11 | 33 | 34 |
35 | 38 | 39 |

View Alumni Members

40 |
41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | query($sqlshowAWA); 74 | $no = 1; 75 | while ($row = mysqli_fetch_assoc($resultAWA)) 76 | { 77 | echo ""; 78 | echo ""; 79 | echo ""; 80 | echo ""; 81 | echo ""; 82 | echo ""; 83 | echo ""; 84 | echo ""; 85 | echo ""; 86 | } 87 | ?> 88 |
Serial Number Registration Number Name Branch Session Email Works At
" . $no++. "" . $row['pi_register']. "" . $row['pi_name']. "" . $row['pi_branch']. "" . $row['pi_session']. "" . $row['pi_email']. "" . $row['pi_company']. "
89 |
Back To Seach Page
90 |



91 | 92 | 93 | 152 | 153 | -------------------------------------------------------------------------------- /Alumni-Management-System/search_result2.php: -------------------------------------------------------------------------------- 1 | 22 | 23 | 24 | 25 | 26 | 27 | Search Alumni 28 | 29 | 30 | 52 | 53 |
54 | 57 | 58 |

View Alumni Members

59 |
60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | query($sqlshowAWA); 95 | $no = 1; 96 | while ($row = mysqli_fetch_assoc($resultAWA)) 97 | { 98 | echo ""; 99 | echo ""; 100 | echo ""; 101 | echo ""; 102 | echo ""; 103 | echo ""; 104 | echo ""; 105 | echo ""; 106 | echo ""; 107 | echo ""; 108 | echo ""; 109 | } 110 | ?> 111 |
Serial Number Registration Number Name Gender Branch Session Email Mobile Works At
" . $no++. "" . $row['pi_register']. "" . $row['pi_name']. "" . $row['pi_gender']. "" . $row['pi_branch']. "" . $row['pi_session']. "" . $row['pi_email']. "" . $row['pi_mobile']. "" . $row['pi_company']. "
112 |
Back To Seach Page
113 |



114 | 115 | 116 | 175 | 176 | -------------------------------------------------------------------------------- /Alumni-Management-System/Database/we_miniproject.sql: -------------------------------------------------------------------------------- 1 | -- phpMyAdmin SQL Dump 2 | -- version 5.0.2 3 | -- https://www.phpmyadmin.net/ 4 | -- 5 | -- Host: 127.0.0.1 6 | -- Generation Time: Jul 06, 2020 at 11:47 PM 7 | -- Server version: 10.4.11-MariaDB 8 | -- PHP Version: 7.4.6 9 | 10 | SET FOREIGN_KEY_CHECKS=0; 11 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 12 | START TRANSACTION; 13 | SET time_zone = "+00:00"; 14 | 15 | 16 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 17 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 18 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 19 | /*!40101 SET NAMES utf8mb4 */; 20 | 21 | -- 22 | -- Database: `we_miniproject` 23 | -- 24 | 25 | -- -------------------------------------------------------- 26 | 27 | -- 28 | -- Table structure for table `adminmember` 29 | -- 30 | 31 | CREATE TABLE `adminmember` ( 32 | `ad_id` varchar(5) NOT NULL, 33 | `ad_password` varchar(50) CHARACTER SET latin1 NOT NULL, 34 | `ad_fullname` varchar(50) CHARACTER SET latin1 NOT NULL 35 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; 36 | 37 | -- 38 | -- RELATIONSHIPS FOR TABLE `adminmember`: 39 | -- 40 | 41 | -- 42 | -- Dumping data for table `adminmember` 43 | -- 44 | 45 | INSERT INTO `adminmember` (`ad_id`, `ad_password`, `ad_fullname`) VALUES 46 | ('AD1', 'ronaldo', 'Cristiano Ronaldo'), 47 | ('AD2', 'messi', 'Lionel Messi'); 48 | 49 | -- -------------------------------------------------------- 50 | 51 | -- 52 | -- Table structure for table `alumniinfo` 53 | -- 54 | 55 | CREATE TABLE `alumniinfo` ( 56 | `pi_name` varchar(100) NOT NULL, 57 | `pi_gender` varchar(20) NOT NULL, 58 | `pi_address` varchar(100) NOT NULL, 59 | `pi_email` varchar(100) NOT NULL, 60 | `pi_picture` longblob NOT NULL, 61 | `pi_session` varchar(50) NOT NULL, 62 | `pi_branch` varchar(50) NOT NULL, 63 | `pi_mobile` varchar(50) NOT NULL, 64 | `pi_company` varchar(50) NOT NULL, 65 | `pi_register` varchar(100) NOT NULL 66 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 67 | 68 | -- 69 | -- RELATIONSHIPS FOR TABLE `alumniinfo`: 70 | -- `pi_register` 71 | -- `alumnimember` -> `pi_register` 72 | -- 73 | 74 | -- 75 | -- Dumping data for table `alumniinfo` 76 | -- 77 | 78 | INSERT INTO `alumniinfo` (`pi_name`, `pi_gender`, `pi_address`, `pi_email`, `pi_picture`, `pi_session`, `pi_branch`, `pi_mobile`, `pi_company`, `pi_register`) VALUES 79 | ('Sourav Ganguly', 'Male', 'Kolkata, West Bengal', 'sourav@gmail.com', '', '2005-2009', 'CSE', '9000000001', 'Google', 'R1'), 80 | ('Jasprit Bumrah', 'Male', 'Rajkot, Gujrat', 'bumrah@gmail.com', '', '2010-2014', 'MECH', '9000000010', 'L & T', 'R10'), 81 | ('Mithali Raj', 'Female', 'Jodhpur, Rjasthan', 'mithali@gmail.com', '', '2010-2014', 'IT', '9000000011', 'Google', 'R11'), 82 | ('Jhulan Goswami', 'Female', 'Kolkata, West Bengal', 'jhulan@gmail.com', '', '2016-2020', 'AIEI', '9000000012', 'Fineline', 'R12'), 83 | ('Anjum Chopra', 'Female', 'Mumbai, Maharashtra', 'anjum@gmail.com', '', '2007-2011', 'ECE', '9000000013', 'TCS', 'R13'), 84 | ('Harwinder Kaur', 'Female', 'Mohali, Punjab', 'kaur@gmail.com', '', '2012-2016', 'IT', '9000000014', 'CTS', 'R14'), 85 | ('Smriti Mandhana', 'Female', 'New Delhi', 'smriti@gmail.com', '', '2009-2013', 'EE', '9000000015', 'Amazon', 'R15'), 86 | ('Poonam Yadav', 'Female', 'Patna, Bihar', 'poonam@gmail.com', '', '2010-2014', 'MECH', '9000000016', 'Mahindra', 'R16'), 87 | ('Sania Mirza', 'Female', 'Hyderabad, Telangana', 'sania@gmail.com', '', '2012-2016', 'MECH', '9000000017', 'Godrej', 'R17'), 88 | ('Saina Nehwal', 'Female', 'New Delhi', 'saina@gmail.com', '', '2007-2011', 'CSE', '9000000018', 'Apple', 'R18'), 89 | ('PV Sindhu', 'Female', 'Chennai, Tamil Nadu', 'sindhu@gmail.com', '', '2013-2017', 'ECE', '9000000019', 'TCS', 'R19'), 90 | ('Mahendra Singh Dhoni', 'Male', 'Ranchi, Jharkhand', 'dhoni@gmail.com', '', '2006-2010', 'ECE', '9000000002', 'CTS', 'R2'), 91 | ('Rima Das', 'Female', 'Kolkata, West Bengal', 'rima@gmail.com', '', '2012-2016', 'AIEI', '9000000020', 'Bosch', 'R20'), 92 | ('Virat Kohli', 'Male', 'New Delhi', 'virat@gmail.com', '', '2009-2013', 'IT', '9000000003', 'Amazon', 'R3'), 93 | ('Rohit Sharma', 'Male', 'Mumbai, Maharashtra', 'rohit@gmail.com', '', '2012-2016', 'EE', '9000000004', 'Finolex', 'R4'), 94 | ('Yuvraj Singh', 'Male', 'Chandigarh, Punjab', 'yuvraj@gmail.com', '', '2013-2017', 'CSE', '9000000005', 'Apple', 'R5'), 95 | ('Sachin Tendulkar', 'Male', 'Mumbai, Maharashtra', 'sachin@gmail.com', '', '2005-2009', 'CSE', '9000000006', 'Samsung', 'R6'), 96 | ('Rahul Dravid', 'Male', 'Bangalore, Karnataka', 'rahul@gmail.com', '', '2005-2009', 'CSE', '9000000007', 'Flipkart', 'R7'), 97 | ('Virendra Sehwag', 'Male', 'New Delhi', 'sehwag@gmail.com', '', '2009-2013', 'AIEI', '9000000008', 'Fineline', 'R8'), 98 | ('VVS Laxman', 'Male', 'Hyderabad, Telangana', 'laxman@gmail.com', '', '2012-2016', 'MECH', '9000000009', 'Tata Motors', 'R9'); 99 | 100 | -- -------------------------------------------------------- 101 | 102 | -- 103 | -- Table structure for table `alumnimember` 104 | -- 105 | 106 | CREATE TABLE `alumnimember` ( 107 | `pi_register` varchar(20) NOT NULL, 108 | `al_password` varchar(20) NOT NULL, 109 | `al_status` varchar(20) NOT NULL 110 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 111 | 112 | -- 113 | -- RELATIONSHIPS FOR TABLE `alumnimember`: 114 | -- 115 | 116 | -- 117 | -- Dumping data for table `alumnimember` 118 | -- 119 | 120 | INSERT INTO `alumnimember` (`pi_register`, `al_password`, `al_status`) VALUES 121 | ('R1', 'sourav', 'Approve'), 122 | ('R10', 'bumrah', 'Approve'), 123 | ('R11', 'mithali', 'Approve'), 124 | ('R12', 'jhulan', 'Approve'), 125 | ('R13', 'anjum', 'Approve'), 126 | ('R14', 'kaur', 'Approve'), 127 | ('R15', 'smriti', 'Approve'), 128 | ('R16', 'poonam', 'Approve'), 129 | ('R17', 'sania', 'Approve'), 130 | ('R18', 'saina', 'Approve'), 131 | ('R19', 'sindhu', 'Approve'), 132 | ('R2', 'dhoni', 'Approve'), 133 | ('R20', 'rima', 'Approve'), 134 | ('R3', 'virat', 'Approve'), 135 | ('R4', 'rohit', 'Approve'), 136 | ('R5', 'yuvraj', 'Approve'), 137 | ('R6', 'sachin', 'Approve'), 138 | ('R7', 'dravid', 'Approve'), 139 | ('R8', 'sehwag', 'Approve'), 140 | ('R9', 'laxman', 'Approve'); 141 | 142 | -- -------------------------------------------------------- 143 | 144 | -- 145 | -- Table structure for table `announcement` 146 | -- 147 | 148 | CREATE TABLE `announcement` ( 149 | `ann_id` varchar(10) NOT NULL, 150 | `ann_name` varchar(100) NOT NULL, 151 | `ann_desc` text NOT NULL, 152 | `ann_time` varchar(20) NOT NULL 153 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 154 | 155 | -- 156 | -- RELATIONSHIPS FOR TABLE `announcement`: 157 | -- 158 | 159 | -- 160 | -- Dumping data for table `announcement` 161 | -- 162 | 163 | INSERT INTO `announcement` (`ann_id`, `ann_name`, `ann_desc`, `ann_time`) VALUES 164 | ('AD1', 'Membership Fee Hike', 'The Annual Membership Fee has been increased by Rs 100 from today.\r\nThe New annual Membership fee will be Rs 600.\r\nBy ADMIN.', '2020/06/28 03:36:53a'), 165 | ('AD2', 'Cash Donation', 'If any Alumni wants to donate any amount can easily pay through any payment method. Details on website.\r\nBy ADMIN', '2020/06/28 03:38:45a'); 166 | 167 | -- -------------------------------------------------------- 168 | 169 | -- 170 | -- Table structure for table `event` 171 | -- 172 | 173 | CREATE TABLE `event` ( 174 | `e_id` varchar(50) NOT NULL, 175 | `e_name` varchar(100) NOT NULL, 176 | `e_date` date NOT NULL, 177 | `e_time` time NOT NULL, 178 | `e_desc` longtext NOT NULL, 179 | `e_venue` varchar(50) NOT NULL, 180 | `e_pic` varchar(100) NOT NULL 181 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 182 | 183 | -- 184 | -- RELATIONSHIPS FOR TABLE `event`: 185 | -- 186 | 187 | -- 188 | -- Dumping data for table `event` 189 | -- 190 | 191 | INSERT INTO `event` (`e_id`, `e_name`, `e_date`, `e_time`, `e_desc`, `e_venue`, `e_pic`) VALUES 192 | ('E1', 'Alumni Meet 2020', '2020-12-25', '17:00:00', 'There will be an Alumni Meet. Please come and Celebrate.\r\nDetails will be announced later.\r\nAdmin', 'College Ground', 'Admin Cristiano Ronaldo'), 193 | ('E2', 'New Year Celebration', '2020-12-31', '20:00:00', 'Wanna Celebrate New Year With your Old Friends?\r\nDo come, details will be announced later. Stay Tuned.', 'College Ground', 'Admin Cristiano Ronaldo'); 194 | 195 | -- -------------------------------------------------------- 196 | 197 | -- 198 | -- Table structure for table `financialdata` 199 | -- 200 | 201 | CREATE TABLE `financialdata` ( 202 | `payment_id` varchar(10) NOT NULL, 203 | `total_payment` double(10,2) NOT NULL, 204 | `payment_purpose` varchar(50) NOT NULL, 205 | `pi_register` varchar(20) NOT NULL, 206 | `payment_date` date NOT NULL 207 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 208 | 209 | -- 210 | -- RELATIONSHIPS FOR TABLE `financialdata`: 211 | -- 212 | 213 | -- 214 | -- Dumping data for table `financialdata` 215 | -- 216 | 217 | INSERT INTO `financialdata` (`payment_id`, `total_payment`, `payment_purpose`, `pi_register`, `payment_date`) VALUES 218 | ('P1', 100.00, 'Yearly Membership', 'R1', '2020-05-01'), 219 | ('P10', 500.00, 'Life-time Membership', 'R10', '2020-04-10'), 220 | ('P11', 100.00, 'Yearly Membership', 'R11', '2020-04-18'), 221 | ('P12', 250.00, 'Registration Fee', 'R12', '2020-06-01'), 222 | ('P13', 500.00, 'Life-time Membership', 'R13', '2020-04-21'), 223 | ('P14', 500.00, 'Life-time Membership', 'R14', '2020-04-21'), 224 | ('P15', 100.00, 'Yearly Membership', 'R15', '2020-06-08'), 225 | ('P16', 500.00, 'Life-time Membership', 'R16', '2020-04-07'), 226 | ('P17', 10.00, 'Cash Donation', 'R1', '2020-06-01'), 227 | ('P18', 10000.00, 'Cash Donation', 'R2', '2020-06-07'), 228 | ('P19', 5000.00, 'Cash Donation', 'R4', '2020-06-04'), 229 | ('P2', 500.00, 'Life-time Membership', 'R2', '2020-03-10'), 230 | ('P20', 2500.00, 'Cash Donation', 'R6', '2020-06-02'), 231 | ('P3', 500.00, 'Yearly Membership', 'R3', '2020-04-09'), 232 | ('P4', 500.00, 'Life-time Membership', 'R4', '2020-04-02'), 233 | ('P5', 100.00, 'Yearly Membership', 'R5', '2020-04-14'), 234 | ('P6', 250.00, 'Registration Fee', 'R6', '2020-04-09'), 235 | ('P7', 250.00, 'Registration Fee', 'R7', '2020-04-09'), 236 | ('P8', 100.00, 'Yearly Membership', 'R8', '2020-04-21'), 237 | ('P9', 500.00, 'Life-time Membership', 'R9', '2020-03-31'); 238 | 239 | -- -------------------------------------------------------- 240 | 241 | -- 242 | -- Table structure for table `forumdata` 243 | -- 244 | 245 | CREATE TABLE `forumdata` ( 246 | `eforum_id` int(11) NOT NULL, 247 | `eforum_title` varchar(250) NOT NULL, 248 | `eforum_author` varchar(50) DEFAULT NULL, 249 | `eforum_content` text DEFAULT NULL, 250 | `eforum_tags` varchar(50) DEFAULT NULL, 251 | `eforum_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() 252 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 253 | 254 | -- 255 | -- RELATIONSHIPS FOR TABLE `forumdata`: 256 | -- 257 | 258 | -- 259 | -- Dumping data for table `forumdata` 260 | -- 261 | 262 | INSERT INTO `forumdata` (`eforum_id`, `eforum_title`, `eforum_author`, `eforum_content`, `eforum_tags`, `eforum_time`) VALUES 263 | (1, 'Job Referral', 'Sourav Ganguly', 'Is anyone working as a Developer in Kolkata ?', 'job, kolkata', '2020-06-27 21:22:07'), 264 | (2, 'Street Food', 'Mahendra Singh Dhoni', 'Whats the best street food available at Ranchi ?', 'food,snacks', '2020-06-27 21:25:28'), 265 | (3, 'Welcome New Members', 'Cristiano Ronaldo', 'Pay Membership fee to get registered.\r\nBy Admin.', 'member,registration', '2020-06-28 13:09:52'); 266 | 267 | -- -------------------------------------------------------- 268 | 269 | -- 270 | -- Table structure for table `forum_reply` 271 | -- 272 | 273 | CREATE TABLE `forum_reply` ( 274 | `forum_topic` varchar(50) NOT NULL, 275 | `forum_message` text NOT NULL, 276 | `forum_reply_id` int(11) NOT NULL, 277 | `forum_reply_time` varchar(50) NOT NULL, 278 | `forum_reply_name` varchar(50) NOT NULL 279 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 280 | 281 | -- 282 | -- RELATIONSHIPS FOR TABLE `forum_reply`: 283 | -- 284 | 285 | -- 286 | -- Dumping data for table `forum_reply` 287 | -- 288 | 289 | INSERT INTO `forum_reply` (`forum_topic`, `forum_message`, `forum_reply_id`, `forum_reply_time`, `forum_reply_name`) VALUES 290 | ('Job Referral', 'Yes, but minimum 3 years of experience.', 34, '2020/06/28 06:42:19pm', 'Jhulan Goswami'), 291 | ('Street Food', 'Yes, you can try many at cheap rate.', 35, '2020/06/28 07:02:37pm', 'Sourav Ganguly'), 292 | ('Job Referral', 'Yes, its available at Ranchi.I will mail you the requirements.', 36, '2020/07/07 02:49:10am', 'Mahendra Singh Dhoni'); 293 | 294 | -- 295 | -- Indexes for dumped tables 296 | -- 297 | 298 | -- 299 | -- Indexes for table `adminmember` 300 | -- 301 | ALTER TABLE `adminmember` 302 | ADD PRIMARY KEY (`ad_id`); 303 | 304 | -- 305 | -- Indexes for table `alumniinfo` 306 | -- 307 | ALTER TABLE `alumniinfo` 308 | ADD PRIMARY KEY (`pi_register`), 309 | ADD KEY `pi_register` (`pi_register`); 310 | 311 | -- 312 | -- Indexes for table `alumnimember` 313 | -- 314 | ALTER TABLE `alumnimember` 315 | ADD PRIMARY KEY (`pi_register`); 316 | 317 | -- 318 | -- Indexes for table `announcement` 319 | -- 320 | ALTER TABLE `announcement` 321 | ADD PRIMARY KEY (`ann_id`); 322 | 323 | -- 324 | -- Indexes for table `event` 325 | -- 326 | ALTER TABLE `event` 327 | ADD PRIMARY KEY (`e_id`); 328 | 329 | -- 330 | -- Indexes for table `financialdata` 331 | -- 332 | ALTER TABLE `financialdata` 333 | ADD PRIMARY KEY (`payment_id`), 334 | ADD KEY `pi_register` (`pi_register`); 335 | 336 | -- 337 | -- Indexes for table `forumdata` 338 | -- 339 | ALTER TABLE `forumdata` 340 | ADD PRIMARY KEY (`eforum_id`); 341 | 342 | -- 343 | -- Indexes for table `forum_reply` 344 | -- 345 | ALTER TABLE `forum_reply` 346 | ADD PRIMARY KEY (`forum_reply_id`); 347 | 348 | -- 349 | -- AUTO_INCREMENT for dumped tables 350 | -- 351 | 352 | -- 353 | -- AUTO_INCREMENT for table `forumdata` 354 | -- 355 | ALTER TABLE `forumdata` 356 | MODIFY `eforum_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; 357 | 358 | -- 359 | -- AUTO_INCREMENT for table `forum_reply` 360 | -- 361 | ALTER TABLE `forum_reply` 362 | MODIFY `forum_reply_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; 363 | 364 | -- 365 | -- Constraints for dumped tables 366 | -- 367 | 368 | -- 369 | -- Constraints for table `alumniinfo` 370 | -- 371 | ALTER TABLE `alumniinfo` 372 | ADD CONSTRAINT `foreign_key_fk` FOREIGN KEY (`pi_register`) REFERENCES `alumnimember` (`pi_register`); 373 | SET FOREIGN_KEY_CHECKS=1; 374 | COMMIT; 375 | 376 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; 377 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; 378 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 379 | --------------------------------------------------------------------------------