Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. <?php
  2. $cfg = array(
  3.  
  4. 'payments' => array(
  5. 'shopid' => '117003', # АЙДИ КАССЫ FK
  6. 'shopkeys' => array(
  7. 1 => 'o4v6yx1r', # КЛЮЧ КАССЫ FK #1
  8. 2 => 'ye47tlta', # КЛЮЧ КАССЫ FK #2
  9. # !(!КЛЮЧИ ОБЯЗАТЕЛЬНО ДОЛЖНЫ БЫТЬ РАЗНЫЕ!)! #
  10. )
  11. ),
  12.  
  13. // Список серверов и их настройка
  14. 'servers' => array(
  15. // Сервера #1
  16. 1 => array(
  17. 's_name' => 'LavaTech',
  18. 's_rocn_ip' => '89.179.73.99',
  19. 's_rcon_port' => '50002',
  20. 's_rcon_pass' => '7890012952',
  21. // Список донатов сервера #1
  22. 's_donate_list' => array(
  23. 1 => array(
  24. 's_d_name' => 'Vip',
  25. 's_d_name_pex' => 'vip',
  26. 's_d_thecost' => '69',
  27. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  28. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/0/04/Земля.png?version=ccd9461df1b8ce910630a706aea68bcc',
  29. ),
  30. 2 => array(
  31. 's_d_name' => 'Premium',
  32. 's_d_name_pex' => 'premium',
  33. 's_d_thecost' => '169',
  34. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  35. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/a/a0/Обсидиан.png?version=c4bab625887220a01ed13b782dde4813',
  36. ),
  37. 3 => array(
  38. 's_d_name' => 'Deluxe',
  39. 's_d_name_pex' => 'deluxe',
  40. 's_d_thecost' => '269',
  41. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  42. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/2/27/Алмазный_блок.png?version=8c2acb91f45700883998971e12cb5eb3',
  43. ),
  44. 4 => array(
  45. 's_d_name' => 'Deluxe',
  46. 's_d_name_pex' => 'deluxe',
  47. 's_d_thecost' => '269',
  48. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  49. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/2/27/Алмазный_блок.png?version=8c2acb91f45700883998971e12cb5eb3',
  50. ),
  51. 5 => array(
  52. 's_d_name' => 'Deluxe',
  53. 's_d_name_pex' => 'deluxe',
  54. 's_d_thecost' => '269',
  55. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  56. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/2/27/Алмазный_блок.png?version=8c2acb91f45700883998971e12cb5eb3',
  57. ),
  58. )
  59. ),
  60. // Сервера #2
  61. 2 => array(
  62. 's_name' => 'LavaLite',
  63. 's_rocn_ip' => '89.179.73.99',
  64. 's_rcon_port' => '50002',
  65. 's_rcon_pass' => '7890012952',
  66. // Список донатов сервера #2
  67. 's_donate_list' => array(
  68. 1 => array(
  69. 's_d_name' => 'King',
  70. 's_d_name_pex' => 'vip',
  71. 's_d_thecost' => '69',
  72. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  73. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/0/04/Земля.png?version=ccd9461df1b8ce910630a706aea68bcc',
  74. ),
  75. 2 => array(
  76. 's_d_name' => 'Dragon',
  77. 's_d_name_pex' => 'premium',
  78. 's_d_thecost' => '169',
  79. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  80. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/a/a0/Обсидиан.png?version=c4bab625887220a01ed13b782dde4813',
  81. ),
  82. 3 => array(
  83. 's_d_name' => 'Ultra',
  84. 's_d_name_pex' => 'premium',
  85. 's_d_thecost' => '169',
  86. 's_d_thedisc' => '5', // Скидка, 0 чтобы выключить
  87. 's_d_images' => 'https://gamepedia.cursecdn.com/minecraft_ru_gamepedia/2/27/Алмазный_блок.png?version=8c2acb91f45700883998971e12cb5eb3',
  88. ),
  89. )
  90. ),
  91. ),
  92.  
  93.  
  94. );
  95. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement