Coder Social home page Coder Social logo

boomix / boompanel Goto Github PK

View Code? Open in Web Editor NEW
44.0 9.0 15.0 51.94 MB

BETA version of BoomPanel

Home Page: https://forums.alliedmods.net/showthread.php?t=303344

SourcePawn 5.19% CSS 9.67% C++ 0.08% Shell 0.61% PHP 32.45% JavaScript 51.88% Dockerfile 0.12%

boompanel's Introduction

BoomPanelβ
The admin panel for sourcemod based servers

Overview

This admin panel is in the works for quite a while and is currently in beta. Is is useable nevertheless, but the project is unfinished and bugs to be expected. This software currently only supports CS:GO, due to it's beta stage. Other games will be included.

About

The main purpose of the admin panel is to provide the necessary features to control your game server, without the need of creating beeing precent ingame or opening an RCON gateway.

Features include:

  • mobile access
  • friendly web interface
  • balists
  • mute/gag
  • admin activity
  • and much more...

Not every feature is yet ready for release and has probably some bugs. Please help us find them or maybe even make some friendly suggestions in the Discord.

How can I help?

Help is appreciated in any way, but most appreciated in the Discord or through translating. Other ways that are super helpful are: pull requests and issues on the GitHub.

If there is a bug that needs immediate attention, or you think that we are ignoring you (we probably do not, we are sometimes really lazy in answering people), shoot me a Discord direct message at indietyp#5629 or write me an email at [email protected]. A detailed description, logs and screenshots are very appreciated. We will work something outTM.


Installation Guide

There are currently two ways to install BoomPanel:

Normal installation

the server recommondation for this project is nginx

commands

apt-get update
apt-get install -y php7.0 php7.0-fpm php7.0-mysql php7.0-bcm php7.0-intl mysql-server mysql-client

git clone https://github.com/boomix/BoomPanel.git
cd BoomPanel
mysql --host REDACTED -u REDACTED -p < /database.sql
/etc/init.d/php7.0-fpm start

(optional) setting up nginx

apt-get install -y nginx
cp ./DOCKER/nginx_boom_panel.conf /etc/nginx/sites-available/default
./DOCKER/php.ini >> /usr/local/etc/php/php.ini

echo "cgi.fix_pathinfo: 0;" >> /etc/php/7.0/fpm/php.ini

Additional action required

  • You need to enable the mysql pdo
  • You need to enable the intl pdo

Docker Image

Prerequisites:

  • docker
  • (docker-compose)

Installation

docker pull registry.indietyp.com/boom/boompanel
docker run registry.indietyp.com/boom/boompanel

or

docker-compose up -d

Environment variables used

Environment variable Value Example Default
APIKEY Get it here 74BAE66A95B0AB6E9E4443EB23596993 not set
OWNER steamid64 of root admin 76561198056527492 not set
TIMEZONE (offset to UTC) +2 0
DEBUG Boolean, enables developer mode 0 or 1 0
WEBROOT URL of the application http://example.com/boompanel not set
LANG ISO 639-1 code for the default language de, en en
DBHOST location of the database used localhost localhost
DBNAME database name bp boompanel
DBUSER database user bpu root
DBPASS database user password 123456 not set

Ports exposed

  • 80

Additional helpful information

  • there is also a docker-compose example in the git repo, that should help with the setup

More info will be added later..

boompanel's People

Contributors

b3none avatar blackyuzia avatar boomix avatar cripix avatar czar-vg avatar emreires avatar hexer10 avatar indietyp avatar nicedayzhu avatar spyrek10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boompanel's Issues

Error(Warning) while importing .sql

Hi,

When I import to the mysql (mariadb) the database.sql I get this error:#1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

the tables are created anyway.

Btw nice work!

HTTP ERROR 500

I cannot figure out why the website is giving this error

HTTP ERROR 500

I'm pretty sure that index.php is causing to error, but I couldn't look further.

I've tryed both dev & master branch, before getting that error is was You don't have access to /boompanel (or something like that), then with apparently no reason it changed.

CentOS Linux release 7.4.1708 (Core)
PHP 7.2.4

Thanks.

Doubt

Is this project still being maintained?

Problem with DB

Hello @boomix ,
I have a some problem. When I want import your DB, I get some errors:

SQL запрос:


-- Dumping database structure for boompanel
CREATE DATABASE IF NOT EXISTS `boompanel` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */;
Ответ MySQL: Документация

#1044 - Access denied for user 'user2324535_boompanel'@'localhost' to database 'boompanel' 

What I do wrong?
I use PMA.

Errors

[Server]
-Don`t work command !addban (No errors)

[Web]
site.com/admins/addserveradmins Admins in the list are not displayed
site.com/admins/adminlogs empty (No errors)
site.com/admins/onlinetime empty (No errors)
site.com/mutegag empty (No errors)
site.com/justonline empty (No errors)

server/server_name all players "Player Not Found" and have a SteamID "STEAM_1:0:0" and IP "0.0.0.0"

No steam - No Support? || Bad show no steam player

@boomix hi (again :D)
Now I full install BoomPanel and I get some ... some shit?
If in my server play NO STEAM player, I get broken STEAMID and IP
It's can be fix? (and If player not found in STEAM DataBase player, pls give him avatar: "No Steam".
and he's real nick names.
Screenshot:
2017-12-04_150417

Doubts about the Project

First I would like to congratulate the project and its initiative.

As far as my doubts would be, would that Panel be an option to replace SourceBans?

Does he have market option inside it already? In case the players could log into the Panel and buy the privileges for the server, everything automatic in the case, it buys the privileges and is already activated on the server that it automatically chooses. It would be perfect if you had that option.

@boomix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.