release 1.1.2

This commit is contained in:
root
2016-10-30 21:38:27 +01:00
parent ab76128c42
commit 5620db46eb
39 changed files with 1687 additions and 415 deletions

View File

@@ -24,7 +24,8 @@ $lang['errlogin3'] = "Protecție forță brută: Prea multe greșeli. Banat pe
$lang['error'] = "Eroare ";
$lang['errremgrp'] = "Eroare la eliminarea utilizatorului cu identitatea %s din servergroup cu servergroup-database-ID %s!";
$lang['errremdb'] = "Eroare când eliminăm utilizatorului cu identitatea %s din baza de date Ranksystem!";
$lang['errsel'] = "Eroare când alegem selecțiile cu<br>Clientul selectat: %s<br>opțiune 'ștergeți clienții': %s<br>opțiune 'sum. online timp': %s";
$lang['errselusr'] = "Please choose at least one user!";
$lang['errseltime'] = "Please enter an online time to add!";
$lang['errukwn'] = "A apărut o eroare necunoscută!";
$lang['errupcount'] = "Eroare în timp ce reînnoim timpul rezumat on-line de %s de către utilizator cu identitatea %s";
$lang['highest'] = "Cel mai înalt rang atins";
@@ -35,9 +36,11 @@ $lang['insterr1'] = "ATTENTION: You are trying to install the Ranksystem, but
$lang['insterr2'] = "PDO is needed but seems not installed. Install <a href=\"http://php.net/manual/de/pdo.installation.php\" target=\"_blank\">PDO</a> and try it again!";
$lang['insterr3'] = "PHP exec function need to be enabled but seems to be disabled. Please enable the PHP <a href=\http://php.net/manual/de/function.exec.php\" target=\"_blank\">exec</a> function and try it again!";
$lang['insterr4'] = "Your PHP version (%s) is below 5.5.0. Update your PHP and try it again!";
$lang['insterr5'] = "SimpleXML is needed but seems not available. Install <a href=\"http://php.net/manual/en/simplexml.installation.php\" target=\"_blank\">simpleXML</a> and try it again!";
$lang['insttb'] = "Instalăm tabelele:";
$lang['isntwicfg'] = "Nu se poate salva configurația bazei de date ! Vă rugăm să modificați 'other/dbconfig.php' cu acces chmod 0777 (on windows 'full access') și incercați iar.";
$lang['isntwichm'] = "Vă rugăm să modificați 'other/dbconfig.php', și folderele 'avatars/', 'icons/' and 'logs/' cu permisiile necesare. Prin urmare, sa editați accesul chmod cu 0777 (on windows 'full access'). Apoi incercați iar (refresh la pagină).";
$lang['isntwiconf'] = "Deschideți %s să configurați Ranksystem!";
$lang['isntwidbhost'] = "Host-ul bazei de date:";
$lang['isntwidbhostdesc'] = "Server-ul DB<br>(IP sau DNS)";
$lang['isntwidbmsg'] = "Eroare DB: ";
@@ -49,7 +52,7 @@ $lang['isntwidbtype'] = "Tipul DB:";
$lang['isntwidbtypedesc'] = "Tipul DB<br><br>Trebuie să instalați necesarul de PDO Driver.<br>Pentru mai multe informatii accesați http://ts-n.net/ranksystem.php";
$lang['isntwidbusr'] = "DB User:";
$lang['isntwidbusrdesc'] = "User-ul pentru acces la DB";
$lang['isntwidel'] = "Vă rugăm să ștergeți fișierul 'install.php' din webserver și deschideți %s să configurați Ranksystem!";
$lang['isntwidel'] = "Vă rugăm să ștergeți fișierul 'install.php' din webserver";
$lang['isntwiusr'] = "Utilizator pentru webinterface creat cu succes.";
$lang['isntwiusrcr'] = "Creare acces";
$lang['isntwiusrdesc'] = "Introduceți un nume de utilizator și o parolă pentru accesul webinterface. Cu webinterface vă puteți configura Ranksytem-ul.";
@@ -57,6 +60,7 @@ $lang['isntwiusrh'] = "Acces - Webinterface";
$lang['listacsg'] = "Servergroup actual";
$lang['listcldbid'] = "Client-database-ID";
$lang['listexcept'] = "No, cause excepted";
$lang['listgrps'] = "actual group since";
$lang['listip'] = "Adresă IP";
$lang['listnick'] = "Nume Client";
$lang['listnxsg'] = "Următorul servergroup";
@@ -68,14 +72,26 @@ $lang['listsumi'] = "sum. timpul de inactivitate";
$lang['listsumo'] = "sum. timp online";
$lang['listuid'] = "unique Client-ID";
$lang['login'] = "Logare";
$lang['msg0001'] = "running version: %s";
$lang['msg0002'] = "Valid commands are:\n[B]help[/B], [B]info[/B], [B]commands[/B]\t\tget a command list\n[B]version[/B]\t\t\t\t\t\t\t\t get the Ranksystem version\n[B]nextup[/B]\t\t\t\t\t\t\t\t get the time to the next rank up\n[B]restart[/B], [B]reboot[/B]\t\t\t\t\trestart the Ranksystem bot\n[B]shutdown[/B], [B]quit[/B], [B]stop[/B]\t\t stop the Ranksystem bot";
$lang['msg0003'] = "You are not eligible for this command!";
$lang['msg0004'] = "Client %s (%s) requests shutdown.";
$lang['msg0005'] = "cya";
$lang['msg0006'] = "brb";
$lang['msg0007'] = "Client %s (%s) requests restart.";
$lang['nocount'] = "User-ul %s (Client-ID unic: %s; Client-database-ID %s) este un query-user sau este de mai multe ori on-line ( numai primul număr de conexiune ) - > acest lucru nu va conta !";
$lang['noentry'] = "Nu au gasit ..";
$lang['pass'] = "Parolă";
$lang['pass2'] = "Change password";
$lang['pass3'] = "old password";
$lang['pass4'] = "new password";
$lang['pass5'] = "Forgot Password?";
$lang['queryname'] = "În primul rând Botname deja în uz . Încerc cu al doilea Botname ...";
$lang['repeat'] = "repeat";
$lang['sccrmcld'] = "User-ul cu unic Client-ID %s scos cu success din baza de date Ranksystem .";
$lang['sccupcount'] = "User-ul cu unic Client-ID %s rescrise cu un succes timp rezumat on-line al %s.";
$lang['setontime'] = "sum. timp online";
$lang['setontimedesc'] = "Introduceți un timp on-line nou rezumat , care ar trebui să fie setat la clienții anteriori selectate . Cu acest vechi rezumat on-line va fi rescris .<br><br>Timpul de sinteză introdus on-line v-a fi luat în considerare pentru rangul sus.";
$lang['sccupcount'] = "Added successfully an online time of %s seconds to the users with the unique Client-IDs (%s)";
$lang['setontime'] = "add time";
$lang['setontimedesc'] = "Add online time to the previous selected clients. Each user will get this time additional to their old online time.<br><br>The entered online time will be considered for the rank up and should take effect immediately.";
$lang['sgrpadd'] = "Aloca servergroup %s user-ului %s (unique Client-ID: %s; Client-database-ID %s).";
$lang['sgrprerr'] = "S-a întâmplat o problemă cu servergroup utilizatorului %s (unique Client-ID: %s; Client-database-ID %s)!";
$lang['sgrprm'] = "S-a șters servergroup %s de la user-ul %s (unique Client-ID: %s; Client-database-ID %s).";
@@ -128,6 +144,9 @@ $lang['stix0048'] = "Nu sunt suficiente date încă ...";
$lang['stix0049'] = "Timp on-line la toți utilizatorii / luna";
$lang['stix0050'] = "Timp on-line la toți utilizatorii / săptămână";
$lang['stix0051'] = "TeamSpeak nu a reușit , deci nici o data creată...";
$lang['stix0052'] = "others";
$lang['stix0053'] = "Active Time (in Days)";
$lang['stix0054'] = "Inactive Time (in Days)";
$lang['stmy0001'] = "Statisticile mele";
$lang['stmy0002'] = "Rank";
$lang['stmy0003'] = "Database ID:";
@@ -200,6 +219,7 @@ $lang['stnv0039'] = "Show only clients, which are not online.";
$lang['stnv0040'] = "Show only clients, which are in defined group. Represent the actuel rank/level.<br>Replace <i>GROUPID</i> with the wished servergroup ID.";
$lang['stnv0041'] = "Show only clients, which are selected by lastseen.<br>Replace <i>OPERATOR</i> with '<' or '>' or '=' or '!='.<br>And replace <i>TIME</i> with a timestamp or date with format 'Y-m-d H-i' (example: 2016-06-18 20-25).<br>Full example: filter:lastseen:<:2016-06-18 20-25:";
$lang['stnv0042'] = "Show only clients, which are from defined country.<br>Replace <i>TS3-COUNTRY-CODE</i> with the wished country.<br>For list of codes google for ISO 3166-1 alpha-2";
$lang['stnv0043'] = "connect TS3";
$lang['stri0001'] = "Ranksystem information";
$lang['stri0002'] = "What is the Ranksystem?";
$lang['stri0003'] = "A TS3 Bot, which automatically grant ranks (servergroups) to user on a TeamSpeak 3 Server for online time or online activity. It also gathers informations and statistics about the user and displays the result on this site.";
@@ -240,7 +260,12 @@ $lang['upuserboost'] = "User %s (unique Client-ID: %s; Client-database-ID %s) g
$lang['upusrerr'] = "The unique Client-ID %s couldn't reached on the TeamSpeak!";
$lang['upusrinf'] = "User %s was successfully informed.";
$lang['user'] = "Username";
$lang['wi'] = "Webinterface";
$lang['wiaction'] = "action";
$lang['wiadmhide'] = "hide excepted clients";
$lang['wiadmhidedesc'] = "To hide excepted user in the following selection";
$lang['wiadmuuid'] = "admin ID";
$lang['wiadmuuiddesc'] = "Enter here your unique Client-ID; as the administrator of the Ranksystem.<br><br>This is required to reset the password of the webinterface.<br><br>Is there no unique Client-ID address defined, it is not possible to reset the password!";
$lang['wiboost'] = "boost";
$lang['wiboostdesc'] = "Give an user on your TeamSpeak server a servergroup (have to be created manually), which you can declare here as boost group. Define also a factor which should be used (for example 2x) and a time, how long the boost should be rated.<br>The higher the factor, the faster an user reaches the next higher rank.<br>Is the time expired, the boost servergroup get automatically removed from the concerned user. The time starts running as soon as the user gets the servergroup.<br><br>servergroup ID => factor => time (in seconds)<br><br>Each entry have to separate from next with a comma.<br><br>Example:<br>12=>2=>6000,13=>3=>2500,14=>5=>600<br><br>On this an user in servergroup 12 get the factor 2 for the next 6000 seconds, an user in servergroup 13 get the factor 3 for 2500 seconds, and so on...";
$lang['wibot1'] = "Ranksystem Bot should be stopped. Check the log below for more information!";
@@ -255,6 +280,10 @@ $lang['wibot9'] = "Fill out all mandatory fields before starting the Ranksyst
$lang['wichdbid'] = "Client-database-ID reset";
$lang['wichdbiddesc'] = "Reset the online time of an user, if his TeamSpeak Client-database-ID changed.<br><br>Example:<br>If a clients gets removed from the TeamSpeak server, it gets a new Client-database-ID with the next connect to the server.";
$lang['wiconferr'] = "There is an error in the configuration of the Ranksystem. Please go to the webinterface and correct the Core Settings. Especially check the config 'rank up'!";
$lang['wichpw1'] = "Your old password is wrong. Please try again";
$lang['wichpw2'] = "The new passwords dismatch. Please try again.";
$lang['wichpw3'] = "The password of the webinterface has been successfully changed. Request from IP %s.";
$lang['wichpw4'] = "Change Password";
$lang['widaform'] = "Date format";
$lang['widaformdesc'] = "Choose the showing date format.<br><br>Example:<br>%a days, %h hours, %i mins, %s secs";
$lang['widbcfgsuc'] = "Database configurations saved successfully.";
@@ -276,6 +305,7 @@ $lang['wiexuiddesc'] = "A comma seperated list of unique Client-IDs, which shou
$lang['wigrptime'] = "rank up definition";
$lang['wigrptimedesc'] = "Define here after which time a user should get automatically a predefined servergroup.<br><br>time (seconds)=>servergroup ID<br><br>Important for this is the 'online time' or the 'active time' of an user, depending on setting of the mode.<br><br>Each entry have to separate from next with a comma.<br><br>The time must be entered cumulative<br><br>Example:<br>60=>9,120=>10,180=>11<br><br>On this a user get after 60 seconds the servergroup 9, in turn after 60 seconds the servergroup 10, and so on...";
$lang['wihladm'] = "List Rankup (Admin-Mode)";
$lang['wihladm1'] = "Add online Time to User";
$lang['wihlcfg'] = "Core settings";
$lang['wihldb'] = "Database settings";
$lang['wihlmsg'] = "Message settings";
@@ -303,8 +333,29 @@ $lang['winav7'] = "Administrate";
$lang['winav8'] = "Start / Stop Bot";
$lang['winav9'] = "Update available!";
$lang['winav10'] = "Please use the webinterface only via %s HTTPS%s An encryption is critical to ensure your privacy and security.%sTo be able to use HTTPS your webserver needs to support an SSL connection.";
$lang['winav11'] = "Please enter the unique Client-ID of the admin of the Ranksystem (Other -> admin ID). This is very important in case you lost your login details for the webinterface (to reset these).";
$lang['winxinfo'] = "Command \"nextup\"";
$lang['winxinfodesc'] = "Allows the user on the TS3 server to write the command \"nextup\" to the Ranksystem (query) bot as private textmessage.<br><br>As answer the user will get a defined text message with the needed time for the next rankup.";
$lang['winxmsg1'] = "Message";
$lang['winxmsgdesc1'] = "Define a message, which the user will get as answer at the command \"nextup\".<br><br>Arguments:<br>%1\$s - days to next rankup<br>%2\$s - hours to next rankup<br>%3\$s - minutes to next rankup<br>%4\$s - seconds to next rankup<br>%5\$s - name of the next servergroup<br><br>Example:<br>Your next rank up will be in %1\$s days, %2\$s hours and %3\$s minutes and %4\$s seconds. The next servergroup you will reach is [B]%5\$s[/B].";
$lang['winxmsg2'] = "Message (highest)";
$lang['winxmsgdesc2'] = "Define a message, which the user will get as answer at the command \"nextup\", when the user already reached the highest rank.<br><br>Arguments:<br>%1\$s - days to next rankup<br>%2\$s - hours to next rankup<br>%3\$s - minutes to next rankup<br>%4\$s - seconds to next rankup<br>%5\$s - name of the next servergroup<br><br>Example:<br>You have already reached the highest rank.";
$lang['winxmsg3'] = "Message (excepted)";
$lang['winxmsgdesc3'] = "Define a message, which the user will get as answer at the command \"nextup\", when the user is excepted from the Ranksystem.<br><br>Arguments:<br>%1\$s - days to next rankup<br>%2\$s - hours to next rankup<br>%3\$s - minutes to next rankup<br>%4\$s - seconds to next rankup<br>%5\$s - name of the next servergroup<br><br>Example:<br>You are excepted from the Ranksystem. If you wish to rank contact an admin on the TS3 server.";
$lang['wirtpw1'] = "Sorry Bro, you have forgotten to enter your admin ID inside the webinterface before. There is no way to reset the password!";
$lang['wirtpw2'] = "Admin ID not found on TS3 server. You need to be online with the unique Client ID, which is saved as admin ID.";
$lang['wirtpw3'] = "Your IP address do not match with the IP address of the admin on the TS3 server. Be sure you are with the same IP address online on the TS3 server and also on this page (same protocol IPv4 / IPv6 is also needed).";
$lang['wirtpw4'] = "\nThe password for the webinterface was successfully reset.\nUsername: %s\nPassword: [B]%s[/B]\n\nLogin %shere%s";
$lang['wirtpw5'] = "There was send a TeamSpeak3 privat textmessage to the admin with the new password. Click %s here %s to login.";
$lang['wirtpw6'] = "The password of the webinterface has been successfully reset. Request from IP %s.";
$lang['wirtpw7'] = "Reset Password";
$lang['wirtpw8'] = "Here you can reset the password for the webinterface.";
$lang['wirtpw9'] = "Following things are required to reset the password:";
$lang['wirtpw10'] = "You need to be online at the TeamSpeak3 server.";
$lang['wirtpw11'] = "You need to be online with the unique Client-ID, which is saved as admin ID.";
$lang['wirtpw12'] = "You need to be online with the same IP address on the TeamSpeak3 server as here on this page (also the same protocol IPv4 / IPv6).";
$lang['wiselcld'] = "select clients";
$lang['wiselclddesc'] = "Select the clients by the last known username. For this you only have to start typing.<br>Multiple selections are comma separated, which does the system automatically.<br><br>With the selection you can choose with the next step an action.";
$lang['wiselclddesc'] = "Select the clients by their last known username, unique Client-ID or Client-database-ID.<br>Multiple selections are also possible.<br><br>On bigger databases this selection could slow much. It is recommend to copy and paste the full nickname inside instead of typing it.";
$lang['wishcolas'] = "actual servergroup";
$lang['wishcolasdesc'] = "Show column 'actual servergroup' in list_rankup.php";
$lang['wishcolat'] = "active time";
@@ -313,6 +364,8 @@ $lang['wishcolcld'] = "Client-name";
$lang['wishcolclddesc'] = "Show column 'Client-name' in list_rankup.php";
$lang['wishcoldbid'] = "database-ID";
$lang['wishcoldbiddesc'] = "Show column 'Client-database-ID' in list_rankup.php";
$lang['wishcolgs'] = "actual group since";
$lang['wishcolgsdesc'] = "Show column 'actual group since' in list_rankup.php";
$lang['wishcolit'] = "idle time";
$lang['wishcolitdesc'] = "Show column 'sum idle time' in list_rankup.php";
$lang['wishcolls'] = "last seen";
@@ -333,6 +386,8 @@ $lang['wishexgrp'] = "excepted groups";
$lang['wishexgrpdesc'] = "Show clients in list_rankup.php, which are in the list 'client exception' and shouldn't be conside for the Ranksystem.";
$lang['wishhicld'] = "Clients in highest Level";
$lang['wishhiclddesc'] = "Show clients in list_rankup.php, which reached the highest level in the Ranksystem.";
$lang['wishnav'] = "show site-navigation";
$lang['wishnavdesc'] = "Show the site navigation on 'stats/' page.<br><br>If this option is deactivated on the stats page the site navigation will be hidden.<br>You can then take each site i.e. 'stats/list_rankup.php' and embed this as frame in your existing website or bulletin board.";
$lang['wisupidle'] = "Mode";
$lang['wisupidledesc'] = "There are two modes, as time can be counted and can then apply for a rank increase.<br><br>1) online time: Here the pure online time of the user is taken into account (see column 'sum. online time' in the 'stats/list_rankup.php')<br><br>2) active time: This will be deducted from the online time of a user, the inactive time (idle) (see column 'sum. active time' in the 'stats/list_rankup.php').<br><br>A change of mode with an already longer running database is not recommended, but may work.";
$lang['wisvconf'] = "save";