Casesystem for moderation issues | Can be used for ticket system.

Casesystem

  • Project for to solve moderation issues. More like ticket system.

Im running web browser game with some other shareholders. Everyday, to prevent the abuse we needed to create something like "ticket" system. Now, i decided to put all work i made to the github and licenced for open source and free to use(MIT).

İncludes;

  • Authorization system
  • Register/log-in ( protected for sql injection )
  • Session
  • Post submit
  • Case (ticket) list seperation via user levels
  • Log record
  • User activation/deactivation ( manually )

In this project, php, mysql, css used. Instead of OOP, i was working procedural. CSS designs made via bootstrap library. You may find in folder of "assets". Sorry from now on just because codes written like "spaghetti". Codes are running on web without a single problem.

  • Roadmap

Im planning to make it ticket(moderation) system for all(can be used for documentation). New theme with responsive template. Warning via mail after case submit. Warning user(moderator) via mail after decision given(response).

  • How to contribute?

You can open pull requests/issues on the repository for the bug-fixes and feature requests. For any other stuff, contact me via Discord. omeratagun#9707



note : I had been doing this project couple of months ago, commits are instant. No details about the progress of work. Yet, software still running properly.

Installation;

Upload your SQL file.

Open the file /system/dbconn.php

    define('DBHOST', 'localhost');
    define('DBUSER', 'edomcase');
    define('DBPASS', '111222');
    define('DBNAME', 'edomcase');

Change the hostname, username, password and database name. Creat your account on register.php and ready to work!



Posted on Utopian.io - Rewarding Open Source Contributors

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center