Resource icon

TS3AdminCP 1.0.0

No permission to download

BIOS

Knowledge Seeker
VIP
Joined
Oct 10, 2015
Messages
447
Reaction score
848
Points
208
zadika submitted a new resource:

TS3AdminCP - TS3 AdminCP is a web tool for the administration and administration of a TeamSpeak server.

The following folders must be provided with read / write rights:

-dist/backups
-dist/icons
-dist/tmp

added dist / php / config.php. Default values for the registration can be entered in this file.

Read more about this resource...
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
WIll try this installation and post update :) Thanks for sharing.
 

apexlele

Member
Joined
May 2, 2016
Messages
18
Reaction score
11
Points
35
Hi, I have tried to install this Panel, I have putted all the rights to the folders given but after pressing Login button it shows this error,
Is there any fix ?W9IwSPK.png
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
/var/logs/apache*

Or /var/www/public_html/logs/

Look for error* log file
 

apexlele

Member
Joined
May 2, 2016
Messages
18
Reaction score
11
Points
35
/var/logs/apache*

Or /var/www/public_html/logs/

Look for error* log file

[Fri Jan 05 13:17:17.256058 2018] [mpm_prefork:notice] [pid 27423] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Fri Jan 05 13:17:17.256138 2018] [core:notice] [pid 27423] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jan 05 13:17:29.914970 2018] [:error] [pid 27426] [client IP:30291] PHP Fatal error: Uncaught Error: Call to undefined function bcdiv() in /var/www/html/ts3acp_nologin/dist/php/function.php:6\nStack trace:\n#0 /var/www/html/ts3acp_nologin/admin/cp_server.php(144): sec_to_time('6995868')\n#1 {main}\n thrown in /var/www/html/ts3acp_nologin/dist/php/function.php on line 6, referer: http://serverdomain.com/ts3acp_nologin/
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
If its ubuntu/debian distro flavours

sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git

after that service apache2 restart

Let me know if this fix
 

apexlele

Member
Joined
May 2, 2016
Messages
18
Reaction score
11
Points
35
If its ubuntu/debian distro flavours

sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git

after that service apache2 restart

Let me know if this fix

Apache2 is installed, and the other packages can't be installed because they don't have candidate of installation. PD: I use php7
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
Just wait i will install this now and let you know . if i encounter issues then some thing is missing.

Try this.

chmod -R 777 /var/www/
chown -R www-data:www-data /var/www/
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
All right let me know when you finish. Thanks

chmod -R 777 /var/www/
chown -R www-data:www-data /var/www/

You need to edit this file under ts3acp_nologin\dist\php\config.php

<?php
$config = '';
$config['server'] = '127.0.0.1';
$config['port'] = 10011;
$config['username'] = 'serveradmin';
$config['password'] = '';
?>

And save.
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
Didn't work

You need to edit this file under ts3acp_nologin\dist\php\config.php

<?php
$config = '';
$config['server'] = '127.0.0.1';
$config['port'] = 10011;
$config['username'] = 'serveradmin';
$config['password'] = '';
?>

Edit this file and restart apache2

Let me know
 

apexlele

Member
Joined
May 2, 2016
Messages
18
Reaction score
11
Points
35
What need
You need to edit this file under ts3acp_nologin\dist\php\config.php

<?php
$config = '';
$config['server'] = '127.0.0.1';
$config['port'] = 10011;
$config['username'] = 'serveradmin';
$config['password'] = '';
?>

Edit this file and restart apache2

Let me know
What I need to edit there?
 

amsaal

VIP
Joined
Jul 28, 2015
Messages
273
Reaction score
102
Points
122
Still doesn't work

it needs php5 to work . this admincp is not compatible with php7 . My guess but let me finish this. if this works in php5 it means it might not work with php7 . wait let me try from my end.

---- Automatically Merged Double Post ----

https://egcmasti.com/ts3admin/

worked in php5 so my guess was right.

---- Automatically Merged Double Post ----

View attachment 724

Wish it had english language :(
 
Last edited:

apexlele

Member
Joined
May 2, 2016
Messages
18
Reaction score
11
Points
35
it needs php5 to work . this admincp is not compatible with php7 . My guess but let me finish this. if this works in php5 it means it might not work with php7 . wait let me try from my end.

---- Automatically Merged Double Post ----

https://egcmasti.com/ts3admin/

worked in php5 so my guess was right.

---- Automatically Merged Double Post ----

View attachment 724

Wish it had english language :(
But did u tried to log in? Did it work?
 
Top