Teamspeak 3 - openTS3 channel rental PHP Script

Sharc

Member
Joined
Aug 25, 2015
Messages
70
Reaction score
9
Points
43
i have a problem.
I install new TS3 and setup panel, and error (

18d108402e.png
 

Sharc

Member
Joined
Aug 25, 2015
Messages
70
Reaction score
9
Points
43
@Sharc Check your config and SQL Server
cfg - ok
http://puu.sh/kdJo8/242a79c0d5.png
Mysql - ok
http://puu.sh/kdJrT/512ee5147d.png


Only an error in admin panel


UPD 2
̶t̶r̶a̶n̶s̶l̶a̶t̶e̶d̶ ̶m̶o̶r̶e̶ ̶t̶h̶a̶n̶ ̶8̶0̶%̶
̶h̶o̶w̶ ̶c̶a̶n̶ ̶I̶ ̶t̶r̶a̶n̶s̶l̶a̶t̶e̶ ̶t̶h̶e̶ ̶i̶n̶s̶c̶r̶i̶p̶t̶i̶o̶n̶?̶
http://puu.sh/kdLvI/413221eea3.png
// DONE


UPD 3
I noticed a small error in the code
/contents/admin_updates.php
line 18
replace
<li><a href="#"><?php echo $language[$ts3cfg["lang"]]["admin_menu_status_channel"]; ?></a></li>
На
<li><a href="index.php?s=admin_status_channel"><?php echo $language[$ts3cfg["lang"]]["admin_menu_status_channel"]; ?></a></li>

bug did not give go to the tab "status channel"
 
Last edited:

Shield

Member
Joined
Dec 8, 2015
Messages
125
Reaction score
14
Points
53
how to install this and how to setup ts3 server for works this script? please can you explain me step by step?
 

Lokiro

Member
Joined
Jan 7, 2016
Messages
1
Reaction score
0
Points
33
dont work all time say

8d8d39386d.png

my delay perm is configured for admin query
ddb8e43a20ee1a73eb7b5384c888b2b2.png


my server run on 3.0.11.2 version
 

Norvik

Retired Staff
Contributor
Joined
Jul 18, 2015
Messages
635
Reaction score
588
Points
157
dont work all time say

8d8d39386d.png

my delay perm is configured for admin query
ddb8e43a20ee1a73eb7b5384c888b2b2.png


my server run on 3.0.11.2 version
Take a look at the admin panel of this script there should be the a similar option.
 

douggie1999

Member
Joined
Jan 31, 2016
Messages
1
Reaction score
0
Points
33
im getting these errors on a fresh install
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined variable: virtual in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 970
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
Notice: Undefined offset: 1 in E:\xampp\htdocs\opents3\contents\ts3pst.class.php on line 133
any advice on what todo
 

xator

Member
Joined
May 3, 2016
Messages
58
Reaction score
30
Points
53
anyone know how to fix this? all config correct, idk what happen ;) maybe someone can help.
2dc6d6x.png


Solved : forgot to install SQL :) xD
 
Last edited:

hackerpedro

Member
Joined
May 7, 2016
Messages
34
Reaction score
1
Points
43
Hello,

I tried to install the script and this is what happened:
1.PNG
 

hackerpedro

Member
Joined
May 7, 2016
Messages
34
Reaction score
1
Points
43
So i found that the error was dued to the OVH bad configured Databases, and i contacted the support but menwile i created a free DB on "www.freemysqlhosting.net" to test and when i start the website this pops up "connection failed, you are banned"

OK another problem that I solved eheheh, but now i have anotherone, on setep 2 theres an error!
2.PNG
 

hackerpedro

Member
Joined
May 7, 2016
Messages
34
Reaction score
1
Points
43
And the website itself is laggy, there's any error? and is it possible to create permanent channels?
 

c1912

Guy Incognito
Joined
Apr 5, 2016
Messages
26
Reaction score
8
Points
38
Yes, I can confirm that problem. The query account has all required rights (i_channel_create_modify_with_temp_delete_delay & b_channel_modify_temp_delete_delay).
The delay value in the script is lower as well.
It just worked 1 time at the beginning for me. Pretty strange.
 

Ch4ch4rR4t0

Active Member
Joined
Aug 19, 2016
Messages
77
Reaction score
7
Points
83
Thank you for this good system, more this database don't work here.
a355d8dca18846589383fd00481108ca.png
 

Ch4ch4rR4t0

Active Member
Joined
Aug 19, 2016
Messages
77
Reaction score
7
Points
83
Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43

( ! ) Notice: Undefined offset: 1 in C:\wamp64\www\opents3\contents\ts3pst.class.php on line 133
Call Stack
#
Time Memory Function Location
1 0.0044 260112 {main}( ) ...\index.php:0
2 0.0189 536232 include( 'C:\wamp64\www\opents3\contents\check_inactive.php' ) ...\index.php:94
3 0.0190 536560 ts3pst->tsconnect( ) ...\check_inactive.php:3
4 0.1626 545848 ts3pst->tscmd( ) ...\ts3pst.class.php:43
 
Top