Skip to content

Roo7K1d/RP-Police-Database

Repository files navigation

Portal for logging crimes for your GTA RP server.

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge
License Badge License Badge License Badge License Badge

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 = "<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.phpto 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.

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.


Support

For support you can create an issue here on GitHub or you can join my Discord.


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


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".