Advertisement
Guest User

Untitled

a guest
Aug 29th, 2018
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.45 KB | None | 0 0
  1. <?php
  2. /********************************
  3.  
  4. Author: Tymoteusz `Razor Meister` Bartnik
  5.  
  6. Contact: battnik90@gmail.com
  7.  
  8. TS3: xbot-ts3.pl
  9.  
  10. Graphics: Maja, Adamek
  11.  
  12. Config File
  13.  
  14. ********************************/
  15.  
  16.  
  17. define('ICON_ID', 144);
  18. define('NEEDED_JOIN_POWER', 139);
  19. define('NEEDED_SUBSCRIBE_POWER', 141);
  20. define('NEEDED_MODIFY_POWER', 124);
  21. $language['function']['down_desc'] = "[right][hr][url=www.3LAU.pl][img]https://3LAU.pl/logo.png[/img][/url][/right]";
  22. $config['general'] = array
  23. (
  24. 'connection_ts3' => array
  25. (
  26. /**************************************************************************************
  27.  
  28. ENG [MAIN LOGIN TO TEAMSPEAK3 SERVER] # PL [GŁÓWNE LOGOWANIE DO TS3]
  29.  
  30. **************************************************************************************/
  31.  
  32. // ENG [TeamSpeak3 Server IP Adress] # PL [Adres IP serwera]
  33. 'IP' => '127.0.0.1',
  34.  
  35. // ENG [TeamSpeak3 Server Query Port] # PL [Port Query serwera]
  36. 'query_port' => '10011',
  37.  
  38. // ENG [TeamSpeak3 Server Port] # PL [Port serwera]
  39. 'port' => '9987',
  40.  
  41. // ENG [TeamSpeak3 Server Query Login] # PL [Login Query serwera]
  42. 'login' => 'serveradmin',
  43.  
  44. // ENG [TeamSpeak3 Server Query Password] # PL [Haslo Query serwera]
  45. 'password' => 'Mirzejewski1',
  46. ),
  47. 'connection_database' => array
  48. (
  49. /**************************************************************************************
  50.  
  51. ENG [MAIN LOGIN TO DATABASE] # PL [GŁÓWNE LOGOWANIE DO BAZY DANYCH]
  52.  
  53. **************************************************************************************/
  54.  
  55. // ENG [Database IP] # PL [Adres IP bazy danych]
  56. 'db_ip' => '127.0.0.1',
  57.  
  58. // ENG [Database user] # PL [Użytkownik bazy danych]
  59. 'db_user' => 'root',
  60.  
  61. // ENG [Database password] # PL [Hasło do bazy danych]
  62. 'db_password' => 'Mirzejewski1',
  63.  
  64. // ENG [Database name] # PL [Nazwa bazy danych]
  65. 'db_name' => 'xbot',
  66. ),
  67. 'instances_settings' => array
  68. (
  69. /**************************************************************************************
  70.  
  71. ENG [MAIN INSTANCES SETTINGS] # PL [GŁÓWNE USTAWIENIA INSTANCJI]
  72.  
  73. **************************************************************************************/
  74.  
  75. 'settings' => array
  76. (
  77. // ENG [Show links to profile] # PL [Pokazuj linki do profilu]
  78. 'show_links' => array('enabled' => true, 'link' => 'http://3LAU.pl/website/?profile&dbid='),
  79. // ENG [Main admins databases] # PL [Database id głównych adminów]
  80. 'main_admins_dbid' => array(8,24,32),
  81. ),
  82. 'instances' => array
  83. (
  84. '1' => array //Aktualizator
  85. (
  86. 'enabled' => true,
  87. 'database_enabled' => true,
  88. 'bot_name' => '3LAU.PL ▪ Aktualizator',
  89. 'default_channel' => 75,
  90. ),
  91. '2' => array //Administrator
  92. (
  93. 'enabled' => true,
  94. 'database_enabled' => true,
  95. 'bot_name' => '3LAU.PL ▪ Administrator',
  96. 'default_channel' => 75,
  97. ),
  98. '3' => array //Database
  99. (
  100. 'enabled' => true,
  101. 'database_enabled' => true,
  102. 'bot_name' => '3LAU.PL ▪ Database',
  103. 'default_channel' => 75,
  104. ),
  105. '4' => array //Channels Guard
  106. (
  107. 'enabled' => true,
  108. 'database_enabled' => false,
  109. 'bot_name' => '3LAU.PL ▪ Channels guard',
  110. 'default_channel' => 75,
  111. ),
  112. '5' => array //Commander
  113. (
  114. 'enabled' => true,
  115. 'database_enabled' => true,
  116. 'bot_name' => '3LAU.PL ▪ Commander',
  117. 'default_channel' => 75,
  118.  
  119. // ENG [Set individual ts3 login and password] # PL [Ustaw indywidualny login i hasło do ts3]
  120. 'individual_login' => array
  121. (
  122. 'enabled' => true,
  123. 'login' => 'Commander1',
  124. 'password' => 'JRf1GR0M',
  125. ),
  126. ),
  127. '6' => array //LiveHelp
  128. (
  129. 'enabled' => true,
  130. 'database_enabled' => true,
  131. 'bot_name' => '3LAU.PL ▪ LiveHelp',
  132. 'default_channel' => 75,
  133.  
  134. // ENG [Set individual ts3 login and password] # PL [Ustaw indywidualny login i hasło do ts3]
  135. 'individual_login' => array
  136. (
  137. 'enabled' => true,
  138. 'login' => 'blau',
  139. 'password' => 'xApfrVb6',
  140. ),
  141. ),
  142. ),
  143. ),
  144. );
  145.  
  146. $config['instance']['1']['logs_system'] = array
  147. (
  148. /****************************************************************************
  149.  
  150. ENG [LOGS SYSTEM] # PL [SYSTEM LOGÓW]
  151.  
  152. ****************************************************************************/
  153.  
  154. 'logs' => array
  155. (
  156. // ENG [Turn on/off logs system (true or false)] # PL [Włączenie lub wyłączenie systemu logów]
  157. 'enabled' => true,
  158.  
  159. // ENG [Days, after which, log files will be deleted] # PL [Czas w dniach, po których pliki logów zostana usunięte]
  160. 'delete_interval' => '3',
  161. ),
  162. );
  163.  
  164. $config['instance']['1']['options'] = array
  165. (
  166. /****************************************************************************
  167.  
  168. ENG [INSTANCE OPTIONS] # PL [OPCJE INSTANCJI]
  169.  
  170. ****************************************************************************/
  171.  
  172. // ENG [Folder for functions containing all events and plugins] # PL [Folder w którym sa wszystkie eventy i pluginy]
  173. 'folder' => 'first_instance',
  174.  
  175. // ENG [Bot interval in seconds] # PL [Interwal bota w sekundach]
  176. 'bot_interval' => 1,
  177.  
  178. // ENG ['events_plugins' or 'commands' (default 'events_plugins')] # PL ['events_plugins' lub 'commands' (domyślnie 'events_plugins')]
  179. 'function_type' => 'events_plugins',
  180.  
  181. // ENG [Black list type, 'ban' | 'kick'] # PL [Typ black listy, 'ban' - banowanie | 'kick' - kickowanie z serwera]
  182. 'black_list_type' => 'kick',
  183. );
  184.  
  185. $config['instance']['1']['functions'] = array
  186. (
  187.  
  188. /**************************************
  189.  
  190. ENG [PLUGINS] # PL [PLUGINY]
  191.  
  192. **************************************/
  193.  
  194. 'plugins' => true,
  195.  
  196. // ENG [Informing admins about upcoming meeting] # PL [Informowanie administracji o zbliżajacym się spotkaniu]
  197. 'admins_meeting' => array
  198. (
  199. 'enabled' => true,
  200. 'info' => array
  201. (
  202. 'admins_server_groups' => array(11,14,16,18,19,20,24), //all admins server groups
  203. 'channel_id' => 5, //meeting channel id
  204. 'channel_name' => '» Zebranie Adminów [x]', //[x] - meeting date (in format: dd.mm.yyyy hh:mm for example 18.02.2017 18:00) !important you must have channel with that name
  205. 'information_before' => true, //informing admins `time_to_meeting` seconds before meeting
  206. 'time_to_meeting' => 900, //in seconds
  207. 'move_admins' => true, //move admins to meeting channel on time
  208. ),
  209. ),
  210.  
  211. // ENG [Nicknames security] # PL [Ochrona nicków]
  212. 'nicks_security' => array
  213. (
  214. 'enabled' => true,
  215. 'ignored_groups' => array(11,14,16,18,19,20,24,54,114,115), //ignored groups
  216. 'file' => 'include/cache/nicks_security.txt', //bad phrases separated by ,(comma) without spaces, enters etc
  217. 'check_away_message' => true,
  218. 'check_client_description' => true, // Can slow down instance
  219. 'ban' => array
  220. (
  221. 'enabled' => true, // true or false
  222. 'min_kicks' => 2, // ban after X kicks
  223. 'ban_time' => 5 * 60, // in seconds
  224. 'cache_reset' => 120, // in seconds
  225. ),
  226. ),
  227.  
  228. // ENG [Server groups limit] # PL [Limit grup serwera]
  229. 'groups_limit' => array
  230. (
  231. 'enabled' => true,
  232. 'ignored_groups' => array(), //ignored groups which will not be check
  233. 'info' => array
  234. (
  235. /****************************************
  236.  
  237. '1' => array //growing number, for example 1, 2, 3...
  238. (
  239. 'checking_groups' => array(52,53,54,55,56), //checking server groups
  240. 'limit' => 1, //limit of checking groups
  241. ),
  242.  
  243. ****************************************/
  244.  
  245. '1' => array
  246. (
  247. 'checking_groups' => array(44,45), //checking server groups
  248. 'limit' => 1, //limit of checking groups rejestracyjne
  249. ),
  250. '2' => array
  251. (
  252. 'checking_groups' => array(38,59,60,61,62,63,64,65,66,67), //checking server groups
  253. 'limit' => 1, //limit of checking groups wiekowe
  254. ),
  255. '3' => array
  256. (
  257. 'checking_groups' => array(34,83,87,89,92,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112), //checking server groups
  258. 'limit' => 3, //limit of checking groups 4fun
  259. ),
  260. '4' => array
  261. (
  262. 'checking_groups' => array(36,77,78,79,80,81,82,84,86,88,90,91,93,94,99), //checking server groups
  263. 'limit' => 3, //limit of checking groups graczy
  264. ),
  265. '5' => array
  266. (
  267. 'checking_groups' => array(11,14,16,18,19,20,24), //checking server groups
  268. 'limit' => 1, //limit of checking groups admin
  269. ),
  270. '6' => array
  271. (
  272. 'checking_groups' => array(50,68,69,70,71,72,73,74,75,76), //checking server groups
  273. 'limit' => 1, //limit of checking groups lkevel
  274. ),
  275. '7' => array
  276. (
  277. 'checking_groups' => array(44,45,48,46,47), //checking server groups
  278. 'limit' => 1, //limit of checking groups
  279. ),
  280. ),
  281. ),
  282.  
  283. // ENG [Move specified groups to channel from specified channel] # PL [Przenoszenie użytkowników z określoną grupą z kanału na kanał]
  284. 'move_groups' => array
  285. (
  286. 'enabled' => true,
  287. 'if_client_on_channel' => array(12), //All channels from which bot must move clients | Wszystkie kanały, z których bot ma movać
  288. 'vip_channels_from_xbot' => array
  289. (
  290. 'enabled' => true,
  291. 'is_on_channel' => 12,
  292. 'ignored_groups' => array(),
  293. ),
  294. 'info' => array
  295. (
  296. /*************************
  297.  
  298. 0 => array //growing number: 0,1,2 etc.
  299. (
  300. 'is_on_channel' => 50, //form which channel bot must move people
  301. 'move_to_channel' => 25, //to which channel bot must move people
  302. 'groups' => array(14,13), //groups which will be checking
  303. ),
  304.  
  305. *************************/
  306.  
  307. 0 => array
  308. (
  309. 'is_on_channel' => 12,
  310. 'move_to_channel' => 45,
  311. 'groups' => array(11),
  312. ),
  313. ),
  314. ),
  315.  
  316. // ENG [Animated icon] # PL [Animowana ikonka]
  317. 'animated_icon' => array
  318. (
  319. 'enabled' => false,
  320. 'info' => array
  321. (
  322. /*************************************************
  323.  
  324. id => array
  325. (
  326. 'type' => 'servergroup' OR 'cldbid' //If servergroup, id = sgid || if cldbid, id = client database id
  327. 'icons' => array(-2072408170,968796862,1023685817,-1634246665,1726830382),
  328. ),
  329.  
  330. *************************************************/
  331.  
  332. 44 => array
  333. (
  334. 'type' => 'servergroup',
  335. 'icons' => array(-2072408170,968796862,1023685817,-1634246665,1726830382),
  336. ),
  337. 15 => array
  338. (
  339. 'type' => 'cldbid',
  340. 'icons' => array(-2072408170,968796862,1023685817,-1634246665,1726830382),
  341. ),
  342. ),
  343. ),
  344.  
  345. /**************************************
  346.  
  347. ENG [EVENTS] # PL [EVENTY]
  348.  
  349. **************************************/
  350.  
  351. 'events' => true,
  352.  
  353. // ENG [Online users] # PL [Użytkownicy online]
  354. 'online_users' => array
  355. (
  356. 'enabled' => true,
  357. 'channel_id' => 8,
  358. 'ignored_groups' => array(),
  359. 'channel_name' => '» Online: [ONLINE]', //[ONLINE] - online users
  360. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  361. ),
  362.  
  363. // ENG [Record amount of clients online] # PL [Rekordowa ilośc użytkowników online]
  364. 'record_online' => array
  365. (
  366. 'enabled' => true,
  367. 'channel_id' => 9,
  368. 'channel_name' => '» Rekord Serwera: [RECORD]', //[RECORD] - record online users
  369. 'show_history' => true,
  370. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 20),
  371. ),
  372.  
  373. // ENG [List of admins online] # PL [Lista adminów online]
  374. 'admin_list_online' => array
  375. (
  376. 'enabled' => true,
  377. 'channel_id' => 16,
  378. 'admins_server_groups' => array(11,14,16,18,19,20,24),
  379. 'ignored_groups' => array(462),
  380. 'channel_name' => '[spacer][»] Centrum Pomocy adminów: [ONLINE]', //[ONLINE] - Admins online
  381. 'top_description' => 'Lista Administracji online',
  382. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  383. ),
  384.  
  385. // ENG [Admin list] # PL [Lista adminów]
  386. 'admin_list' => array
  387. (
  388. 'enabled' => true,
  389. 'min_idle_time' => 15*60, //minimal client idle time to be away (in seconds)
  390. 'admins_count' => true, //enable admins count in description
  391. 'info' => array
  392. (
  393. 10 => array //channel id
  394. (
  395. 'admins_server_groups' => array(11,14,16,18,19,20,121,24),
  396. 'ignored_groups' => array(462),
  397. 'top_description' => '[img]https://i.imgur.com/onCuRVU.png[/img ]',
  398. 'icons_enabled' => false, //Convert rang name to icon
  399. 'icons' => array
  400. (
  401. /*************************
  402.  
  403. group_id => 'url_to_image',
  404.  
  405. ************************/
  406. ),
  407. ),
  408. ),
  409. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  410. ),
  411.  
  412. // ENG [Change channel name] # PL [Zmiana nazwy kanalu]
  413. 'change_channel' => array
  414. (
  415. 'enabled' => true,
  416. 'channel_id' => 412,
  417. 'channel_name' => array
  418. (
  419. '[cspacer] Dziękujemy, że jesteś z nami',
  420. '[cspacer] Nasze IP się nie zmienia',
  421. '[cspacer] Witamy na serwerze 3LAU.pl',
  422. ),
  423. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 45),
  424. ),
  425.  
  426. // ENG [Multifunction] # PL [Wielofunkcyjnośc]
  427. 'multi_function' => array
  428. (
  429. 'enabled' => false,
  430. 'content' => array
  431. (
  432. 'total_ping' => array // ENG [server total ping in channel name] # PL [ping serwera w nazwie kanalu]
  433. (
  434. 'enabled' => true,
  435. 'channel_id' => 12,
  436. 'channel_name' => '» Średni ping wynosi: [PING]', // [PING] = ping
  437. 'integer' => true, // true or false (ping in integer)
  438. ),
  439. 'packet_loss' => array // ENG [server packet loss in channel name] # PL [packet loss serwera w nazwie kanalu]
  440. (
  441. 'enabled' => true,
  442. 'channel_id' => 13,
  443. 'channel_name' => '» Packetloss wynosi: [PACKETLOSS]%', // [PACKETLOSS] = packetloss
  444. 'integer' => true, // true or false (packetloss in integer)
  445. ),
  446. 'channels_count' => array // ENG [channels count in channel name] # PL [ilosc kanalów w nazwie kanalu]
  447. (
  448. 'enabled' => true,
  449. 'channel_id' => 14,
  450. 'channel_name' => '» Kanałów ogółem: [CHANNELS]', // [CHANNELS] = channels count
  451. ),
  452. 'bytes_upload' => array // ENG [bytes upload on server in channel name] # PL [ilość danych wysłanych przez serwer]
  453. (
  454. 'enabled' => true,
  455. 'channel_id' => 15,
  456. 'channel_name' => '» Danych wysłanych: [UPLOAD]', // [UPLOAD] = bytes upload
  457. ),
  458. 'bytes_download' => array // ENG [bytes download on server in channel name] # PL [ilość danych pobranych przez serwer]
  459. (
  460. 'enabled' => true,
  461. 'channel_id' => 16,
  462. 'channel_name' => '» Danych pobranych: [DOWNLOAD]', // [DWONLOAD] = bytes download
  463. ),
  464. ),
  465. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  466. ),
  467.  
  468. // ENG [Support channels] # PL [Kanały pomocy]
  469. 'support_channels' => array
  470. (
  471. 'enabled' => true,
  472. 'content' => array
  473. (
  474. 'time_open' => array //Channels open at a specific time
  475. (
  476. '0' => array // growing number for example 1, 2, 3...
  477. (
  478. 'channelId' => 0, // channel id
  479. 'time_open' => '09:00', // time of opening
  480. 'time_close' => '23:50', // time of closing
  481. 'channel_name_open' => '[»] Centrum Pomocy TS3 - [ON]', // channel name when opened
  482. 'channel_name_close' => '[»] Centrum Pomocy TS3 - [OFF]', // channel name when closed
  483. 'needed_join_power' => 1500, //when close
  484. 'change_maxfamily_clients' => false, // close family channels too
  485. ),
  486. 'open_when_admin' => array //Channels open when admin from server group is online
  487. (
  488. /*************************
  489.  
  490. ###
  491. # open when admin from groups online: 'admin' => array(server_groups separated by comma),
  492. ###
  493.  
  494. ###
  495. # open when client online: 'admin' => client_database_id,
  496. ###
  497.  
  498. *************************/
  499.  
  500. '0' => array // growing number for example 1, 2, 3...
  501. (
  502. 'channelId' => 13, // channel id
  503. 'admin' => 1,
  504. 'channel_name_open' => '» Centrum Pomocy 3LAU.pl [ON]', // channel name when opened
  505. 'channel_name_close' => '» Centrum Pomocy 3LAU.pl [OFF]', // channel name when closed
  506. 'needed_join_power' => 200, //when close
  507. 'change_maxfamily_clients' => false, // close family channels too
  508. ),
  509. ),
  510. ),
  511. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  512. ),
  513.  
  514. // ENG [Get vip channel] # PL [Otrzymywanie kanału vip]
  515. 'get_vip_channel' => array // Db must be on
  516. (
  517. 'enabled' => false,
  518. 'if_client_on_channel' => array(19,20), // all checking channels id
  519.  
  520. //online_from_server_group function must be ON and get_server_group function must be ON
  521.  
  522. 'info' => array
  523. (
  524. 'VIP' => array //Zone name for example 'VIP' | 'GOLD'
  525. (
  526. 'if_on_channel' => 19,
  527. 'server_group_copy' => 55, // server group to copy
  528. 'channel_group_id' => 12, // default channel admin group
  529. 'subchannels' => 5, // how many subchannels
  530. 'subchannels_red' => true, // true - max cleints = 0 | false - max clients = unlimited
  531. 'online_from_server_group' => true, // create channel with information about clients from server group
  532. 'get_server_group' => true, // create channel add/del server group
  533. 'after_channel' => 171, // the first channel for example spacer
  534. 'join_needed' => 100,
  535.  
  536. 'spacer_between' => array
  537. (
  538. 'enabled' => true,
  539. 'spacer_name' => '[*spacerVIP[NUM]]___',
  540. 'join_needed' => 150,
  541. 'modify_needed' => 100,
  542. ),
  543. 'main_channel' => '[lspacer] [[NUM]] ViP', // [NUM] - vip channel number
  544. 'empty_topic' => '#WOLNY', // Topic in empty channel (remember it)
  545. ),
  546. 'Diamond' => array //Zone name for example 'VIP' | 'GOLD'
  547. (
  548. 'if_on_channel' => 20,
  549. 'server_group_copy' => 57, // server group to copy
  550. 'channel_group_id' => 12, // default channel admin group
  551. 'subchannels' => 15, // how many subchannels
  552. 'subchannels_red' => true, // true - max cleints = 0 | false - max clients = unlimited
  553. 'online_from_server_group' => true, // create channel with information about clients from server group
  554. 'get_server_group' => true, // create channel add/del server group
  555. 'after_channel' => 96, // the first channel for example spacer
  556. 'join_needed' => 150,
  557.  
  558. 'spacer_between' => array
  559. (
  560. 'enabled' => true,
  561. 'spacer_name' => '[*spacerDiamond[NUM]]---',
  562. 'join_needed' => 100,
  563. 'modify_needed' => 100,
  564. ),
  565. 'main_channel' => '[lspacer] [[NUM]] Diamond', // [NUM] - vip channel number
  566. 'empty_topic' => '#WOLNY_D', // Topic in empty channel (remember it)
  567. ),
  568. ),
  569. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  570. ),
  571.  
  572. // ENG [Get vip channel spacer] # PL [Otrzymywanie kanału vip na spacerach]
  573. 'get_vip_channel_spacer' => array // Db must be on
  574. (
  575. 'enabled' => true,
  576. 'if_client_on_channel' => array(14), // all checking channels id
  577. 'create_interval' => 1000000, // In miliseconds
  578.  
  579. 'info' => array
  580. (
  581. 'Premium' => array //Zone name for example 'VIP' | 'GOLD'
  582. (
  583. 'if_on_channel' => 14,
  584. 'server_group_copy' => 40, // server group to copy
  585. 'channel_group_id' => 9, // default channel admin group
  586. 'after_channel' => 67, // the first channel for example spacer
  587. 'online_from_server_group_name' => '[rspacer] [SERVER_GROUP]: [ONLINE]/[MAX]', // [SERVER_GROUP] - group name, [ONLINE],
  588.  
  589. 'spacers' => array
  590. (
  591. /*************************************
  592.  
  593. '1' => array // Growing number
  594. (
  595. 'spacer' => array
  596. (
  597. 'name' => '[cspacer] [[NUM]] Premium', // [NUM] - vip channel number
  598. 'spacer_red' => true, // true - max clients = 0 | false - max clients = unlimited
  599. 'join_needed' => 10, // Join needed permission
  600. 'subscribe_needed' => 0, // Subscribe needed permission
  601. ),
  602. 'subchannels' => array
  603. (
  604. 'count' => 0, // How many subchannels
  605. 'name' => 'Podkanał [NUM]', // [NUM] - subchannel number
  606. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  607. 'join_needed' => 0, // Join needed permission
  608. 'subscribe_needed' => 0, // Subscribe needed permission
  609. ),
  610. ),
  611.  
  612. online_from_server_group function must be ON and get_server_group function must be ON
  613.  
  614. add `'get_group_spacer' => true` if get group must be a spacer
  615. add `'online_group_spacer' => true` if online from group must be a spacer
  616.  
  617. add `'get_group_subchannel' => true` if get group must be in the subchannel
  618. add `'online_group_subchannel' => true` if online from group must be in the subchannel
  619.  
  620. *************************************/
  621.  
  622. '1' => array // Main channel
  623. (
  624. 'spacer' => array
  625. (
  626. 'name' => '[cspacer] [[NUM]] Ekipa', // [NUM] - vip channel number
  627. 'spacer_red' => true, // true - max clients = 0 | false - max clients = unlimited
  628. 'join_needed' => 0, // Join needed permission
  629. 'subscribe_needed' => 0, // Subscribe needed permission
  630. ),
  631. 'subchannels' => array
  632. (
  633. 'count' => 0, // How many subchannels
  634. 'name' => 'Podkanał [NUM]', // [NUM] - subchannel number
  635. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  636. 'join_needed' => 0, // Join needed permission
  637. 'subscribe_needed' => 0, // Subscribe needed permission
  638. ),
  639. ),
  640. '2' => array // Main channel
  641. (
  642. 'spacer' => array
  643. (
  644. 'name' => '[rspacer[NUM]] Online z:', // [NUM] - vip channel number
  645. 'spacer_red' => true, // true - max clients = 0 | false - max clients = unlimited
  646. 'join_needed' => 0, // Join needed permission
  647. 'subscribe_needed' => 0, // Subscribe needed permission
  648. ),
  649. 'subchannels' => array
  650. (
  651. 'count' => 0, // How many subchannels
  652. 'name' => 'Podkanał [NUM]', // [NUM] - subchannel number
  653. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  654. 'join_needed' => 0, // Join needed permission
  655. 'subscribe_needed' => 0, // Subscribe needed permission
  656. ),
  657. 'online_group_spacer' => true,
  658. ),
  659. '3' => array // Main channel
  660. (
  661. 'spacer' => array
  662. (
  663. 'name' => '[rspacer[NUM]] Nadaj grupe', // [NUM] - vip channel number
  664. 'spacer_red' => true, // true - max clients = 0 | false - max clients = unlimited
  665. 'join_needed' => 0, // Join needed permission
  666. 'subscribe_needed' => 0, // Subscribe needed permission
  667. ),
  668. 'subchannels' => array
  669. (
  670. 'count' => 0, // How many subchannels
  671. 'name' => 'Podkanał [NUM]', // [NUM] - subchannel number
  672. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  673. 'join_needed' => 0, // Join needed permission
  674. 'subscribe_needed' => 0, // Subscribe needed permission
  675. ),
  676. 'get_group_spacer' => true,
  677. ),
  678. '4' => array
  679. (
  680. 'spacer' => array
  681. (
  682. 'name' => '[lspacerekipa[NUM]]Ekipa', // [NUM] - vip channel number
  683. 'spacer_red' => true, // true - max clients = 0 | false - max clients = unlimited
  684. 'join_needed' => 0, // Join needed permission
  685. 'subscribe_needed' => 0, // Subscribe needed permission
  686. ),
  687. 'subchannels' => array
  688. (
  689. 'count' => 3, // How many subchannels
  690. 'name' => 'Ekipa: [NUM]', // [NUM] - subchannel number
  691. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  692. 'join_needed' => 0, // Join needed permission
  693. 'subscribe_needed' => 0, // Subscribe needed permission
  694. ),
  695. ),
  696. '5' => array
  697. (
  698. 'spacer' => array
  699. (
  700. 'name' => '[lspacerkanaly[NUM]]Kanały', // [NUM] - vip channel number
  701. 'spacer_red' => true, // true - max clients = 0 | false - max clients = unlimited
  702. 'join_needed' => 10, // Join needed permission
  703. 'subscribe_needed' => 30, // Subscribe needed permission
  704. ),
  705. 'subchannels' => array
  706. (
  707. 'count' => 4, // How many subchannels
  708. 'name' => 'Kanał #[NUM]', // [NUM] - subchannel number
  709. 'subchannels_red' => false, // true - max clients = 0 | false - max clients = unlimited
  710. 'join_needed' => 0, // Join needed permission
  711. 'subscribe_needed' => 0, // Subscribe needed permission
  712. ),
  713. ),
  714. ),
  715. 'spacer_between' => array
  716. (
  717. 'enabled' => true,
  718. 'spacer_name' => '[*spacerEkipa[NUM]]___',
  719. 'join_needed' => 150,
  720. 'modify_needed' => 100,
  721. ),
  722. ),
  723. ),
  724. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  725. ),
  726.  
  727. // ENG [Information on channel about twitch/youtube channel] # PL [Informacje o kanale twitch/youtube]
  728. 'twitch_yt' => array
  729. (
  730. 'enabled' => false,
  731. 'info' => array
  732. (
  733. 'twitch_enabled' => true,
  734. 'twitch_api_key' => 'oaocbf2zpmv6807kp9jcxkwmcjvq5a', // you can change it if you want https://www.twitch.tv/settings/connections
  735. 'twitch' => array
  736. (
  737. 'izakooo' => array //Twitch channel name
  738. (
  739. 'main_channel' => array //Channel where will be description
  740. (
  741. 'channel_id' => 23,
  742. 'channel_name' => '» [Twitch] izakooo [STATUS_TWITCH]', //[STATUS_TWITCH] - on live or no
  743. ),
  744. 'follows' => array //Channel where will be followers count in channel name
  745. (
  746. 'channel_id' => 464,
  747. 'channel_name' => '» Followersów: [FOLLOWS]', //[FOLLOWS] - FOLLOWS count
  748. ),
  749. ),
  750. ),
  751. 'youtube_enabled' => true,
  752. 'youtube_api_key' => 'AIzaSyDSeoveGEL2Tycy3M2FBnf5uyPVlZk7et8', // YouTube api key
  753. 'youtube' => array
  754. (
  755. /*****************************************
  756.  
  757. 'UC-suExuAUNgJmyKcxA-PGzg' => array //YouTube channel id
  758. (
  759. 'main_channel' => array //Channel where will be description and SUBS in channel name
  760. (
  761. 'channel_id' => 0, //channel id
  762. 'channel_name' => '[ YouTuber ] Ramzes: [SUBS] subów', //[SUBS] - subscribers //[NAME] - youtuber nick
  763. ),
  764. 'videos_count' => array //Channel where will be Videos count in channel name
  765. (
  766. 'channel_id' => 0, //channel id
  767. 'channel_name' => '» Filmów na kanale: [VIDEOS]', //[VIDEOS] - videos count
  768. ),
  769. 'views_count' => array //Channel where will be views count in channel name
  770. (
  771. 'channel_id' => 0, //channel id
  772. 'channel_name' => '» Wyświetleń: [VIEWS]', //[VIEWS] - views count
  773. ),
  774. ),
  775.  
  776. ******************************************/
  777.  
  778. 'UCSeqSPSJDl0EXezzjJrwQNg' => array //YouTube channel id
  779. (
  780. 'main_channel' => array //Channel where will be description and SUBS in channel name
  781. (
  782. 'channel_id' => 24,
  783. 'channel_name' => '» [YouTuber] izak LIVE: [SUBS] subów', //[SUBS] - subscribers //[NAME] - youtuber nick
  784. ),
  785. 'videos_count' => array //Channel where will be Videos count in channel name
  786. (
  787. 'channel_id' => 25,
  788. 'channel_name' => '» Filmów na kanale: [VIDEOS]', //[VIDEOS] - videos count
  789. ),
  790. 'views_count' => array //Channel where will be views count in channel name
  791. (
  792. 'channel_id' => 26,
  793. 'channel_name' => '» Wyświetleń: [VIEWS]', //[VIEWS] - views count
  794. ),
  795. ),
  796. ),
  797. ),
  798. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 7,'seconds' => 0),
  799. ),
  800.  
  801. // ENG [clients online from server group] # PL [użytkownicy danej grupy serwera online]
  802. 'online_from_server_group' => array
  803. (
  804. 'enabled' => true,
  805. 'show_time' => true, //only for groups which have maximal 15 members | true / false
  806. 'max_users' => 30, //max users in description
  807.  
  808. 'info' => array
  809. (
  810. /*******************************
  811.  
  812. 233 => array // Channel ID
  813. (
  814. 'server_groups' => array(10), // Server groups separated by comma
  815. 'show_description' => true, // Show users in description
  816. 'only_online' => true, // Show only online clients
  817. 'channel_name' => '[rspacer]Online z [SERVER_GROUP]: [ONLINE]/[MAX]', // Channel name
  818. 'top_description' => '| Lista osób z rangi: [SERVER_GROUP] |', // Top description
  819. ),
  820.  
  821. *******************************/
  822.  
  823. 0 => array
  824. (
  825. 'server_groups' => array(0),
  826. 'show_description' => true,
  827. 'only_online' => false,
  828. 'channel_name' => '[rspacer]Online z [SERVER_GROUP]: [ONLINE]/[MAX]',
  829. 'top_description' => '| Lista osób z rangi: [SERVER_GROUP] |',
  830. ),
  831. ),
  832. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  833. ),
  834.  
  835. // ENG [assign server group if client enters a channel] # PL [przypisz grupę serwera po wejściu na kanal]
  836. 'get_server_group' => array
  837. (
  838. 'enabled' => true,
  839. 'if_client_on_channel' => array(0), //all checking channels id
  840. 'delete_rang' => true, //delete rang if client is on channel
  841. 'client_kick' => true, //Kick client from channel after assignment/deleted group | true / false
  842. 'poke_client' => false, //Poke client for example: You have just received clan group!
  843. 'verified_channel_group' => 0, //Only for channels from fucntion get_vip_channel and get_vip_channel_spacer
  844. 'quest_channel_group' => 0, //Only for channels from fucntion get_vip_channel and get_vip_channel_spacer
  845. 'info' => array
  846. (
  847. //21410 => 227, //channel id => server group id
  848. ),
  849. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  850. ),
  851.  
  852. // ENG [Ddos information] # PL [Informacje o ddos]
  853. 'ddos_information' => array
  854. (
  855. 'enabled' => true,
  856. 'file' => 'include/cache/ddos_information.txt',
  857. 'packet_loss' => 5, //from what packet loss%(numeric) send global information
  858. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 30),
  859. ),
  860.  
  861. // ENG [Informing about client in channel name] # PL [Status użytkownika w nazwie kanalu]
  862. 'client_on_channel' => array
  863. (
  864. 'enabled' => true,
  865. 'server_groups_id' => array(11,14,16,18,19,20,121,24), //all checking client's server groups
  866. 'ignored_groups' => array(0),
  867. 'idle_time' => 3000, //idle time to have away status (in seconds)
  868. 'show_description' => true, //show description on channels
  869. 'status' => array
  870. (
  871. 'online' => 'online',
  872. 'offline' => 'offline',
  873. 'away' => 'away',
  874. ),
  875. 'info' => array
  876. (
  877. /***************************************************************
  878.  
  879. (you can copy this to use this function many times)
  880.  
  881. 10 => array //client databse id => array
  882. (
  883. 'channel_id' => 432, //channel id
  884. 'format' => '[RANG] >> [NICK] >> [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  885. 'fb' => 'https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/messages/', //If none set 0
  886. 'email' => 'battnik90@gmail.com', //If none set 0
  887. ),
  888.  
  889. ***************************************************************/
  890.  
  891. 8 => array // client dbid => array
  892. (
  893. 'channel_id' => 45, //channel id
  894. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  895. 'fb' => '0',
  896. 'email' => 'mail@3LAU.pl',
  897. ),
  898. 24 => array // client dbid => array
  899. (
  900. 'channel_id' => 48, //channel id
  901. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  902. 'fb' => '0',
  903. 'email' => '0',
  904. ),
  905. 32 => array // client dbid => array
  906. (
  907. 'channel_id' => 51, //channel id
  908. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  909. 'fb' => '0',
  910. 'email' => '0',
  911. ),
  912. 0 => array // client dbid => array
  913. (
  914. 'channel_id' => 54, //channel id
  915. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  916. 'fb' => '0',
  917. 'email' => '0',
  918. ),
  919. 0 => array // client dbid => array
  920. (
  921. 'channel_id' => 57, //channel id
  922. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  923. 'fb' => '0',
  924. 'email' => '0',
  925. ),
  926. 0 => array // client dbid => array
  927. (
  928. 'channel_id' => 60, //channel id
  929. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  930. 'fb' => '0',
  931. 'email' => '0',
  932. ),
  933. 63 => array // client dbid => array
  934. (
  935. 'channel_id' => 63, //channel id
  936. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  937. 'fb' => '0',
  938. 'email' => '0',
  939. ),
  940. 0 => array // client dbid => array
  941. (
  942. 'channel_id' => 68, //channel id
  943. 'format' => '[[RANG]]▪ [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  944. 'fb' => '0',
  945. 'email' => '0',
  946. ),
  947. ),
  948. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  949. ),
  950.  
  951. // ENG [Status sinusbot] # PL [Status sinusbotów]
  952. 'status_sinusbot' => array
  953. (
  954. 'enabled' => true,
  955. 'channel_id' => 71,
  956. 'bots_server_groups' => array(47),
  957. 'top_description' => '[img]https://i.imgur.com/cWwskNb.png[/img]',
  958. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  959. ),
  960.  
  961. // ENG [List of server queries online] # PL [Lista klientów server query online]
  962. 'server_query_online' => array
  963. (
  964. 'enabled' => true,
  965. 'channel_id' => 72,
  966. 'channel_name' => '» Server Query online: [ONLINE]', //[ONLINE] - Server Query online
  967. 'top_description' => '[img]https://i.imgur.com/KCvBQlm.png[/img]',
  968. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 20),
  969. ),
  970.  
  971. // ENG [Ban list] # PL [Lista banów]
  972. 'ban_list' => array
  973. (
  974. 'enabled' => true,
  975. 'channel_id' => 73,
  976. 'how_many' => 10,
  977. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  978. ),
  979.  
  980. // ENG [Facebook posts] # PL [Posty z facebook'a]
  981. 'facebook_posts' => array
  982. (
  983. 'enabled' => false,
  984. 'channel_id' => 31,
  985. 'channel_name' => '» Fanpage (Likes: [LIKES])', //[LIKES] - likes count
  986. 'page_id' => '1719172075053504', //You can find it on website: https://findmyfbid.com/
  987. 'access_token' => '',
  988. 'posts' => 1,
  989. 'link_to_fanpage' => 'https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/',
  990. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 1,'minutes' => 0,'seconds' => 0),
  991. ),
  992.  
  993. // ENG [Game servers' info] # PL [Informacje o serwerach gier]
  994. 'servers_info' => array
  995. (
  996. 'enabled' => true,
  997. 'info' => array
  998. (
  999. /******************************************
  1000.  
  1001. 0 => array
  1002. (
  1003. 'type' => 'server_type',
  1004. 'host' => 'ip:port', //for example 195.32.532.321:1045
  1005. 'channel_id' => channel_id(value), //for exaple 45
  1006. 'channel_name' => 'channel_name(value)',
  1007. ),
  1008.  
  1009. server_type: 'cs16' - CS 1.6 server | 'csgo' - CS:GO server | 'minecraft' - Minecraft server
  1010. All servers: https://github.com/Austinb/GameQ/tree/v3/src/GameQ/Protocols
  1011.  
  1012. vars in channel name: [NAME] - name of server | [CLIENTS_ONLINE] - online clients | [CLIENTS_MAX] - max clients | [MAP] - map in CS servers | [VERSION] - version in minecraft server
  1013.  
  1014. For example:
  1015.  
  1016. 0 => array growing number from 0 (0,1,2,3,4,5,itd)
  1017. (
  1018. 'type' => 'cs16',
  1019. 'host' => '193.70.125.254:27030',
  1020. 'channel_id' => 20922,
  1021. 'channel_name' => 'Online: [CLIENTS_ONLINE] | Mapa: [MAP]',
  1022. 'custom_server_name' => '0', // Set 0 if none
  1023. ),
  1024.  
  1025. ******************************************/
  1026.  
  1027. 0 => array
  1028. (
  1029. 'type' => 'cs16',
  1030. 'host' => '91.224.117.37:27050',
  1031. 'channel_id' => 402,
  1032. 'channel_name' => 'DupShoot : ONLY DD2 ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  1033. 'custom_server_name' => 'ONLY DD2', // Set 0 if none
  1034. ),
  1035. 1 => array
  1036. (
  1037. 'type' => 'cs16',
  1038. 'host' => '46.29.21.219:27215',
  1039. 'channel_id' => 403,
  1040. 'channel_name' => 'DupShoot : JailBreak ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  1041. 'custom_server_name' => 'JailBreak', // Set 0 if none
  1042. ),
  1043. 3 => array
  1044. (
  1045. 'type' => 'cs16',
  1046. 'host' => '54.36.186.16:27120',
  1047. 'channel_id' => 404,
  1048. 'channel_name' => 'DupShoot : DD2+BF4 ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  1049. 'custom_server_name' => 'DD2+BF4', // Set 0 if none
  1050. ),
  1051. 4 => array
  1052. (
  1053. 'type' => 'cs16',
  1054. 'host' => '145.239.236.14:27060',
  1055. 'channel_id' => 405,
  1056. 'channel_name' => 'DupShoot : COD MOD ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  1057. 'custom_server_name' => 'COD MOD', // Set 0 if none
  1058. ),
  1059. 5 => array
  1060. (
  1061. 'type' => 'cs16',
  1062. 'host' => '188.165.19.26:27175',
  1063. 'channel_id' => 406,
  1064. 'channel_name' => 'DupShoot : 2MAPS ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  1065. 'custom_server_name' => '2MAPS', // Set 0 if none
  1066. ),
  1067. ),
  1068. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  1069. ),
  1070.  
  1071. // ENG [Users' country list] # PL [Lista krajów użytkowników]
  1072. 'country_list' => array
  1073. (
  1074. 'enabled' => false,
  1075. 'channel_id' => 35,
  1076. 'channel_name' => '» Osób online spoza Polski: [ONLINE]', //[ONLINE] online clients outside the specified country
  1077. 'default_country' => 'PL',
  1078. 'top_description' => 'Lista osób ONLINE spoza Polski',
  1079. 'ignored_groups' => array(31,43),
  1080. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 2,'seconds' => 0),
  1081. ),
  1082.  
  1083. // ENG [Name_day in channel name] # PL [Imieniny w nazwie kanału]
  1084. 'name_day' => array
  1085. (
  1086. 'enabled' => true,
  1087. 'channel_id' => 74,
  1088. 'channel_name' => '» Imieniny: [NAME]', //[NAME] - name
  1089. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 2,'seconds' => 0),
  1090. ),
  1091.  
  1092. // ENG [Partners] # PL [Partnerzy]
  1093. 'partners' => array
  1094. (
  1095. 'enabled' => false,
  1096. 'channel_id' => 129,
  1097. 'info' => array
  1098. (
  1099. '[cspacer] TSowicze.pl' => "[center][img]https://i.imgur.com/oKhD1uM.png[/img][/center]",
  1100. '[cspacer] Aplikacja XBot' => "[center][img]http://adamek-ts3.eu/png/Xbot.png[/img][hr][/center][center][size=15][b]Informacje[/b][/size][/center][hr]
  1101. [list][*][size=10][b]Witam, chciałbym Wam zaprezentować bota pod serwery TS3 - [url=ts3server://xbot-ts3.pl]XBota.[/url][/list][list][*][B]Jest on zautomatyzowaną aplikacją napisaną od zera przeze mnie ([U][I] RazorMeister [/I][/U]). Posiada dużo pluginów, eventów i komend, które ułatwiają pracę zarówno administracji serwerów jak i ich użytkownikom. Więcej szczegółowych informacji dotyczących poszczególnych instancji jak i samych funkcji udzielę Na Ts3 IP: [url=ts3server://xbot-ts3.pl]XBot-Ts3.pl.[/url][/B][/list][list][*][size=10][B]Forum: [/B][url=https://tsforum.pl/xbot-bot-pod-tw%C3%B3j-serwer-teamspeak3-797/][B][XBOT] - Bot pod Twój serwer TeamSpeak3[/B][/url][/list][list][*][size=10][img]https://i.imgur.com/xcWAHb0.png[/img] [B]FB[/B]: [url=https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/messages/][B]XBOT[/B][/url][/list][list][*][size=10][img]https://i.imgur.com/7zaoIAK.png[/img] [B]Email[/B]: [url=mailto:battnik90@gmail.com][B]battnik90@gmail.com[/B][/url]
  1102. [hr][/list]",
  1103. ),
  1104. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  1105. ),
  1106.  
  1107. // ENG [Generate cache] # PL [Generuj plik cache]
  1108. 'generate_cache' => array
  1109. (
  1110. 'enabled' => false,
  1111. 'target_file' => '/var/www/html/cache/cachebot.txt',
  1112. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1113. ),
  1114.  
  1115. // ENG [XBot info] # PL [Informacje od twórcy w opisie kanału]
  1116. 'xbot_info' => array //Checking on the server every 15 minutes
  1117. (
  1118. 'enabled' => true,
  1119. 'channel_id' => 75,
  1120. 'translate' => array
  1121. (
  1122. 'enabled' => true,
  1123. 'target_language' => 'pl', // Type language code https://cloud.google.com/translate/docs/languages
  1124. ),
  1125. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 30),
  1126. ),
  1127.  
  1128. // ENG [Get YT channel] # PL [Otrzymywanie kanału YouTube]
  1129. 'get_yt_channel' => array // Db must be on
  1130. (
  1131. 'enabled' => false,
  1132. 'if_client_on_channel' => array(38), // all checking channels id
  1133.  
  1134. 'if_on_channel' => 38,
  1135. 'channel_group_id' => 12, // default channel admin group
  1136. 'subchannels' => 5, // how many subchannels
  1137. 'subchannels_red' => true, // true - max cleints = 0 | false - max clients = unlimited
  1138. 'videos_count' => true, // create channel with information about videos count on yt channel
  1139. 'views_count' => true, // create channel with information about views count on yt channel
  1140. 'after_channel' => 79, // the first channel for example spacer
  1141.  
  1142. 'spacer_between' => array
  1143. (
  1144. 'enabled' => true,
  1145. 'spacer_name' => '[*spacerYT[NUM]]___',
  1146. 'join_needed' => 150,
  1147. 'modify_needed' => 100,
  1148. ),
  1149. 'main_channel' => '[cspacer]■ [[NUM]] YT ■', // [NUM] - vip channel number
  1150. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 10,'seconds' => 0),
  1151. ),
  1152.  
  1153. // ENG [Away Group] # PL [Grupa away]
  1154. 'away_group' => array
  1155. (
  1156. 'enabled' => false,
  1157. 'server_group_copy' => 65,
  1158. 'min_idle_time' => 5*60,
  1159. 'ignored_groups' => array(41),
  1160. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1161. ),
  1162.  
  1163. // ENG [Cache icons] # PL [Generuj ikonki do katalogu]
  1164. 'cache_icons' => array
  1165. (
  1166. 'enabled' => true,
  1167. 'icons_path' => '/var/www/html/server_icons/',
  1168. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  1169. ),
  1170.  
  1171. // ENG [Weather in cities] # PL [Pogoda w miastach]
  1172. 'weather' => array
  1173. (
  1174. 'enabled' => true,
  1175. 'api_key' => 'd261baba1ffff6dff1bafc6c31309062', //You can find api on website: openweathermap.org
  1176. 'info' => array
  1177. (
  1178. 76 => array
  1179. (
  1180. 'country_code' => 'PL', //country code for example: Poland - PL
  1181. 'city' => 'Warszawa', //without polish symbols
  1182. 'channel_name' => '» Pogoda - [CITY]', //[CITY] - city name
  1183. ),
  1184. ),
  1185. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  1186. ),
  1187.  
  1188. // ENG [Countdown] # PL [Odliczanie]
  1189. 'countdown' => array
  1190. (
  1191. 'enabled' => false,
  1192. 'time_settings' => array('days' => true, 'hours' => true, 'minutes' => false),
  1193. 'info' => array
  1194. (
  1195. /**************************************
  1196.  
  1197. '0' => array // Growing number: 0, 1, 2, etc
  1198. (
  1199. 'channel_id' => 5761,
  1200. 'channel_name' => 'Do wakacji [COUNT]', //[COUNT] - time to/from date
  1201. 'date' => '22-06-2018 09:00', // Format: dd-mm-YYYY GG:MM for example: 22-06-2018 09:00
  1202. 'count_type' => 'to_date', // Count type: 'to_date' (for example time to next event), 'from_date' (for example time from server start)
  1203. ),
  1204.  
  1205. ***************************************/
  1206.  
  1207. '0' => array
  1208. (
  1209. 'channel_id' => 41,
  1210. 'channel_name' => '» Do [COUNT]', //[COUNT] - time to/from date
  1211. 'date' => '03-09-2018 09:00', // Format: dd-mm-YYYY GG:MM for example: 22-06-2018 09:00
  1212. 'count_type' => 'to_date', // Count type: 'to_date' (for example time to next event), 'from_date' (for example time from server start)
  1213. ),
  1214. '1' => array
  1215. (
  1216. 'channel_id' => 42,
  1217. 'channel_name' => '» Od [COUNT]', //[COUNT] - time to/from date
  1218. 'date' => '01-01-2018 09:00', // Format: dd-mm-YYYY GG:MM for example: 22-06-2018 09:00
  1219. 'count_type' => 'from_date', // Count type: 'to_date' (for example time to next event), 'from_date' (for example time from server start)
  1220. ),
  1221. ),
  1222. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  1223. ),
  1224. );
  1225.  
  1226. $config['instance']['2']['logs_system'] = array
  1227. (
  1228. /****************************************************************************
  1229.  
  1230. ENG [LOGS SYSTEM] # PL [SYSTEM LOGÓW]
  1231.  
  1232. ****************************************************************************/
  1233.  
  1234. 'logs' => array
  1235. (
  1236. // ENG [Turn on/off logs system (true or false)] # PL [Wlaczenie lub wylaczenie systemu logów]
  1237. 'enabled' => true,
  1238.  
  1239. // ENG [Days, after which, log files will be deleted] # PL [Czas w dniach, po których pliki logów zostana usunięte]
  1240. 'delete_interval' => '3',
  1241. ),
  1242. );
  1243.  
  1244. $config['instance']['2']['options'] = array
  1245. (
  1246. /****************************************************************************
  1247.  
  1248. ENG [INSTANCE OPTIONS] # PL [OPCJE INSTANCJI]
  1249.  
  1250. ****************************************************************************/
  1251.  
  1252. // ENG [Folder for functions containing all events and plugins] # PL [Folder w którym sa wszystkie eventy i pluginy]
  1253. 'folder' => 'second_instance',
  1254.  
  1255. // ENG [Bot interval in seconds] # PL [Interwal bota w sekundach]
  1256. 'bot_interval' => 1,
  1257.  
  1258. // ENG ['events_plugins' or 'commands' (default 'events_plugins')] # PL ['events_plugins' lub 'commands' (domyślnie 'events_plugins')]
  1259. 'function_type' => 'events_plugins',
  1260. );
  1261.  
  1262. $config['instance']['2']['functions'] = array
  1263. (
  1264.  
  1265. /**************************************
  1266.  
  1267. ENG [PLUGINS] # PL [PLUGINY]
  1268.  
  1269. **************************************/
  1270.  
  1271. 'plugins' => true,
  1272.  
  1273. // ENG [Connect message] # PL [Wiadomośc polaczenia]
  1274. 'connect_message' => array
  1275. (
  1276. 'enabled' => true,
  1277. 'file' => 'include/cache/connect_message.txt', //file to connect message
  1278. 'many_messages' => true, //true if single line = one message || false for one message
  1279. 'to_groups' => array(-1), //connect message to specified server_groups | set -1 to all server groups | set gorups_id separated by comma
  1280.  
  1281. /************************************
  1282.  
  1283. [CLIENT_IP] = Client nickname
  1284. [CLIENT_NICK] = Client nickname
  1285. [CLIENT_COUNTRY] = Client country
  1286. [CLIENT_DBID] = Client databse id
  1287. [CLIENT_VERSION] = Client TS3 version
  1288. [CLIENT_CONNECTIONS] = Client total connections
  1289. [CLIENT_PLATFORM] = Client platform
  1290. [CLIENT_TOTALCONNECTIONS] = Client total connections
  1291. [CLIENT_LASTCONNECTED] = Client lastconnected
  1292. [CLIENT_AWAY_MESSAGE] = Client away message
  1293. [CLIENT_CREATED] = Client created
  1294. [CLIENT_ON_SERVER_FOR] = Client is with server for ... for example 2 days and 1 minute
  1295.  
  1296. [SERVER_MAX_CLIENTS] = Server max clients
  1297. [SERVER_ONLINE] = Online users
  1298. [SERVER_CHANNELS] = Channel number
  1299. [SERVER_ID] = Virtual server id
  1300. [SERVER_PORT] = Server port
  1301. [SERVER_NAME] = Server name
  1302. [SERVER_VERSION] = Server version
  1303. [SERVER_VUI] = Server unique identifier
  1304. [SERVER_WELCOME_MESSAGE] = Virtualserver welcomemessage
  1305. [SERVER_PLATFORM] = Server platform
  1306. [SERVER_HOSTMESSAGE] = Server hostmessage
  1307. [SERVER_UPTIME] = Server uptime
  1308.  
  1309.  
  1310. *************************************/
  1311. ),
  1312.  
  1313. // ENG [Register groups assigner] # PL [Przypisywanie zarejestrowanych grup]
  1314. 'groups_assigner' => array
  1315. (
  1316. 'enabled' => true,
  1317. 'if_client_on_channel' => array(78,79), //all checking channels id
  1318. 'register_groups' => array(44,45), //all register groups
  1319. 'info' => array
  1320. (
  1321. 78 => 44, //channel_id => server group id,
  1322. 79 => 45,
  1323. ),
  1324. //Minimal time on server to be registered [Db connect must be on]
  1325. 'min_time_on_server' => 1, //in minutes
  1326. ),
  1327.  
  1328. // ENG [Assign afk group] # PL [Przypisz grupę afk]
  1329. 'afk_group' => array
  1330. (
  1331. 'enabled' => true,
  1332. 'afk_group' => 113, //afk group id
  1333. 'idle_time' => 1800, //in seconds
  1334. 'set_group_if_away' => true, //set afk group if client has away status
  1335. 'set_group_if_muted'=> true, //set afk group if client is muted
  1336. 'ignored_groups' => array(114,115,47,9),
  1337. 'ignored_channels' => array(),
  1338. ),
  1339.  
  1340. // ENG [Move afk clients to channel] # PL [Przenieś użytkowników afk na kanal]
  1341. 'afk_move' => array
  1342. (
  1343. 'enabled' => true,
  1344. 'channel_id' => 31, //afk channel id
  1345. 'idle_time' => 2400, //in seconds
  1346. 'move_if_away' => true, //move client if has away status
  1347. 'move_if_muted'=> true, //move client if is muted
  1348. 'move_back' => true, //if client no longer afk move him back (true or false)
  1349. 'message_type' => 'message', //poke | message | none
  1350. 'ignored_groups' => array(11,14,16,18,19,20,24,114,115,47),
  1351. 'ignored_channels' => array(),
  1352. 'kick_from_server' => array
  1353. (
  1354. 'enabled' => false,
  1355. 'min_idle_time' => 300, //in seconds
  1356. 'msg' => 'Zbyt długi AFK!', //Message in kick
  1357. ),
  1358. ),
  1359.  
  1360. // ENG [Server groups security] # PL [Zabezpieczenie grup serwera]
  1361. 'groups_security' => array
  1362. (
  1363. 'enabled' => true,
  1364. 'info' => array
  1365. (
  1366. /*'0' => array //growing number, for example 1, 2, 3...
  1367. (
  1368. 'group_id' => 209, //group Id
  1369. 'ignored_dbid' => array(10,16,42), //privilege client database id's
  1370. 'give_back' => true, //give the rank back for people in ignoredId
  1371. 'type' => 'nothing', //`ban`, `kick`, `nothing` (just group delete and poke)
  1372. 'message' => '', //message to the client; if `ban` or `kick` it's the reason, if `nothing` it's a poke message
  1373. 'time' => 5, //ban timeout
  1374. ), */
  1375.  
  1376. '0' => array
  1377. (
  1378. 'group_id' => 9,
  1379. 'ignored_dbid' => array(15),
  1380. 'give_back' => true,
  1381. 'type' => 'ban',
  1382. 'message' => 'Nie mozesz miec rangi CEO!',
  1383. 'time' => 9999999,
  1384. ),
  1385. '1' => array
  1386. (
  1387. 'group_id' => 25,
  1388. 'ignored_dbid' => array(),
  1389. 'give_back' => true,
  1390. 'type' => 'kick',
  1391. 'message' => 'Nie mozesz miec rangi Support!',
  1392. 'time' => 5,
  1393. ),
  1394. '2' => array
  1395. (
  1396. 'group_id' => 61,
  1397. 'ignored_dbid' => array(),
  1398. 'give_back' => true,
  1399. 'type' => 'kick',
  1400. 'message' => 'Nie mozesz miec rangi TEST Support!',
  1401. 'time' => 5,
  1402. ),
  1403. ),
  1404. ),'0' => array
  1405. (
  1406. 'group_id' => 11,
  1407. 'ignored_dbid' => array(8),
  1408. 'give_back' => true,
  1409. 'type' => 'nothing',
  1410. 'message' => 'Nie mozesz miec rangi Wlasciciel 3LAU.pl!',
  1411. 'time' => 5,
  1412. ),
  1413. '1' => array
  1414. (
  1415. 'group_id' => 14,
  1416. 'ignored_dbid' => array(24,32),
  1417. 'give_back' => true,
  1418. 'type' => 'nothing',
  1419. 'message' => 'Nie mozesz miec rangi Query!',
  1420. 'time' => 5,
  1421. ),
  1422. '2' => array
  1423. (
  1424. 'group_id' => 16,
  1425. 'ignored_dbid' => array(0),
  1426. 'give_back' => true,
  1427. 'type' => 'nothing',
  1428. 'message' => 'Nie mozesz miec rangi Root!',
  1429. 'time' => 5,
  1430. ),
  1431.  
  1432. '3' => array
  1433. (
  1434. 'group_id' => 18,
  1435. 'ignored_dbid' => array(0),
  1436. 'give_back' => true,
  1437. 'type' => 'nothing',
  1438. 'message' => 'Nie mozesz miec rangi HeadAdmin!',
  1439. 'time' => 5,
  1440. ),
  1441.  
  1442. '4' => array
  1443. (
  1444. 'group_id' => 19,
  1445. 'ignored_dbid' => array(63),
  1446. 'give_back' => true,
  1447. 'type' => 'nothing',
  1448. 'message' => 'Nie mozesz miec rangi Super Server Admin!',
  1449. 'time' => 5,
  1450. ),
  1451.  
  1452. '5' => array
  1453. (
  1454. 'group_id' => 20,
  1455. 'ignored_dbid' => array(0),
  1456. 'give_back' => true,
  1457. 'type' => 'nothing',
  1458. 'message' => 'Nie mozesz miec rangi ServerAdmin!',
  1459. 'time' => 5,
  1460. ),
  1461.  
  1462. '6' => array
  1463. (
  1464. 'group_id' => 121,
  1465. 'ignored_dbid' => array(0),
  1466. 'give_back' => true,
  1467. 'type' => 'nothing',
  1468. 'message' => 'Nie mozesz miec rangi NewAdmin!',
  1469. 'time' => 5,
  1470. ),
  1471. '7' => array
  1472. (
  1473. 'group_id' => 24,
  1474. 'ignored_dbid' => array(0),
  1475. 'give_back' => true,
  1476. 'type' => 'nothing',
  1477. 'message' => 'Nie mozesz miec rangi TestAdmin!',
  1478. 'time' => 5,
  1479. ),
  1480. ),
  1481. ),
  1482.  
  1483. // ENG [Baning for having warning rangs] # PL [Ban za posiadanie X ostrzeżen]
  1484. 'warning_ban' => array
  1485. (
  1486. 'enabled' => false,
  1487. 'ban_time' => '1200', // in seconds
  1488. 'ban_message' => 'Za duzo ostrzezen!',
  1489. 'with_rang' => 212, // the last warning id, for example Warning #3 (if you have 3 warnings)
  1490. 'warning_id' => array
  1491. (
  1492. 212, // the last warning id, for example Warning #3 (if you have 3 warnings)
  1493. 146,
  1494. 144,
  1495. ),
  1496. ),
  1497.  
  1498. // ENG [Block recording users] # PL [Blokowanie użytkowników za nagrywanie]
  1499. 'block_recording' => array
  1500. (
  1501. 'enabled' => true,
  1502. 'ignored_groups' => array(0),
  1503. 'type' => 'kick', //`ban`, `kick`,
  1504. 'message' => 'Nie możesz nagrywać!', //message to the client; if `ban` or `kick` it's the reason
  1505. 'time' => 60, //ban timeout
  1506.  
  1507. ),
  1508.  
  1509. // ENG [Anty VPN] # PL [Event przeciw VPN'om]
  1510. 'anty_vpn' => array
  1511. (
  1512. 'enabled' => true,
  1513. 'X-Key' => 'MjIyOTpsa0g2em5kdm03cUx1SUtXSXB1RERuWFhoREp1VXBiTg==', // You can change at website `https://iphub.info/pricing`
  1514. 'ignored_groups' => array(55),
  1515. 'allowed_ips' => array('127.0.0.1'), //ignored ips in `'` for example: '127.0.0.1' separated by comma. Your IP, where xbot is, is included.
  1516. 'type' => 'kick', //`poke`, `kick`, `ban`
  1517. 'ban_time' => '60', //in seconds
  1518. 'message_to_client' => "Używasz VPN'a!",
  1519. ),
  1520.  
  1521. /**************************************
  1522.  
  1523. ENG [EVENTS] # PL [EVENTY]
  1524.  
  1525. **************************************/
  1526.  
  1527. 'events' => true,
  1528.  
  1529. // ENG [Auto register] # PL [Auto rejestracja]
  1530. 'auto_register' => array
  1531. (
  1532. 'enabled' => false,
  1533. 'ignored_groups' => array(9,25,61,67,10,28),
  1534. 'register_group' => 10, //register group
  1535. //Minimal time on server to be registered [Db connect must be on]
  1536. 'min_time_on_server' => 5, //in minutes
  1537. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  1538. ),
  1539.  
  1540. // ENG [Advertisement message] # PL [Reklama]
  1541. 'advertisement_message' => array
  1542. (
  1543. 'enabled' => false,
  1544. 'type' => 'chat', //'chat' - global chat | 'pw' - pw to all users | 'poke' - poke to all users
  1545. 'advertisements' => array
  1546. (
  1547. /***********************
  1548.  
  1549. 'Zapraszamy do rejestracji!',
  1550. 'Wiadmość testowa XBot',
  1551.  
  1552. ***********************/
  1553.  
  1554. '[b]Dodaj ten serwer do zakładek: [url=ts3server://xbot-ts3.pl.pl?addbookmark=xbot-ts3.pl][COLOR=#ff0000]Kliknij Tu i Dodaj![/COLOR][/url][/b]',
  1555. '[b][color=red]Witaj na serwerze testowym aplikacji XBot![/b]',
  1556. ),
  1557. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 10,'minutes' => 0,'seconds' => 0),
  1558. ),
  1559.  
  1560. // ENG [Time and date] # PL [Data i godzina]
  1561. 'clock_date' => array
  1562. (
  1563. 'enabled' => true,
  1564. 'content' => array
  1565. (
  1566. 'clock' => array //clock in channel name
  1567. (
  1568. 'enabled' => true,
  1569. 'channel_id' => 80,
  1570. 'channel_name' => '» Aktualna godzina : [CLOCK]', // [CLOCK] = clock
  1571. 'format' => 'G:i', // format G: hours, i: minutes, s: seconds
  1572. ),
  1573. 'date' => array //date in channel name
  1574. (
  1575. 'enabled' => true,
  1576. 'channel_id' => 81,
  1577. 'channel_name' => '» Dzisiejsza data : [DATE]', // [DATE] = date
  1578. 'format' => 'd-m-Y', // format m: month numeric, M: month in words, d: day numeric, D: day in words, Y: year
  1579. ),
  1580. 'date_and_clock' => array
  1581. (
  1582. 'enabled' => false,
  1583. 'channel_id' => 47,
  1584. 'channel_name' => '» Dzisiaj jest : [DATE&CLOCK]', // [DATE&CLOCK] = date & clock
  1585. 'format' => 'd-m-Y G:i', // format m: month numeric, M: month in words, d: day numeric, D: day in words, Y: year, G: hours, i: minutes, s: seconds
  1586. ),
  1587. ),
  1588. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 60),
  1589. ),
  1590.  
  1591. // ENG [Change server name] # PL [Zmiana nazwy serwera]
  1592. 'change_server_name' => array
  1593. (
  1594. /****************************************
  1595.  
  1596. DATE FORMAT
  1597.  
  1598. m: month numeric,
  1599. M: month in words,
  1600. d: day numeric,
  1601. D: day in words,
  1602. Y: year,
  1603. G: hours,
  1604. i: minutes,
  1605. s: seconds
  1606.  
  1607. ****************************************/
  1608.  
  1609. 'enabled' => true,
  1610. 'ignored_groups' => array(0), //ignored groups, not included in online number
  1611. 'server_name' => '3LAU.pl & DUPSHOOT [ONLINE: [ONLINE]/[MAX_CLIENTS]]', //[ONLINE] - online users, [MAX_CLIENTS] - max clients, [DATE] - format higher, [%] %online
  1612. 'format' => 'd-m-Y G:i',
  1613. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1614. 'data' => '1970-01-01 00:00:00', //Do not change
  1615. ),
  1616.  
  1617. // ENG [Client platform] # PL [Platforma klienta]
  1618. 'client_platform' => array
  1619. (
  1620. 'enabled' => false,
  1621. 'ignored_groups' => array(0),
  1622.  
  1623. 'windows_enabled' => false,
  1624. 'windows_group' => 1044,
  1625.  
  1626. 'linux_enabled' => false,
  1627. 'linux_group' => 236,
  1628.  
  1629. 'android_enabled' => true,
  1630. 'android_group' => 1044,
  1631.  
  1632. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 20),
  1633. ),
  1634.  
  1635. // ENG [Poke admins] # PL [Zaczepianie adminów]
  1636. 'poke_admins' => array
  1637. (
  1638. 'enabled' => true,
  1639. 'if_client_on_channel' => array(83,13), //all checking channels
  1640. 'ignored_groups' => array(0), //if admin has this group, bot will not poke him
  1641. 'ignored_group_if_on_channel' => array(0), //if client has this group, bot will not poke admins
  1642. 'info' => array
  1643. (
  1644. /*************************
  1645.  
  1646. ###
  1647. # poking server groups: channel_id => array(server_groups separated by comma),
  1648. ###
  1649.  
  1650. ###
  1651. # poking client: channel_id => client_database_id,
  1652. ###
  1653.  
  1654. *************************/
  1655.  
  1656. 83 => array(11,14,16,18,19,20,24),
  1657. 13 => array(11,14,16,18,19,20,24),
  1658. ),
  1659. 'ignored_channels' => array(), //channels where bot doesn't poke admins
  1660. 'inform_admin_once' => true, //Poke admin only one time
  1661. 'informing_about_channel' => true, //inform admin about the channel on which the user needs help
  1662. 'show_client_link' => true, //show client link ([url])
  1663. 'kick_if_away' => true, //kick client if is away (muted microphone/headphones)
  1664. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 2),
  1665. ),
  1666.  
  1667. // ENG [Generate banner] # PL [Generowanie baneru]
  1668. 'generate_banner' => array
  1669. (
  1670. /****************************************
  1671.  
  1672. font - 'arial', 'calibri', 'inconsolata', 'tahoma'
  1673. color - in RGB array(x, x, x) you can check colors on https://www.w3schools.com/colors/colors_rgb.asp
  1674. co-ordinates - array(size, rotation, x, y)
  1675.  
  1676. ****************************************/
  1677.  
  1678. 'enabled' => false,
  1679. 'admins_online' => array //Liczba adminow online
  1680. (
  1681. 'enabled' => true,
  1682. 'admins_server_groups' => array(11,14,16,18,19,20,23),
  1683. 'font' => 'calibri',
  1684. 'color' => array(255, 255, 255),
  1685. 'co-ordinates' => array(20,0,118,160),
  1686. ),
  1687. 'clients_online' => array //Klienci online
  1688. (
  1689. 'enabled' => true,
  1690. 'show_max_clients' => false,
  1691. 'font' => 'calibri',
  1692. 'color' => array(255, 255, 255),
  1693. 'co-ordinates' => array(20,0,118,235),
  1694. ),
  1695. 'record_online' => array //Rekord online
  1696. (
  1697. 'enabled' => true,
  1698. 'font' => 'calibri',
  1699. 'color' => array(255,255,255),
  1700. 'co-ordinates' => array(20,0,770,160),
  1701. ),
  1702. 'clock' => array //Zegar
  1703. (
  1704. 'enabled' => true,
  1705. 'font' => 'calibri',
  1706. 'color' => array(255, 255, 255),
  1707. 'co-ordinates' => array(20,0,110,80),
  1708. ),
  1709. 'channels_count' => array //Liczba kanałów
  1710. (
  1711. 'enabled' => false,
  1712. 'font' => 'calibri',
  1713. 'color' => array(255,255,255),
  1714. 'co-ordinates' => array(20,0,500,300),
  1715. ),
  1716. 'name_day' => array //Imieniny
  1717. (
  1718. 'enabled' => true,
  1719. 'font' => 'calibri',
  1720. 'color' => array(255,255,255),
  1721. 'co-ordinates' => array(15,0,455,255),
  1722. ),
  1723. 'fanpage_likes' => array //Like'i z fanpage'a
  1724. (
  1725. 'enabled' => true,
  1726. 'page_id' => '1719172075053504', //You can find it on website: https://findmyfbid.com/
  1727. 'access_token' => '',
  1728. 'font' => 'calibri',
  1729. 'color' => array(255,255,255),
  1730. 'co-ordinates' => array(20,0,770,80),
  1731. ),
  1732. 'uptime' => array //Uptime
  1733. (
  1734. 'enabled' => false,
  1735. 'font' => 'calibri',
  1736. 'color' => array(255,255,255),
  1737. 'co-ordinates' => array(20,0,300,300),
  1738. ),
  1739. 'date' => array //Data
  1740. (
  1741. 'enabled' => true,
  1742. 'font' => 'calibri',
  1743. 'format' => 'd.m.Y',
  1744. 'color' => array(255,255,255),
  1745. 'co-ordinates' => array(20,0,765,240),
  1746. ),
  1747.  
  1748. 'image_file' => array('include/cache/banner.png', 'include/cache/banner1.png', 'include/cache/banner2.png', 'include/cache/banner3.png'),
  1749. 'target_image_file' => '/var/www/html/banner.png',
  1750. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  1751. ),
  1752.  
  1753. // ENG [Host message] # PL [Wiadomość hosta]
  1754. 'host_message' => array
  1755. (
  1756. 'enabled' => true,
  1757. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 30),
  1758. ),
  1759.  
  1760. // ENG [Live DJ] # PL [Nick DJ'a w nazwie kanału]
  1761. 'live_dj' => array
  1762. (
  1763. 'enabled' => false,
  1764. 'info' => array
  1765. (
  1766. /*********************************
  1767.  
  1768. channel_id => 'nazwa_kanalu', //[DJ] - dj's nick
  1769.  
  1770. *********************************/
  1771.  
  1772. 48 => '» Obecny DJ: [DJ]', //[DJ] - dj's nick
  1773. ),
  1774. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 45),
  1775. ),
  1776.  
  1777. // ENG [Count users (registered/total)] # PL [Zliaczanie użytkowników (zarejestrowani/wszyscy)]
  1778. 'count_users' => array
  1779. (
  1780. 'enabled' => true, //DB must be on
  1781. 'channel_id' => 82,
  1782. 'channel_name' => '» Zarejestrowani użytkownicy: [REG]/[TOTAL]', //[REG] - registered users | [TOTAL] - total users in Db
  1783. 'unregistered_group_id' => 11,
  1784. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 30),
  1785. ),
  1786.  
  1787. // ENG [Show client_info after join the channel] # PL [Pokaż informacje o kliencie po wejściu na kanał]
  1788. 'client_info' => array
  1789. (
  1790. 'enabled' => true,
  1791. 'if_client_on_channel' => array(50),
  1792. 'message' => '[color=purple][b]Witaj [u][CLIENT_NICK][/u]![/b]\n [color=blue][b][i]Poniżej przedstawimy Twoje dane:[/i][/b]\n[color=blue]IP: [CLIENT_IP]\n[color=blue]Client Database ID: [CLIENT_DBID]\n[color=blue]Wszystkich połączeń: [CLIENT_TOTALCONNECTIONS]\n[color=blue]Wersja klienta TS3: [CLIENT_VERSION]\n[color=blue]Pierwsze połączenie: [CLIENT_CREATED]\n[color=blue]Ostatnie połączenie: [CLIENT_LASTCONNECTED]\n[color=blue]Platforma: [CLIENT_PLATFORM]\n[color=blue]Kraj: [CLIENT_COUNTRY]',
  1793.  
  1794. /************************************
  1795.  
  1796. [CLIENT_IP] = Client nickname
  1797. [CLIENT_NICK] = Client nickname
  1798. [CLIENT_COUNTRY] = Client country
  1799. [CLIENT_DBID] = Client databse id
  1800. [CLIENT_VERSION] = Client TS3 version
  1801. [CLIENT_CONNECTIONS] = Client total connections
  1802. [CLIENT_PLATFORM] = Client platform
  1803. [CLIENT_TOTALCONNECTIONS] = Client total connections
  1804. [CLIENT_LASTCONNECTED] = Client lastconnected
  1805. [CLIENT_AWAY_MESSAGE] = Client away message
  1806. [CLIENT_CREATED] = Client created
  1807. [CLIENT_ON_SERVER_FOR] = Client is with server for ... for example 2 days and 1 minute
  1808.  
  1809. *************************************/
  1810.  
  1811. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1812. ),
  1813.  
  1814. // ENG [Event records in the channel descrition] # PL [Zapisywanie klientów na np. event w opisie kanału]
  1815. 'event_records' => array
  1816. (
  1817. 'enabled' => false,
  1818. 'if_client_on_channel' => array(52),
  1819. 'channel_id' => 51,
  1820. 'top_description' => 'Zapisy na event', //Do not use [hr] in name!
  1821. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1822. ),
  1823.  
  1824. // ENG [Check temporary channels' name] # PL [Sprawdzanie nazw kanałów tymczasowych]
  1825. 'check_tmp_channel' => array
  1826. (
  1827. 'enabled' => true,
  1828. 'file' => 'include/cache/nicks_security.txt', //bad phrases separated by ,(comma) without spaces, enters etc
  1829. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1830. ),
  1831.  
  1832. // ENG [Check public zone] # PL [Sprawdzanie strefy kanałów publicznych]
  1833. 'check_public_zone' => array
  1834. (
  1835. 'enabled' => true,
  1836. 'info' => array
  1837. (
  1838. '0' => array // Growing number
  1839. (
  1840. 'channels_zone' => 413,
  1841. 'channel_name' => '» Kanał #[NUM]', //[Num] channel number
  1842. 'max_users' => 0, // 0 = unlimited
  1843. 'mininum_channels' => 3,
  1844. 'maximum_channels' => 25,
  1845. 'icon_id' => 0,
  1846. 'modify_power' => 100, //channel needed modify power
  1847. 'desc' => '[hr][center][size=15][b][COLOR=orange]♠3LAU.pl♠[/COLOR][/b][/size]',
  1848. ),
  1849. '1' => array // Growing number
  1850. (
  1851. 'channels_zone' => 89,
  1852. 'channel_name' => '» Kanał #[NUM]', //[Num] channel number
  1853. 'max_users' => 2, // 0 = unlimited
  1854. 'mininum_channels' => 3,
  1855. 'maximum_channels' => 25,
  1856. 'icon_id' => 0,
  1857. 'modify_power' => 100, //channel needed modify power
  1858. 'desc' => '[hr][center][size=15][b][COLOR=orange]♠3LAU.pl♠[/COLOR][/b][/size]',
  1859. ),
  1860. '2' => array // Growing number
  1861. (
  1862. 'channels_zone' => 90,
  1863. 'channel_name' => '» Kanał #[NUM]', //[Num] channel number
  1864. 'max_users' => 3, // 0 = unlimited
  1865. 'mininum_channels' => 3,
  1866. 'maximum_channels' => 25,
  1867. 'icon_id' => 0,
  1868. 'modify_power' => 100, //channel needed modify power
  1869. 'desc' => '[hr][center][size=15][b][COLOR=orange]♠3LAU.pl♠[/COLOR][/b][/size]',
  1870. ),
  1871. '3' => array // Growing number
  1872. (
  1873. 'channels_zone' => 91,
  1874. 'channel_name' => '» Kanał #[NUM]', //[Num] channel number
  1875. 'max_users' => 4, // 0 = unlimited
  1876. 'mininum_channels' => 3,
  1877. 'maximum_channels' => 25,
  1878. 'icon_id' => 0,
  1879. 'modify_power' => 100, //channel needed modify power
  1880. 'desc' => '[hr][center][size=15][b][COLOR=orange]♠3LAU.pl♠[/COLOR][/b][/size]',
  1881. ),
  1882. '4' => array // Growing number
  1883. (
  1884. 'channels_zone' => 92,
  1885. 'channel_name' => '» Kanał #[NUM]', //[Num] channel number
  1886. 'max_users' => 5, // 0 = unlimited
  1887. 'mininum_channels' => 3,
  1888. 'maximum_channels' => 25,
  1889. 'icon_id' => 0,
  1890. 'modify_power' => 100, //channel needed modify power
  1891. 'desc' => '[hr][center][size=15][b][COLOR=orange]♠3LAU.pl♠[/COLOR][/b][/size]',
  1892. ),
  1893.  
  1894. ),
  1895. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5 ),
  1896. ),
  1897.  
  1898. // ENG [Clear clients ranks] # PL [Wyczyść rangi klienta]
  1899. 'clear_ranks' => array
  1900. (
  1901. 'enabled' => true,
  1902. 'if_client_on_channel' => array(47), //all channels
  1903. 'info' => array
  1904. (
  1905. /**********************************
  1906.  
  1907. channel_id => array(ranks_to_clear),
  1908.  
  1909. **********************************/
  1910.  
  1911. 47 => array(26,29,30,31,32,124,34,83,87,89,92,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112,77,78,79,80,81,84,86,88,90,91,93,94,125,126,127,128,36,99,38,59,60,61,62,63,66,67,42,51,54,52,53,55,44,45,48,46),
  1912. ),
  1913. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1914. ),
  1915.  
  1916. // ENG [Delete client permissions] # PL [Wyczyść pozwolenia klienta]
  1917. 'delete_client_permissions' => array
  1918. (
  1919. 'enabled' => true,
  1920. 'ignored_groups' => array(0), //ignored server groups
  1921. 'ignored_dbids' => array(1,16,17), //ignored database clients id
  1922. 'ignored_perms' => array('i_icon_id'), //this perms won't be deleted
  1923. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 2),
  1924. ),
  1925.  
  1926. // ENG [Check clients on the same IP] # PL [Sprawdzanie użytkowników na tym samym ip]
  1927. 'check_ip' => array
  1928. (
  1929. 'enabled' => true,
  1930. 'ignored_groups' => array(),
  1931. 'max_users' => 2, // Max users on the same ip
  1932. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  1933. ),
  1934.  
  1935. // ENG [Check urls in the channel description] # PL [Sprawdzanie linków w opisach kanałów]
  1936. 'check_description' => array
  1937. (
  1938. 'enabled' => false,
  1939. // Allowed links are in the file: include/cache/allowed_links.txt
  1940. 'channels' => array(53), // Type only parent channels
  1941. 'channel_info' => 565, // Info about not allowed links on channels
  1942. 'check_vip_channels' => true, // true or false
  1943. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1944. ),
  1945.  
  1946. // ENG [Save channel edits logs in description] # PL [Zapisz logi edycji kanału w opisie]
  1947. 'channels_edits' => array
  1948. (
  1949. 'enabled' => false,
  1950. 'zones' => array
  1951. (
  1952. /*********************
  1953.  
  1954. channel_id => array(checking_channels),
  1955.  
  1956. *********************/
  1957.  
  1958. 54 => array(55,56),
  1959. ),
  1960. 'ignored_groups' => array(),
  1961. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  1962. ),
  1963.  
  1964. // ENG [Fill channels' description when is empty] # PL [Wpisz opis do pustych kanałów]
  1965. 'fill_empty_channels' => array
  1966. (
  1967. 'enabled' => true,
  1968. 'description' => "[hr][center][img]https://3lau.pl/logo.png[/img][/center][hr]",
  1969. 'needed_phrase' => "spacer", // Channel need this phrase in name
  1970. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 1,'minutes' => 0,'seconds' => 0),
  1971. ),
  1972. );
  1973.  
  1974. $config['instance']['3']['logs_system'] = array
  1975. (
  1976. /****************************************************************************
  1977.  
  1978. ENG [LOGS SYSTEM] # PL [SYSTEM LOGÓW]
  1979.  
  1980. ****************************************************************************/
  1981.  
  1982. 'logs' => array
  1983. (
  1984. // ENG [Turn on/off logs system (true or false)] # PL [Wlaczenie lub wylaczenie systemu logów]
  1985. 'enabled' => true,
  1986.  
  1987. // ENG [Days, after which, log files will be deleted] # PL [Czas w dniach, po których pliki logów zostana usunięte]
  1988. 'delete_interval' => '3',
  1989. ),
  1990. );
  1991.  
  1992. $config['instance']['3']['options'] = array
  1993. (
  1994. /****************************************************************************
  1995.  
  1996. ENG [INSTANCE OPTIONS] # PL [OPCJE INSTANCJI]
  1997.  
  1998. ****************************************************************************/
  1999.  
  2000. // ENG [Folder for functions containing all events and plugins] # PL [Folder w którym sa wszystkie eventy i pluginy]
  2001. 'folder' => 'third_instance',
  2002.  
  2003. // ENG [Bot interval in seconds] # PL [Interwal bota w sekundach]
  2004. 'bot_interval' => 3,
  2005.  
  2006. // ENG ['events_plugins' or 'commands' (default 'events_plugins')] # PL ['events_plugins' lub 'commands' (domyślnie 'events_plugins')]
  2007. 'function_type' => 'events_plugins',
  2008. );
  2009.  
  2010. $config['instance']['3']['functions'] = array
  2011. (
  2012. /**************************************
  2013.  
  2014. ENG [PLUGINS] # PL [PLUGINY]
  2015.  
  2016. **************************************/
  2017.  
  2018. 'plugins' => false,
  2019.  
  2020. /**************************************
  2021.  
  2022. ENG [EVENTS] # PL [EVENTY]
  2023.  
  2024. **************************************/
  2025.  
  2026. 'events' => true,
  2027.  
  2028. // ENG [New users daily] # PL [Nowi użytkownicy dzisiaj]
  2029. 'new_daily_users' => array
  2030. (
  2031. 'enabled' => true,
  2032. 'channel_id' => 93,
  2033. 'with_rang' => 44,45, //checking if client has one of these rangs
  2034. 'channel_name' => '» Nowi Użytkownicy: [NEW]', //[NEW] - how many new users
  2035. 'top_description' => 'Nowi uzytkownicy dzisiaj',
  2036. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  2037. ),
  2038.  
  2039. // ENG [Visitors] # PL [Odwiedziny]
  2040. 'visitors' => array
  2041. (
  2042. 'enabled' => true,
  2043. 'channel_id' => 94,
  2044. 'channel_name' => '» Odwiedziło nas: [VISITORS]', //[VISITORS] - how many visitors
  2045. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  2046. ),
  2047.  
  2048. // ENG [Clients in your database] # PL [Użytkownicy w bazie danych]
  2049. 'client_to_db' => array //you need this event if you want to use these events -> (top_connections, top_connection_time, top_idle_time, top_time_spent, levels)
  2050. (
  2051. 'enabled' => true,
  2052. 'idle_time' => 5 * 60, //idle time in seconds
  2053. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  2054. ),
  2055.  
  2056. // ENG [Top connections] # PL [Najwięcej polaczeń]
  2057. 'top_connections' => array
  2058. (
  2059. 'enabled' => true,
  2060. 'channel_id' => 95,
  2061. 'top_description' => '[img]https://3LAU.pl/logo.png[/img]',
  2062. 'records' => 15, //how many clients
  2063. 'ignored_groups' => array(1,2,3,4,5,47,114,115),
  2064. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2065. ),
  2066.  
  2067. // ENG [Top connection time] # PL [Najdluższe polaczenia]
  2068. 'top_connection_time' => array
  2069. (
  2070. 'enabled' => true,
  2071. 'channel_id' => 96,
  2072. 'top_description' => '[img]https://3LAU.pl/logo.png[/img]',
  2073. 'records' => 15, //how many clients
  2074. 'ignored_groups' => array(1,2,3,4,5,47,114,115),
  2075. 'time_settings' => array('days' => true, 'hours' => true, 'minutes' => true),
  2076. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2077. ),
  2078.  
  2079. // ENG [Top client idle time] # PL [Najdluższy czas nieaktywności]
  2080. 'top_idle_time' => array
  2081. (
  2082. 'enabled' => true,
  2083. 'channel_id' => 97,
  2084. 'top_description' => '[img]https://3LAU.pl/logo.png[/img]',
  2085. 'records' => 15, //how many clients
  2086. 'ignored_groups' => array(1,2,3,4,5,47,114,115),
  2087. 'time_settings' => array('days' => true, 'hours' => true, 'minutes' => true),
  2088. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2089. ),
  2090.  
  2091. // ENG [Top time spent on server] # PL [Najdluższy czas na serwerze]
  2092. 'top_time_spent' => array
  2093. (
  2094. 'enabled' => true,
  2095. 'channel_id' => 98,
  2096. 'show_afk_time' => true,
  2097. 'top_description' => '[img]https://3LAU.pl/logo.png[/img]',
  2098. 'records' => 15, //how many clients
  2099. 'ignored_groups' => array(1,2,3,4,5,47,114,115),
  2100. 'time_settings' => array('days' => true, 'hours' => true, 'minutes' => true),
  2101. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2102. ),
  2103.  
  2104. // ENG [Top week time spent on server] # PL [Ranking czasu spędzonego w danym tygodniu]
  2105. 'top_week_time' => array
  2106. (
  2107. 'enabled' => true,
  2108. 'channel_id' => 99,
  2109. 'show_afk_time' => true,
  2110. 'top_description' => '[img]https://3LAU.pl/logo.png[/img]',
  2111. 'records' => 15, //how many clients
  2112. 'ignored_groups' => array(1,2,3,4,5,47,114,115),
  2113. 'time_settings' => array('days' => true, 'hours' => true, 'minutes' => true),
  2114. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2115. ),
  2116.  
  2117. // ENG [Clients levels] # PL [Poziomy klientów]
  2118. 'levels' => array
  2119. (
  2120. 'enabled' => true,
  2121. 'ignored_groups' => array(1,2,3,4,5,47,114,115,9,113),
  2122. 'info' => array
  2123. (
  2124. 50 => 1, //lvl group sgid => hours spent on server on which the rang will be given
  2125. 68 => 5,
  2126. 69 => 10,
  2127. 70 => 30,
  2128. 71 => 50,
  2129. 72 => 75,
  2130. 73 => 100,
  2131. 74 => 200,
  2132. 75 => 300,
  2133. 76 => 500,
  2134. ),
  2135. 'all_levels_groups' => array(50,68,69,70,71,72,73,74,75,76),
  2136. 'top_description' => '[img]https://3LAU.pl/logo.png[/img]',
  2137. 'records' => 15,
  2138. 'channel_id' => 100,
  2139. 'info_to_client' => 'pw', //Info to client | 'poke' / 'pw' / 'none'
  2140. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2141. ),
  2142.  
  2143. // ENG [Random group] # PL [Losowe grupy]
  2144. 'random_group' => array
  2145. (
  2146. 'enabled' => false,
  2147. 'must_have_group' => array(10,28),
  2148. 'ignored_groups' => array(31,43,9,25,61,67,30,81),
  2149. 'random_groups' => array(30),
  2150. 'time' => '1', //in days
  2151. 'records' => 15,
  2152. 'channel_id' => 66,
  2153. 'channel_name' => '» Randomowe grupy', //[USER] - last winner's nickname
  2154. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 4,'seconds' => 0),
  2155. ),
  2156.  
  2157. // ENG [Statistics of admins] # PL [Statystyki administratorów]
  2158. 'statistics_of_admins' => array
  2159. (
  2160. 'enabled' => true,
  2161. 'admins_groups' => array(11,14,16,18,19,20,24),
  2162. 'max_idle_time' => 2400, //in seconds
  2163. 'register' => array(44,45),
  2164. 'support_channels' => array(83,13,110),
  2165. 'ignored_groups' => array(), //groups will not be counted to helped people
  2166. 'ignored_channels' => array(), //channels where admins will not be check
  2167. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5), //Default: 5 seconds
  2168. ),
  2169.  
  2170. // ENG [Write statistics of admins] # PL [Wypisz statystyki adminów]
  2171. 'write_statistics' => array
  2172. (
  2173. 'enabled' => true,
  2174. 'admins_groups' => array(11,14,16,18,19,20,24), //Admins groups to write on the channel description
  2175.  
  2176. 'groups' => array
  2177. (
  2178. 'top_description' => '[size=14][b]Statystyki administracji[/b][/size][size=13][b]\nNadane grupy[/b][/size]',
  2179. 'channelid' => 102,
  2180. ),
  2181. 'timespent' => array
  2182. (
  2183. 'top_description' => '[size=14][b]Statystyki administracji[/b][/size][size=13][b]\nSpędzony czas[/b][/size]',
  2184. 'channelid' => 103,
  2185. ),
  2186. 'help_center' => array
  2187. (
  2188. 'top_description' => '[size=14][b]Statystyki administracji[/b][/size][size=13][b]\nCentrum pomocy[/b][/size]',
  2189. 'channelid' => 415,
  2190. ),
  2191.  
  2192. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  2193. ),
  2194.  
  2195. // ENG [Actions logs in the channel description] # PL [Akcje serwera/bota w opisie kanału]
  2196. 'actions_logs' => array
  2197. (
  2198. 'enabled' => true,
  2199. 'channel_id' => 104,
  2200. 'top_description' => 'Akcje Na Serwerze',
  2201. 'records' => 30,
  2202. 'show_id' => true, // Show action id
  2203. 'info' => array
  2204. (
  2205. /************************
  2206.  
  2207. 'function_name' => true/false, //enable if you want to see logs from this function
  2208. DO NOT ADD FUNCTIONS!
  2209.  
  2210. ************************/
  2211.  
  2212. //Instance I
  2213. 'get_vip_channel' => true,
  2214. 'get_yt_channel' => true,
  2215. 'nicks_security' => true,
  2216.  
  2217. //Instance II
  2218. 'groups_assigner' => true,
  2219. 'auto_register' => true,
  2220. 'block_recording' => true,
  2221. 'anty_vpn' => true,
  2222. 'poke_admins' => true,
  2223.  
  2224. //Instance III
  2225. 'levels' => true,
  2226. 'random_group' => true,
  2227.  
  2228. //Instance IV
  2229. 'get_private_channel' => true,
  2230. 'channels_guard' => true,
  2231. ),
  2232. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  2233. ),
  2234.  
  2235. // ENG [Server achievements] # PL [Osiągnięcia]
  2236. 'achievements' => array
  2237. (
  2238. 'enabled' => false,
  2239. 'ignored_groups' => array(31,43,11),
  2240. 'header_group' => 84,
  2241. 'footer_group' => 85,
  2242. 'info' => array
  2243. (
  2244. 'connections' => array
  2245. (
  2246. 'enabled' => true,
  2247. 'header_group' => 99,
  2248. 'groups' => array
  2249. (
  2250. /********************
  2251.  
  2252. group_sgid => required_connections,
  2253.  
  2254. *********************/
  2255.  
  2256. 86 => 10,
  2257. 87 => 50,
  2258. 88 => 100,
  2259. 89 => 150,
  2260. 90 => 200,
  2261. 91 => 1000,
  2262. ),
  2263. ),
  2264. 'time_spent' => array
  2265. (
  2266. 'enabled' => true,
  2267. 'header_group' => 100,
  2268. 'groups' => array
  2269. (
  2270. /********************
  2271.  
  2272. group_sgid => required_time_spent,
  2273.  
  2274. *********************/
  2275.  
  2276. 92 => 10 * 60 * 60,
  2277. 93 => 50 * 60 * 60,
  2278. 94 => 100 * 60 * 60,
  2279. 95 => 150 * 60 * 60,
  2280. 96 => 200 * 60 * 60,
  2281. 97 => 1000 * 60 * 60,
  2282. ),
  2283. ),
  2284. ),
  2285. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  2286. ),
  2287. );
  2288.  
  2289. $config['instance']['4']['logs_system'] = array
  2290. (
  2291. /****************************************************************************
  2292.  
  2293. ENG [LOGS SYSTEM] # PL [SYSTEM LOGĂ“W]
  2294.  
  2295. ****************************************************************************/
  2296.  
  2297. 'logs' => array
  2298. (
  2299. // ENG [Turn on/off logs system (true or false)] # PL [Wlaczenie lub wylaczenie systemu logów]
  2300.  
  2301. 'enabled' => true,
  2302.  
  2303. // ENG [Days, after which, log files will be deleted] # PL [Czas w dniach, po których pliki logów zostana usunięte]
  2304.  
  2305. 'delete_interval' => '3',
  2306. ),
  2307. );
  2308.  
  2309. $config['instance']['4']['options'] = array
  2310. (
  2311. /****************************************************************************
  2312.  
  2313. ENG [INSTANCE OPTIONS] # PL [OPCJE INSTANCJI]
  2314.  
  2315. ****************************************************************************/
  2316.  
  2317. // ENG [Folder for functions containing all events and plugins] # PL [Folder w którym sa wszystkie eventy i pluginy]
  2318. 'folder' => 'fourth_instance',
  2319.  
  2320. // ENG [Bot interval in seconds] # PL [Interwal bota w sekundach]
  2321. 'bot_interval' => 3,
  2322.  
  2323. // ENG ['events_plugins' or 'commands' (default 'events_plugins')] # PL ['events_plugins' lub 'commands' (domyślnie 'events_plugins')]
  2324. 'function_type' => 'events_plugins',
  2325. );
  2326.  
  2327. $config['instance']['4']['functions'] = array
  2328. (
  2329. /**************************************
  2330.  
  2331. ENG [PLUGINS] # PL [PLUGINY]
  2332.  
  2333. **************************************/
  2334.  
  2335. 'plugins' => false,
  2336.  
  2337. /**************************************
  2338.  
  2339. ENG [EVENTS] # PL [EVENTY]
  2340.  
  2341. **************************************/
  2342.  
  2343. 'events' => true,
  2344.  
  2345. // ENG [Channels guard] # PL [Strażnik kanalów]
  2346. 'channels_guard' => array
  2347. (
  2348. 'enabled' => true,
  2349. 'channels_zone' => 35, //parent channel id
  2350. 'empty_channel_topic' => '#free', //topic in empty channels
  2351. 'free_channel_name' => 'Prywatny Kanał - Wolny',
  2352. 'head_channel_admin_group' => 13, //main head channel admin group id
  2353. 'check_date' => array //check channel date in topic
  2354. (
  2355. 'enabled' => true,
  2356. 'new_date_if_owner' => true, //new date if the owner is on the channel
  2357. 'channel_groups' => array(13,14,15), //new date must be on, type groups which can update the date on the channel
  2358. 'time_interval_warning' => 4, //days after which the channel name will be changed
  2359. 'time_interval_delete' => 6, //days after which the channel will be deleted
  2360. 'warning_text' => '[ZMIEŃ DATĘ]', //warning text added to channel name after 'time_interval_warning'
  2361. ),
  2362. 'check_channel_num' => array //check if the next channel has number for example 1., 2., etc
  2363. (
  2364. 'enabled' => true,
  2365. ),
  2366. 'check_channel_name' => array //check if the next channel has number for example 1., 2., etc
  2367. (
  2368. 'enabled' => true,
  2369. 'file' => 'include/cache/nicks_security.txt', //bad phrases separated by ,(comma) without spaces, enters etc
  2370. ),
  2371. 'make_empty_channels' => array //make empty channels
  2372. (
  2373. 'enabled' => true,
  2374. 'minimum_free_channels' => 5,
  2375. 'icon_id' => 0,
  2376. ),
  2377. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 30),
  2378. ),
  2379.  
  2380. // ENG [Get private channel] # PL [Otrzymanie prywatnego kanalu]
  2381. 'get_private_channel' => array
  2382. (
  2383. 'enabled' => true,
  2384. 'if_client_on_channel' => array(105), //channel id
  2385. 'sub_channels' => 2, //how many sub channels
  2386. 'head_channel_admin_group' => 13, //main head channel admin group id
  2387. 'needed_server_group' => array(44,45), //needed server group (you need one of them to get a private channel)
  2388. 'message_type' => 'poke', //message type (poke or message)
  2389. 'empty_channel_topic' => '#free', //topic in empty channels
  2390. 'channels_zone' => 35, //parent channel id
  2391. 'icon_id' => 0,
  2392. 'subchannel_icon_id' => 0,
  2393. 'needed_modify_power' => 0, //needed modify power on main channel
  2394. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  2395. ),
  2396.  
  2397. // ENG [Empty channels' numbers in channel description] # PL [Numery wolnych kanalów w opisie kanalu]
  2398. 'empty_channels' => array
  2399. (
  2400. 'enabled' => true,
  2401. 'channel_id' => 106, //channel id
  2402. 'empty_channel_topic' => '#free', //topic in empty channels
  2403. 'channels_zone' => 35, //parent channel id
  2404. 'time_interval_delete' => 7, //days after which the channel will be deleted
  2405. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  2406. ),
  2407.  
  2408. // ENG [Number of private channels in channel name] # PL [Ilość prywatnych kanalów w nazwie kanalu]
  2409. 'private_channels_info' => array
  2410. (
  2411. 'enabled' => true,
  2412. 'empty_channel_topic' => '#free', //topic in empty channels
  2413. 'channels_zone' => 35, //parent channel id
  2414. 'total' => array
  2415. (
  2416. 'enabled' => true,
  2417. 'channel_id' => 107,
  2418. 'channel_name' => '» Kanalow prywatnych: [NUM]', //[NUM] - number of channels
  2419. ),
  2420. 'taken' => array
  2421. (
  2422. 'enabled' => true,
  2423. 'channel_id' => 108,
  2424. 'channel_name' => '» Zajete: [NUM]', //[NUM] - number of taken channels
  2425. ),
  2426. 'empty' => array
  2427. (
  2428. 'enabled' => true,
  2429. 'channel_id' => 109,
  2430. 'channel_name' => '» Liczba wolnych kanałów: [NUM]', //[NUM] - number of empty channels
  2431. ),
  2432. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  2433. ),
  2434. );
  2435.  
  2436. $config['instance']['5']['logs_system'] = array
  2437. (
  2438. /****************************************************************************
  2439.  
  2440. ENG [LOGS SYSTEM] # PL [SYSTEM LOGĂ“W]
  2441.  
  2442. ****************************************************************************/
  2443.  
  2444. 'logs' => array
  2445. (
  2446. // ENG [Turn on/off logs system (true or false)] # PL [Wlaczenie lub wylaczenie systemu logów]
  2447. 'enabled' => true,
  2448.  
  2449. // ENG [Days, after which, log files will be deleted] # PL [Czas w dniach, po których pliki logów zostana usunięte]
  2450. 'delete_interval' => '3',
  2451. ),
  2452. );
  2453.  
  2454. $config['instance']['5']['options'] = array
  2455. (
  2456. /****************************************************************************
  2457.  
  2458. ENG [INSTANCE OPTIONS] # PL [OPCJE INSTANCJI]
  2459.  
  2460. ****************************************************************************/
  2461.  
  2462. // ENG [Folder for functions containing all events and plugins] # PL [Folder w którym sa wszystkie eventy i pluginy]
  2463. 'folder' => 'fifth_instance',
  2464.  
  2465. // ENG [Bot interval in miliseconds] # PL [Interwal bota w milisekundach]
  2466. 'bot_interval' => 100, //1000 = one second
  2467.  
  2468. // ENG ['events_plugins' or 'commands' (default 'commands')] # PL ['events_plugins' lub 'commands' (domyślnie 'commands')]
  2469. 'function_type' => 'commands',
  2470.  
  2471. // ENG [Channel id for commands list] # PL [Id kanału do spisu komend]
  2472. 'commands_list' => 416,
  2473. );
  2474.  
  2475. $config['instance']['5']['commands'] = array
  2476. (
  2477. /*********************************************
  2478.  
  2479. ENG [COMMANDS] # PL [KOMENDY]
  2480.  
  2481.  
  2482. Explanation:
  2483.  
  2484. [sgid] - server group id
  2485. [message] - text message
  2486. [instance_id] - Xbot instance id
  2487.  
  2488. *********************************************/
  2489.  
  2490. // ENG [Usage: !help]
  2491. 'help' => array
  2492. (
  2493. 'enabled' => true,
  2494. 'privileged_groups' => array(11), // 0 - all groups
  2495. ),
  2496.  
  2497. // ENG [Usage: !pwall-[message]]
  2498. 'pwall' => array
  2499. (
  2500. 'enabled' => true,
  2501. 'privileged_groups' => array(11), // 0 - all groups
  2502. ),
  2503.  
  2504. // ENG [Usage: !pokeall-[message]]
  2505. 'pokeall' => array
  2506. (
  2507. 'enabled' => true,
  2508. 'privileged_groups' => array(11), // 0 - all groups
  2509. ),
  2510.  
  2511. // ENG [Usage: !pwgroup-[sgid]-[message]]
  2512. 'pwgroup' => array
  2513. (
  2514. 'enabled' => true,
  2515. 'privileged_groups' => array(11), // 0 - all groups
  2516. ),
  2517.  
  2518. // ENG [Usage: !pokegroup-[sgid]-[message]]
  2519. 'pokegroup' => array
  2520. (
  2521. 'enabled' => true,
  2522. 'privileged_groups' => array(11), // 0 - all groups
  2523. ),
  2524.  
  2525. // ENG [Usage: !meeting]
  2526. 'meeting' => array
  2527. (
  2528. 'enabled' => true,
  2529. 'privileged_groups' => array(11), // 0 - all groups
  2530. 'admins_server_groups' => array(11,14,16,18,19,20,24),
  2531. 'meeting_channel_id' => 5,
  2532. ),
  2533.  
  2534. // ENG [Usage: !clients]
  2535. 'clients' => array //clients list
  2536. (
  2537. 'enabled' => true,
  2538. 'privileged_groups' => array(11), // 0 - all groups
  2539. ),
  2540.  
  2541. // ENG [Usage: !channels]
  2542. 'channels' => array //channels list
  2543. (
  2544. 'enabled' => true,
  2545. 'privileged_groups' => array(11), // 0 - all groups
  2546. ),
  2547.  
  2548. // ENG [Usage: !bot-[instance_id]] [Function is restarting Xbot's instance]
  2549. 'bot' => array //bot management (`starter.sh run` must be ON)
  2550. (
  2551. 'enabled' => true,
  2552. 'privileged_groups' => array(11), // 0 - all groups
  2553. ),
  2554.  
  2555. // ENG [Usage: !ch-[client_dbid]-[subchannels]]
  2556. 'ch' => array
  2557. (
  2558. 'enabled' => true,
  2559. 'privileged_groups' => array(11), // 0 - all groups
  2560. 'head_channel_admin_group' => 13, //main head channel admin group id
  2561. 'message_type' => 'poke', //message type (poke or message)
  2562. 'empty_channel_topic' => '#free', //topic in empty channels
  2563. 'channels_zone' => 35, //parent channel id
  2564. ),
  2565.  
  2566. // ENG [Usage: !mute-[client_dbid]-[time_in_seconds]]
  2567. 'mute' => array //give user specified group on specified time in seconds
  2568. (
  2569. 'enabled' => true,
  2570. 'privileged_groups' => array(11), // 0 - all groups
  2571. 'give_group' => 328,
  2572. ),
  2573.  
  2574. // ENG [Usage: !admin-[client_dbid]] || Database must be connect with
  2575. 'admin' => array //show information about specified admin
  2576. (
  2577. 'enabled' => true,
  2578. 'privileged_groups' => array(11), // 0 - all groups
  2579. 'admins_groups' => array(11,14,16,18,19,20,24), //all admins groups
  2580. ),
  2581.  
  2582. // ENG [Usage: !tpclient-[client_nick]]
  2583. 'tpclient' => array //moving to specified client
  2584. (
  2585. 'enabled' => true,
  2586. 'privileged_groups' => array(11), // 0 - all groups
  2587. ),
  2588.  
  2589. // ENG [Usage: !tpchannel-[channel_name]]
  2590. 'tpchannel' => array //moving to specified channel
  2591. (
  2592. 'enabled' => true,
  2593. 'privileged_groups' => array(11), // 0 - all groups
  2594. ),
  2595.  
  2596. // ENG [Usage: !gsecurity-[type]-[client_dbid]-[group_id] type=add or type=del
  2597. 'gsecurity' => array //adding/del user to groups security function
  2598. (
  2599. 'enabled' => true,
  2600. 'privileged_groups' => array(11), // 0 - all groups
  2601. 'admins_groups' => array(11,14,16,18,19,20,24), //all admins groups checking in groups_security event
  2602. ),
  2603.  
  2604. // ENG [Usage: !clientinfo-[client_dbid]] || Database must be connect with
  2605. 'clientinfo' => array //show information about specified client
  2606. (
  2607. 'enabled' => true,
  2608. 'privileged_groups' => array(11), // 0 - all groups
  2609. ),
  2610. );
  2611.  
  2612. $config['instance']['6']['logs_system'] = array
  2613. (
  2614. /****************************************************************************
  2615.  
  2616. ENG [LOGS SYSTEM] # PL [SYSTEM LOGĂ“W]
  2617.  
  2618. ****************************************************************************/
  2619.  
  2620. 'logs' => array
  2621. (
  2622. // ENG [Turn on/off logs system (true or false)] # PL [Wlaczenie lub wylaczenie systemu logów]
  2623. 'enabled' => true,
  2624.  
  2625. // ENG [Days, after which, log files will be deleted] # PL [Czas w dniach, po których pliki logów zostana usunięte]
  2626. 'delete_interval' => '3',
  2627. ),
  2628. );
  2629.  
  2630. $config['instance']['6']['options'] = array
  2631. (
  2632. /****************************************************************************
  2633.  
  2634. ENG [INSTANCE OPTIONS] # PL [OPCJE INSTANCJI]
  2635.  
  2636. ****************************************************************************/
  2637.  
  2638. // ENG [Folder for functions containing all events and plugins] # PL [Folder w którym sa wszystkie eventy i pluginy]
  2639. 'folder' => 'sixth_instance',
  2640.  
  2641. // ENG [Bot interval in miliseconds] # PL [Interwal bota w milisekundach]
  2642. 'bot_interval' => 100, //1000 = one second
  2643.  
  2644. // ENG ['events_plugins' or 'commands' (default 'live_help')] # PL ['events_plugins' lub 'commands' (domyślnie 'live_help')]
  2645. 'function_type' => 'live_help', // Do not change
  2646. );
  2647.  
  2648. $config['instance']['6']['functions'] = array
  2649. (
  2650. /**************************************
  2651.  
  2652. ENG [PLUGINS] # PL [PLUGINY]
  2653.  
  2654. **************************************/
  2655.  
  2656. 'plugins' => false,
  2657.  
  2658. /**************************************
  2659.  
  2660. ENG [EVENTS] # PL [EVENTY]
  2661.  
  2662. **************************************/
  2663.  
  2664. 'events' => true,
  2665.  
  2666. // ENG [Live Help] # PL [Live Help]
  2667. 'live_help' => array
  2668. (
  2669. 'enabled' => true,
  2670. 'support_channel_id' => 110,
  2671. 'ignored_groups' => array(115),
  2672. 'commands_enabled' => true,
  2673.  
  2674. //if not registered commands !m, !k
  2675. 'registration_groups' => array
  2676. (
  2677. 'enabled' => true,
  2678. 'min_time' => 1, //in minutes (DB must be on)
  2679. 'man' => array
  2680. (
  2681. 'sgid' => 44,
  2682. //command - !m
  2683. ),
  2684. 'woman' => array
  2685. (
  2686. 'sgid' => 45,
  2687. //commdn - !k
  2688. ),
  2689. ),
  2690.  
  2691. //!list, !add, !del
  2692. 'server_groups' => array
  2693. (
  2694. 'enabled' => true,
  2695. 'info' => array
  2696. (
  2697. /****************************************
  2698.  
  2699. '1' => array //growing number, for example 1, 2, 3...
  2700. (
  2701. 'server_groups' => array(52,53,54,55,56), //server groups
  2702. 'limit' => 1, //limit of checking groups
  2703. 'name' => 'Grupy wiekowe',
  2704. ),
  2705.  
  2706. ****************************************/
  2707.  
  2708. '1' => array
  2709. (
  2710. 'server_groups' => array(38,59,60,61,62,63,66,67), //checking server groups
  2711. 'limit' => 1, //limit of checking groups
  2712. 'name' => 'Grupy wiekowe',
  2713. ),
  2714. '2' => array
  2715. (
  2716. 'server_groups' => array(34,83,87,89,92,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112), //server groups
  2717. 'limit' => 3, //limit of checking groups
  2718. 'name' => 'Grupy 4Fun',
  2719. ),
  2720. '3' => array
  2721. (
  2722. 'server_groups' => array(36,77,78,79,80,81,82,84,86,88,90,91,93,94,99,125,126,127,128), //server groups
  2723. 'limit' => 3, //limit of checking groups
  2724. 'name' => 'Grupy Gier',
  2725. ),
  2726. ),
  2727. ),
  2728.  
  2729. //!faq
  2730. 'faq' => array
  2731. (
  2732. 'enabled' => true,
  2733. 'info' => "1. Co ja tu robię? - siedzisz na najlepszym serwerze TS3\n2. Co to za kanał? - jest to kanał pomocy serwera 3LAU.pl\n",
  2734. ),
  2735.  
  2736. //!my_info
  2737. 'client_info' => array
  2738. (
  2739. 'enabled' => true,
  2740. ),
  2741.  
  2742. //!admin
  2743. 'poke_admins' => array
  2744. (
  2745. 'enabled' => true,
  2746.  
  2747. 'ignored_groups' => array(11,14,16,18,19,20,24),
  2748. 'ignored_channels' => array(314), //channels where bot doesn't poke admins
  2749. 'show_client_link' => true, //show client link ([url])
  2750. 'with_command' => array
  2751. (
  2752. 'enabled' => true,
  2753. 'commands' => array
  2754. (
  2755. 'admin' => array
  2756. (
  2757. 'description' => 'aby uzykać pomoc',
  2758. 'admins_groups' => array(11,14,16,18,19,20,24),
  2759. ),
  2760. 'groups' => array
  2761. (
  2762. 'description' => 'aby zmienić grupy',
  2763. 'admins_groups' => array(11,14,16,18,19,20,24),
  2764. ),
  2765. ),
  2766. ),
  2767. 'admins_groups' => array(11,14,16,18,19,20,24), //all admins groups
  2768. 'poke_once' => true, //send one poke to admin (true) or more (false)
  2769. 'poking_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5), //Only if poke_once = true
  2770.  
  2771. ),
  2772.  
  2773. //!channel
  2774. 'get_private_channel' => array
  2775. (
  2776. 'enabled' => false,
  2777. 'sub_channels' => 2, //how many sub channels
  2778. 'head_channel_admin_group' => 13, //main head channel admin group id
  2779. 'message_type' => 'poke', //message type (poke or message)
  2780. 'empty_channel_topic' => '#free', //topic in empty channels
  2781. 'channels_zone' => 35, //parent channel id
  2782. 'sb_delay' => 16,
  2783. ),
  2784.  
  2785. //`talking` sinusbot
  2786. 'sinusbot' => array
  2787. (
  2788. 'enabled' => true,
  2789. 'host' => 'http://127.0.0.1:8087',
  2790. 'login' => 'admin',
  2791. 'password' => 'kingusss97',
  2792. 'instance_uid' => '50aa0a6e-27ac-48c0-9aef-cf2cd69d0e7b',
  2793. 'playlist_id' => '90a8468b-0257-4767-a50b-b9a921848221',
  2794. 'bot_nick' => '3LAU.pl ▪ LiveHelp [24/7]',
  2795. 'queue_in_nick' => false, //Show in nick number of people in queue
  2796. 'type' => 1,
  2797. ),
  2798.  
  2799. 'read_chat' => 1, //in seconds Default 1
  2800. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 0), //Default: 0 seconds
  2801. ),
  2802. );
  2803.  
  2804. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement