Tutorial WWW Panel , Author (Classkaii)

cjmwid

Active Member
Jan 31, 2016
60
11
80
I've changed all the front page to English(99.4% done) just having an issue with the icons loading?

Got it working, Server group icons need to not have an extension.

I have a working demo..... Hehe... Thats english.... hehe
 
Last edited:

cjmwid

Active Member
Jan 31, 2016
60
11
80
Sure Here are some screen shots.

Main page(Not logged into ts)
dddb56883c.png

Main page (Logged into ts)
ee473cb5ae.png

Server-> View
c520c09fd7.png

Online Client List
ed1b7bf6c9.png

Client/Profile View
0acf54911e.jpg

Client Rankings(By max connections)
5629c8d075.png

Clients by longest connection time
fcb73a4af9.png

Ban list? kinda works in a way, Made some custom mods
Empty(http://puu.sh/sR8Fz/76cdcdd448.png)
Filled(http://puu.sh/sR8VD/b73dda87a7.png)
Clients can add themselves to groups, i used games for an example. Like games that they play. Max can be changed in the file, its set to 2.
5371196702.png



Note: I made a few mods to this, to reflect how i would want it setup for a community. At the top, Ban list didn't exist i manually added it, Also a "Register option takes its place if the user hasn't registered on the website before. If anyone wants pictures of the register process i can post.

Thanks,
Cjmwid

Note: I'm not releasing this, I do not own it, unless I get written permission from @kondziorek either by PM or forum post.
 

Draconius

Member
Feb 1, 2016
6
0
33
i can't edit anything at files only that
Code:
$config['ts3']['serverName']         = 'xx.xxx.xx.xxx';
    $config['ts3']['host']                 = 'xx.xxx.xx.xxx';
    $config['ts3']['query_login']         = 'serveradmin';
    $config['ts3']['query_password']     = 'my passwd';
    $config['ts3']['login_port']         = 9987;
    $config['ts3']['query_port']         = 10011;
    $config['ts3']['download_port']        = 30033;
    $config['ts3']['nickname']             = '(K-Scripts) @ Rejestracja';
    $config['ts3']['admin_groups']        = array(1268,1407,1196,1197,1198,1199);
    $config['ts3']['regulamin']            = ''
    '
    ';
    $config['ts3']['icon_path']         = 'dist/images/';
    $config['ts3']['ignore_clients']     = array(
        'Yn07BiWKb1NcrrrqoKqUAkftsG0=',
        '1wnkgXL0hlT8oeZ6uPhY1HhYP9c='
      
    );
  
    $config['mysql']['host']               = 'localhost';
    $config['mysql']['login']             = 'root';
    $config['mysql']['password']       = 'mypasswd';
    $config['mysql']['base_name']       = 'panel';
    $config['mysql']['status']            = true;
 

cjmwid

Active Member
Jan 31, 2016
60
11
80
Change
PHP:
$config['ts3']['regulamin']            = ''
    '
    ';

To

Code:
$config['ts3']['regulamin']            = array('') ;
 

cjmwid

Active Member
Jan 31, 2016
60
11
80
When you uploaded the files. Did you try to view the page without editing anything?
 
Top