Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roo7k1d/rp-police-database
An LSPD database for logging the crimes of citizens. Designed for GTA:V RP.
https://github.com/roo7k1d/rp-police-database
database fivem gta5 gtav mysql php police ragemp roleplay rp website
Last synced: about 1 month ago
JSON representation
An LSPD database for logging the crimes of citizens. Designed for GTA:V RP.
- Host: GitHub
- URL: https://github.com/roo7k1d/rp-police-database
- Owner: Roo7K1d
- Created: 2021-01-21T12:48:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T10:54:07.000Z (10 months ago)
- Last Synced: 2024-04-17T15:13:16.926Z (8 months ago)
- Topics: database, fivem, gta5, gtav, mysql, php, police, ragemp, roleplay, rp, website
- Language: CSS
- Homepage: https://rootk1d.xyz/police
- Size: 2.18 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Portal for logging crimes for your GTA RP server.
Report a Bug | Request a New Feature | Help Develop This Project | Fund Me
Loved the project? Please consider giving a star :)
## Installation Guide
- Download the ZIP folder
- Open the `config.php` file and change the following to connect to your database:
```
$username = ""; // username
$password = ""; // password of the database
$hostname = "localhost"; // host of the database
$namebase = "police"; // name of the database
```
- Import the `databse.sql` file into your MySQL database
- Upload all the files to your webserver and then visit `http://yoursite.com/signup.php`to create an account
- Once you have created an account, delete the `signup.php` file
- You're done!
## Demo
If you want to see the database in live action you can try it out [here](https://rootk1d.xyz/police).
Username: `[email protected]`Password: `demo`
LEGAL NOTICE
I do not take over any liability for the content that users post on this website. Every user is responsible for what they are posting. Please do not share any racist / sexist expressions, slurs or links to external content such as pornographic content. Every input is being saved to a database together with the users IP.
## Support
For support you can create an issue [here on GitHub](https://github.com/rootk1d/RP-Police-Database/issues) or you can join my [Discord](https://discord.gg/QQaWvMkFbs).
## Features
- Add and Delete players from a criminal list
- Search by each heading
- List manhunts
## Feedback
Feedback is great! If you have a suggestion or request, create an issue! Smilarly, if you have any issues, use the issue tab to let us know.
## Copyright
You are not allowed to remove any part of the footer. That includes all of the info about the copyright. If you wish to remove that info feel free to contact me on my [Discord](https://discord.gg/QQaWvMkFbs)
## Todo (See Issues with tag "help wanted")
- Catalog of sanctions
- Design home site
- More actions for manhunts / criminal records (edit, ...)
- Add Icons
- Popouts for users
- Automatically fill out time in forms
## Contributing
You can help develop this project by doing some things of the todolist and making a pull request. If you have some even better ideas on how this project can be improved you can also make a pull request.
## License
This repo is licensed under MIT. For more information see file "LICENSE".