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

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


Post New Thread Reply   
 
Thread Tools Display Modes
boomix
Senior Member
Join Date: May 2015
Location: Latvia
Old 12-11-2017 , 07:02   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #41

Quote:
Originally Posted by bigborther View Post
I have translate this to chinese
thank you for your excellent work!
Still got some problem, the add admin groups page etc. are blank
Nice, will add this to next version!

Quote:
Originally Posted by MAMAC View Post
Hello i make clean install and set a sql and all datas and when i first time login with master admin i get this

http://prntscr.com/hlr1ni
You could send me in discord or PM your website url, because it is router problem and then we can try to figure out the problem.
__________________
boomix is offline
jillchang917
Member
Join Date: Dec 2017
Old 12-12-2017 , 08:43   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #42

I think this is a great panel!
The best part would be to have the chat search finished since it would be one of the only easy to install panels that does that (other than gameme which is expensive and not open source).

Another cool idea would be to find a way to log players' total play time per server and also some way to determine where majority of players are coming from in the united states, by states. The one I am using doesn't have an easy way to organize which state users are connecting from, and i have to download the database and output it to an excel spread sheet and manually organize the data. Player analytics version here: https://forums.alliedmods.net/showthread.php?p=2067976

Last edited by jillchang917; 12-12-2017 at 08:43.
jillchang917 is offline
boomix
Senior Member
Join Date: May 2015
Location: Latvia
Old 12-12-2017 , 10:48   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #43

Quote:
Originally Posted by jillchang917 View Post
I think this is a great panel!
The best part would be to have the chat search finished since it would be one of the only easy to install panels that does that (other than gameme which is expensive and not open source).

Another cool idea would be to find a way to log players' total play time per server and also some way to determine where majority of players are coming from in the united states, by states. The one I am using doesn't have an easy way to organize which state users are connecting from, and i have to download the database and output it to an excel spread sheet and manually organize the data. Player analytics version here: https://forums.alliedmods.net/showthread.php?p=2067976
The option to check in which servers players have played is almost done:
https://i.imgur.com/DOlggv9.png
https://i.imgur.com/oiRTai6.png

Later I will also have stats from which countries your players are, how much avarange time they spend in server and so on.
__________________
boomix is offline
jillchang917
Member
Join Date: Dec 2017
Old 12-12-2017 , 13:40   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #44

Quote:
Originally Posted by boomix View Post
The option to check in which servers players have played is almost done:
https://i.imgur.com/DOlggv9.png
https://i.imgur.com/oiRTai6.png

Later I will also have stats from which countries your players are, how much avarange time they spend in server and so on.
Thanks for recognizing my feedback. Looking forward to seeing your progress! Thank you for your work.
jillchang917 is offline
szogun
Senior Member
Join Date: Apr 2016
Old 12-12-2017 , 14:56   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #45

CREATE DATABASE IF NOT EXISTS `boompanel` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */

#1044 - Access denied for user 'servers'@'localhost' to database 'boompanel'
szogun is offline
SnowHP
Senior Member
Join Date: Sep 2016
Location: Porto, Portugal
Old 12-12-2017 , 15:16   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #46

Quote:
Originally Posted by boomix View Post
The option to check in which servers players have played is almost done:
https://i.imgur.com/DOlggv9.png
https://i.imgur.com/oiRTai6.png

Later I will also have stats from which countries your players are, how much avarange time they spend in server and so on.
You will be giving the google chrome extension to check if the player is banned on the servers , and the hours?
__________________

Last edited by SnowHP; 12-15-2017 at 12:40. Reason: grammer error
SnowHP is offline
michaelrw
Senior Member
Join Date: Jul 2017
Old 12-12-2017 , 16:37   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #47

Quote:
Originally Posted by 8guawong View Post
so this is like a sourceban replacement?
yeah i had the same thought.. most of this i do with sourcebans currently
__________________


Last edited by michaelrw; 12-12-2017 at 16:37.
michaelrw is offline
bongotrommler
Senior Member
Join Date: Feb 2013
Location: GG-Elite.Net
Old 12-13-2017 , 03:05   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #48

Quote:
Originally Posted by szogun View Post
CREATE DATABASE IF NOT EXISTS `boompanel` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */

#1044 - Access denied for user 'servers'@'localhost' to database 'boompanel'
you already got a Database .. and your current user dont got rights to create a new one.
Remove the line and continue with the Table-Dump.
https://github.com/boomix/BoomPanel/...tabase.sql#L68

After that check your db collation, it should be utf8mb4_unicode_ci. You can change it with phpmyadmin. Login, select DB, go to operations and choose your collation.
Or at the sql-shell:
Quote:
ALTER TABLE <table name> COLLATE utf8mb4_unicode_ci;

Last edited by bongotrommler; 12-13-2017 at 03:12.
bongotrommler is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 12-18-2017 , 08:33   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #49

how to fix?
sql request

Last edited by mrkos9i4ok; 12-18-2017 at 08:36.
mrkos9i4ok is offline
mrkos9i4ok
Member
Join Date: Jul 2016
Location: Russia,Moscow
Old 12-18-2017 , 09:02   Re: [CS:GO/ANY?] BoomPanel BETA - Admin control panel
Reply With Quote #50

And #1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
mrkos9i4ok is offline
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 18:29.


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