Resource icon

TeamSpeak 3 - Rank/Level up system - v1.1.0

Status
Not open for further replies.

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
Sorry, but that has nothing to do with the Ranksystem. I think you should open a single thread for this.
 

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
my problem is in Stat > List Rankups, it didnt show the actual rank and next rank, but i configured it already.

I do not understand your problem. In your sreenshot are the columns actual servergroup (actual rank), next rank up and next servergroup (next rank) visible. What do you mean?
 

Pucur

Member
Mar 8, 2016
6
0
33
That means, it didnt show what my current rank (Guest or etc), and the next rank if i stay on Ts after X hour (for example Rank 1)

I also want to report a bug, the worker didnt put the member who reached the activity in teamspeak, and it also keeps repeating this message, almost every single second:

2016-08-31 18:43:02.402502 ERROR update_groups 6:('2', 'Pucur', '2491560044', '1471256328'),('3', 'Szerver Admin', '500', ''),('6', 'Szerver Admin', '2628295052', '1471256329'),('7', 'Tag', '3938363548', '1471275598'),('8', 'Vendég', '1272021748', '1471275473'),('18', 'VIP', '961994395', '1471256330'),('19', 'Moderátor', '2506959850', '1471256329'),('21', 'Streamer', '236633309', '1471256328'),('25', 'musicBOT', '3839278562', '1471256329'),('27', 'Támogató', '4115222375', '1471982524'),('28', 'Rank 1', '98893393', '1472494597'),('31', 'Rank 2', '903400703', '1472494611'),('32', 'Rank 3', '2316355027', '1472494737'),('33', 'Rank 4', '1468865112', '1472494747'),('34', 'Rank 5', '2834631145', '1472494755'),('35', 'Rank 6', '1999273993', '1472494763'),('36', 'Rank 7', '4237934235', '1472494771'),('37', 'Rank 8', '1953598599', '1472494780'),('38', 'Rank 9', '2575357351', '1472494791'),('39', 'Rank 10', '3813290400', '1472494810')1
2016-08-31 18:43:02.399814 INFO Download new ServerGroupIcon for group 'Rank 10' with ID: 39
2016-08-31 18:43:02.396251 INFO Download new ServerGroupIcon for group 'Rank 9' with ID: 38
2016-08-31 18:43:02.393876 INFO Download new ServerGroupIcon for group 'Rank 8' with ID: 37
2016-08-31 18:43:02.391736 INFO Download new ServerGroupIcon for group 'Rank 7' with ID: 36
2016-08-31 18:43:02.385771 INFO Download new ServerGroupIcon for group 'Rank 6' with ID: 35
2016-08-31 18:43:02.379906 INFO Download new ServerGroupIcon for group 'Rank 5' with ID: 34
2016-08-31 18:43:02.377352 INFO Download new ServerGroupIcon for group 'Rank 4' with ID: 33
2016-08-31 18:43:02.375940 INFO Download new ServerGroupIcon for group 'Rank 3' with ID: 32
2016-08-31 18:43:02.374474 INFO Download new ServerGroupIcon for group 'Rank 2' with ID: 31
2016-08-31 18:43:02.371871 INFO Download new ServerGroupIcon for group 'Rank 1' with ID: 28
2016-08-31 18:43:02.359859 INFO Download new ServerGroupIcon for group 'Támogató' with ID: 27
2016-08-31 18:43:02.351883 INFO Download new ServerGroupIcon for group 'musicBOT' with ID: 25
2016-08-31 18:43:02.350218 INFO Download new ServerGroupIcon for group 'Streamer' with ID: 21
2016-08-31 18:43:02.348048 INFO Download new ServerGroupIcon for group 'Moderátor' with ID: 19
2016-08-31 18:43:02.342489 INFO Download new ServerGroupIcon for group 'VIP' with ID: 18
2016-08-31 18:43:02.335840 INFO Download new ServerGroupIcon for group 'Vendég' with ID: 8
2016-08-31 18:43:02.334121 INFO Download new ServerGroupIcon for group 'Tag' with ID: 7
2016-08-31 18:43:02.332053 INFO Download new ServerGroupIcon for group 'Szerver Admin' with ID: 6
2016-08-31 18:43:02.323976 INFO Download new ServerGroupIcon for group 'Pucur' with ID: 2
2016-08-31 18:43:02.319653 INFO Download new ServerIcon
 
Last edited:

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
That means, it didnt show what my current rank (Guest or etc), and the next rank if i stay on Ts after X hour (for example Rank 1)

3 of 4 user on your screenshot are excluded. You except this for the Ranksystem. Yourself are listed and not excepted. But you have not reached a rank yet, thats why the column actual servergroup is empty. There wasn't given any servergroup to you from the Ranksystem.
The time to the next rank is showing -> 11 mins, 26 secs. Only the next group is not showing. I think this has to do with your error you shown above.

Try for your error with the groups the following:
- Go to you database, open the table groups
- What is inside this? Perhaps make a screenshot for me, that would be helpful. Also a screenshot of your servergroups on your ts3 server would help me there.
- Delete the data inside the table groups -> "DELETE FROM groups;"
- Show inside your ranksystem.log if the error still arise.
 
Last edited:

Pucur

Member
Mar 8, 2016
6
0
33
https://gyazo.com/69af5f2206be924080e8b6b1d888ac48

There is no update_group created by installer

And if i reached the first rank, it doesnt give me new permission, only write to me congrats, this is the rank up definition:

86400=>28,86400=>29,172800=>30,172800=>31,172800=>32,172800=>33,259200=>34,259200=>35,259200=>36,259200=>37,432000=>38,432000=>39
 
Last edited:

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
Your rankup definition is wrong. The time has to be cumulated. So every entry must have a time, which is bigger then the entry before!

example wrong:
86400=>28,86400=>29

example correct:
86400=>28,172800=>29
 

Pucur

Member
Mar 8, 2016
6
0
33
Your rankup definition is wrong. The time has to be cumulated. So every entry must have a time, which is bigger then the entry before!

example wrong:
86400=>28,86400=>29

example correct:
86400=>28,172800=>29

So first,

 

tiro

Member
Jun 6, 2016
27
4
43
What is the solution ?

PHP:
2016-09-01 08:37:42.431525   ERROR     update_groups 1:0: Error while getting servergrouplist: connection to server '0.0.0.0:10011' lost
2016-09-01 08:37:42.432914   ERROR     update_groups 2:0: Error while getting servergrouplist: connection to server '0.0.0.0:10011' lost
2016-09-01 08:37:42.497149   ERROR     update_groups 10:1
2016-09-01 08:37:43.744299   ERROR     Error 0: connection to server '0.0.0.0:10011' lost
 

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
Pucur you are using the Ranksystem with version 1.1.0 ?
Please contact me on the ts3 server (address ts-n.net). I would try to help you via remote session.


What is the solution
I think your problem is, that the query got banned. Try to whitelist the ip address of your webhost (where the Ranksystem runs) on your ts3server (query_ip_whitelist.txt). Also (additional) you could check the permission "b_client_ignore_antiflood" is set to your query user.
 

tiro

Member
Jun 6, 2016
27
4
43
I think your problem is, that the query got banned. Try to whitelist the ip address of your webhost (where the Ranksystem runs) on your ts3server (query_ip_whitelist.txt). Also (additional) you could check the permission "b_client_ignore_antiflood" is set to your query user.
same the problem :(
 

Evolv

Member
Aug 14, 2016
13
5
35
Not working for me using xampp and windows. Double checked the serverquery info and logged in using putty with the info I added.
Also when installing I get this error: http://i.imgur.com/EHWszJa.png
It connected to the mysql database fine but nothing happens when I click start bot, I setup the windows task as stated on the website the bot creates no log.
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Not working for me using xampp and windows. Double checked the serverquery info and logged in using putty with the info I added.
Also when installing I get this error: http://i.imgur.com/EHWszJa.png
It connected to the mysql database fine but nothing happens when I click start bot, I setup the windows task as stated on the website the bot creates no log.
Did you follow the steps as it says?
83d5c64226fd312439145a2158f52611.png
 

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
I am searching for 2-3 beta tester for the next release (1.1.1).
Main thing to test should be the IPv6 support.

If you are interested, please send me a short message about the contact form.

Please only contact me, if you are really willing to test it and giving me a feedback.
The contact form is no way to get support. Please use GitHub for this or sure ask it here.
 
Last edited:

thxalls

Member
Jul 31, 2016
11
2
35
hi firend i problem this rank system - more information in picture http://imgur.com/a/ELXI9

and i try it and skip problem
new problem this script
http://imgur.com/a/LUGs9
LUGs9


creator, this script many bug and not installed plz again check this script and again upload
& record video for how install on windows and how install on linux
thx :l
 
Last edited:

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
I followed the installation instructions word for word and yes I have php_com_dotnet enabled but still no luck :/
Anyone else experiencing issues running on windows?
Well....i don't use windows....so i don't really know how to help you!
Maybe @Newcomer1989 can, as it's his project :)
 
Status
Not open for further replies.
Top