Facebook
From Aqua Marten, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 188
  1. <?php
  2. ####                                     ####  
  3. #                 Logowanie                 #
  4. ####                                     ####
  5. $config['connect'] = [
  6.  
  7.         'ip' => 'k-bot.pl',
  8.         'login' => 'Chat',
  9.         'password' => 'xyz',
  10.        
  11.         'port_server' => '9987',
  12.         'port_query' => '10011',
  13.        
  14.         'apk_name' => 'Emos @ Chat_Group [ BETA ]',
  15.        
  16.         'key' => 'X0cK18b9U08k8Y7fIp0XIXXlMt66MHH7',
  17.  
  18. ];
  19.  
  20. ####                                     ####  
  21. #               Konfiguracja            #
  22. ####                                     ####
  23. $config['function'] = [
  24.  
  25.         'chat' => [
  26.                 1 => [23,11,9,21],
  27.                 2 => [24],
  28.         ],
  29.        
  30.         'interval' => 1,
  31.         # Interval podajemy w sekundach
  32. ];
  33. ?>