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

Status
Not open for further replies.

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
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
Sep 2, 2015
206
134
131
Does anyone have a cool configuration already, like 20 LEVEL groups with times and stuff?
 

h1web

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

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
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
Sep 11, 2015
69
25
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
Sep 11, 2015
69
25
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
Mar 11, 2016
1
0
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
Jul 2, 2015
380
181
130
Error 13: Permission denied
Site generated in 0.0054118633270264 seconds with clients.

When i run worker.php
 

0x0539

Retired Staff
Contributor
Jan 30, 2016
1,334
1,214
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
Mar 19, 2016
7
3
38
Added ranks "86400=>62,604800=>63,2592000=>64", last (30 days=2592000 sec) does not appear as it should.
 

EscuderoKevin

Well-Known Member
Jul 2, 2015
380
181
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
 
Status
Not open for further replies.
Top