release 1.2.3

This commit is contained in:
Newcomer1989
2017-12-24 14:52:25 +01:00
parent 45220099c3
commit c7fb3673df
39 changed files with 1655 additions and 657 deletions

View File

@@ -39,6 +39,8 @@ $lang['insterr4'] = "Your PHP version (%s) is below 5.5.0. Update your PHP and
$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['insterr6'] = "PHP cURL is needed but seems not available. Install <a href=\"//php.net/manual/en/book.curl.php\" target=\"_blank\">PHP cURL</a> and try it again!";
$lang['insterr7'] = "PHP Zip is needed but seems not available. Install <a href=\"//php.net/manual/en/book.zip.php\" target=\"_blank\">PHP Zip</a> and try it again!";
$lang['insterr8'] = "PHP COM extension (php_com_dotnet.dll) is needed but seems not to be available. Install <a href=\"//php.net/manual/en/book.com.php\" target=\"_blank\">PHP COM</a> and try it again!";
$lang['insterr9'] = "PHP PDO MySQL extension (php_pdo_mysql.so) is needed but seems not to be available. Install <a href=\"//http://php.net/manual/en/ref.pdo-mysql.php\" target=\"_blank\">PHP PDO MySQL</a> and try it again!";
$lang['isntwicfg'] = "Can't save the database configuration! Please edit the 'other/dbconfig.php' with a chmod 0777 (on windows 'full access') and try again after.";
$lang['isntwicfg2'] = "Configurate Webinterface";
$lang['isntwichm'] = "Write Permissions failed on folder \"%s\". Please give them a chmod 777 (on windows 'full access') and try to start the Ranksystem again.";
@@ -75,12 +77,13 @@ $lang['listsumo'] = "وقت التواجد الكلي";
$lang['listuid'] = "unique Client-ID";
$lang['login'] = "Login";
$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['msg0002'] = "Valid commands are:\n[B]!help[/B], [B]!info[/B], [B]!commands[/B]\t\t get a command list\n[B]!version[/B]\t\t\t\t\t\t\t\t get the Ranksystem version\n[B]!update[/B], [B]!checkupdate[/B]\t\t check for new version and run update\n[B]nextup[/B]\t\t\t\t\t\t\t\t\tget 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['msg0008'] = "Update check done. If an update is available, it will runs immediately.";
$lang['nocount'] = "User %s (unique Client-ID: %s; Client-database-ID %s) is a query-user or is several times online (only first connection counts) -> this will not count!";
$lang['noentry'] = "لم يتم العثور على اي مدخلات";
$lang['pass'] = "كلمة المرور";
@@ -90,13 +93,23 @@ $lang['pass4'] = "new password";
$lang['pass5'] = "Forgot Password?";
$lang['queryname'] = "اسم البوت الاول قيد الاستخدام جاري المحاولة باسم البوت الثاني";
$lang['repeat'] = "repeat";
$lang['resettime'] = "Reset the online and idle time of user %s (unique Client-ID: %s; Client-database-ID %s) to zero, cause user got removed out of exception.";
$lang['sccrmcld'] = "User with unique Client-ID %s successfull removed from the Ranksystem database.";
$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'] = "Grant servergroup %s to user %s (unique Client-ID: %s; Client-database-ID %s).";
$lang['sgrprerr'] = "It happened a problem with the servergroup of the user %s (unique Client-ID: %s; Client-database-ID %s)!";
$lang['sgrprm'] = "تم حذف مجموعة السيرفر %s من المستخدم %s (unique Client-ID: %s; Client-database-ID %s).";
$lang['sgrprm'] = "تم حذف مجموعة السيرفر %s (ID: %s) من المستخدم %s (unique Client-ID: %s; Client-database-ID %s).";
$lang['size_byte'] = "B";
$lang['size_kib'] = "KiB";
$lang['size_mib'] = "MiB";
$lang['size_gib'] = "GiB";
$lang['size_tib'] = "TiB";
$lang['size_pib'] = "PiB";
$lang['size_eib'] = "EiB";
$lang['size_zib'] = "ZiB";
$lang['size_yib'] = "YiB";
$lang['stag0001'] = "Assign Servergroup";
$lang['stag0002'] = "Allowed Groups";
$lang['stag0003'] = "Define a list of servergroups, which a user can assign himself.<br><br>The servergroups should entered here with its groupID comma seperated.<br><br>Example:<br>23,24,28";
@@ -247,7 +260,7 @@ $lang['stnv0037'] = "Show only clients, which are not excepted.";
$lang['stnv0038'] = "Show only clients, which are online.";
$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['stnv0041'] = "Show only clients, which are selected by lastseen.<br>Replace <i>OPERATOR</i> with '&lt;' or '&gt;' 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:&lt;: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'] = "معلومات عن نظام الرتب";
@@ -262,13 +275,14 @@ $lang['stri0009'] = "كيف تم انشاء نظام الرتب ؟";
$lang['stri0010'] = "The Ranksystem is coded in";
$lang['stri0011'] = "It uses also the following libraries:";
$lang['stri0012'] = ": شكر خاص إلى";
$lang['stri0013'] = "<a href=\"//nya-pw.ru/\" target=\"_blank\">sergey</a>, <a href=\"//vk.com/akhachirov\" target=\"_blank\">Arselopster</a> & <a href=\"//vk.com/zheez\" target=\"_blank\">DeviantUser</a> - for russian translation";
$lang['stri0013'] = "sergey, <a href=\"//vk.com/akhachirov\" target=\"_blank\">Arselopster</a>, <a href=\"//vk.com/zheez\" target=\"_blank\">DeviantUser</a> & <a href=\"//goodgame.by/\" target=\"_blank\">kidi</a> - for russian translation";
$lang['stri0014'] = "Bejamin Frost - for initialisation the bootstrap design";
$lang['stri0015'] = "<a href=\"//hydrake.eu/\" target=\"_blank\">ZanK</a> - for italian translation";
$lang['stri0015'] = "<a href=\"//hydrake.eu/\" target=\"_blank\">ZanK</a> & <a href=\"//mozzygaming.it\" target=\"_blank\">jacopomozzy</a> - for italian translation";
$lang['stri0016'] = "<a href=\"//iraqgaming.net/\" target=\"_blank\">DeStRoYzR</a> & <a href=\"//www.sagamer.net/\" target=\"_blank\">Jehad</a> - for initialisation arabic translation";
$lang['stri0017'] = "<a href=\"//whitecs.ro/\" target=\"_blank\">SakaLuX</a> - for initialisation romanian translation";
$lang['stri0018'] = "<a href=\"//r4p3.net/members/0x0539.5476/\" target=\"_blank\">0x0539</a> - for initialisation dutch translation";
$lang['stri0019'] = "<a href=\"//umazinggames.fr/\" target=\"_blank\">Quentinti</a> - for french translation";
$lang['stri0020'] = "<a href=\"mailto://celso@esbsb.com.br\" target=\"_blank\">Pasha</a> - for portuguese translation";
$lang['sttw0001'] = "افضل مستخدمين";
$lang['sttw0002'] = "لهذا الاسبوع";
$lang['sttw0003'] = "وقت التواجد %s ساعات";
@@ -296,6 +310,11 @@ $lang['stve0009'] = " -- select yourself -- ";
$lang['stve0010'] = "2. You will receive a token on the TS3 server, which you have to enter here:";
$lang['stve0011'] = "Token:";
$lang['stve0012'] = "verify";
$lang['time_ms'] = "ms";
$lang['time_sec'] = "Sec(s)";
$lang['time_min'] = "Min(s)";
$lang['time_hour'] = "Hour(s)";
$lang['time_day'] = "Day(s)";
$lang['upinf'] = "يتوفر اصدار جديد من نظام الرتب; ابلغ المستخدمين في السيرفر";
$lang['upmsg'] = "\nHey, a new version of the [B]Ranksystem[/B] is available!\n\ncurrent version: %s\n[B]new version: %s[/B]\n\nPlease check out our site for more informations [URL]http://ts-n.net/ranksystem.php#changelog[/URL].\n\nStarting the update process in background. [B]Please check the ranksystem.log![/B]";
$lang['upsucc'] = "Database update successfully executed.";
@@ -366,7 +385,7 @@ $lang['wiignidledesc'] = "Define a period, up to which the idle time of an user
$lang['wilog'] = "Logpath";
$lang['wilogdesc'] = "Path of the log file of the Ranksystem.<br><br>Example:<br>/var/logs/ranksystem/<br><br>Be sure, the webuser has the write-permissions to the logpath.";
$lang['wimsgmsg'] = "Message";
$lang['wimsgmsgdesc'] = "Define a message, which will be send to an user, when he rises the next higher rank.<br><br>This message will be send via TS3 private message. So every know bb-code could be used, which also works for a normal private message.<br>http://ts-n.net/lexicon.php?showid=97#lexindex<br><br>Furthermore, the previously spent time can be expressed by arguments:<br>%1\$s - days<br>%2\$s - hours<br>%3\$s - minutes<br>%4\$s - seconds<br><br>Example:<br>Hey,\\nyou reached a higher rank, since you already connected for %1\$s days, %2\$s hours and %3\$s minutes to our TS3 server.[B]Keep it up![/B] ;-)";
$lang['wimsgmsgdesc'] = "Define a message, which will be send to an user, when he rises the next higher rank.<br><br>This message will be send via TS3 private message. So every know bb-code could be used, which also works for a normal private message.<br>http://ts-n.net/lexicon.php?showid=97#lexindex<br><br>Furthermore, the previously spent time can be expressed by arguments:<br>%1\$s - days<br>%2\$s - hours<br>%3\$s - minutes<br>%4\$s - seconds<br>%5\$s - name of reached servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>Hey,\\nyou reached a higher rank, since you already connected for %1\$s days, %2\$s hours and %3\$s minutes to our TS3 server.[B]Keep it up![/B] ;-)";
$lang['wimsgsn'] = "Server-News";
$lang['wimsgsndesc'] = "Define a message, which will be shown on the /stats/ page as server news.<br><br>You can use default html functions to modify the layout<br><br>Example:<br>&#60b&#62; - <b>for bold</b><br>&#60u&#62; - <u>for underline</u><br>&#60i&#62; - <i>for italic</i><br>&#60br&#62; - for word-wrap (new line)";
$lang['wilogout'] = "تسجيل الخروج";
@@ -390,11 +409,11 @@ $lang['winxmode1'] = "deactivated";
$lang['winxmode2'] = "allowed - only next rank";
$lang['winxmode3'] = "allowed - all next ranks";
$lang['winxmsg1'] = "Message";
$lang['winxmsgdesc1'] = "Define a message, which the user will get as answer at the command \"nextup\".<br><br>Arguments:<br>%1&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br><br>Example:<br>Your next rank up will be in %1&#36;s days, %2&#36;s hours and %3&#36;s minutes and %4&#36;s seconds. The next servergroup you will reach is [B]%5&#36;s[/B].";
$lang['winxmsgdesc1'] = "Define a message, which the user will get as answer at the command \"nextup\".<br><br>Arguments:<br>%1&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>Your next rank up will be in %1&#36;s days, %2&#36;s hours and %3&#36;s minutes and %4&#36;s seconds. The next servergroup you will reach is [B]%5&#36;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&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br><br>Example:<br>You have been reached the highest rank for %1&#36;s days, %2&#36;s hours and %3&#36;s minutes and %4&#36;s seconds.";
$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&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>You have been reached the highest rank for %1&#36;s days, %2&#36;s hours and %3&#36;s minutes and %4&#36;s seconds.";
$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&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;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['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&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br>%6&#36;s - name of the user (recipient)<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).";
@@ -445,7 +464,7 @@ $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";
$lang['wisvsuc'] = "Changes successfully saved!";
$lang['wisvres'] = "You need to restart the Ranksystem before the changes will take effect!";
$lang['wisvres'] = "You need to restart the Ranksystem before the changes will take effect! %s";
$lang['witime'] = "Timezone";
$lang['witimedesc'] = "Select the timezone the server is hosted.";
$lang['wits3avat'] = "Avatar Delay";