├── README.md ├── database-file └── cybercrimedatabase.sql ├── images ├── Proposed-Architecture.JPG ├── cphishing.jpg ├── creditcard.jpg ├── cyberimage.jpg └── hacking.jpg └── source-code ├── checkstatus.php ├── loginselect.html ├── mainpage.html ├── mycomplaints.php ├── newcomplaint.php ├── opencomplaint.php ├── policeloginregister.php ├── policereg.php ├── policeviewupdate.php ├── policewelcome.php ├── userloginregister.php ├── userreg.php ├── userviewupdate.php ├── userwelcome.php └── viewandupdatecomplaint.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/README.md -------------------------------------------------------------------------------- /database-file/cybercrimedatabase.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/database-file/cybercrimedatabase.sql -------------------------------------------------------------------------------- /images/Proposed-Architecture.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/images/Proposed-Architecture.JPG -------------------------------------------------------------------------------- /images/cphishing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/images/cphishing.jpg -------------------------------------------------------------------------------- /images/creditcard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/images/creditcard.jpg -------------------------------------------------------------------------------- /images/cyberimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/images/cyberimage.jpg -------------------------------------------------------------------------------- /images/hacking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/images/hacking.jpg -------------------------------------------------------------------------------- /source-code/checkstatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/checkstatus.php -------------------------------------------------------------------------------- /source-code/loginselect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/loginselect.html -------------------------------------------------------------------------------- /source-code/mainpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/mainpage.html -------------------------------------------------------------------------------- /source-code/mycomplaints.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/mycomplaints.php -------------------------------------------------------------------------------- /source-code/newcomplaint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/newcomplaint.php -------------------------------------------------------------------------------- /source-code/opencomplaint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/opencomplaint.php -------------------------------------------------------------------------------- /source-code/policeloginregister.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/policeloginregister.php -------------------------------------------------------------------------------- /source-code/policereg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/policereg.php -------------------------------------------------------------------------------- /source-code/policeviewupdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/policeviewupdate.php -------------------------------------------------------------------------------- /source-code/policewelcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/policewelcome.php -------------------------------------------------------------------------------- /source-code/userloginregister.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/userloginregister.php -------------------------------------------------------------------------------- /source-code/userreg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/userreg.php -------------------------------------------------------------------------------- /source-code/userviewupdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/userviewupdate.php -------------------------------------------------------------------------------- /source-code/userwelcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/userwelcome.php -------------------------------------------------------------------------------- /source-code/viewandupdatecomplaint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhambalyan/cyber-crime-records-management-system/HEAD/source-code/viewandupdatecomplaint.php --------------------------------------------------------------------------------