Guest User

Untitled

a guest
Sep 6th, 2018
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.18 KB | None | 0 0
  1.  
  2. 'events' => true,
  3.  
  4.  
  5. // ENG [Online users] # PL [Użytkownicy online]
  6. 'online_users' => array
  7. (
  8. 'enabled' => true,
  9. 'channel_id' => 25755,
  10. 'ignored_groups' => array(437,449),
  11. 'channel_name' => '» Online: [ONLINE]', //[ONLINE] - online users
  12. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  13. ),
  14.  
  15.  
  16. // ENG [Record amount of clients online] # PL [Rekordowa ilośc użytkowników online]
  17. 'record_online' => array
  18. (
  19. 'enabled' => true,
  20. 'channel_id' => 25761,
  21. 'channel_name' => '» Rekord Serwera: [RECORD]', //[RECORD] - record online users
  22. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 20),
  23. ),
  24.  
  25.  
  26. // ENG [List of admins online] # PL [Lista adminów online]
  27. 'admin_list_online' => array
  28. (
  29. 'enabled' => true,
  30. 'channel_id' => 25850,
  31. 'admins_server_groups' => array(415,431,467,475),
  32. 'ignored_groups' => array(462),
  33. 'channel_name' => '[spacer][»] Centrum Pomocy adminów: [ONLINE]', //[ONLINE] - Admins online
  34. 'top_description' => 'Lista Administracji online',
  35. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  36. ),
  37.  
  38.  
  39. // ENG [Admin list] # PL [Lista adminów]
  40. 'admin_list' => array
  41. (
  42. 'enabled' => true,
  43. 'min_idle_time' => 5*60, //minimal client idle time to be away (in seconds)
  44. 'admins_count' => true, //enable admins count in description
  45. 'info' => array
  46. (
  47. 25760 => array //channel id
  48. (
  49. 'admins_server_groups' => array(415,431,467,475),
  50. 'ignored_groups' => array(462),
  51. 'top_description' => '[img]https://i.imgur.com/onCuRVU.png[/img]',
  52. 'icons_enabled' => false, //Convert rang name to icon
  53. 'icons' => array
  54. (
  55. /*************************
  56.  
  57. group_id => 'url_to_image',
  58.  
  59. ************************/
  60.  
  61. 6 => 'http://185.24.216.226/owner.png',
  62. 35 => 'http://surf-ts3.pl/IMAGE/manager.png',
  63. ),
  64. ),
  65. 25844 => array
  66. (
  67. 'admins_server_groups' => array(439,447),
  68. 'ignored_groups' => array(),
  69. 'top_description' => 'Administracja V2',
  70. 'icons_enabled' => false, //Convert rang name to icon
  71. 'icons' => array
  72. (
  73. /*************************
  74.  
  75. group_id => 'url_to_image',
  76.  
  77. ************************/
  78.  
  79. 6 => 'http://185.24.216.226/owner.png',
  80. 35 => 'http://surf-ts3.pl/IMAGE/manager.png',
  81. ),
  82. ),
  83. ),
  84.  
  85. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  86. ),
  87.  
  88.  
  89. // ENG [Change channel name] # PL [Zmiana nazwy kanalu]
  90. 'change_channel' => array
  91. (
  92. 'enabled' => true,
  93. 'channel_id' => 25876,
  94. 'channel_name' => array
  95. (
  96. '[cspacer] Dziękujemy, że jesteś z nami',
  97. '[cspacer] Nasze IP się nie zmienia',
  98. '[cspacer] Witamy na serwerze XBot-ts3.pl',
  99. ),
  100. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 45),
  101. ),
  102.  
  103.  
  104. // ENG [Multifunction] # PL [Wielofunkcyjnośc]
  105. 'multi_function' => array
  106. (
  107. 'enabled' => true,
  108. 'content' => array
  109. (
  110. 'total_ping' => array // ENG [server total ping in channel name] # PL [ping serwera w nazwie kanalu]
  111. (
  112. 'enabled' => true,
  113. 'channel_id' => 25768,
  114. 'channel_name' => '» Średni ping wynosi: [PING]', // [PING] = ping
  115. 'integer' => true, // true or false (ping in integer)
  116. ),
  117. 'packet_loss' => array // ENG [server packet loss in channel name] # PL [packet loss serwera w nazwie kanalu]
  118. (
  119. 'enabled' => true,
  120. 'channel_id' => 25769,
  121. 'channel_name' => '» Packetloss wynosi: [PACKETLOSS]%', // [PACKETLOSS] = packetloss
  122. 'integer' => true, // true or false (packetloss in integer)
  123. ),
  124. 'channels_count' => array // ENG [channels count in channel name] # PL [ilosc kanalów w nazwie kanalu]
  125. (
  126. 'enabled' => true,
  127. 'channel_id' => 25770,
  128. 'channel_name' => '» Kanałów ogółem: [CHANNELS]', // [CHANNELS] = channels count
  129. ),
  130. 'bytes_upload' => array // ENG [bytes upload on server in channel name] # PL [ilość danych wysłanych przez serwer]
  131. (
  132. 'enabled' => true,
  133. 'channel_id' => 25772,
  134. 'channel_name' => '» Danych wysłanych: [UPLOAD]', // [UPLOAD] = bytes upload
  135. ),
  136. 'bytes_download' => array // ENG [bytes download on server in channel name] # PL [ilość danych pobranych przez serwer]
  137. (
  138. 'enabled' => true,
  139. 'channel_id' => 25771,
  140. 'channel_name' => '» Danych pobranych: [DOWNLOAD]', // [DWONLOAD] = bytes download
  141. ),
  142. ),
  143. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  144. ),
  145.  
  146.  
  147. // ENG [Support channels] # PL [Kanały pomocy]
  148. 'support_channels' => array
  149. (
  150. 'enabled' => true,
  151. 'content' => array
  152. (
  153. 'time_open' => array //Channels open at a specific time
  154. (
  155. '0' => array // growing number for example 1, 2, 3...
  156. (
  157. 'channelId' => 25852, // channel id
  158. 'time_open' => '09:00', // time of opening
  159. 'time_close' => '23:50', // time of closing
  160. 'channel_name_open' => '[»] Centrum Pomocy TS3 [ON]', // channel name when opened
  161. 'channel_name_close' => '[»] Centrum Pomocy TS3 [OFF]', // channel name when closed
  162. 'needed_join_power' => 1500, //when close
  163. 'change_maxfamily_clients' => false, // close family channels too
  164. ),
  165. ),
  166.  
  167. 'open_when_admin' => array //Channels open when admin from server group is online
  168. (
  169. /*************************
  170.  
  171. ###
  172. # open when admin from groups online: 'admin' => array(server_groups separated by comma),
  173. ###
  174.  
  175. ###
  176. # open when client online: 'admin' => client_database_id,
  177. ###
  178.  
  179. *************************/
  180.  
  181. '0' => array // growing number for example 1, 2, 3...
  182. (
  183. 'channelId' => 0, // channel id
  184. 'admin' => 1,
  185. 'channel_name_open' => '[»] Centrum Pomocy XBot [ON]', // channel name when opened
  186. 'channel_name_close' => '[»] Centrum Pomocy XBot [OFF]', // channel name when closed
  187. 'needed_join_power' => 200, //when close
  188. 'change_maxfamily_clients' => false, // close family channels too
  189. ),
  190. ),
  191.  
  192. ),
  193. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  194. ),
  195.  
  196.  
  197. // ENG [Get vip channel] # PL [Otrzymywanie kanału vip]
  198. 'get_vip_channel' => array // Db must be on
  199. (
  200. 'enabled' => true,
  201. 'if_client_on_channel' => array(25856, 25858), // all checking channels id
  202.  
  203. 'info' => array
  204. (
  205. 'VIP' => array //Zone name for example 'VIP' | 'GOLD'
  206. (
  207. 'if_on_channel' => 25856,
  208. 'server_group_copy' => 461, // server group to copy
  209. 'channel_group_id' => 71, // default channel admin group
  210. 'subchannels' => 5, // how many subchannels
  211. 'subchannels_red' => true, // true - max cleints = 0 | false - max clients = unlimited
  212. 'online_from_server_group' => true, // create channel with information about clients from server group
  213. 'get_server_group' => true, // create channel add/del server group
  214. 'after_channel' => 25917, // the first channel for example spacer
  215.  
  216. 'spacer_between' => array
  217. (
  218. 'enabled' => true,
  219. 'spacer_name' => '[*spacerVIP[NUM]]___',
  220. 'join_needed' => 150,
  221. 'modify_needed' => 100,
  222. ),
  223. 'main_channel' => '[lspacer] [[NUM]] ViP', // [NUM] - vip channel number
  224. 'empty_topic' => '#WOLNY', // Topic in empty channel (remember it)
  225. ),
  226. 'Diamond' => array //Zone name for example 'VIP' | 'GOLD'
  227. (
  228. 'if_on_channel' => 25858,
  229. 'server_group_copy' => 463, // server group to copy
  230. 'channel_group_id' => 71, // default channel admin group
  231. 'subchannels' => 15, // how many subchannels
  232. 'subchannels_red' => true, // true - max cleints = 0 | false - max clients = unlimited
  233. 'online_from_server_group' => true, // create channel with information about clients from server group
  234. 'get_server_group' => true, // create channel add/del server group
  235. 'after_channel' => 25789, // the first channel for example spacer
  236.  
  237. 'spacer_between' => array
  238. (
  239. 'enabled' => true,
  240. 'spacer_name' => '[*spacerDiamond[NUM]]---',
  241. 'join_needed' => 150,
  242. 'modify_needed' => 100,
  243. ),
  244. 'main_channel' => '[lspacer] [[NUM]] Diamond', // [NUM] - vip channel number
  245. 'empty_topic' => '#WOLNY_D', // Topic in empty channel (remember it)
  246. ),
  247. ),
  248. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  249. ),
  250.  
  251.  
  252. // ENG [Get vip channel spacer] # PL [Otrzymywanie kanału vip na spacerach]
  253. 'get_vip_channel_spacer' => array // Db must be on
  254. (
  255. 'enabled' => true,
  256. 'if_client_on_channel' => array(26016), // all checking channels id
  257.  
  258. 'info' => array
  259. (
  260. 'Premium' => array //Zone name for example 'VIP' | 'GOLD'
  261. (
  262. 'if_on_channel' => 26016,
  263. 'server_group_copy' => 463, // server group to copy
  264. 'channel_group_id' => 71, // default channel admin group
  265. 'after_channel' => 25822, // the first channel for example spacer
  266. 'online_from_server_group_name' => '[rspacer] [SERVER_GROUP]: [ONLINE]/[MAX]', // [SERVER_GROUP] - group name, [ONLINE],
  267.  
  268. 'spacers' => array
  269. (
  270. /*************************************
  271.  
  272. '1' => array // Growing number
  273. (
  274. 'name' => '[cspacer] [[NUM]] Premium', // [NUM] - vip channel number
  275. 'subchannels' => 0,
  276. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  277. ),
  278.  
  279. add `'get_group_spacer' => true` if get group must be a spacer
  280. add `'online_group_spacer' => true` if online from group must be a spacer
  281.  
  282. add `'get_group_subchannel' => true` if get group must be in the subchannel
  283. add `'online_group_subchannel' => true` if online from group must be in the subchannel
  284.  
  285. *************************************/
  286.  
  287. '1' => array // Main channel
  288. (
  289. 'name' => '[cspacer] [[NUM]] Premium', // [NUM] - vip channel number
  290. 'subchannels' => 0,
  291. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  292. ),
  293. '2' => array // Main channel
  294. (
  295. 'name' => '[rspacer[NUM]] Online z:', // [NUM] - vip channel number
  296. 'subchannels' => 0,
  297. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  298. 'online_group_spacer' => true,
  299. ),
  300. '3' => array // Main channel
  301. (
  302. 'name' => '[rspacer[NUM]] Nadaj grupe', // [NUM] - vip channel number
  303. 'subchannels' => 0,
  304. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  305. 'get_group_spacer' => true,
  306. ),
  307. '4' => array
  308. (
  309. 'name' => '[lspacerzarzad[NUM]]Zarząd', // [NUM] - vip channel number
  310. 'subchannels' => 3,
  311. 'subchannels_red' => true, // true - max clients = 0 | false - max clients = unlimited
  312.  
  313. 'online_group_subchannel' => true,
  314. 'get_group_subchannel' => true,
  315. ),
  316. '5' => array
  317. (
  318. 'name' => '[lspacerkanaly[NUM]]Kanały', // [NUM] - vip channel number
  319. 'subchannels' => 4,
  320. 'subchannels_red' => false, // true - max clients = 0 | false - max clients = unlimited
  321. ),
  322. ),
  323. 'spacer_between' => array
  324. (
  325. 'enabled' => true,
  326. 'spacer_name' => '[*spacerPremium[NUM]]___',
  327. 'join_needed' => 150,
  328. 'modify_needed' => 100,
  329. ),
  330. ),
  331. ),
  332. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  333. ),
  334.  
  335. // ENG [Information on channel about twitch/youtube channel] # PL [Informacje o kanale twitch/youtube]
  336. 'twitch_yt' => array
  337. (
  338. 'enabled' => true,
  339. 'info' => array
  340. (
  341. 'twitch_enabled' => true,
  342. 'twitch_api_key' => 'oaocbf2zpmv6807kp9jcxkwmcjvq5a', // you can change it if you want https://www.twitch.tv/settings/connections
  343. 'twitch' => array
  344. (
  345. 'izakooo' => array //Twitch channel name
  346. (
  347. 'channel_id' => 25769,
  348. 'channel_name' => 'izakooo [STATUS_TWITCH]', //[STATUS_TWITCH] - on live or no
  349. ),
  350. ),
  351. 'youtube_enabled' => true,
  352. 'youtube_api_key' => 'AIzaSyAEQeDyRwJxVHw_m8wCD-P7oT_ufy4waX0',
  353. 'youtube' => array
  354. (
  355. /*****************************************
  356.  
  357. 'UC-suExuAUNgJmyKcxA-PGzg' => array //YouTube channel id
  358. (
  359. 'main_channel' => array //Channel where will be description and SUBS in channel name
  360. (
  361. 'channel_id' => 0,
  362. 'channel_name' => '[ YouTuber ] Ramzes: [SUBS] subów', //[SUBS] - subscribers //[NAME] - youtuber nick
  363. ),
  364. 'videos_count' => array //Channel where will be Videos count in channel name
  365. (
  366. 'channel_id' => 0,
  367. 'channel_name' => '» Filmów na kanale: [VIDEOS]', //[VIDEOS] - videos count
  368. ),
  369. 'views_count' => array //Channel where will be views count in channel name
  370. (
  371. 'channel_id' => 0,
  372. 'channel_name' => '» Wyświetleń: [VIEWS]', //[VIEWS] - views count
  373. ),
  374. ),
  375.  
  376. ******************************************/
  377.  
  378. 'UC-suExuAUNgJmyKcxA-PGzg' => array //YouTube channel id
  379. (
  380. 'main_channel' => array //Channel where will be description and SUBS in channel name
  381. (
  382. 'channel_id' => 0,
  383. 'channel_name' => '[ YouTuber ] Ramzes: [SUBS] subów', //[SUBS] - subscribers //[NAME] - youtuber nick
  384. ),
  385. 'videos_count' => array //Channel where will be Videos count in channel name
  386. (
  387. 'channel_id' => 0,
  388. 'channel_name' => '» Filmów na kanale: [VIDEOS]', //[VIDEOS] - videos count
  389. ),
  390. 'views_count' => array //Channel where will be views count in channel name
  391. (
  392. 'channel_id' => 0,
  393. 'channel_name' => '» Wyświetleń: [VIEWS]', //[VIEWS] - views count
  394. ),
  395. ),
  396. ),
  397. ),
  398. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 7,'seconds' => 0),
  399. ),
  400.  
  401.  
  402. // ENG [clients online from server group] # PL [użytkownicy danej grupy serwera online]
  403. 'online_from_server_group' => array
  404. (
  405. 'enabled' => true,
  406. 'show_time' => true, //only for groups which have maximal 15 members | true / false
  407. 'max_users' => 30, //max users in description
  408.  
  409. 'info' => array
  410. (
  411. /*******************************
  412.  
  413. 233 => array // Channel ID
  414. (
  415. 'server_groups' => array(10), // Server groups separated by comma
  416. 'show_description' => true, // Show users in description
  417. 'only_online' => true, // Show only online clients
  418. 'channel_name' => '[rspacer]Online z [SERVER_GROUP]: [ONLINE]/[MAX]', // Channel name
  419. 'top_description' => '| Lista osób z rangi: [SERVER_GROUP] |', // Top description
  420. ),
  421.  
  422. *******************************/
  423.  
  424. 25909 => array
  425. (
  426. 'server_groups' => array(419,420),
  427. 'show_description' => true,
  428. 'only_online' => false,
  429. 'channel_name' => '[rspacer]Online z [SERVER_GROUP]: [ONLINE]/[MAX]',
  430. 'top_description' => '| Lista osób z rangi: [SERVER_GROUP] |',
  431. ),
  432. ),
  433. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  434. ),
  435.  
  436.  
  437. // ENG [assign server group if client enters a channel] # PL [przypisz grupę serwera po wejściu na kanal]
  438. 'get_server_group' => array
  439. (
  440. 'enabled' => true,
  441. 'if_client_on_channel' => array(25911), //all checking channels id
  442. 'delete_rang' => true, //delete rang if client is on channel
  443. 'client_kick' => true, //Kick client from channel after assignment/deleted group | true / false
  444. 'poke_client' => false, //Poke client for example: You have just received clan group!
  445. 'info' => array
  446. (
  447. //21410 => 227, //channel id => server group id
  448. 25911 => 473,
  449. ),
  450. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  451. ),
  452.  
  453.  
  454. // ENG [Ddos information] # PL [Informacje o ddos]
  455. 'ddos_information' => array
  456. (
  457. 'enabled' => true,
  458. 'file' => 'include/cache/ddos_information.txt',
  459. 'packet_loss' => 10, //from what packet loss%(numeric) send global information
  460. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 30),
  461. ),
  462.  
  463.  
  464. // ENG [Informing about client in channel name] # PL [Status użytkownika w nazwie kanalu]
  465. 'client_on_channel' => array
  466. (
  467. 'enabled' => true,
  468. 'server_groups_id' => array(415,431,467,475), //all checking client's server groups
  469. 'ignored_groups' => array(462),
  470. 'idle_time' => 1800, //idle time to have away status (in seconds)
  471. 'show_description' => true, //show description on channels
  472. 'info' => array
  473. (
  474. /***************************************************************
  475.  
  476. (you can copy this to use this function many times)
  477.  
  478. 10 => array //client databse id => array
  479. (
  480. 'channel_id' => 432, //channel id
  481. 'format' => '[RANG] >> [NICK] >> [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  482. 'fb' => 'https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/messages/', //If none set 0
  483. 'email' => 'battnik90@gmail.com', //If none set 0
  484. ),
  485.  
  486. ***************************************************************/
  487.  
  488. 18949 => array // client dbid => array
  489. (
  490. 'channel_id' => 25838, //channel id
  491. 'format' => '[[RANG]] [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  492. 'fb' => 'https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/messages/',
  493. 'email' => 'battnik90@gmail.com',
  494. ),
  495. 2488 => array // client dbid => array
  496. (
  497. 'channel_id' => 25839, //channel id
  498. 'format' => '[[RANG]] [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  499. 'fb' => 'https://www.facebook.com/D0M1N000',
  500. 'email' => 'D0M1N0@o2.pl',
  501. ),
  502. 70 => array // client dbid => array
  503. (
  504. 'channel_id' => 25840, //channel id
  505. 'format' => '[[RANG]] [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  506. 'fb' => 'https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/messages/',
  507. 'email' => 'random@gmail.com',
  508. ),
  509. 19833 => array // client dbid => array
  510. (
  511. 'channel_id' => 25841, //channel id
  512. 'format' => '[[RANG]] [NICK] - [STATUS]', //format on channel name [RANG] - server group name, [NICK] - client nick, [STATUS] - client status (online/away/offline)
  513. 'fb' => '0',
  514. 'email' => '0',
  515. ),
  516. ),
  517. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 15),
  518. ),
  519.  
  520.  
  521. // ENG [Status sinusbot] # PL [Status sinusbotów]
  522. 'status_sinusbot' => array
  523. (
  524. 'enabled' => true,
  525. 'channel_id' => 25759,
  526. 'bots_server_groups' => array(437),
  527. 'top_description' => '[img]https://i.imgur.com/cWwskNb.png[/img]',
  528. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  529. ),
  530.  
  531.  
  532. // ENG [List of server queries online] # PL [Lista klientów server query online]
  533. 'server_query_online' => array
  534. (
  535. 'enabled' => true,
  536. 'channel_id' => 25763,
  537. 'channel_name' => '» Server Query online: [ONLINE]', //[ONLINE] - Server Query online
  538. 'top_description' => '[img]https://i.imgur.com/KCvBQlm.png[/img]',
  539. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 20),
  540. ),
  541.  
  542.  
  543. // ENG [Ban list] # PL [Lista banów]
  544. 'ban_list' => array
  545. (
  546. 'enabled' => true,
  547. 'channel_id' => 25756,
  548. 'how_many' => 10,
  549. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  550. ),
  551.  
  552.  
  553. // ENG [Facebook posts] # PL [Posty z facebook'a]
  554. 'facebook_posts' => array
  555. (
  556. 'enabled' => true,
  557. 'channel_id' => 25758,
  558. 'channel_name' => '» Fanpage (Likes: [LIKES])', //[LIKES] - likes count
  559. 'page_id' => '1719172075053504', //You can find it on website: https://findmyfbid.com/
  560. 'access_token' => '',
  561. 'posts' => 1,
  562. 'link_to_fanpage' => 'https://www.facebook.com/XBot-bot-na-tw%C3%B3j-serwer-TS3-1719172075053504/',
  563. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 1,'minutes' => 0,'seconds' => 0),
  564. ),
  565.  
  566.  
  567. // ENG [Game servers' info] # PL [Informacje o serwerach gier]
  568. 'servers_info' => array
  569. (
  570. 'enabled' => true,
  571. 'info' => array
  572. (
  573. /******************************************
  574.  
  575. 0 => array
  576. (
  577. 'type' => 'server_type',
  578. 'host' => 'ip:port', //for example 195.32.532.321:1045
  579. 'channel_id' => channel_id(value), //for exaple 45
  580. 'channel_name' => 'channel_name(value)',
  581. ),
  582.  
  583. server_type: 'cs16' - CS 1.6 server | 'csgo' - CS:GO server | 'minecraft' - Minecraft server
  584. All servers: https://github.com/Austinb/GameQ/tree/v3/src/GameQ/Protocols
  585.  
  586. 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
  587.  
  588. For example:
  589.  
  590. 0 => array growing number from 0 (0,1,2,3,4,5,itd)
  591. (
  592. 'type' => 'cs16',
  593. 'host' => '193.70.125.254:27030',
  594. 'channel_id' => 20922,
  595. 'channel_name' => 'Online: [CLIENTS_ONLINE] | Mapa: [MAP]',
  596. 'custom_server_name' => '0', // Set 0 if none
  597. ),
  598.  
  599. ******************************************/
  600.  
  601. 0 => array
  602. (
  603. 'type' => 'minecraft',
  604. 'host' => '91.134.209.194:25565',
  605. 'channel_id' => 25778,
  606. 'channel_name' => 'MC ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  607. 'custom_server_name' => 'KRAINA MC', // Set 0 if none
  608. ),
  609. 1 => array
  610. (
  611. 'type' => 'cs16',
  612. 'host' => '213.238.173.177:27015',
  613. 'channel_id' => 25779,
  614. 'channel_name' => '[lspacer][»] COD MOD ([CLIENTS_ONLINE]/[CLIENTS_MAX])',
  615. 'custom_server_name' => '0', // Set 0 if none
  616. ),
  617. ),
  618. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  619. ),
  620.  
  621.  
  622.  
  623.  
  624. // ENG [Users' country list] # PL [Lista krajów użytkowników]
  625. 'country_list' => array
  626. (
  627. 'enabled' => true,
  628. 'channel_id' => 25764,
  629. 'channel_name' => '» Osób online spoza Polski: [ONLINE]', //[ONLINE] online clients outside the specified country
  630. 'default_country' => 'PL',
  631. 'top_description' => 'Lista osób ONLINE spoza Polski',
  632. 'ignored_groups' => array(1437,449),
  633. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 2,'seconds' => 0),
  634. ),
  635.  
  636.  
  637. // ENG [Name_day in channel name] # PL [Imieniny w nazwie kanału]
  638. 'name_day' => array
  639. (
  640. 'enabled' => true,
  641. 'channel_id' => 25766,
  642. 'channel_name' => '» Im: [NAME]', //[NAME] - name
  643. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 2,'seconds' => 0),
  644. ),
  645.  
  646.  
  647. // ENG [Partners] # PL [Partnerzy]
  648. 'partners' => array
  649. (
  650. 'enabled' => true,
  651. 'channel_id' => 25872,
  652. 'info' => array
  653. (
  654. '[cspacer] TSForum.pl' => 'przykładowy opis TSForum.pl',
  655. '[cspacer] Aplikacja XBot' => "[center][img]http://adamek-ts3.eu/png/Xbot.png[/img][hr][/center][center][size=15][b]Informacje[/b][/size][/center][hr]
  656. [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]
  657. [hr][/list]",
  658. '[cspacer] DOM1NO.pl' => "[center][hr][size=15][COLOR=#1eb7ee][b]• | D0M1N0.PL | •
  659. Usługi Web Developerskie[/COLOR][/size][/center]
  660. [center][hr][size=15][COLOR=#127494][b]• | Kontakt | •[/COLOR]
  661. [url=http://d0m1n0.pl/][img]https://i.imgur.com/WJJO6gG.png[/img][/url] [url=https://telegram.me/d0m1n000][img]https://i.imgur.com/6BBb3JB.png[/img][/url] [url=http://steamcommunity.com/id/D0M1N000/][img]https://i.imgur.com/9QxW9Rn.png[/img][/url] [url=https://www.instagram.com/d0m1n000/][img]https://i.imgur.com/CzBycNB.png[/img][/url]
  662. [hr][size=15][COLOR=#127494][b]• | INNE | •[/COLOR]
  663. [img]https://i.imgur.com/2QoybUG.png[/img]
  664. [URL=mailto:D0M1N0@O2.PL]D0M1N0@O2.PL[/URL]
  665. [img]https://i.imgur.com/w73iVYC.png[/img]
  666. [color=#1eb7ee]D0M1N000[/color][/center]
  667. [hr][right][size=10][b][color=#1eb7ee]Copyright © 2018 D0M1N0.PL All rights reserved.",
  668. ),
  669. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  670. ),
  671.  
  672.  
  673. // ENG [Generate cache] # PL [Generuj plik cache]
  674. 'generate_cache' => array
  675. (
  676. 'enabled' => true,
  677. 'target_file' => '/var/www/html/vip/cache/cache.txt',
  678. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  679. ),
  680.  
  681.  
  682. // ENG [XBot info] # PL [Informacje od twórcy w opisie kanału]
  683. 'xbot_info' => array //Checking on the server every 15 minutes
  684. (
  685. 'enabled' => true,
  686. 'channel_id' => 25773,
  687. 'translate' => array
  688. (
  689. 'enabled' => true,
  690. 'target_language' => 'en', // Type language code https://cloud.google.com/translate/docs/languages
  691. ),
  692. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  693. ),
  694.  
  695. // ENG [Get YT channel] # PL [Otrzymywanie kanału YouTube]
  696. 'get_yt_channel' => array // Db must be on
  697. (
  698. 'enabled' => true,
  699. 'if_client_on_channel' => array(25857), // all checking channels id
  700.  
  701. 'if_on_channel' => 25857,
  702. 'channel_group_id' => 71, // default channel admin group
  703. 'subchannels' => 5, // how many subchannels
  704. 'subchannels_red' => true, // true - max cleints = 0 | false - max clients = unlimited
  705. 'videos_count' => true, // create channel with information about videos count on yt channel
  706. 'views_count' => true, // create channel with information about views count on yt channel
  707. 'after_channel' => 25789, // the first channel for example spacer
  708.  
  709. 'spacer_between' => array
  710. (
  711. 'enabled' => true,
  712. 'spacer_name' => '[*spacerYT[NUM]]___',
  713. 'join_needed' => 150,
  714. 'modify_needed' => 100,
  715. ),
  716. 'main_channel' => '[cspacer]■ [[NUM]] YT ■', // [NUM] - vip channel number
  717. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 10,'seconds' => 0),
  718. ),
  719.  
  720. // ENG [Away Group] # PL [Grupa away]
  721. 'away_group' => array
  722. (
  723. 'enabled' => true,
  724. 'server_group_copy' => 471,
  725. 'min_idle_time' => 5*60,
  726. 'ignored_groups' => array(447),
  727. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5),
  728. ),
  729.  
  730. // ENG [Cache icons] # PL [Generuj ikonki do katalogu]
  731. 'cache_icons' => array
  732. (
  733. 'enabled' => true,
  734. 'icons_path' => '/var/www/html/server_icons/',
  735. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  736. ),
  737.  
  738. // ENG [Weather in cities] # PL [Pogoda w miastach]
  739. 'weather' => array
  740. (
  741. 'enabled' => true,
  742. 'api_key' => '', //You can find api on website: openweathermap.org
  743. 'info' => array
  744. (
  745. 25775 => array
  746. (
  747. 'country_code' => 'PL', //country code for example: Poland - PL
  748. 'city' => 'Warszawa', //without polish symbols
  749. 'channel_name' => 'Pogoda - [CITY]', //[CITY] - city name
  750. ),
  751. ),
  752. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 5,'seconds' => 0),
  753. ),
  754.  
  755. // ENG [Countdown] # PL [Odliczanie]
Add Comment
Please, Sign In to add comment