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 :)
- Download the ZIP folder
- Open the
config.php
file and change the following to connect to your database:
$username = "<your db username>"; // username
$password = "<your 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!
If you want to see the database in live action you can try it out here.
Username: demo@demo.com
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.
For support you can create an issue here on GitHub or you can join my Discord.
- Add and Delete players from a criminal list
- Search by each heading
- List manhunts
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.
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
- Catalog of sanctions
- Design home site
- More actions for manhunts / criminal records (edit, ...)
- Add Icons
- Popouts for users
- Automatically fill out time in forms
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.
This repo is licensed under MIT. For more information see file "LICENSE".