Raised This Month: $51 Target: $400
 12% 

[CS:GO/ANY?] BoomPanel BETA - Admin control panel


Post New Thread Reply   
 
Thread Tools Display Modes
Darkwob
BANNED
Join Date: Oct 2018
Old 08-13-2019 , 20:23   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #101

my opinion, vip and admin add panel this controler panel

Last edited by Darkwob; 08-13-2019 at 20:24.
Darkwob is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 08-16-2019 , 08:47   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #102

Where to install the docker files from folder DOCKER?
Shadows Adi is offline
Shadows Adi
AlliedModders Donor
Join Date: Aug 2019
Location: Romania
Old 08-16-2019 , 17:22   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #103

I get this error in logs : PHP Fatal error: Class 'AltoRouter' not found in /home/kript/panel.kript.ro/index.php on line 58.
*panel.kript.ro is the weblink to panel
Shadows Adi is offline
Zeide
New Member
Join Date: Oct 2019
Old 10-24-2019 , 13:24   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #104

i know that boomix is no longer workin on this, but maybe someone can help me ?

i have nothing except home page. (i did set everything correctly)



help appreciated !
Zeide is offline
Laeye
New Member
Join Date: Feb 2019
Old 11-03-2019 , 14:07   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #105

NSERT INTO `bp_panel_permissions` (`permissionid`, `name`) VALUES
(4, 'Access add admin group page'),
(2, 'Access add panel admins page'),
(3, 'Access add server admins page'),
(1, 'Access add server page'),
(6, 'Access admin logs'),
(5, 'Access admin online time page'),
(15, 'Access chat search'),
(12, 'Access just online page'),
(13, 'Access most active page'),
(9, 'Access mute gag page'),
(11, 'Access player search page'),
(7, 'Access server bans'),
(14, 'Access servers page');

For the error column no found online :

ALTER TABLE `bp_players` ADD `online` INT(11) NOT NULL AFTER `country`;
Laeye is offline
Tenchuu1987
Member
Join Date: Sep 2019
Old 02-20-2020 , 02:17   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #106

NGINX Website Config

PHP Code:
server {
    
listen 80 default_server;
    
listen [::]:80 default_server;

    
root /var/www/html;

    
index index.php index.html index.htm;

    
server_name _;

        
location ~* \.(?:css|js|jpe?g|gif|png|ico|otf|eot|svg|ttf|woff)$ { }

    
location / {
            
try_files $uri $uri/ @rewrite;
        }

        
location @rewrite {
            
rewrite ^/(views/|module/|ajax/|template/)?([^.]+)$ /$1index.php?$2 last;
        }

    
location ~ \.php$ {
        include 
snippets/fastcgi-php.conf;
        
fastcgi_pass 127.0.0.1:9000;
    }

    
location ~ /\.ht {
        
deny all;
    }


Last edited by Tenchuu1987; 02-20-2020 at 02:17.
Tenchuu1987 is offline
ram153486
New Member
Join Date: May 2020
Old 05-02-2020 , 08:01   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #107

Hello everyone , sorry for my lack of knowledge.
Can anyone send me a link for a tutorial how to install this panel for my dedicated server in CS:GO?
ram153486 is offline
SnowHP
Senior Member
Join Date: Sep 2016
Location: Porto, Portugal
Old 05-02-2020 , 09:17   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #108

Quote:
Originally Posted by ram153486 View Post
Hello everyone , sorry for my lack of knowledge.
Can anyone send me a link for a tutorial how to install this panel for my dedicated server in CS:GO?


Here comes the fun part:
Download latest version from github (master branch recommended)
Upload web files to web
Upload server files to server
Upload the database.sql file to your database
In web files open config.php , and edit all the neccessary configs there
In server addons/sourcemod/configs/databases.cfg add new connection to database by name: "BoomPanel"
Edit cfg/sourcemod/BoomPanel.cfg if necessary
__________________
SnowHP is offline
ram153486
New Member
Join Date: May 2020
Old 05-02-2020 , 10:30   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #109

Quote:
Originally Posted by SnowHP View Post
Here comes the fun part:
Download latest version from github (master branch recommended)
Upload web files to web
Upload server files to server
Upload the database.sql file to your database
In web files open config.php , and edit all the neccessary configs there
In server addons/sourcemod/configs/databases.cfg add new connection to database by name: "BoomPanel"
Edit cfg/sourcemod/BoomPanel.cfg if necessary
Tnx for the answer but:

1.what does it mean to: "Upload web files to web" ?where should i copy the files ?
2."Upload server files to server" - this one I did understand.
3. "Upload the database.sql file to your database" - what does it mean?
4."In web files open config.php , and edit all the necessary configs there" - What should I edit exactly ?
5."In server addons/sourcemod/configs/databases.cfg add new connection to database by name: "BoomPanel" how to add a connection ?
ram153486 is offline
L4D2Noob
AlliedModders Donor
Join Date: Mar 2020
Location: Moscow
Old 05-02-2020 , 10:37   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #110

Quote:
Originally Posted by ram153486 View Post
Tnx for the answer but:

1.what does it mean to: "Upload web files to web" ?where should i copy the files ?
2."Upload server files to server" - this one I did understand.
3. "Upload the database.sql file to your database" - what does it mean?
4."In web files open config.php , and edit all the necessary configs there" - What should I edit exactly ?
5."In server addons/sourcemod/configs/databases.cfg add new connection to database by name: "BoomPanel" how to add a connection ?
pls, delete icon google from your pc
__________________
L4D2Noob is offline
Send a message via ICQ to L4D2Noob Send a message via Skype™ to L4D2Noob
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode