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

Do you think this script should continuously be updated?

  • Yes!

  • No.


Results are only viewable after voting.
Status
Not open for further replies.

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
- Click on "user"
- Delete the musicbot/bots you don't want to show up
k3WuGTK.png
- Refresh website and they should no longer be there.
 

iiOne

Member
Joined
Jan 10, 2016
Messages
53
Reaction score
11
Points
43
why it show me this error ?
im sure i put correctly ip

Lua7IFq.png
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
why it show me this error ?
im sure i put correctly ip

Lua7IFq.png
Because the bot is not running, after you've started the instance, refresh the webpage.
 

strux1

Member
Joined
Mar 19, 2016
Messages
30
Reaction score
1
Points
43
- Click on "user"
- Delete the musicbot/bots you don't want to show up
k3WuGTK.png
- Refresh website and they should no longer be there.
After i did this the bots were again in the user db after 5 minuts... Please help :x
 

strux1

Member
Joined
Mar 19, 2016
Messages
30
Reaction score
1
Points
43
Their assigned to a Servgroup but the servergroup isnt part of the ranksystem...
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Their assigned to a Servgroup but the servergroup isnt part of the ranksystem...
Assign either one, UiD or Servergroup, not both.

If you have any more issues there's nothing I can do about it, report it as issue on the link above.
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
and how do i run the bots :(
Read the installation guide on their website, I'm not going to spoon feed every individual, please show some interest.
 

Wrath X

Member
Joined
Oct 2, 2015
Messages
96
Reaction score
34
Points
53
Hello,

First, thank you for share this ^^

Second, have you got an idea for how to translate rank up notification messages ?
It says "Define the message in 'lang.php'" but I can not find this.
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Hello,

First, thank you for share this ^^

Second, have you got an idea for how to translate rank up notification messages ?
It says "Define the message in 'lang.php'" but I can not find this.
Search for
Code:
$lang['usermsgactive']    = "%Your custom message when someone receives a rank-up%";
$lang['usermsgonline']    = "%Your custom message when someone receives a rank-up%";
inside /languages/core_en.php
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Hello everyone! :)
I have a question. if you see in the screenshot that i provide bellow you can see client's online , idle and active time. I would like to ask if there is a way to have in the active time the whole time that client is connect to the server. What i mean is not to count the idle time to give out servergroups!

Also i would like to ask if there is a way to count client's time from when he first connected to the server. Like for counting days and months (to give out server groups after these times).

Thank you in responce!
 

Wrath X

Member
Joined
Oct 2, 2015
Messages
96
Reaction score
34
Points
53
Hello everyone! :)
I have a question. if you see in the screenshot that i provide bellow you can see client's online , idle and active time. I would like to ask if there is a way to have in the active time the whole time that client is connect to the server. What i mean is not to count the idle time to give out servergroups!

Also i would like to ask if there is a way to count client's time from when he first connected to the server. Like for counting days and months (to give out server groups after these times).

Thank you in responce!

Hello,
If you want to use online time for the rank up system ( Online time = Idle time + Active time ), you can deactive Idletime.
v7xqc3.png

But you want to add offline times to online time it doesn't have a ready function. We can try for create one.
 
Last edited:

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
But you want to add offline times to online time it doesn't have a ready function. We can try for create one.
That would be really great my friend, i tried to modify that on my own...but it didn't work
 

Ramadi

Member
Joined
Mar 12, 2016
Messages
79
Reaction score
19
Points
43
$Online_time = $client['clientLastConnected'] - $client['clientCreted'];

i think that's should work ;)
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
$Online_time = $client['clientLastConnected'] - $client['clientCreted'];

i think that's should work ;)

in what file should i edit that my friend? can you specify that please?
 
Status
Not open for further replies.
Top