Guest User

Untitled

a guest
Apr 4th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.99 KB | None | 0 0
  1. <?php
  2.  
  3. $config = [];
  4. $config[] = [];
  5.  
  6. /** Bot id 1 configuration **/
  7. $config[1]['connection'] = [
  8. /**
  9. * @name TeamSpeak3 Server IP Adress
  10. * @format 0.0.0.0
  11. */
  12.  
  13. 'server_ip' => '217.182.39.197',
  14.  
  15. /**
  16. * @name TeamSpeak3 Server Query Port
  17. * @default 45555
  18. */
  19. 'server_query_port' => 10011,
  20.  
  21. /**
  22. * @name TeamSpeak3 Server ID
  23. * @default 1
  24. */
  25.  
  26. 'server_id' => 1,
  27.  
  28. /**
  29. * @name TeamSpeak3 Server Query Login
  30. * @default serveradmin
  31. */
  32.  
  33. 'server_query_login' => 'serveradmin',
  34.  
  35. /**
  36. * @name TeamSpeak3 Server Query Password
  37. */
  38.  
  39. 'server_query_password' => 'Bzap790V2bnh',
  40.  
  41.  
  42. /**
  43. * @name Enable/Disable commands mode in TeamSpeak3 Query [Important: Look at the configuration config > options > enable_commands_system]
  44. * @default false
  45. */
  46.  
  47. 'commands_mode' => false,
  48.  
  49. /**
  50. * @name There you can change bot nickname
  51. * @default mBot Premium
  52. */
  53.  
  54. 'bot_name' => 'Aktualizator',
  55.  
  56. /**
  57. * @name Channel ID where bot enter (false - disable / id - enable)
  58. * @default false
  59. */
  60.  
  61. 'move_to_channel' => 18435
  62.  
  63. ];
  64. $config[1]['server'] = [
  65. /**
  66. * This is a checksum done edit this.
  67. * @default false
  68. */
  69. 'checksum' => 'bWJvdDIyLjI4WG1DVnoxMjQ1MQ==',
  70.  
  71. ];
  72. $config[1]['options'] = [
  73.  
  74. /**
  75. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  76. * @default false
  77. */
  78.  
  79. 'enable_plugins_and_events_system' => true,
  80.  
  81. /**
  82. * @name Enable/Disable mysql system
  83. * @default true
  84. */
  85.  
  86. 'enable_database' => true,
  87.  
  88. /**
  89. * @name The folder name from the events and plugins
  90. * @default FirstInstance
  91. */
  92.  
  93. 'folder_name' => 'FirstInstance',
  94.  
  95. /**
  96. * @name Bot idle time before do next tasks
  97. * @default 1
  98. */
  99.  
  100. 'idle_seconds' => 1,
  101.  
  102. /**
  103. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  104. * @default false
  105. */
  106.  
  107. 'enable_commands_system' => false
  108.  
  109. ];
  110.  
  111. /** Mysql configuration **/
  112. $config[1]['db'] = [
  113.  
  114. 'host' => 'localhost',
  115. 'user' => 'root',
  116. 'pass' => 'fDRqbV9dejLM9mGb',
  117. 'name' => 'mbot'
  118.  
  119. ];
  120. /** end of mysql configuartion **/
  121.  
  122.  
  123. $config[1]['plugins'] = [
  124.  
  125. /**
  126. * @name Dosabled plugins
  127. * @format 'simplePlugin'
  128. */
  129.  
  130. 'ignored_plugins' => [],
  131.  
  132. /**
  133. * @name Specyfic plugin configurations
  134. */
  135.  
  136. 'plugins_configs' => [
  137. 'connectMessage' => [
  138. /*
  139. Dostępne wpisy:
  140. * [SERVER_NAME] - Serwer: Nazwa Serwera,
  141. * [SERVER_MAX_CLIENTS] - Serwer: Maksymalna ilość klientów,
  142. * [SERVER_CLIENTS] - Serwer: Aktualnie online,
  143. * [SERVER_HOST_MESSAGE] - Serwer: Wiadomość hostu,
  144. * [SERVER_WELCOME_MESSAGE] - Serwer: Wiadomość powitalna,
  145. * [SERVER_VERSION] - Serwer: Wersja serwera,
  146. * [SERVER_PLATFORM] - Serwer: Platforma serwera,
  147. * [SERVER_CLIENTS_PERCENT] - Serwer: Procent zajętych slotów np 512/512 (100,
  148. * [SERVER_PACKET] - Serwer: Ilość pakietów na serwerze,
  149. * [SERVER_PING_TOTAL] - Serwer: Ilość pingu,
  150. * [CLIENT_NICKNAME] - Użytkownik: Nazwa użytkownika,
  151. * [CLIENT_LAST_CONNECT] - Użytkownik: Ostatnie połączenie,
  152. * [CLIENT_COUNTRY] - Użytkownik: Kraj użytkownika,
  153. * [CLIENT_CONNECT] - Użytkownik: Ilość połączeń,
  154. * [Client_ID] - Użytkownik: Unikalny identyfikator
  155. */
  156. 'cache_file' => '/root/mbot/cache/connection_record',
  157. 'poke' => [
  158. 'poke_message_status' => false,
  159. ]
  160. ],
  161. 'noRecording' => [
  162. 'no_record_channels' => [], // Kanały gdzie nie można nagrywać.
  163. 'groups_ignore' => [2,10,11,12,13,14,15,16] // Grupy ignorowane
  164. ],
  165.  
  166. 'proxyBlocker' => [
  167. /**
  168. Plugin służący do wykrywania użytkowników, którzy korzystają z Virtual Private Network czyt. VPN.
  169. Informacje:
  170. [*] 'group_ignore' - Tutaj wpisujemy grupy, które ma ignorować.
  171. */
  172.  
  173. 'Notifications' => [
  174. 'status' => true,
  175. 'groups' => [2,10,11,12,13,14,15,16]
  176. ],
  177. 'groups_ignore' => [2,10,11,12,13,14,15,16]
  178. ]
  179. ]
  180. ];
  181.  
  182. $config[1]['events'] = [
  183.  
  184. /**
  185. * @name Dosabled events
  186. * @format 'simpleEvent'
  187. */
  188.  
  189. 'ignored_events' => [''],
  190.  
  191. /**
  192. * @name Specyfic events time configuration
  193. */
  194.  
  195. 'events_executes' => [
  196.  
  197. 'serverName' => ['seconds' => 10,'minutes' => 1,'hours' => 0,'days' => 0],
  198.  
  199. 'onlineRecord' => ['seconds' => 5,'minutes' => 0,'hours' => 0,'days' => 0],
  200.  
  201. 'adminsOnline' => ['seconds' => 5,'minutes' => 2,'hours' => 0,'days' => 0],
  202.  
  203. 'groupUsersList'=> ['seconds' => 2,'minutes' => 1,'hours' => 0,'days' => 0],
  204.  
  205. 'adminList' => ['seconds' => 1,'minutes' => 3,'hours' => 0,'days' => 0],
  206.  
  207. 'adminsOnChannels' => ['seconds' => 5,'minutes' => 0,'hours' => 0,'days' => 0],
  208.  
  209. 'topConnectionTime' => ['seconds' => 5, 'minutes' => 0, 'hours' => 0, 'days' => 0],
  210.  
  211. 'topConnections' => ['seconds' => 1, 'minutes' => 5, 'hours' => 0, 'days' => 0],
  212.  
  213. 'timeSpent' => ['seconds' => 2, 'minutes' => 5, 'hours' => 0, 'days' => 0],
  214.  
  215. 'poke_admins' => ['seconds' => 15, 'minutes' => 0, 'hours' => 0, 'days' => 0],
  216.  
  217. 'multiFunction' => ['seconds' => 30, 'minutes' => 0, 'hours' => 0, 'days' => 0],
  218.  
  219. 'channelGroup' => ['seconds' => 5,'minutes' => 0,'hours' => 0,'days' => 0],
  220. ],
  221.  
  222. /**
  223. * @name Specyfic event configurations
  224. */
  225.  
  226. 'events_configs' => [
  227.  
  228. 'serverName' => [
  229. 'change_modal_message' => [
  230. 'status' => true,
  231. ],
  232. 'name' => 'tsPSG.pl ® [Dostępni użytkownicy: [online]/256]',
  233. ],
  234.  
  235. 'channelGroup' => [
  236. 'onClientAreOnChannel' => [91, 92], // Wszystkie kanały
  237. 'groups' => [
  238. 91 => [49], // Kanał = grupa, która ma nadac po wejściu
  239. 92 => [50], // Kanał = grupa, która ma nadac po wejściu
  240. ],
  241. 'all_groups' => [49, 50], // Wszystkie grupy
  242. 'time' => 1 * 1 // Czas jaki trzeba odczekać aby otrzymać rangę
  243. ],
  244.  
  245. 'adminsOnChannels' => [
  246. 'adminList' => [
  247. '1kgJWn8CeLyFAlIVowkQW1IreNY=' => [ //Admin
  248. 'channel_id' => 18422
  249. ],
  250. x 'A8wX99rFPezdgNuBgOdnH7UL1rY=' => [ //Admin
  251. 'channel_id' => 18423
  252. ],
  253. /*
  254. Aby dodać kolejny rekord należy wpisywać tak:
  255. 'Unique ID' => array(
  256. 'channel_id' => 0 // Tutaj id kanału danego admina
  257. ),
  258. */
  259. ],
  260. 'channel_name' => '[»] [admin_nick] [[admin_status]]', // Jak ma wyświetlać teraz np. [Query] [Offline] [KlassKai]
  261. 'groups' => [10,11,12,13,14,15,16], // Wpisujemy wszystkie grupy administracji
  262. ],
  263.  
  264. 'topConnectionTime' => [
  265. 'top_desc' => '[center][size=12][b]TOP [records] - Najdłuższe połączenie[/b][/center][hr]\n\n',
  266. 'end_desc' => '\n[hr][right][img]http://i.imgur.com/LVJvH9O.png[/img][/right]',
  267. 'write_channel' => 18429, // Kanał, gdzie ma wypisywać osoby.
  268. 'numbers_of_records' => 30, // Ilośc rekordów
  269. 'groups_ignore' => [51] // Ignorowane grupy.
  270. ],
  271.  
  272. 'topConnections' => [
  273. 'top_desc' => '[center][size=12][b]TOP [records] - Ilość połączeń[/b][/center][hr]\n\n',
  274. 'end_desc' => '\n[hr][right][img]http://i.imgur.com/LVJvH9O.png[/img][/right]',
  275. 'write_channel' => 18430, // Kanał, gdzie ma wypisywać osoby.
  276. 'numbers_of_records' => 30, // Ilośc rekordów
  277. 'groups_ignore' => [51] // Ignorowane grupy.
  278. ],
  279.  
  280. 'timeSpent' => [
  281. 'top_desc' => '[center][size=12][b]TOP [count] - Spędzony czas[/b][/center][hr]\n\n',
  282. 'end_desc' => '\n[hr][right][img]http://i.imgur.com/LVJvH9O.png[/img][/right]',
  283. 'write_channel' => 18428, // Kanał, gdzie ma wypisywać osoby.
  284. 'numbers_of_records' => 30, // Ilośc rekordów
  285. 'interval' => 5 * 60, // Tutaj zostawiamy bez zmian, w przypadku gdy zmienimy czas edytowania kanału tutaj tez.
  286. 'ignore_idle_time' => 10 * 60,
  287. 'groups_ignore' => [51] // Ignorowane grupy.
  288. ],
  289.  
  290. 'onlineRecord' => [
  291. 'write_channel' => 18432, // Kanał gdzie ma wpisywać
  292. 'name' => '• Rekord dostępnych użytkowników: [record]', // Nazwa kanału
  293. 'description' => '[center][size=15]Rekord dostępnych użytkowników[/center]\n[size=10]\nObecny rekord wynosi: [b][record][/b].\nRekord ustanowiono: [b][date][/b][/size][right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]',
  294. 'cache_file' => '/root/mbot/inc/cache/recordOnline' // Wpisujemy sciężkę do pliku.
  295. ],
  296.  
  297. 'adminsOnline' => [
  298. 'write_channel' => 27, // Kanał gdzie ma wpisywać
  299. 'channel_name' => '[cspacer] Dostępnych adminów: [admins]', // Nazwa kanału
  300. 'up_description' => '\n [center][size=11][b]Status Administracji[/size][/center]\n\n',
  301. 'groups' => [10,11,12,13,14,15,16] // Grupy administracji
  302. ],
  303.  
  304. 'groupUsersList' => [
  305. 'up_description' => '\n [center][size=11][b]Strefa Premium[/center]\n\n',
  306. 'clans' => [
  307. 1 => [
  308. 'group' => [112],
  309. 'cid' => 41,
  310. 'name' => '[cspacer]#1 Wolne - Online: [online]/[all]'
  311. ],
  312. ],
  313. ],
  314.  
  315. 'adminList' => [
  316. 'up_description' => '\n [center][size=15][b]Lista Administracji[/size][/center]\n\n',
  317. 'groups' => [10,11,12,13,14,15,16], // Grupy administracji np. array(3,5),
  318. 'away_time' => 10 * 60, // Czas po jakim ma pokazywac Away.
  319. 'channel' => 18103, // Kanał gdzie ma wypisywać
  320. ],
  321.  
  322. 'poke_admins' => [
  323. 'type' => 'poke', // Dostępne typy: poke/pw
  324. 'onClientAreOnChannel' => [18427], // Lista kanałów pomocy
  325. 'groups_poke' => [
  326. 18427 => [10,11,12,13,14,15,16], // Kanał = grupy, które ma poketować.
  327. ],
  328. 'ignored_channel' => [], // Ignorowane kanały, jeżeli będzie tam admin nie dostanie poke.
  329. 'groups' => [10,11,12,13,14,15,16], // Rangi, które mają dostawać poke, wpisujemy wszystkie
  330. ],
  331.  
  332. 'multiFunction' => [
  333. 'status' => true, // Status
  334. 'Current_time' => [
  335. 'status' => false, // Status
  336. 'channel_to_typing' => 240, // Kanał gdzie ma wpisywać
  337. 'channel_name' => '● Zegarynka: [time]' // Nazwa kanału
  338. ],
  339. 'Number_of_channels' => [
  340. 'status' => true, // Status
  341. 'channel_to_typing' => 18433, // Kanał gdzie ma wpisywać
  342. 'channel_name' => '• Ilość kanałów: [channels]' // Nazwa kanału
  343. ],
  344. 'Online_list' => [
  345. 'status' => false, // Status
  346. 'channel_to_typing' => 709, // Kanał gdzie ma wpisywać
  347. 'channel_name' => '● Użytkowników online: [clients]' // Nazwa kanału
  348. ],
  349. 'Away_list' => [
  350. 'status' => false, // Status
  351. 'channel_to_typing' => 78, // Kanał gdzie ma wpisywać
  352. 'channel_name' => 'Niedostępni użytkownicy: [clients] [name]' // Nazwa kanału
  353. ],
  354. 'Private_channels' => [
  355. 'status' => true, // Status
  356. 'pid' => [190], // Wpisujemy sekcję kanałow prywatnych
  357. 'channel_to_typing' => 18141, // Kanał gdzie ma wpisywać
  358. 'channel_name' => '[cspacer]Kanałów Prywatnych: [priv_channels]' // Nazwa kanału
  359. ]
  360. ],
  361. ]
  362. ];
  363. /** end of adds configuration **/
  364. /** Bot id 2 configuration **/
  365. $config[2]['connection'] = [
  366. /**
  367. * @name TeamSpeak3 Server IP Adress
  368. * @format 0.0.0.0
  369. */
  370.  
  371. 'server_ip' => '217.182.39.197',
  372.  
  373. /**
  374. * @name TeamSpeak3 Server Query Port
  375. * @default 45555
  376. */
  377. 'server_query_port' => 10011,
  378.  
  379. /**
  380. * @name TeamSpeak3 Server ID
  381. * @default 1
  382. */
  383.  
  384. 'server_id' => 1,
  385.  
  386. /**
  387. * @name TeamSpeak3 Server Query Login
  388. * @default serveradmin
  389. */
  390.  
  391. 'server_query_login' => 'serveradmin',
  392.  
  393. /**
  394. * @name TeamSpeak3 Server Query Password
  395. */
  396.  
  397. 'server_query_password' => 'Bzap790V2bnh',
  398.  
  399.  
  400. /**
  401. * @name Enable/Disable commands mode in TeamSpeak3 Query [Important: Look at the configuration config > options > enable_commands_system]
  402. * @default false
  403. */
  404.  
  405. 'commands_mode' => false,
  406.  
  407. /**
  408. * @name There you can change bot nickname
  409. * @default mBot Premium
  410. */
  411.  
  412. 'bot_name' => 'Strażnik kanałów',
  413.  
  414. /**
  415. * @name Channel ID where bot enter (false - disable / id - enable)
  416. * @default false
  417. */
  418.  
  419. 'move_to_channel' => 18435
  420.  
  421. ];
  422. $config[2]['server'] = [
  423. /**
  424. * This is a checksum done edit this.
  425. * @default false
  426. */
  427. 'checksum' => 'bWJvdDIyLjI4WG1DVnoxMjQ1MQ==',
  428.  
  429. ];
  430. $config[2]['options'] = [
  431.  
  432. /**
  433. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  434. * @default false
  435. */
  436.  
  437. 'enable_plugins_and_events_system' => true,
  438.  
  439. /**
  440. * @name Enable/Disable mysql system
  441. * @default false
  442. */
  443.  
  444. 'enable_database' => false,
  445.  
  446. /**
  447. * @name The folder name from the events and plugins
  448. * @default FirstInstance
  449. */
  450.  
  451. 'folder_name' => 'ThirtyInstance',
  452.  
  453. /**
  454. * @name Bot idle time before do next tasks
  455. * @default 1
  456. */
  457.  
  458. 'idle_seconds' => 10,
  459.  
  460. /**
  461. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  462. * @default false
  463. */
  464.  
  465. 'enable_commands_system' => false
  466. ];
  467.  
  468. $config[2]['plugins'] = [
  469. /**
  470. * @name Disabled plugins
  471. * @format 'simplePlugin'
  472. */
  473.  
  474. 'ignored_plugins' => [],
  475.  
  476. /**
  477. * @name Specyfic plugin configurations
  478. */
  479.  
  480. 'plugins_configs' => [
  481.  
  482. 'channelCheckers' => [
  483. 'checker_type' => 'topicdate',
  484. 'channel_name_regex' => '/[0-9]{1,3}\.(.*)/',
  485. 'channel_num_regex' => '/(.*)\.(.*)/',
  486. 'channel_data_regex' => '/^[0-9]{2}\.[0-9]{2}\.[0-9]{2}$/',
  487. 'date_name' => '[ZMIEŃ DATĘ]', // W przypadku gdy kanał jest starszy niż 7 dni, co ma dopisywać do niego jako informację.
  488. 'check_channel_names' => true, // Czy ma sprawdzać nazwy.
  489. 'Editing_by_Admin' => true, // Gdy właściciel kanału jest na nim data się aktualizuje
  490. 'check_channel_data' => true, // Sprawdzanie daty.
  491. 'head_channel_admin_group_id' => 13, // ID rangi kanałowej głównej.
  492. 'channel_admin_group_id' => 5, // ID rangi kanałowej zaraz po głownej.
  493. 'chennel_pid' => [190], // Sekcja, gdzie znajdują się kanały prywatne.
  494. 'channels_section' => 190, // Sekcja, gdzie znajdują się kanały prywatne.
  495. 'foul_language' => ['fuck','shit','pizda','hitler','cwel','spierdalaj','skurwiel','idiota','dziwka','suka','jebac','kurwa','huj','cipa','chuj','server admin','Support Admin','Manager Admin','Public Admin','Junior Public Admin','Guardian Admin','Admin','.pl','.eu','.com','online-ts3','net-speak'],
  496. 'freeChannels_name' => 'Prywatny Kanał - Wolny', // Nazwa kanałów wolnych
  497. 'minimal_freeChannels' => 50, // Minimalna ilość kanałów wolnych
  498. ],
  499. ]
  500. ];
  501. /** end of adds configuration **/
  502. /** Bot id 3 configuration **/
  503. $config[3]['connection'] = [
  504. /**
  505. * @name TeamSpeak3 Server IP Adress
  506. * @format 0.0.0.0
  507. */
  508.  
  509. 'server_ip' => '217.182.39.197',
  510.  
  511. /**
  512. * @name TeamSpeak3 Server Query Port
  513. * @default 45555
  514. */
  515. 'server_query_port' => 10011,
  516.  
  517. /**
  518. * @name TeamSpeak3 Server ID
  519. * @default 1
  520. */
  521.  
  522. 'server_id' => 1,
  523.  
  524. /**
  525. * @name TeamSpeak3 Server Query Login
  526. * @default serveradmin
  527. */
  528.  
  529. 'server_query_login' => 'serveradmin',
  530.  
  531. /**
  532. * @name TeamSpeak3 Server Query Password
  533. */
  534.  
  535. 'server_query_password' => 'Bzap790V2bnh',
  536.  
  537.  
  538. /**
  539. * @name Enable/Disable commands mode in TeamSpeak3 Query [Important: Look at the configuration config > options > enable_commands_system]
  540. * @default false
  541. */
  542.  
  543. 'commands_mode' => false,
  544.  
  545. /**
  546. * @name There you can change bot nickname
  547. * @default mBot Premium
  548. */
  549.  
  550. 'bot_name' => 'Administrator',
  551.  
  552. /**
  553. * @name Channel ID where bot enter (false - disable / id - enable)
  554. * @default false
  555. */
  556.  
  557. 'move_to_channel' => 18435
  558.  
  559. ];
  560. $config[3]['server'] = [
  561. /**
  562. * This is a checksum done edit this.
  563. * @default false
  564. */
  565. 'checksum' => 'bWJvdDIyLjI4WG1DVnoxMjQ1MQ==',
  566.  
  567. ];
  568. $config[3]['options'] = [
  569.  
  570. /**
  571. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  572. * @default false
  573. */
  574.  
  575. 'enable_plugins_and_events_system' => true,
  576.  
  577. /**
  578. * @name Enable/Disable mysql system
  579. * @default true
  580. */
  581.  
  582. 'enable_database' => true,
  583.  
  584. /**
  585. * @name The folder name from the events and plugins
  586. * @default FirstInstance
  587. */
  588.  
  589. 'folder_name' => 'SecondInstance',
  590.  
  591. /**
  592. * @name Bot idle time before do next tasks
  593. * @default 1
  594. */
  595.  
  596. 'idle_seconds' => 5,
  597.  
  598. /**
  599. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  600. * @default false
  601. */
  602.  
  603. 'enable_commands_system' => false
  604. ];
  605.  
  606. $config[3]['db'] = [
  607. 'host' => 'localhost',
  608. 'user' => 'root',
  609. 'pass' => 'fDRqbV9dejLM9mGb',
  610. 'name' => 'mbot'
  611.  
  612. ];
  613.  
  614. $config[3]['plugins'] = [
  615.  
  616. /**
  617. * @name Dosabled plugins
  618. * @format 'simplePlugin'
  619. */
  620.  
  621. 'ignored_plugins' => ['autoRegister', 'mvGrToChfCh', 'groupLimit', 'groupOnline'],
  622.  
  623. /**
  624. * @name Specyfic plugin configurations
  625. */
  626.  
  627. 'plugins_configs' => [
  628. 'badNicknames' => [
  629. 'foul_words' => ['shit', 'teamspeakuser', 'kurwa', 'huj', 'cipa', 'pierdolony', 'chuj', 'jebac', 'jebać', 'dziwka', 'kutas', 'CHUJ', 'Szmata' ,'Pizda' ,'PIZDA' ,'Pierdol Się' ,'Pierdol sie' ,'PIERDOL SIĘ' ,'.pl' ,'jebać adminów' ,'JEBAĆ ADMINÓW' ,'Jebać Administracje' ,'Chuj' ,'KURWA' ,'shit' ,'kurwa' ,'huj' ,'cipa' , 'chuj' , 'dziwka' , 'kutas', 'CHUJ', 'Szmata', 'Pizda' ,'PIZDA' ,'Pierdol Się' ,'Pierdol sie' ,'PIERDOL SIĘ' ,'Jebać Adminów', 'JEBAĆ ADMINÓW', 'Jebać Administracje', 'Chuj', 'KURWA', 'pento', 'Administrator', 'Admin', 'ssij', 'cwel', 'cwele', 'pizda', 'spierdalaj' ,'wypierdalaj', 'serwer', '[]', 'kurwiszon', 'skurwysyn', 'ciota', 'root', 'SA', '[Ts Administrator]','TeamSpeakUser','fubu','JP armia','ROOT','Admin','Administrator', 'Admin', 'serveradmin', 'server admin', 'query', 'queryadmin', 'query admin', 'serwer', 'server', 'serweradmin', 'serwer admin', 'owner', 'root', '.com', '.eu', '.org', '.net', '.com.pl', 'kurwa', 'Support Admin','Manager Admin', 'Public Admin', 'Administarto', 'http:'], /** Zle nicki **/
  630. 'groups_ignore' => [2,10,11,12,13,14,15,16,51,146], // Ignorowane grupy
  631. 'nickname_regular' => ''
  632. ],
  633.  
  634. 'noAfk' => [
  635. 'afk_channel_id' => 106, // Kanał na który ma przenieść.
  636. 'clidb_ignore' => [], // Ignorowani klienci (Client_Database_ID)
  637. 'check_channels_id' => [], // Id kanałów gdzie ma tylko sprawdzać.
  638. 'groups_ignore' => [2,10,11,12,13,14,15,16], // Ignorowane grupy
  639. 'move_message' => true // Wiadomośc po przeniesieniu
  640. ],
  641.  
  642. 'autoRegister' => [
  643. 'groups' => [218], // Grupę, którą ma dodac.
  644. 'groups_ignore' => [171, 169, 172, 173, 218, 220], // Ignorowane grupy
  645. 'time' => 30 * 60 // Po jakim czasie ma ją nadać domyślnie 1 godzina.
  646. ],
  647.  
  648. 'groupLimit' => [
  649. 'groups' => [287,301,302,213,34,218,35,219,37,220,38,221,23,24,25,26,214,27,215,216,223,127,202,128,124,129,178,184,157,201,29,33,125,185,126,123,156,32,79,204,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,194,196,195,197,198], // Ignorowane grupy
  650. 'limit' => 7, // Limit grup
  651. ],
  652.  
  653. 'mvGrToChfCh' => [
  654. /**
  655. Wydarzenie służące do przenoszenia użytkownika z danego kanału z danej grupy na określony w konfiguracji kanał.
  656. Informacje:
  657. [*] 'isOnChannel' - Tutaj wpisujemy kanał, z którego ma wrzucać.
  658. [*] 'isInGroup' - Tutaj wpisujemy id grupy, w której musi być dany użytkownik.
  659. [*] 'moveToChannel' - Tutaj wpisujemy id kanału na który ma przerzucić danego usera.
  660.  
  661. Dodawanie nowego rekordu:
  662. Aby dodać kolejny rekord wystarczy skopiować to:
  663. numer => array('isOnChannel' => 0, 'isInGroup' => 0, 'moveToChannel' => 0),
  664. **/
  665. 'list' => [
  666. 1 => ['isOnChannel' => 1, 'isInGroup' => 171, 'moveToChannel' => 40],
  667. 2 => ['isOnChannel' => 1, 'isInGroup' => 169, 'moveToChannel' => 44],
  668. 3 => ['isOnChannel' => 1, 'isInGroup' => 172, 'moveToChannel' => 47],
  669. 4 => ['isOnChannel' => 1, 'isInGroup' => 173, 'moveToChannel' => 48],
  670. 5 => ['isOnChannel' => 1, 'isInGroup' => 217, 'moveToChannel' => 294],
  671. ]
  672. ],
  673. ]
  674. ];
  675.  
  676. $config[3]['events'] = [
  677. /**
  678. * @name Dosabled events
  679. * @format 'simpleEvent'
  680. */
  681.  
  682. 'ignored_events' => ['musicChannel', 'clientLevels', 'awardsSystem', 'musicSinus', 'musicInformation', 'youtubeInfo', 'freeChannelseng', 'vipGroup', 'vipGroupRemove', 'Partners', 'randomGroup'],
  683.  
  684.  
  685. /**
  686. * @name Specyfic events time configuration
  687. */
  688.  
  689. 'events_executes' => [
  690.  
  691. 'cleanup' => ['seconds' => 0, 'minutes' => 5, 'hours' => 0, 'days' => 0],
  692.  
  693. 'vipGroup' => ['seconds' => 1,'minutes' => 0,'hours' => 0,'days' => 0],
  694.  
  695. 'vipGroupRemove' => ['seconds' => 1,'minutes' => 0,'hours' => 0,'days' => 0],
  696.  
  697. 'musicChannel' => ['seconds' => 10,'minutes' => 0,'hours' => 0,'days' => 0],
  698.  
  699. 'getChannel' => ['seconds' => 5,'minutes' => 0,'hours' => 0,'days' => 0],
  700.  
  701. 'freeChannels' => ['seconds' => 1,'minutes' => 4,'hours' => 0,'days' => 0],
  702.  
  703. 'freeChannelseng' => ['seconds' => 1,'minutes' => 6,'hours' => 0,'days' => 0],
  704.  
  705. 'userPlatform' => ['seconds' => 35,'minutes' => 0,'hours' => 0,'days' => 0],
  706.  
  707. 'clientLevels' => ['seconds' => 0, 'minutes' => 5, 'hours' => 0, 'days' => 0],
  708.  
  709. 'awardsSystem' => ['seconds' => 0, 'minutes' => 10, 'hours' => 0, 'days' => 0],
  710.  
  711. 'newUsersToday' => ['seconds' => 0, 'minutes' => 2, 'hours' => 0, 'days' => 0],
  712.  
  713. 'randomGroup' => ['seconds' => 1, 'minutes' => 7, 'hours' => 0, 'days' => 0],
  714.  
  715. 'Partners' => ['seconds' => 30, 'minutes' => 0, 'hours' => 0, 'days' => 0],
  716.  
  717. 'musicInformation' => ['seconds' => 20, 'minutes' => 0, 'hours' => 0, 'days' => 0],
  718.  
  719. 'youtubeInfo' => ['seconds' => 1, 'minutes' => 3, 'hours' => 0, 'days' => 0],
  720. ],
  721.  
  722.  
  723. /**
  724. * @name Specyfic event configurations
  725. */
  726.  
  727. 'events_configs' => [
  728.  
  729. 'vipGroup' => [
  730. /*
  731. Automatyczne nadawanie rangi gildii.
  732.  
  733. Domyślnie:
  734. - 'onClientAreOnChannel' - tutaj wpisujemy wszystkie id kanałów,
  735. - 'groups' - tutaj wpisujemy id kanału = id rangi, którą ma nadać,
  736. - 'all_groups' - tutaj wpisujemy id wszystkich grup.
  737. */
  738. 'onClientAreOnChannel' => [393,395,608],
  739. 'groups' => [
  740. 393 => [32],
  741. 395 => [79],
  742. 608 => [204],
  743. ],
  744. 'all_groups' => [32,79,204],
  745. ],
  746.  
  747. 'vipGroupRemove' => [
  748. /*
  749. Automatyczne nadawanie rangi gildii.
  750.  
  751. Domyślnie:
  752. - 'onClientAreOnChannel' - tutaj wpisujemy wszystkie id kanałów,
  753. - 'groups' - tutaj wpisujemy id kanału = id rangi, którą ma nadać,
  754. - 'all_groups' - tutaj wpisujemy id wszystkich grup.
  755. */
  756. 'onClientAreOnChannel' => [394,396,609],
  757. 'groups' => [
  758. 394 => [32],
  759. 396 => [79],
  760. 609 => [204],
  761.  
  762. ],
  763. 'all_groups' => [32,79,204],
  764. ],
  765.  
  766. 'userPlatform' => [
  767. 'mobile_group' => 145, // W przypadku gdy klient jest zalogowany na IOS lub Androdzie otrzymuje tą grupę.
  768. ],
  769.  
  770. 'musicInformation' => [
  771. 'mainInformation' => [
  772. 'host' => 'http://217.182.39.197:8087',
  773. 'login' => 'admin',
  774. 'password' => '>Bzap7$90V',
  775. 'instance' => 'd04e296d-3626-4930-86e5-2dca58fb4dc6',
  776. 'database_id' => 66,
  777. 'youtube' => false
  778. ],
  779. 'channels' => [
  780. 'description' => '[size=10]Last songs played on this section:[/size]\n[center][history][/center]\n\n',
  781. 'mainChannel' => 1,
  782. 'others' => [
  783. 'author' => [
  784. 'format' => 'Autor: [author]',
  785. 'channel' => 21145
  786. ],
  787. 'title' => [
  788. 'format' => 'Tytuł: [title]',
  789. 'channel' => 21146
  790. ]
  791. ]
  792. ]
  793. ],
  794.  
  795. 'freeChannels' => [
  796. /*
  797. freeChannels - Darmowe kanały, wpisuje tutaj wolne kanały jak i te, które zostaną usunięte danego dnia.
  798. */
  799. 'channel_pid' => 190, // Sekcja kanałów prywatnych
  800. 'write_channel' => 94, // Kanał gdzie ma wpisywać opis.
  801. 'channel_id2' => 18438, // Kanał gdzie ma wpisywać nazwę
  802. 'channel_name' => 'Kanałów wolnych: [freeChannels]', // Nazwa kanału
  803. 'top_desc' => '[size=12][b]Kanały dostępne:[/b] ',
  804. 'end_desc' => '[/size]\n[hr][right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]',
  805. ],
  806.  
  807. 'freeChannelseng' => [
  808. /*
  809. freeChannels - Darmowe kanały, wpisuje tutaj wolne kanały jak i te, które zostaną usunięte danego dnia.
  810. */
  811. 'channel_pid' => 103, // Sekcja kanałów prywatnych
  812. 'write_channel' => 1062, // Kanał gdzie ma wpisywać opis.
  813. 'channel_id2' => 1062, // Kanał gdzie ma wpisywać nazwę
  814. 'channel_name' => '● Free channels: [freeChannels]', // Nazwa kanału
  815. 'top_desc' => '[size=12][b]Channels Available:[/b] ',
  816. 'end_desc' => '[/size]\n[hr][right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]',
  817. ],
  818.  
  819. 'getChannel' => [
  820. /*
  821. getChannel - automatyczne nadawanie kanału po wejściu na określony kanał.
  822. */
  823. 'channels_section' => 190, // Sekcja kanałów prywatnych
  824. 'need_groups' => [49,50,145], // Potrzebne grupy do otrzymania kanału
  825. 'channel_num_regex' => '/(.*)\.(.*)/', // regex nazwy kanału
  826. 'channel_admin_group_id' => 13, // ID grupy, która ma nadać
  827. 'pl_groups' => array(49, 50, 145), // Potrzebne grupy do otrzymania kanału
  828. 'default_subchannels' => 3, // Domyślna ilość podkanałów
  829. 'max_subchannels' => 3, // Maksymalna ilość podkanałów
  830. 'channel_codec' => 4,
  831. 'channel_codec_level' => 10,
  832. 'onClientAreOnChannel' => [94], // ID kanału, gdy na niego wejdziemy otrzymamy kanał.
  833. ],
  834.  
  835. 'clientLevels' => [
  836. /*
  837. clientLevels - System leveli względem Twojej aktywności
  838. */
  839. 'output' => '[center][size=11]TOP [count]\n Największy poziom:[/size][/center]\n\n',
  840. 'numbers_of_records' => 10, // Ilość rekordów wyświetlanych
  841. 'end_output' => '\n[hr][right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]',
  842. 'write_channel' => 251, // Kanał gdzie ma wpisywać
  843. 'cache_path' => '/root/mbot/cache/',
  844. 'need_group' => [106, 107, 109], // Grupy potrzebne do nadawania
  845. 'groups_ignore' => [105], // Ignorowane grupy
  846. 'levels' => [
  847. [112, 10], //LVL 1
  848. [113, 30 * 60], //LVL 2
  849. [114, 3 * 60 * 60], //LVL 3
  850. [115, 6 * 60 * 60], //LVL 4
  851. [116, 9 * 60 * 60], //LVL 5
  852. [117, 12 * 60 * 60], //LVL 6
  853. [118, 15 * 60 * 60], //LVL 7
  854. [119, 18 * 60 * 60], //LVL 8
  855. [120, 21 * 60 * 60], //LVL 9
  856. [121, 24 * 60 * 60], //LVL 10
  857. ],
  858. 'interval' => 5 * 60, // Co jaki czas ma dodawać czas
  859. 'ignore_idle_time' => 15 * 60, // Czas po którym nie jest dodawany czas
  860. ],
  861.  
  862. 'awardsSystem' => [
  863. /*
  864. awardsSystem - System osiągnięc.
  865. */
  866. 'need_group' => [109, 107, 106], // Grupy potrzebne do brania udziału.
  867. 'groups_ignore' => [105], // Ignorowane grupy
  868. 'totalClientsConnections' => [
  869. 'status' => true, // Status
  870. 'section_group' => 122, // Id grupy głównej np. Osiągnięcia ilość połączeń:
  871. 'connections' => [
  872. [123, 1], // Grupa, ilość połączeń
  873. [124, 50],
  874. [125, 100],
  875. [126, 300],
  876. [127, 1000]
  877. ],
  878. ],
  879. 'timeSpent' => [
  880. 'status' => true, // Status
  881. 'section_group' => 128, // Id grupy głównej np. Osiągnięcia ilość połączeń:
  882. 'time' => [
  883. [129, 0], // Grupa, czas w godzinach
  884. [130, 10],
  885. [131, 50],
  886. [132, 100],
  887. [133, 300]
  888. ],
  889. ]
  890. ],
  891. 'newUsersToday' => [
  892. /*
  893. newUsersToday - Lista nowych użytkowników dziś
  894. */
  895. 'channel_name' => '• Nowi użytkownicy: [count]', // Nazwa kanału
  896. 'top_desc' => '[size=10] Ostatnio dołączyli:[/size][size=9][list]\n',
  897. 'end_desc' => '[/list][hr][/size][right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]',
  898. 'write_channel' => 18431, // Kanał gdzie ma wypisywać
  899. 'need_groups' => [49, 50, 145], // Grupy potrzebne do sprawdzania
  900. ],
  901.  
  902. 'randomGroup' => [
  903. /*
  904. randomGroup - Losowanie rangi, nadawanie jej użytkownikowi na 1 dzień, później automatyczne zdejmowanie.
  905. */
  906. 'cache_path' => '/root/mbot/cache/',
  907. 'need_groups' => [23,24,215,216], // ID grup, które sa potrzebne do brania udziału min. 1
  908. 'ignore_groups' => [202,25,26,27,223,8], // Ignorowane grupy
  909. 'add_group' => 202, // ID grupy, która ma nadać
  910. 'group_time' => 1 * 24 * 60 * 60, // Na jaki okres jest grupa
  911. 'channels' => [
  912. 'winner' => [
  913. 'channel_name' => '● Ostatnio wylosowany: [winner_nick]', // Nazwa kanału informacyjnego
  914. 'channel_cid' => 702, // Id kanału informacyjnego
  915. 'channel_description' => [
  916. 'start' => '\n [center][size=15][b]Loteria VIP[/size][/center]\n\n',
  917. 'end' => '\n[right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]'
  918. ],
  919. ],
  920. ],
  921. ],
  922.  
  923. 'Partners' => [
  924. /*
  925. Partners - Automatycznie wpisywanie i losowanie partnera w kanał ze zdefiniowaną nazwą jak i opisałem kanału.
  926.  
  927. Domyślnie:
  928. 0 => array(
  929. 'name' => 'Nazwa kanłu',
  930. 'desc' => 'Opis'
  931. ),
  932. */
  933. 'partners' => [
  934. 0 => [
  935. 'name' => 'K-Scripts.eu - Usługi Programistyczne',
  936. 'desc' => '[center][size=15][b]Partnerzy[/b]
  937. OnlineSpeak.eu[/center]
  938. [size=10][b]K-scripts[/b] to działalność założona przez zdolnego programistę i developera. Ambicję i ciężką pracę postanowiono przekuć w firmę, która będzie kontynuowała tradycję dokładności, rzetelności i pomysłowości.[/size]
  939. [size=10]
  940. Postawowe informacje:
  941. [list]
  942. [*] Link do strony: [b][url=http://k-scripts.eu/]Przejdź[/url][/b]
  943. [*] Link do FanPage: [b][url=https://www.facebook.com/K-Scriptseu-171013159931042/]Przejdź[/url][/b]
  944. [/size]
  945. [hr]
  946. [right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 24.0)[/url][/right]'
  947. ],
  948. 1 => [
  949. 'name' => 'BlazingFast.io',
  950. 'desc' => '[center][size=15][b]Partnerzy[/b]
  951. OnlineSpeak.eu[/center]
  952. [size=10][b]BlazingFast.io[/b] We have created the fastest and most convenient cloud technology to help you easily and more efficiently manage your infrastructure. We are using only the latest high-performance SSD Hard Drives in all our servers, that will let your application run faster than ever before. We provide the best tools to control your virtual server in the cloud. We take your privacy very seriously! You can rest assured that your personal information such as IP and Email Address including files stored in our system will be kept in strict confidence and we will never sell, rent or otherwise distribute them.If you anyways have questions, please feel free to contact our 24/7 support and we will be more than glad to help you with all your questions about our products.
  953. [/size]
  954. [hr]
  955. [right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 23.1)[/url][/right]'
  956. ],
  957. 2 => [
  958. 'name' => 'HosTeam.pl',
  959. 'desc' => '[center][size=15][b]Partnerzy[/b]
  960. OnlineSpeak.eu[/center]
  961. [size=10]Nasza firma istnieje na rynku od 2009r. W ciągu tych lat stale rozwijamy i poszerzamy ofertę proponowanych dla Was usług. Ciągle doskonalimy nasze usługi po to aby jak najlepiej realizować potrzeby naszych klientów.[/size]
  962. [size=10]
  963. Postawowe informacje:
  964. [list]
  965. [*] Link do strony: [b][url=https://hosteam.pl/pl]Przejdź[/url][/b]
  966. [*] Link do FanPage: [b][url=https://www.facebook.com/profile.php?id=120999637943831&fref=ts]Przejdź[/url][/b]
  967. [/size]
  968. [hr]
  969. [right][size=9]Wygenerowane przez: [b][url=http://K-Scripts.eu/?teamspeak]MBOT (Wersja: 23.1)[/url][/right]'
  970. ],
  971. ],
  972. 'channel' => 990
  973. ],
  974. 'youtubeInfo' => [
  975. 'channels' => [
  976. 0 => [
  977. 'youtube_id' => 'UCtGmMo9NJaQG3hl1gsj1Hzw',
  978. 'channel_name' => '● Przykład [Subskrybcji: [number]]',
  979. 'channel_id' => 1064543
  980. ],
  981. ]
  982. ]
  983. ],
  984. ];
  985. /** Bot id 4 configuration **/
  986. $config[4]['connection'] = [
  987. /**
  988. * @name TeamSpeak3 Server IP Adress
  989. * @format 0.0.0.0
  990. */
  991.  
  992. 'server_ip' => '217.182.39.197',
  993.  
  994. /**
  995. * @name TeamSpeak3 Server Query Port
  996. * @default 45555
  997. */
  998. 'server_query_port' => 10011,
  999.  
  1000. /**
  1001. * @name TeamSpeak3 Server ID
  1002. * @default 1
  1003. */
  1004.  
  1005. 'server_id' => 1,
  1006.  
  1007. /**
  1008. * @name TeamSpeak3 Server Query Login
  1009. * @default serveradmin
  1010. */
  1011.  
  1012. 'server_query_login' => 'serveradmin',
  1013.  
  1014. /**
  1015. * @name TeamSpeak3 Server Query Password
  1016. */
  1017.  
  1018. 'server_query_password' => 'Bzap790V2bnh',
  1019.  
  1020.  
  1021. /**
  1022. * @name Enable/Disable commands mode in TeamSpeak3 Query [Important: Look at the configuration config > options > enable_commands_system]
  1023. * @default false
  1024. */
  1025.  
  1026. 'commands_mode' => false,
  1027.  
  1028. /**
  1029. * @name There you can change bot nickname
  1030. * @default mBot Premium
  1031. */
  1032.  
  1033. 'bot_name' => 'Informator',
  1034.  
  1035. /**
  1036. * @name Channel ID where bot enter (false - disable / id - enable)
  1037. * @default false
  1038. */
  1039.  
  1040. 'move_to_channel' => 18435
  1041.  
  1042. ];
  1043. $config[4]['server'] = [
  1044. /**
  1045. * This is a checksum done edit this.
  1046. * @default false
  1047. */
  1048. 'checksum' => 'bWJvdDIyLjI4WG1DVnoxMjQ1MQ==',
  1049.  
  1050. ];
  1051. $config[4]['options'] = [
  1052.  
  1053. /**
  1054. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  1055. * @default false
  1056. */
  1057.  
  1058. 'enable_plugins_and_events_system' => true,
  1059.  
  1060. /**
  1061. * @name Enable/Disable mysql system
  1062. * @default true
  1063. */
  1064.  
  1065. 'enable_database' => false,
  1066.  
  1067. /**
  1068. * @name The folder name from the events and plugins
  1069. * @default FirstInstance
  1070. */
  1071.  
  1072. 'folder_name' => 'FourthInstance',
  1073.  
  1074. /**
  1075. * @name Bot idle time before do next tasks
  1076. * @default 1
  1077. */
  1078.  
  1079. 'idle_seconds' => 0,
  1080.  
  1081. /**
  1082. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  1083. * @default false
  1084. */
  1085.  
  1086. 'enable_commands_system' => false
  1087.  
  1088. ];
  1089. /** end of mysql configuartion **/
  1090.  
  1091.  
  1092. $config[4]['plugins'] = [
  1093.  
  1094. /**
  1095. * @name Dosabled plugins
  1096. * @format 'simplePlugin'
  1097. */
  1098.  
  1099. 'ignored_plugins' => ['getData'],
  1100.  
  1101. /**
  1102. * @name Specyfic plugin configurations
  1103. */
  1104.  
  1105. 'plugins_configs' => [
  1106. 'getData' => [
  1107. 'file' => '/var/www/entrone.eu/hosting/banner/cachefile', // Gdzie ma zapisywać dane
  1108. 'time' => 1 * 10 // Czas co jaki ma zapisywać pliki
  1109. ]
  1110. ]
  1111. ];
  1112.  
  1113. $config[4]['events'] = [
  1114.  
  1115. /**
  1116. * @name Dosabled events
  1117. * @format 'simpleEvent'
  1118. */
  1119.  
  1120. 'ignored_events' => ['generatingBanner', 'channelStatisticsActive', 'chartsGenerator'],
  1121.  
  1122. /**
  1123. * @name Specyfic events time configuration
  1124. */
  1125.  
  1126. 'events_executes' => array(
  1127.  
  1128. 'generatingBanner' => array('seconds' => 30, 'minutes' => 0, 'hours' => 0, 'days' => 0),
  1129. 'channelStatisticsActive' => array('seconds' => 0, 'minutes' => 30, 'hours' => 0, 'days' => 0),
  1130. 'chartsGenerator' => array('seconds' => 0, 'minutes' => 0, 'hours' => 1, 'days' => 0),
  1131. ),
  1132.  
  1133. /**
  1134. * @name Specyfic event configurations
  1135. */
  1136.  
  1137. 'events_configs' => [
  1138.  
  1139.  
  1140. 'generatingBanner' => [
  1141. /*
  1142. generatingBanner - Automatyczne generowanie bannera.
  1143. */
  1144. 'admins_groups' => [105], // Id grup administracji
  1145. 'get_file_from' => '/root/mbot/assets/', // Ścieżka do katalogu z plikami
  1146. 'save_file_here' => '/var/www/', // Gdzie ma zapisać banner
  1147.  
  1148. ],
  1149. 'channelStatisticsActive' => [
  1150. 'cache_path' => '/root/mbot/inc/cache/channels/',
  1151. 'check_section' => [190],
  1152. 'scan_hours' => '0-22',
  1153. 'minimum_period' => 7,
  1154. 'min_value' => 0,
  1155. 'channel_id' => 102,
  1156. 'ignored_channels' => []
  1157. ],
  1158. 'chartsGenerator' => [
  1159. 'checker_type' => 'charts',
  1160. 'channel_id' => [2,94,599],
  1161. 'ignored_channels' => array(),
  1162. ],
  1163. ]
  1164. ];
  1165. /** end of adds configuration **/
  1166. /** Bot id 5 configuration **/
  1167. $config[5]['connection'] = [
  1168. /**
  1169. * @name TeamSpeak3 Server IP Adress
  1170. * @format 0.0.0.0
  1171. */
  1172.  
  1173. 'server_ip' => '217.182.39.197',
  1174.  
  1175. /**
  1176. * @name TeamSpeak3 Server Query Port
  1177. * @default 45555
  1178. */
  1179. 'server_query_port' => 10011,
  1180.  
  1181. /**
  1182. * @name TeamSpeak3 Server ID
  1183. * @default 1
  1184. */
  1185.  
  1186. 'server_id' => 1,
  1187.  
  1188. /**
  1189. * @name TeamSpeak3 Server Query Login
  1190. * @default serveradmin
  1191. */
  1192.  
  1193. 'server_query_login' => 'serveradmin',
  1194.  
  1195. /**
  1196. * @name TeamSpeak3 Server Query Password
  1197. */
  1198.  
  1199. 'server_query_password' => 'Bzap790V2bnh',
  1200.  
  1201.  
  1202. /**
  1203. * @name Enable/Disable commands mode in TeamSpeak3 Query [Important: Look at the configuration config > options > enable_commands_system]
  1204. * @default true
  1205. */
  1206.  
  1207. 'commands_mode' => true,
  1208.  
  1209. /**
  1210. * @name There you can change bot nickname
  1211. * @default mBot Premium
  1212. */
  1213.  
  1214. 'bot_name' => 'Informant',
  1215.  
  1216. /**
  1217. * @name Channel ID where bot enter (false - disable / id - enable)
  1218. * @default false
  1219. */
  1220.  
  1221. 'move_to_channel' => 18435
  1222.  
  1223. ];
  1224. $config[5]['server'] = [
  1225. /**
  1226. * This is a checksum done edit this.
  1227. * @default false
  1228. */
  1229. 'checksum' => 'bWJvdDIyLjI4WG1DVnoxMjQ1MQ==',
  1230.  
  1231. ];
  1232. $config[5]['options'] = [
  1233.  
  1234. /**
  1235. * @name Enable/Disable commands system in bot interface [Important: Look at the configuration config > connection > commands_mode]
  1236. * @default false
  1237. */
  1238.  
  1239. 'enable_commands_system' => true,
  1240.  
  1241. 'enable_plugins_and_events_system' => false,
  1242.  
  1243. /**
  1244. * @name Enable/Disable mysql system
  1245. * @default true
  1246. */
  1247.  
  1248. 'enable_database' => false,
  1249.  
  1250. /**
  1251. * @name Bot idle time before do next tasks
  1252. * @default 1
  1253. */
  1254.  
  1255. 'idle_seconds' => 1
  1256.  
  1257. ];
  1258. $config[5]['commands'] = [
  1259. /**
  1260. * @name Disabled commands
  1261. * @format 'simpleCommand'
  1262. */
  1263.  
  1264. 'disable_commands' => ['chvip','chgvip','ch'],
  1265.  
  1266. /**
  1267. * @name Specyfic command configuration
  1268. */
  1269.  
  1270. 'commands_configs' => [
  1271. 'ch' => [
  1272. 'groups' => [287],
  1273. 'channels_section' => 3379,
  1274. 'channel_num_regex' => '/(.*)\.(.*)/',
  1275. 'channel_admin_group_id' => 53,
  1276. 'default_subchannels' => 0,
  1277. 'max_subchannels' => 2,
  1278. 'channel_codec' => 2,
  1279. 'channel_codec_level' => 8,
  1280. 'help' => 'Komenda zakłada kanał w strefie prywatnej.',
  1281. 'usage' => '<numer użytkownika> [ilość podkanałów]'
  1282. ],
  1283. 'moveclient' => [
  1284. 'groups' => [287],
  1285. 'help' => 'Komenda przenosi użytkownika na Twój kanał.',
  1286. 'usage' => '<numer użytkownika>'
  1287. ],
  1288. 'gotoclient' => [
  1289. 'groups' => [287],
  1290. 'blocked_channels' => [],
  1291. 'help' => 'Komenda przenosi Cię na kanał użytkownika.',
  1292. 'usage' => '<numer użytkownika>'
  1293. ],
  1294. 'meeting' => [
  1295. 'groups' => [287],
  1296. 'move_groups' => [169, 171, 172, 173],
  1297. 'meeting_channel' => 7,
  1298. 'help' => 'Komenda przenosi wszystkich administratorów na określony kanał.',
  1299. 'usage' => ''
  1300. ],
  1301. 'adminsonline' => [
  1302. 'groups' => [287],
  1303. 'admin_groups' => [169, 171, 172, 173],
  1304. 'help' => 'Komenda wyświetla listę administratorów online.',
  1305. 'usage' => ''
  1306. ],
  1307. 'channellist' => [
  1308. 'groups' => [287],
  1309. 'help' => 'Komenda wyświetla listę kanałów.',
  1310. 'usage' => ''
  1311. ],
  1312. 'clientlist' => [
  1313. 'groups' => [287],
  1314. 'help' => 'Komenda wyświetla listę użytkowników wraz z dodatkowymi danymi.',
  1315. 'usage' => ''
  1316. ],
  1317. 'commands' => [
  1318. 'groups' => [287],
  1319. 'help' => 'Komenda wyświetla informacje o dostępnych komendach.',
  1320. 'usage' => ''
  1321. ],
  1322. 'memory' => [
  1323. 'groups' => [287],
  1324. 'help' => 'Komenda pokazuje aktualny stan używanej pamięci przez aplikacje.',
  1325. 'usage' => ''
  1326. ],
  1327. 'findclients' => [
  1328. 'groups' => [287],
  1329. 'help' => 'Komenda wyszukuje użytkownika którego nazwa zawiera frazę z parametru.',
  1330. 'usage' => '<filtr>'
  1331. ],
  1332. 'pwall' => [
  1333. 'groups' => [287],
  1334. 'help' => 'Komenda wysyła wiadomość prywatną do wszystkich użytkowników serwera o danej treści.',
  1335. 'usage' => '<wiadomość>'
  1336. ],
  1337. 'pwToGroup' => [
  1338. 'groups' => [287],
  1339. 'help' => 'Komenda wysyła wiadomość prywatną do wszystkich użytkowników w podanej grupie',
  1340. 'usage' => '<wiadomość>'
  1341. ],
  1342. 'pokeToGroup' => [
  1343. 'groups' => [287],
  1344. 'help' => 'Komenda wysyła poke do wszystkich użytkowników w podanej grupie.',
  1345. 'usage' => '<wiadomość>'
  1346. ],
  1347. 'pwToAdmin' => [
  1348. 'groups' => [287],
  1349. 'admin_group' => array(169, 171, 172, 173),
  1350. 'help' => 'Komenda wysyła wiadomość prywatną do wszystkich adminów',
  1351. 'usage' => '<wiadomość>'
  1352. ],
  1353. 'pokeToAdmin' => [
  1354. 'groups' => [287],
  1355. 'admin_group' => array(287,301,34,35,37,38),
  1356. 'help' => 'Komenda wysyła poke do wszystkich adminów.',
  1357. 'usage' => '<wiadomość>'
  1358. ],
  1359. 'pokeall' => [
  1360. 'groups' => [287],
  1361. 'help' => 'Komenda wysyła poke do wszystkich użytkowników serwera.',
  1362. 'usage' => '<wiadomość>'
  1363. ],
  1364. 'bot' => [
  1365. 'groups' => [287],
  1366. 'help' => 'Komenda wysyła poke do wszystkich użytkowników serwera.',
  1367. 'usage' => '<wiadomość>'
  1368. ],
  1369. 'bingo' => [
  1370. 'groups' => [23,24,215,216],
  1371. 'help' => '',
  1372. 'usage' => ''
  1373. ],
  1374. 'trueOrfalse' => [
  1375. 'groups' => [171],
  1376. 'pytania' => [
  1377. 1 => [
  1378. 'typ' => 'Prawdziwe',
  1379. 'pytanie' => 'Przykładowe pytanie1'
  1380. ],
  1381. 2 => [
  1382. 'typ' => 'Fałszywe',
  1383. 'pytanie' => 'Przykładowe pytanie2'
  1384. ],
  1385. 3 => [
  1386. 'typ' => 'Fałszywe',
  1387. 'pytanie' => 'Przykładowe pytanie3'
  1388. ],
  1389. ],
  1390. 'help' => '',
  1391. 'usage' => '<wiadomość>'
  1392. ],
  1393. ]
  1394. ];
  1395. /** end of adds configuration **/
  1396. ?>
Add Comment
Please, Sign In to add comment