Deluxe Panel

It's a quite complex project, that was meant for a Counter-Strike community. The community has loads of players connected daily in a ratio of administrators. Therefore, I thought this would be a suitable project to tackle. Whenever a suspect is reported, he/she is inserted into a database. I have an Ajax script running on a server I bought for $1 somewhere in the USA, which queries for new entries in the database. If there is a new entry, the administrators that have the application will be notified with an notification.

The soul purpose of the application is to display and manage reported players. This is done by querying the database for new entries (with PHP, and print the output in a json format, so the application can parse the information), and display a "report-card" (see below). An administrator then has the option to claim the report and either go onto the server and handle the report for there or execute a command with the application.

Disclamer: project has now been discontinued.


  • Year: December, 2015
  • Category: Android Development