07-10-2025 08:55:23.79622[0][4] - Elapsed time: 11.970 milliseconds
[conversation_start.php][Called outside of function][56]
Conversation starting. Current system specs:
  Program O version:            2.6.11
  Server Software:              LiteSpeed
  PHP Version:                  7.4.33
  OS:                           Linux
  OS Version:                   #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025
  MySQL Version:                11.4.8-MariaDB-cll-lve
  Multi-byte functions enabled: true 
-----------------------
07-10-2025 08:55:23.79672[4][4] - Elapsed time: 0.498 milliseconds
[load_aimlfunctions.php][Called outside of function][16]
AIML function include files loaded 
-----------------------
07-10-2025 08:55:23.79708[4][4] - Elapsed time: 0.360 milliseconds
[load_convofunctions.php][Called outside of function][16]
Convofunction include files loaded 
-----------------------
07-10-2025 08:55:23.79724[4][4] - Elapsed time: 0.166 milliseconds
[load_userfunctions.php][Called outside of function][14]
userfunctions include files loaded 
-----------------------
07-10-2025 08:55:23.79788[4][4] - Elapsed time: 0.634 milliseconds
[load_addons.php][Called outside of function][19]
Loading addons 
-----------------------
07-10-2025 08:55:23.79790[4][4] - Elapsed time: 0.022 milliseconds
[conversation_start.php][Called outside of function][69]
Loaded all Includes 
-----------------------
07-10-2025 08:55:23.79813[1][4] - Elapsed time: 0.227 milliseconds
[conversation_start.php][Called outside of function][118]
PHP ERROR [Warning] -session_id(): Cannot change session id when session is active in /home/si2h6234/public_html/there.si2024.com/Program-O-master/chatbot/conversation_start.php on Line 118 
-----------------------
07-10-2025 08:55:23.79882[0][4] - Elapsed time: 0.696 milliseconds
[conversation_start.php][Called outside of function][122]
Debug level: 4
session ID = 1ef17540fb6a4081b65f660f4e8729fb 
-----------------------
07-10-2025 08:55:23.79886[4][4] - Elapsed time: 0.037 milliseconds
[conversation_start.php][Called outside of function][125]
Conversation continuing. User said 'halo'. 
-----------------------
07-10-2025 08:55:23.79889[4][4] - Elapsed time: 0.035 milliseconds
[intialise_conversation.php][read_from_session][155]
Reading from session 
-----------------------
07-10-2025 08:55:23.79891[4][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][load_default_bot_values][110]
Loading db bot personality properties 
-----------------------
07-10-2025 08:55:23.79893[3][4] - Elapsed time: 0.019 milliseconds
[intialise_conversation.php][load_default_bot_values][118]
load db bot personality values SQL: SELECT * FROM `si2h6234_dbthere`.`botpersonality` WHERE `bot_id` = 1; 
-----------------------
07-10-2025 08:55:23.79946[4][4] - Elapsed time: 0.530 milliseconds
[intialise_conversation.php][check_set_convo_id][643]
Obtaining the convo id from form vars. Value:  
-----------------------
07-10-2025 08:55:23.79950[2][4] - Elapsed time: 0.036 milliseconds
[intialise_conversation.php][check_set_bot][581]
Checking and/or setting the current bot. 
-----------------------
07-10-2025 08:55:23.79952[3][4] - Elapsed time: 0.021 milliseconds
[intialise_conversation.php][check_set_bot][599]
Making sure the bot exists. SQL = SELECT * FROM `si2h6234_dbthere`.`bots` WHERE bot_id = 1 AND `bot_active` = 1; 
-----------------------
07-10-2025 08:55:23.80003[2][4] - Elapsed time: 0.513 milliseconds
[intialise_conversation.php][check_set_bot][616]
BOT ID: 1 
-----------------------
07-10-2025 08:55:23.80006[2][4] - Elapsed time: 0.025 milliseconds
[intialise_conversation.php][check_set_user][672]
Checking and setting the user info, as needed. 
-----------------------
07-10-2025 08:55:23.80057[3][4] - Elapsed time: 0.516 milliseconds
[intialise_conversation.php][check_set_user][705]
Loading client properties from the DB - sql:
SELECT `name`, `value` FROM `si2h6234_dbthere`.`client_properties` WHERE `user_id` = 3 AND `bot_id` = 1; 
-----------------------
07-10-2025 08:55:23.80106[2][4] - Elapsed time: 0.486 milliseconds
[spell_checker.php][run_spell_checker_say][36]
Starting function and setting timestamp. 
-----------------------
07-10-2025 08:55:23.80120[2][4] - Elapsed time: 0.142 milliseconds
[spell_checker.php][spell_check][60]
Preforming a spel chek on halo. 
-----------------------
07-10-2025 08:55:23.80123[2][4] - Elapsed time: 0.027 milliseconds
[spell_checker.php][load_spelling_list][117]
Loading the spellcheck list from the DB. 
-----------------------
07-10-2025 08:55:23.80187[4][4] - Elapsed time: 0.641 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
07-10-2025 08:55:23.80213[4][4] - Elapsed time: 0.262 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
07-10-2025 08:55:23.80215[2][4] - Elapsed time: 0.023 milliseconds
[conversation_start.php][Called outside of function][200]
Details:
User say: HALO
Convo id: 1ef17540fb6a4081b65f660f4e8729fb
Bot id: 1
Format:  
-----------------------
07-10-2025 08:55:23.80217[4][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][check_set_format][752]
Using format: json 
-----------------------
07-10-2025 08:55:23.80218[2][4] - Elapsed time: 0.014 milliseconds
[intialise_conversation.php][load_that][769]
Loading the THAT array. 
-----------------------
07-10-2025 08:55:23.80221[3][4] - Elapsed time: 0.022 milliseconds
[intialise_conversation.php][load_that][784]
Getting conversation log entries for the current user. SQL:
SELECT `input`, `response` FROM `si2h6234_dbthere`.`conversation_log` WHERE `user_id` = 3 AND `bot_id` = 1 ORDER BY `id` DESC limit 10; 
-----------------------
07-10-2025 08:55:23.80277[1][4] - Elapsed time: 0.562 milliseconds
[intialise_conversation.php][load_that][804]
Inputs returned:Array
(
    [0] => halo
    [1] => haloha
    [2] => halo
)
 
-----------------------
07-10-2025 08:55:23.80280[4][4] - Elapsed time: 0.038 milliseconds
[intialise_conversation.php][load_that][805]
Loading previous responses into the ~THAT~ array. 
-----------------------
07-10-2025 08:55:23.80283[1][4] - Elapsed time: 0.027 milliseconds
[intialise_conversation.php][load_that][806]
Responses returned:Array
(
    [0] => Maaf saya belum punya jawaban!
    [1] => Maaf saya belum punya jawaban!
    [2] => Maaf saya belum punya jawaban!
)
 
-----------------------
07-10-2025 08:55:23.80289[2][4] - Elapsed time: 0.061 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.80292[2][4] - Elapsed time: 0.026 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
07-10-2025 08:55:23.80294[4][4] - Elapsed time: 0.025 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.80297[4][4] - Elapsed time: 0.029 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80300[4][4] - Elapsed time: 0.026 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80303[4][4] - Elapsed time: 0.026 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80306[4][4] - Elapsed time: 0.038 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80309[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80311[2][4] - Elapsed time: 0.026 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
07-10-2025 08:55:23.80320[4][4] - Elapsed time: 0.093 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank that array 
-----------------------
07-10-2025 08:55:23.80341[4][4] - Elapsed time: 0.210 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80345[4][4] - Elapsed time: 0.032 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80348[4][4] - Elapsed time: 0.035 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80350[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80354[2][4] - Elapsed time: 0.037 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.80357[2][4] - Elapsed time: 0.025 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
07-10-2025 08:55:23.80359[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.80361[4][4] - Elapsed time: 0.025 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80364[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80366[4][4] - Elapsed time: 0.022 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80369[4][4] - Elapsed time: 0.031 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80371[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80373[2][4] - Elapsed time: 0.022 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
07-10-2025 08:55:23.80377[4][4] - Elapsed time: 0.037 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80379[4][4] - Elapsed time: 0.024 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80382[4][4] - Elapsed time: 0.029 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80386[4][4] - Elapsed time: 0.040 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80390[2][4] - Elapsed time: 0.035 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.80392[2][4] - Elapsed time: 0.026 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
07-10-2025 08:55:23.80395[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.80397[4][4] - Elapsed time: 0.024 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80399[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80402[4][4] - Elapsed time: 0.023 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
07-10-2025 08:55:23.80405[4][4] - Elapsed time: 0.032 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80407[4][4] - Elapsed time: 0.021 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80409[2][4] - Elapsed time: 0.024 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
07-10-2025 08:55:23.80413[4][4] - Elapsed time: 0.035 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80415[4][4] - Elapsed time: 0.023 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80418[4][4] - Elapsed time: 0.030 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80420[4][4] - Elapsed time: 0.021 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.80423[4][4] - Elapsed time: 0.029 milliseconds
[intialise_conversation.php][load_that][835]
Loading previous user inputs into the ~INPUT~ array. 
-----------------------
07-10-2025 08:55:23.80426[2][4] - Elapsed time: 0.031 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.80429[2][4] - Elapsed time: 0.024 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
07-10-2025 08:55:23.80431[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.80433[4][4] - Elapsed time: 0.024 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
07-10-2025 08:55:23.80435[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
07-10-2025 08:55:23.80438[4][4] - Elapsed time: 0.023 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
07-10-2025 08:55:23.80440[4][4] - Elapsed time: 0.027 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
07-10-2025 08:55:23.80443[4][4] - Elapsed time: 0.021 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
07-10-2025 08:55:23.80445[2][4] - Elapsed time: 0.023 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
07-10-2025 08:55:23.80448[4][4] - Elapsed time: 0.027 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank input array 
-----------------------
07-10-2025 08:55:23.80451[2][4] - Elapsed time: 0.035 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.80453[2][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => haloha
)

 
-----------------------
07-10-2025 08:55:23.80456[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.80458[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'haloha' 
-----------------------
07-10-2025 08:55:23.80460[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'haloha' 
-----------------------
07-10-2025 08:55:23.80463[4][4] - Elapsed time: 0.023 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'haloha' 
-----------------------
07-10-2025 08:55:23.80465[4][4] - Elapsed time: 0.027 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALOHA' 
-----------------------
07-10-2025 08:55:23.80467[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALOHA' 
-----------------------
07-10-2025 08:55:23.80470[2][4] - Elapsed time: 0.022 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALOHA' to the front of the [input] array 
-----------------------
07-10-2025 08:55:23.80473[2][4] - Elapsed time: 0.031 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.80475[2][4] - Elapsed time: 0.024 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
07-10-2025 08:55:23.80477[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.80480[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
07-10-2025 08:55:23.80482[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
07-10-2025 08:55:23.80484[4][4] - Elapsed time: 0.022 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
07-10-2025 08:55:23.80488[4][4] - Elapsed time: 0.037 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
07-10-2025 08:55:23.80490[4][4] - Elapsed time: 0.022 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
07-10-2025 08:55:23.80492[2][4] - Elapsed time: 0.024 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
07-10-2025 08:55:23.80600[2][4] - Elapsed time: 1.074 milliseconds
[intialise_conversation.php][load_bot_config][343]
Loading config data for the current bot. 
-----------------------
07-10-2025 08:55:23.80604[3][4] - Elapsed time: 0.043 milliseconds
[intialise_conversation.php][load_bot_config][352]
load bot config SQL: SELECT * FROM `si2h6234_dbthere`.`bots` WHERE bot_id = 1; 
-----------------------
07-10-2025 08:55:23.80668[4][4] - Elapsed time: 0.644 milliseconds
[intialise_conversation.php][load_bot_config][357]
Loading bot details from the database. 
-----------------------
07-10-2025 08:55:23.80673[0][4] - Elapsed time: 0.045 milliseconds
[conversation_start.php][Called outside of function][220]
Default debug level = 4 
-----------------------
07-10-2025 08:55:23.80675[0][4] - Elapsed time: 0.024 milliseconds
[conversation_start.php][Called outside of function][222]
Current debug level = 4 
-----------------------
07-10-2025 08:55:23.80678[0][4] - Elapsed time: 0.023 milliseconds
[conversation_start.php][Called outside of function][235]
Say = HALO: raw say = halo 
-----------------------
07-10-2025 08:55:23.80680[4][4] - Elapsed time: 0.025 milliseconds
[intialise_conversation.php][add_new_conversation_vars][184]
New conversation vars 
-----------------------
07-10-2025 08:55:23.80683[2][4] - Elapsed time: 0.025 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [user_say] array 
-----------------------
07-10-2025 08:55:23.80687[4][4] - Elapsed time: 0.048 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank user_say array 
-----------------------
07-10-2025 08:55:23.80692[0][4] - Elapsed time: 0.043 milliseconds
[intialise_conversation.php][add_new_conversation_vars][188]
User RAW = halo, RAW say = halo 
-----------------------
07-10-2025 08:55:23.80694[2][4] - Elapsed time: 0.025 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'halo' to the front of the [input] array 
-----------------------
07-10-2025 08:55:23.80698[4][4] - Elapsed time: 0.042 milliseconds
[make_conversation.php][make_conversation][22]
Making conversation 
-----------------------
07-10-2025 08:55:23.80701[4][4] - Elapsed time: 0.027 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'HALO' 
-----------------------
07-10-2025 08:55:23.80704[4][4] - Elapsed time: 0.032 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
07-10-2025 08:55:23.80707[4][4] - Elapsed time: 0.025 milliseconds
[find_aiml.php][get_aiml_to_parse][909]
Running all functions to get the correct aiml from the DB 
-----------------------
07-10-2025 08:55:23.80754[4][4] - Elapsed time: 0.467 milliseconds
[find_aiml.php][find_userdefined_aiml][821]
Looking for user defined responses 
-----------------------
07-10-2025 08:55:23.80759[3][4] - Elapsed time: 0.058 milliseconds
[find_aiml.php][find_userdefined_aiml][870]
User defined SQL:
SELECT `id`, `bot_id`, `pattern`, `thatpattern`, `template` FROM `si2h6234_dbthere`.`aiml_userdefined` WHERE
    `bot_id` = 1 AND
    `user_id` = ''
    AND (
        'HALO' LIKE (REPLACE(REPLACE(`pattern`, '*', '%'), '_', '%'))
        OR 'MAAF SAYA BELUM PUNYA JAWABAN' LIKE (REPLACE(REPLACE(`thatpattern`, '*', '%'), '_', '%')))
   ORDER BY `id` ASC, `pattern` ASC, `thatpattern` ASC; 
-----------------------
07-10-2025 08:55:23.80814[2][4] - Elapsed time: 0.548 milliseconds
[find_aiml.php][find_userdefined_aiml][896]
User defined rows found: '0' 
-----------------------
07-10-2025 08:55:23.80818[4][4] - Elapsed time: 0.034 milliseconds
[find_aiml.php][find_aiml_matches][975]
Finding the aiml matches from the DB 
-----------------------
07-10-2025 08:55:23.80820[4][4] - Elapsed time: 0.023 milliseconds
[find_aiml.php][find_aiml_matches][981]
Bot ID = 1. Bot Parent ID = 1. 
-----------------------
07-10-2025 08:55:23.80870[4][4] - Elapsed time: 0.501 milliseconds
[find_aiml.php][find_aiml_matches][992]
Stored topic = '' 
-----------------------
07-10-2025 08:55:23.80874[3][4] - Elapsed time: 0.040 milliseconds
[find_aiml.php][find_aiml_matches][1052]
Core Match AIML sql:
SELECT `id`, `bot_id`, `pattern`, `thatpattern`, `topic`, `filename`, `template` FROM `si2h6234_dbthere`.`aiml` WHERE
    bot_id = 1 AND (
        'HALO' LIKE (REPLACE(REPLACE(`pattern`, '*', '%'), '_', '%'))
        OR 'MAAF SAYA BELUM PUNYA JAWABAN' LIKE (REPLACE(REPLACE(`thatpattern`, '*', '%'), '_', '%'))
        OR `pattern` LIKE 'RANDOM PICKUP LINE'
    )
    # ORDER BY `id` ASC, `topic` DESC, `pattern` ASC, `thatpattern` ASC; 
-----------------------
07-10-2025 08:55:23.80919[3][4] - Elapsed time: 0.448 milliseconds
[find_aiml.php][find_aiml_matches][1054]
Query Process time... 
-----------------------
07-10-2025 08:55:23.80920[1][4] - Elapsed time: 0.016 milliseconds
[find_aiml.php][find_aiml_matches][1082]
Error: FOUND NO AIML matches in DB. 
-----------------------
07-10-2025 08:55:23.80922[4][4] - Elapsed time: 0.015 milliseconds
[find_aiml.php][get_convo_var][727]
Get from ConvoArr [conversation][default_aiml_pattern][1][1] 
-----------------------
07-10-2025 08:55:23.80923[4][4] - Elapsed time: 0.015 milliseconds
[find_aiml.php][get_convo_var][757]
Get from ConvoArr [conversation][default_aiml_pattern][1][1] FOUND: ConvoArr Value = 'RANDOM PICKUP LINE' 
-----------------------
07-10-2025 08:55:23.80960[2][4] - Elapsed time: 0.371 milliseconds
[misc_functions.php][addUnknownInput][232]
Entry successfully added! 
-----------------------
07-10-2025 08:55:23.80962[1][4] - Elapsed time: 0.018 milliseconds
[find_aiml.php][find_aiml_matches][1084]
Added input 'HALO' to the unknown_inputs table. 
-----------------------
07-10-2025 08:55:23.81007[1][4] - Elapsed time: 0.449 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][35]
Current THAT = MAAF SAYA BELUM PUNYA JAWABAN 
-----------------------
07-10-2025 08:55:23.81009[4][4] - Elapsed time: 0.021 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][48]
NEW FUNC Searching through 1 rows to unset bad matches 
-----------------------
07-10-2025 08:55:23.81011[1][4] - Elapsed time: 0.015 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][56]
Returning error as no results where found 
-----------------------
07-10-2025 08:55:23.81012[4][4] - Elapsed time: 0.014 milliseconds
[find_aiml.php][score_matches][255]
Scoring the matches. 
-----------------------
07-10-2025 08:55:23.81052[4][4] - Elapsed time: 0.402 milliseconds
[find_aiml.php][score_matches][548]
Sorted array $allrows:
Array
(
    [0] => Array
        (
            [aiml_id] => -1
            [bot_id] => 1
            [pattern] => no results
            [thatpattern] => 
            [template] => Maaf saya belum punya jawaban!
            [topic] => 
            [score] => 261
            [track_score] => current bot (250 points), no thatpattern to match (1 point), common word match: no (1 points), uncommon word match: results (8 points)
        )

)
 
-----------------------
07-10-2025 08:55:23.81055[2][4] - Elapsed time: 0.031 milliseconds
[find_aiml.php][get_highest_scoring_row][642]
Final candidates:

Array
(
    [0] => Array
        (
            [aiml_id] => -1
            [bot_id] => 1
            [pattern] => no results
            [thatpattern] => 
            [template] => Maaf saya belum punya jawaban!
            [topic] => 
            [score] => 261
            [track_score] => current bot (250 points), no thatpattern to match (1 point), common word match: no (1 points), uncommon word match: results (8 points)
        )

)

 
-----------------------
07-10-2025 08:55:23.81100[4][4] - Elapsed time: 0.442 milliseconds
[find_aiml.php][get_highest_scoring_row][697]
Best Response: Array
(
    [aiml_id] => -1
    [bot_id] => 1
    [pattern] => no results
    [thatpattern] => 
    [template] => Maaf saya belum punya jawaban!
    [topic] => 
    [score] => 261
    [track_score] => current bot (250 points), no thatpattern to match (1 point), common word match: no (1 points), uncommon word match: results (8 points)
)
 
-----------------------
07-10-2025 08:55:23.81101[2][4] - Elapsed time: 0.015 milliseconds
[find_aiml.php][get_highest_scoring_row][698]
No results found, so none to pick from. 
-----------------------
07-10-2025 08:55:23.81104[4][4] - Elapsed time: 0.031 milliseconds
[find_aiml.php][get_aiml_to_parse][960]
Will be parsing id:-1 (no results) 
-----------------------
07-10-2025 08:55:23.81106[3][4] - Elapsed time: 0.015 milliseconds
[parse_aiml.php][parse_matched_aiml][213]
Run the aiml parse in normal mode (normal or srai) 
-----------------------
07-10-2025 08:55:23.81107[2][4] - Elapsed time: 0.015 milliseconds
[parse_aiml.php][set_wildcards][297]
Setting Wildcards. Pattern = 'no results' 
-----------------------
07-10-2025 08:55:23.81108[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][set_wildcards][329]
Checking for wildcards in pattern-side THAT 
-----------------------
07-10-2025 08:55:23.81110[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml.php][set_wildcards][361]
Checking for wildcards in pattern-side TOPIC 
-----------------------
07-10-2025 08:55:23.81112[2][4] - Elapsed time: 0.021 milliseconds
[parse_aiml.php][set_wildcards][394]
AIML array now = Array
(
    [aiml_id] => -1
    [html_template] => 
    [lookingfor] => HALO
    [pattern] => no results
    [score] => 261
    [stars] => Array
        (
        )

    [template] => Maaf saya belum punya jawaban!
    [thatpattern] => 
    [that_stars] => Array
        (
            [1] => 
        )

    [topic] => 
    [topic_stars] => Array
        (
        )

    [user_raw] => halo
)
 
-----------------------
07-10-2025 08:55:23.81114[2][4] - Elapsed time: 0.017 milliseconds
[parse_aiml_as_XML.php][parse_aiml_as_XML][22]
Parsing the AIML template as XML 
-----------------------
07-10-2025 08:55:23.81115[2][4] - Elapsed time: 0.015 milliseconds
[parse_aiml_as_XML.php][add_text_tags][93]
Adding some TEXT tags into the template, just because I can... 
-----------------------
07-10-2025 08:55:23.81126[4][4] - Elapsed time: 0.112 milliseconds
[parse_aiml_as_XML.php][add_text_tags][120]
Returning template:
<template><text>Maaf saya belum punya jawaban!</text></template> 
-----------------------
07-10-2025 08:55:23.81149[2][4] - Elapsed time: 0.229 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
07-10-2025 08:55:23.81155[4][4] - Elapsed time: 0.063 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element template at level 0. element XML = <?xml version="1.0"?>
<template><text>Maaf saya belum punya jawaban!</text></template>
 
-----------------------
07-10-2025 08:55:23.81157[4][4] - Elapsed time: 0.017 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][242]
function parse_template_tag does not exist. Parsing tag as text. 
-----------------------
07-10-2025 08:55:23.81160[2][4] - Elapsed time: 0.026 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
07-10-2025 08:55:23.81163[4][4] - Elapsed time: 0.029 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element text at level 1. element XML = <text>Maaf saya belum punya jawaban!</text> 
-----------------------
07-10-2025 08:55:23.81164[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][225]
Function parse_text_tag does exist. Processing now. 
-----------------------
07-10-2025 08:55:23.81165[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][229]
Passing element text to the parse_text_tag function 
-----------------------
07-10-2025 08:55:23.81167[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][parse_text_tag][281]
Parsing a TEXT tag. 
-----------------------
07-10-2025 08:55:23.81168[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][234]
Adding 'Maaf saya belum punya jawaban!' to the response array. tag name is text 
-----------------------
07-10-2025 08:55:23.81169[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.81171[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban!
)

 
-----------------------
07-10-2025 08:55:23.81172[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.81173[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban!' 
-----------------------
07-10-2025 08:55:23.81174[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][262]
Adding 'Maaf saya belum punya jawaban!' to the response array. tag name is template. 
-----------------------
07-10-2025 08:55:23.81176[2][4] - Elapsed time: 0.020 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
07-10-2025 08:55:23.81177[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban!
)

 
-----------------------
07-10-2025 08:55:23.81179[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
07-10-2025 08:55:23.81180[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban!' 
-----------------------
07-10-2025 08:55:23.81181[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][parse_aiml_as_XML][47]
Completed parsing the template. The bot will say: Maaf saya belum punya jawaban! 
-----------------------
07-10-2025 08:55:23.81183[4][4] - Elapsed time: 0.018 milliseconds
[parse_aiml.php][parse_matched_aiml][227]
normal - Saving for next turn 
-----------------------
07-10-2025 08:55:23.81186[4][4] - Elapsed time: 0.025 milliseconds
[parse_aiml.php][save_for_nextturn][271]
Saving that and that_raw for next turn 
-----------------------
07-10-2025 08:55:23.81187[2][4] - Elapsed time: 0.012 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Maaf saya belum punya jawaban!' to the front of the [that_raw] array 
-----------------------
07-10-2025 08:55:23.81188[4][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank that_raw array 
-----------------------
07-10-2025 08:55:23.81192[2][4] - Elapsed time: 0.038 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Maaf saya belum punya jawaban!' to the front of the [that] array 
-----------------------
07-10-2025 08:55:23.81194[4][4] - Elapsed time: 0.020 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban!' 
-----------------------
07-10-2025 08:55:23.81196[4][4] - Elapsed time: 0.014 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban!' 
-----------------------
07-10-2025 08:55:23.81198[4][4] - Elapsed time: 0.021 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.81199[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
07-10-2025 08:55:23.81201[2][4] - Elapsed time: 0.022 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Maaf saya belum punya jawaban!' to the front of the [parsed_template] array 
-----------------------
07-10-2025 08:55:23.81203[4][4] - Elapsed time: 0.015 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank parsed_template array 
-----------------------
07-10-2025 08:55:23.81205[2][4] - Elapsed time: 0.020 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Maaf saya belum punya jawaban!' to the front of the [template] array 
-----------------------
07-10-2025 08:55:23.81206[4][4] - Elapsed time: 0.013 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank template array 
-----------------------
07-10-2025 08:55:23.81208[2][4] - Elapsed time: 0.021 milliseconds
[intialise_conversation.php][log_conversation][403]
Saving the conversation to the DB. 
-----------------------
07-10-2025 08:55:23.81210[3][4] - Elapsed time: 0.024 milliseconds
[intialise_conversation.php][log_conversation][442]
Saving conservation SQL: INSERT INTO `si2h6234_dbthere`.`conversation_log` (
      `id` ,
      `input` ,
      `response` ,
      `user_id` ,
      `convo_id` ,
      `bot_id` ,
      `timestamp`
    )
    VALUES (
      NULL ,
      'halo',
      'Maaf saya belum punya jawaban!',
      3,
      '',
      1,
      CURRENT_TIMESTAMP
    ) 
-----------------------
07-10-2025 08:55:23.81402[4][4] - Elapsed time: 1.918 milliseconds
[intialise_conversation.php][write_to_session][140]
Saving to session 
-----------------------
07-10-2025 08:55:23.81439[3][4] - Elapsed time: 0.368 milliseconds
[display_conversation.php][get_conversation_to_display][59]
get_conversation SQL: SELECT * FROM `si2h6234_dbthere`.`conversation_log` WHERE
        `user_id` = :user_id
        AND `bot_id` = :bot_id
        AND `convo_id` = :convo_id
        ORDER BY id DESC  LIMIT 1 
-----------------------
07-10-2025 08:55:23.81482[2][4] - Elapsed time: 0.427 milliseconds
[display_conversation.php][get_conversation_to_display][77]
Found '1' lines of conversation 
-----------------------
07-10-2025 08:55:23.81484[4][4] - Elapsed time: 0.021 milliseconds
[display_conversation.php][get_conversation][92]
Processing conversation as json 
-----------------------
07-10-2025 08:55:23.81486[2][4] - Elapsed time: 0.025 milliseconds
[display_conversation.php][get_json][150]
Outputting response as JSON 
-----------------------
07-10-2025 08:55:23.81489[4][4] - Elapsed time: 0.028 milliseconds
[display_conversation.php][get_json][164]
Returning JSON string: {"convo_id":"","usersay":"halo","botsay":"Maaf saya belum punya jawaban!","botData":{"convo_id":"","bot_name":" yowh","bot_id":"1","format":"json","unknown_user":"Seeker","user_name":"Seeker","user_id":"3","totallines":1,"rawSay":"halo","conversation_lines":"1","remember_up_to":"10","debugemail":"24n10008@student.unika.ac.id","debug_level":"4","debugmode":1,"save_state":"session","default_aiml_pattern":"RANDOM PICKUP LINE","bot_parent_id":"1","aimlData":{"aiml_id":"-1","bot_id":"1","pattern":"no results","thatpattern":"","template":"Maaf saya belum punya jawaban!","topic":"","score":261,"track_score":"current bot (250 points), no thatpattern to match (1 point), common word match: no (1 points), uncommon word match: results (8 points)"}}} 
-----------------------
07-10-2025 08:55:23.81569[2][4] - Elapsed time: 0.803 milliseconds
[conversation_start.php][Called outside of function][260]
Closing Database 
-----------------------
07-10-2025 08:55:23.81577[0][4] - Elapsed time: 0.074 milliseconds
[conversation_start.php][Called outside of function][266]
Conversation Ending. Elapsed time: 31.474 milliseconds. 
-----------------------
Debug Level: 4
-----------------------
Debug Mode: 1
-----------------------
CONVERSATION ARRAY
-----------------------
Array
(
    [say] => halo
    [conversation] => Array
        (
            [convo_id] => 
            [bot_name] =>  yowh
            [bot_id] => 1
            [format] => json
            [unknown_user] => Seeker
            [user_name] => Seeker
            [user_id] => 3
            [totallines] => 1
            [rawSay] => halo
            [conversation_lines] => 1
            [remember_up_to] => 10
            [debugemail] => 24n10008@student.unika.ac.id
            [debug_level] => 4
            [debugmode] => 1
            [save_state] => session
            [default_aiml_pattern] => RANDOM PICKUP LINE
            [bot_parent_id] => 1
            [aimlData] => Array
                (
                    [aiml_id] => -1
                    [bot_id] => 1
                    [pattern] => no results
                    [thatpattern] => 
                    [template] => Maaf saya belum punya jawaban!
                    [topic] => 
                    [score] => 261
                    [track_score] => current bot (250 points), no thatpattern to match (1 point), common word match: no (1 points), uncommon word match: results (8 points)
                )

        )

    [aiml] => Array
        (
            [user_raw] => halo
            [lookingfor] => HALO
            [pattern] => no results
            [thatpattern] => 
            [template] => Maaf saya belum punya jawaban!
            [html_template] => 
            [topic] => 
            [score] => 261
            [aiml_id] => -1
            [stars] => Array
                (
                )

            [that_stars] => Array
                (
                    [1] => 
                )

            [topic_stars] => Array
                (
                )

            [parsed_template] => Maaf saya belum punya jawaban!
        )

    [client_properties] => Array
        (
            [ip_address] => 202.10.43.123
            [name] => Seeker
        )

    [raw_that] => Array
        (
            [1] => Array
                (
                    [0] => Maaf saya belum punya jawaban!
                )

            [2] => Array
                (
                    [0] => Maaf saya belum punya jawaban!
                )

            [3] => Array
                (
                    [0] => Maaf saya belum punya jawaban!
                )

        )

    [that] => Array
        (
            [1] => Array
                (
                    [1] => MAAF SAYA BELUM PUNYA JAWABAN
                )

            [2] => Array
                (
                    [1] => MAAF SAYA BELUM PUNYA JAWABAN
                )

            [3] => Array
                (
                    [1] => MAAF SAYA BELUM PUNYA JAWABAN
                )

            [4] => Array
                (
                    [1] => MAAF SAYA BELUM PUNYA JAWABAN
                )

            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
            [12] => 
        )

    [input] => Array
        (
            [1] => halo
            [2] => HALO
            [3] => HALOHA
            [4] => HALO
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
        )

    [time_start] => 1759802123.7842
    [user_say] => Array
        (
            [1] => HALO
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
        )

    [that_raw] => Array
        (
            [1] => Array
                (
                    [1] => 
                    [2] => Maaf saya belum punya jawaban!
                )

            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
            [12] => 
        )

    [parsed_template] => Array
        (
            [1] => Maaf saya belum punya jawaban!
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
        )

    [template] => Array
        (
            [1] => Maaf saya belum punya jawaban!
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
        )

    [send_to_user] => {"convo_id":"","usersay":"halo","botsay":"Maaf saya belum punya jawaban!","botData":{"convo_id":"","bot_name":" yowh","bot_id":"1","format":"json","unknown_user":"Seeker","user_name":"Seeker","user_id":"3","totallines":1,"rawSay":"halo","conversation_lines":"1","remember_up_to":"10","debugemail":"24n10008@student.unika.ac.id","debug_level":"4","debugmode":1,"save_state":"session","default_aiml_pattern":"RANDOM PICKUP LINE","bot_parent_id":"1","aimlData":{"aiml_id":"-1","bot_id":"1","pattern":"no results","thatpattern":"","template":"Maaf saya belum punya jawaban!","topic":"","score":261,"track_score":"current bot (250 points), no thatpattern to match (1 point), common word match: no (1 points), uncommon word match: results (8 points)"}}}
)

-----------------------
Total execution time: 31.474 Milliseconds. Goodbye.