TeamSpeak 3 - Rank/Level up system - v0.13 beta

Status
Not open for further replies.

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Requirements:
Code:
- Webspace (webserver)
- PHP 5.2.1 or later with PDO support
- Database; List of potential (tested with MySQL on MariaDB)
- Database user privileges:
          create databases and tables (for installation)
          select, update, insert and delete entries; should be normal ;-)
          alter tables (for update ranksystem)
- TeamSpeak 3 Server Query Account with Permissions:
          b_virtualserver_client_list
          i_client_private_textmessage_power
          i_group_member_add_power
          i_group_member_remove_power
          b_virtualserver_servergroup_list
- Connection to TS-S.NET on TCP Port 80 from your webserver (For the update check)
- Job Sheduler, ex: cronjob (unix) / task (windows)
Please read the requirements section in the thread. :)
 

h1web

VIP
Joined
Sep 2, 2015
Messages
206
Reaction score
134
Points
131
Does anyone have a cool configuration already, like 20 LEVEL groups with times and stuff?
 

h1web

VIP
Joined
Sep 2, 2015
Messages
206
Reaction score
134
Points
131
Is there also a way to remove one from a Servergroup once he reaches the next group?
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Is there also a way to remove one from a Servergroup once he reaches the next group?
It automatically removes the previous level and assigns the new one earned, if that's what you mean.

Ex:
If 1 60 minutes required for lvl 2, from 1.
After 60 minutes: You were removed from level 1
After 60 minutes and 1 second: You were added to level 2
 

Mr-Malone

You risk and you will win
Joined
Sep 11, 2015
Messages
69
Reaction score
25
Points
108
How do I install a database? Webhost or whatever I need, I need some installation details please have debian 7.
 

Mr-Malone

You risk and you will win
Joined
Sep 11, 2015
Messages
69
Reaction score
25
Points
108
installed the database, but you will have to enter data into the system settings rankup` `need to just put your database username and password, or have to put subforma @ localhost localhost@root localhost@dbname, etc., as I say to check the connection settings database.
 

Dreameer

Member
Joined
Mar 11, 2016
Messages
1
Reaction score
0
Points
36
I have a problem :/

my cronjob looks like this:
*/1 * * * * php /var/www/Teamspeak/Ranking/worker.php >/dev/null 2>&1
and the Query connects on the Server

<19:41:59> "serveradmin from ****" loggte sich in Channel "[cspacer]-= Eingangshalle =-" ein
<19:41:59> "serveradmin from ****" nennt sich nun "****"
<19:41:59> "****" hat die Verbindung getrennt (disconnecting)

But he dont change anything - he dont record the time etc.

When i open the worker.php manuelly he is changing everything and record the time ...
any idea?

Iam using MySQL and PHP 5.5 on Linux Debian 7
 

EscuderoKevin

Well-Known Member
Joined
Jul 2, 2015
Messages
380
Reaction score
181
Points
130
Error 13: Permission denied
Site generated in 0.0054118633270264 seconds with clients.

When i run worker.php
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Error 13: Permission denied
Site generated in 0.0054118633270264 seconds with clients.

When i run worker.php
Requirements:
- Database user privileges:
create databases and tables (for installation)
select, update, insert and delete entries; should be normal ;-)
alter tables (for update ranksystem)
 

skaen

Member
Joined
Mar 19, 2016
Messages
7
Reaction score
3
Points
38
Added ranks "86400=>62,604800=>63,2592000=>64", last (30 days=2592000 sec) does not appear as it should.
 

EscuderoKevin

Well-Known Member
Joined
Jul 2, 2015
Messages
380
Reaction score
181
Points
130
Requirements:
- Database user privileges:
create databases and tables (for installation)
select, update, insert and delete entries; should be normal ;-)
alter tables (for update ranksystem)


Problem its not for database , its for exec .sh xd , in crontab work good. i change that.

Thx
 

skaen

Member
Joined
Mar 19, 2016
Messages
7
Reaction score
3
Points
38
Added ranks "86400=>62,604800=>63,2592000=>64", last (30 days=2592000 sec) does not appear as it should.
I fixed this problem , thank you.
If you add "2592000=>64,2592e+6=>64", then it will work
 

EscuderoKevin

Well-Known Member
Joined
Jul 2, 2015
Messages
380
Reaction score
181
Points
130
Only show 1 o 2 peoples in rank but in server assing correct to all users :/
 
Status
Not open for further replies.
Top