16-10-2025 18:23:47.76669[0][4] - Elapsed time: 9.597 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 
-----------------------
16-10-2025 18:23:47.76726[4][4] - Elapsed time: 0.569 milliseconds
[load_aimlfunctions.php][Called outside of function][16]
AIML function include files loaded 
-----------------------
16-10-2025 18:23:47.76766[4][4] - Elapsed time: 0.398 milliseconds
[load_convofunctions.php][Called outside of function][16]
Convofunction include files loaded 
-----------------------
16-10-2025 18:23:47.76787[4][4] - Elapsed time: 0.211 milliseconds
[load_userfunctions.php][Called outside of function][14]
userfunctions include files loaded 
-----------------------
16-10-2025 18:23:47.76861[4][4] - Elapsed time: 0.735 milliseconds
[load_addons.php][Called outside of function][19]
Loading addons 
-----------------------
16-10-2025 18:23:47.76863[4][4] - Elapsed time: 0.025 milliseconds
[conversation_start.php][Called outside of function][69]
Loaded all Includes 
-----------------------
16-10-2025 18:23:47.76889[1][4] - Elapsed time: 0.255 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 
-----------------------
16-10-2025 18:23:47.76981[0][4] - Elapsed time: 0.926 milliseconds
[conversation_start.php][Called outside of function][122]
Debug level: 4
session ID = db2fea4ec7c5221159a9e959aba1821b 
-----------------------
16-10-2025 18:23:47.76984[4][4] - Elapsed time: 0.029 milliseconds
[conversation_start.php][Called outside of function][125]
Conversation continuing. User said 'halo'. 
-----------------------
16-10-2025 18:23:47.76988[4][4] - Elapsed time: 0.042 milliseconds
[intialise_conversation.php][read_from_session][155]
Reading from session 
-----------------------
16-10-2025 18:23:47.76990[4][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][load_default_bot_values][110]
Loading db bot personality properties 
-----------------------
16-10-2025 18:23:47.76992[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; 
-----------------------
16-10-2025 18:23:47.77047[4][4] - Elapsed time: 0.550 milliseconds
[intialise_conversation.php][check_set_convo_id][643]
Obtaining the convo id from form vars. Value:  
-----------------------
16-10-2025 18:23:47.77049[2][4] - Elapsed time: 0.026 milliseconds
[intialise_conversation.php][check_set_bot][581]
Checking and/or setting the current bot. 
-----------------------
16-10-2025 18:23:47.77051[3][4] - Elapsed time: 0.019 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; 
-----------------------
16-10-2025 18:23:47.77177[2][4] - Elapsed time: 1.256 milliseconds
[intialise_conversation.php][check_set_bot][616]
BOT ID: 1 
-----------------------
16-10-2025 18:23:47.77181[2][4] - Elapsed time: 0.039 milliseconds
[intialise_conversation.php][check_set_user][672]
Checking and setting the user info, as needed. 
-----------------------
16-10-2025 18:23:47.77319[3][4] - Elapsed time: 1.376 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; 
-----------------------
16-10-2025 18:23:47.77443[2][4] - Elapsed time: 1.249 milliseconds
[spell_checker.php][run_spell_checker_say][36]
Starting function and setting timestamp. 
-----------------------
16-10-2025 18:23:47.77458[2][4] - Elapsed time: 0.147 milliseconds
[spell_checker.php][spell_check][60]
Preforming a spel chek on halo. 
-----------------------
16-10-2025 18:23:47.77461[2][4] - Elapsed time: 0.032 milliseconds
[spell_checker.php][load_spelling_list][117]
Loading the spellcheck list from the DB. 
-----------------------
16-10-2025 18:23:47.77611[4][4] - Elapsed time: 1.500 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-10-2025 18:23:47.77644[4][4] - Elapsed time: 0.324 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.77647[2][4] - Elapsed time: 0.029 milliseconds
[conversation_start.php][Called outside of function][200]
Details:
User say: HALO
Convo id: db2fea4ec7c5221159a9e959aba1821b
Bot id: 1
Format:  
-----------------------
16-10-2025 18:23:47.77648[4][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][check_set_format][752]
Using format: json 
-----------------------
16-10-2025 18:23:47.77650[2][4] - Elapsed time: 0.014 milliseconds
[intialise_conversation.php][load_that][769]
Loading the THAT array. 
-----------------------
16-10-2025 18:23:47.77652[3][4] - Elapsed time: 0.021 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; 
-----------------------
16-10-2025 18:23:47.77794[1][4] - Elapsed time: 1.420 milliseconds
[intialise_conversation.php][load_that][804]
Inputs returned:Array
(
    [0] => halo
    [1] => apa kabarmu
    [2] => halo
    [3] => halo
    [4] => halo
    [5] => haloha
    [6] => halo
)
 
-----------------------
16-10-2025 18:23:47.77797[4][4] - Elapsed time: 0.035 milliseconds
[intialise_conversation.php][load_that][805]
Loading previous responses into the ~THAT~ array. 
-----------------------
16-10-2025 18:23:47.77799[1][4] - Elapsed time: 0.017 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!
    [3] => Maaf saya belum punya jawaban!
    [4] => Maaf saya belum punya jawaban!
    [5] => Maaf saya belum punya jawaban!
    [6] => Maaf saya belum punya jawaban!
)
 
-----------------------
16-10-2025 18:23:47.77802[2][4] - Elapsed time: 0.030 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77803[2][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77805[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77806[4][4] - Elapsed time: 0.016 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77808[4][4] - Elapsed time: 0.015 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77809[4][4] - Elapsed time: 0.014 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77812[4][4] - Elapsed time: 0.028 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77813[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77815[2][4] - Elapsed time: 0.014 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.77824[4][4] - Elapsed time: 0.093 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank that array 
-----------------------
16-10-2025 18:23:47.77839[4][4] - Elapsed time: 0.147 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77841[4][4] - Elapsed time: 0.021 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77843[4][4] - Elapsed time: 0.021 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77844[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77846[2][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77848[2][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77849[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77850[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77851[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77852[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77854[4][4] - Elapsed time: 0.017 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77855[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77856[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] array 
-----------------------
16-10-2025 18:23:47.77858[4][4] - Elapsed time: 0.020 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77859[4][4] - Elapsed time: 0.012 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77861[4][4] - Elapsed time: 0.016 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77862[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77864[2][4] - Elapsed time: 0.018 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77865[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77866[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77867[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77869[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77870[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77871[4][4] - Elapsed time: 0.016 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77872[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77874[2][4] - Elapsed time: 0.013 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.77875[4][4] - Elapsed time: 0.018 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77877[4][4] - Elapsed time: 0.012 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77878[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77879[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77881[2][4] - Elapsed time: 0.018 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77882[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77883[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77884[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77886[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77887[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77888[4][4] - Elapsed time: 0.016 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77889[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77890[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.77892[4][4] - Elapsed time: 0.018 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77893[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77895[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77896[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77897[2][4] - Elapsed time: 0.015 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77899[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77900[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77901[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77902[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77903[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77905[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77906[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77907[2][4] - Elapsed time: 0.010 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.77908[4][4] - Elapsed time: 0.017 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77909[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77911[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77912[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77913[2][4] - Elapsed time: 0.016 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77915[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77916[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77919[4][4] - Elapsed time: 0.034 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77920[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77921[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77923[4][4] - Elapsed time: 0.017 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77924[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77925[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.77927[4][4] - Elapsed time: 0.018 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77928[4][4] - Elapsed time: 0.012 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77930[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77931[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77933[2][4] - Elapsed time: 0.017 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77934[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban
    [1] => 
)

 
-----------------------
16-10-2025 18:23:47.77935[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77936[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77937[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77938[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban ' 
-----------------------
16-10-2025 18:23:47.77940[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77941[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77942[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF SAYA BELUM PUNYA JAWABAN' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.77943[4][4] - Elapsed time: 0.016 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77945[4][4] - Elapsed time: 0.012 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77946[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77947[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.77949[4][4] - Elapsed time: 0.016 milliseconds
[intialise_conversation.php][load_that][835]
Loading previous user inputs into the ~INPUT~ array. 
-----------------------
16-10-2025 18:23:47.77951[2][4] - Elapsed time: 0.019 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77952[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-10-2025 18:23:47.77953[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77954[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-10-2025 18:23:47.77955[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-10-2025 18:23:47.77956[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-10-2025 18:23:47.77958[4][4] - Elapsed time: 0.019 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.77959[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-10-2025 18:23:47.77960[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.77962[4][4] - Elapsed time: 0.014 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank input array 
-----------------------
16-10-2025 18:23:47.77964[2][4] - Elapsed time: 0.019 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77965[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => haloha
)

 
-----------------------
16-10-2025 18:23:47.77966[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77967[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'haloha' 
-----------------------
16-10-2025 18:23:47.77968[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'haloha' 
-----------------------
16-10-2025 18:23:47.77970[4][4] - Elapsed time: 0.013 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'haloha' 
-----------------------
16-10-2025 18:23:47.77971[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALOHA' 
-----------------------
16-10-2025 18:23:47.77972[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALOHA' 
-----------------------
16-10-2025 18:23:47.77973[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALOHA' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.77975[2][4] - Elapsed time: 0.017 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77976[2][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-10-2025 18:23:47.77977[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77978[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-10-2025 18:23:47.77979[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-10-2025 18:23:47.77980[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-10-2025 18:23:47.77982[4][4] - Elapsed time: 0.014 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.77983[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-10-2025 18:23:47.77984[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.77986[2][4] - Elapsed time: 0.016 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77987[2][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-10-2025 18:23:47.77988[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77989[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-10-2025 18:23:47.77990[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-10-2025 18:23:47.77991[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-10-2025 18:23:47.77992[4][4] - Elapsed time: 0.012 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.77993[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-10-2025 18:23:47.77994[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.77996[2][4] - Elapsed time: 0.015 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.77997[2][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-10-2025 18:23:47.77998[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.77999[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-10-2025 18:23:47.78000[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-10-2025 18:23:47.78001[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-10-2025 18:23:47.78003[4][4] - Elapsed time: 0.013 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.78004[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-10-2025 18:23:47.78005[2][4] - Elapsed time: 0.010 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.78006[2][4] - Elapsed time: 0.015 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.78007[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => apa kabarmu
)

 
-----------------------
16-10-2025 18:23:47.78009[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.78010[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'apa kabarmu' 
-----------------------
16-10-2025 18:23:47.78011[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'apa kabarmu' 
-----------------------
16-10-2025 18:23:47.78012[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'apa kabarmu' 
-----------------------
16-10-2025 18:23:47.78013[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'APA KABARMU' 
-----------------------
16-10-2025 18:23:47.78014[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'APA KABARMU' 
-----------------------
16-10-2025 18:23:47.78015[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'APA KABARMU' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.78020[2][4] - Elapsed time: 0.047 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.78022[2][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-10-2025 18:23:47.78023[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.78024[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-10-2025 18:23:47.78025[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-10-2025 18:23:47.78026[4][4] - Elapsed time: 0.011 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-10-2025 18:23:47.78028[4][4] - Elapsed time: 0.014 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.78029[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-10-2025 18:23:47.78030[2][4] - Elapsed time: 0.011 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.78147[2][4] - Elapsed time: 1.172 milliseconds
[intialise_conversation.php][load_bot_config][343]
Loading config data for the current bot. 
-----------------------
16-10-2025 18:23:47.78151[3][4] - Elapsed time: 0.035 milliseconds
[intialise_conversation.php][load_bot_config][352]
load bot config SQL: SELECT * FROM `si2h6234_dbthere`.`bots` WHERE bot_id = 1; 
-----------------------
16-10-2025 18:23:47.78218[4][4] - Elapsed time: 0.678 milliseconds
[intialise_conversation.php][load_bot_config][357]
Loading bot details from the database. 
-----------------------
16-10-2025 18:23:47.78222[0][4] - Elapsed time: 0.032 milliseconds
[conversation_start.php][Called outside of function][220]
Default debug level = 4 
-----------------------
16-10-2025 18:23:47.78223[0][4] - Elapsed time: 0.012 milliseconds
[conversation_start.php][Called outside of function][222]
Current debug level = 4 
-----------------------
16-10-2025 18:23:47.78224[0][4] - Elapsed time: 0.012 milliseconds
[conversation_start.php][Called outside of function][235]
Say = HALO: raw say = halo 
-----------------------
16-10-2025 18:23:47.78225[4][4] - Elapsed time: 0.013 milliseconds
[intialise_conversation.php][add_new_conversation_vars][184]
New conversation vars 
-----------------------
16-10-2025 18:23:47.78226[2][4] - Elapsed time: 0.013 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [user_say] array 
-----------------------
16-10-2025 18:23:47.78228[4][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank user_say array 
-----------------------
16-10-2025 18:23:47.78231[0][4] - Elapsed time: 0.024 milliseconds
[intialise_conversation.php][add_new_conversation_vars][188]
User RAW = halo, RAW say = halo 
-----------------------
16-10-2025 18:23:47.78232[2][4] - Elapsed time: 0.013 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'halo' to the front of the [input] array 
-----------------------
16-10-2025 18:23:47.78234[4][4] - Elapsed time: 0.018 milliseconds
[make_conversation.php][make_conversation][22]
Making conversation 
-----------------------
16-10-2025 18:23:47.78235[4][4] - Elapsed time: 0.013 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'HALO' 
-----------------------
16-10-2025 18:23:47.78237[4][4] - Elapsed time: 0.021 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-10-2025 18:23:47.78240[4][4] - Elapsed time: 0.028 milliseconds
[find_aiml.php][get_aiml_to_parse][909]
Running all functions to get the correct aiml from the DB 
-----------------------
16-10-2025 18:23:47.78311[4][4] - Elapsed time: 0.716 milliseconds
[find_aiml.php][find_userdefined_aiml][821]
Looking for user defined responses 
-----------------------
16-10-2025 18:23:47.78320[3][4] - Elapsed time: 0.085 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; 
-----------------------
16-10-2025 18:23:47.78443[2][4] - Elapsed time: 1.226 milliseconds
[find_aiml.php][find_userdefined_aiml][896]
User defined rows found: '0' 
-----------------------
16-10-2025 18:23:47.78447[4][4] - Elapsed time: 0.040 milliseconds
[find_aiml.php][find_aiml_matches][975]
Finding the aiml matches from the DB 
-----------------------
16-10-2025 18:23:47.78448[4][4] - Elapsed time: 0.014 milliseconds
[find_aiml.php][find_aiml_matches][981]
Bot ID = 1. Bot Parent ID = 1. 
-----------------------
16-10-2025 18:23:47.78512[4][4] - Elapsed time: 0.635 milliseconds
[find_aiml.php][find_aiml_matches][992]
Stored topic = '' 
-----------------------
16-10-2025 18:23:47.78516[3][4] - Elapsed time: 0.041 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; 
-----------------------
16-10-2025 18:23:47.78629[3][4] - Elapsed time: 1.132 milliseconds
[find_aiml.php][find_aiml_matches][1054]
Query Process time... 
-----------------------
16-10-2025 18:23:47.78632[1][4] - Elapsed time: 0.036 milliseconds
[find_aiml.php][find_aiml_matches][1082]
Error: FOUND NO AIML matches in DB. 
-----------------------
16-10-2025 18:23:47.78634[4][4] - Elapsed time: 0.017 milliseconds
[find_aiml.php][get_convo_var][727]
Get from ConvoArr [conversation][default_aiml_pattern][1][1] 
-----------------------
16-10-2025 18:23:47.78636[4][4] - Elapsed time: 0.016 milliseconds
[find_aiml.php][get_convo_var][757]
Get from ConvoArr [conversation][default_aiml_pattern][1][1] FOUND: ConvoArr Value = 'RANDOM PICKUP LINE' 
-----------------------
16-10-2025 18:23:47.78810[2][4] - Elapsed time: 1.747 milliseconds
[misc_functions.php][addUnknownInput][232]
Entry successfully added! 
-----------------------
16-10-2025 18:23:47.78814[1][4] - Elapsed time: 0.038 milliseconds
[find_aiml.php][find_aiml_matches][1084]
Added input 'HALO' to the unknown_inputs table. 
-----------------------
16-10-2025 18:23:47.78889[1][4] - Elapsed time: 0.745 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][35]
Current THAT = MAAF SAYA BELUM PUNYA JAWABAN 
-----------------------
16-10-2025 18:23:47.78893[4][4] - Elapsed time: 0.042 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][48]
NEW FUNC Searching through 1 rows to unset bad matches 
-----------------------
16-10-2025 18:23:47.78894[1][4] - Elapsed time: 0.016 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][56]
Returning error as no results where found 
-----------------------
16-10-2025 18:23:47.78896[4][4] - Elapsed time: 0.015 milliseconds
[find_aiml.php][score_matches][255]
Scoring the matches. 
-----------------------
16-10-2025 18:23:47.78968[4][4] - Elapsed time: 0.719 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)
        )

)
 
-----------------------
16-10-2025 18:23:47.78973[2][4] - Elapsed time: 0.050 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)
        )

)

 
-----------------------
16-10-2025 18:23:47.79031[4][4] - Elapsed time: 0.580 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)
)
 
-----------------------
16-10-2025 18:23:47.79033[2][4] - Elapsed time: 0.020 milliseconds
[find_aiml.php][get_highest_scoring_row][698]
No results found, so none to pick from. 
-----------------------
16-10-2025 18:23:47.79036[4][4] - Elapsed time: 0.035 milliseconds
[find_aiml.php][get_aiml_to_parse][960]
Will be parsing id:-1 (no results) 
-----------------------
16-10-2025 18:23:47.79038[3][4] - Elapsed time: 0.016 milliseconds
[parse_aiml.php][parse_matched_aiml][213]
Run the aiml parse in normal mode (normal or srai) 
-----------------------
16-10-2025 18:23:47.79040[2][4] - Elapsed time: 0.016 milliseconds
[parse_aiml.php][set_wildcards][297]
Setting Wildcards. Pattern = 'no results' 
-----------------------
16-10-2025 18:23:47.79041[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml.php][set_wildcards][329]
Checking for wildcards in pattern-side THAT 
-----------------------
16-10-2025 18:23:47.79042[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml.php][set_wildcards][361]
Checking for wildcards in pattern-side TOPIC 
-----------------------
16-10-2025 18:23:47.79045[2][4] - Elapsed time: 0.023 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
)
 
-----------------------
16-10-2025 18:23:47.79046[2][4] - Elapsed time: 0.017 milliseconds
[parse_aiml_as_XML.php][parse_aiml_as_XML][22]
Parsing the AIML template as XML 
-----------------------
16-10-2025 18:23:47.79048[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... 
-----------------------
16-10-2025 18:23:47.79061[4][4] - Elapsed time: 0.134 milliseconds
[parse_aiml_as_XML.php][add_text_tags][120]
Returning template:
<template><text>Maaf saya belum punya jawaban!</text></template> 
-----------------------
16-10-2025 18:23:47.79088[2][4] - Elapsed time: 0.271 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
16-10-2025 18:23:47.79096[4][4] - Elapsed time: 0.074 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>
 
-----------------------
16-10-2025 18:23:47.79097[4][4] - Elapsed time: 0.018 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][242]
function parse_template_tag does not exist. Parsing tag as text. 
-----------------------
16-10-2025 18:23:47.79100[2][4] - Elapsed time: 0.030 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
16-10-2025 18:23:47.79103[4][4] - Elapsed time: 0.031 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element text at level 1. element XML = <text>Maaf saya belum punya jawaban!</text> 
-----------------------
16-10-2025 18:23:47.79105[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][225]
Function parse_text_tag does exist. Processing now. 
-----------------------
16-10-2025 18:23:47.79106[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][229]
Passing element text to the parse_text_tag function 
-----------------------
16-10-2025 18:23:47.79107[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][parse_text_tag][281]
Parsing a TEXT tag. 
-----------------------
16-10-2025 18:23:47.79109[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 
-----------------------
16-10-2025 18:23:47.79110[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.79112[2][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban!
)

 
-----------------------
16-10-2025 18:23:47.79113[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.79114[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban!' 
-----------------------
16-10-2025 18:23:47.79115[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][262]
Adding 'Maaf saya belum punya jawaban!' to the response array. tag name is template. 
-----------------------
16-10-2025 18:23:47.79119[2][4] - Elapsed time: 0.038 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-10-2025 18:23:47.79121[2][4] - Elapsed time: 0.014 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf saya belum punya jawaban!
)

 
-----------------------
16-10-2025 18:23:47.79122[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-10-2025 18:23:47.79123[4][4] - Elapsed time: 0.013 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf saya belum punya jawaban!' 
-----------------------
16-10-2025 18:23:47.79125[4][4] - Elapsed time: 0.016 milliseconds
[parse_aiml_as_XML.php][parse_aiml_as_XML][47]
Completed parsing the template. The bot will say: Maaf saya belum punya jawaban! 
-----------------------
16-10-2025 18:23:47.79127[4][4] - Elapsed time: 0.020 milliseconds
[parse_aiml.php][parse_matched_aiml][227]
normal - Saving for next turn 
-----------------------
16-10-2025 18:23:47.79128[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][save_for_nextturn][271]
Saving that and that_raw for next turn 
-----------------------
16-10-2025 18:23:47.79129[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 
-----------------------
16-10-2025 18:23:47.79131[4][4] - Elapsed time: 0.018 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank that_raw array 
-----------------------
16-10-2025 18:23:47.79135[2][4] - Elapsed time: 0.044 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Maaf saya belum punya jawaban!' to the front of the [that] array 
-----------------------
16-10-2025 18:23:47.79137[4][4] - Elapsed time: 0.021 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf saya belum punya jawaban!' 
-----------------------
16-10-2025 18:23:47.79139[4][4] - Elapsed time: 0.018 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf saya belum punya jawaban!' 
-----------------------
16-10-2025 18:23:47.79142[4][4] - Elapsed time: 0.026 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.79143[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF SAYA BELUM PUNYA JAWABAN' 
-----------------------
16-10-2025 18:23:47.79145[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 [parsed_template] array 
-----------------------
16-10-2025 18:23:47.79147[4][4] - Elapsed time: 0.015 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank parsed_template array 
-----------------------
16-10-2025 18:23:47.79149[2][4] - Elapsed time: 0.019 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Maaf saya belum punya jawaban!' to the front of the [template] array 
-----------------------
16-10-2025 18:23:47.79150[4][4] - Elapsed time: 0.014 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank template array 
-----------------------
16-10-2025 18:23:47.79152[2][4] - Elapsed time: 0.023 milliseconds
[intialise_conversation.php][log_conversation][403]
Saving the conversation to the DB. 
-----------------------
16-10-2025 18:23:47.79155[3][4] - Elapsed time: 0.025 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
    ) 
-----------------------
16-10-2025 18:23:47.79478[4][4] - Elapsed time: 3.235 milliseconds
[intialise_conversation.php][write_to_session][140]
Saving to session 
-----------------------
16-10-2025 18:23:47.79544[3][4] - Elapsed time: 0.654 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 
-----------------------
16-10-2025 18:23:47.79601[2][4] - Elapsed time: 0.577 milliseconds
[display_conversation.php][get_conversation_to_display][77]
Found '1' lines of conversation 
-----------------------
16-10-2025 18:23:47.79604[4][4] - Elapsed time: 0.026 milliseconds
[display_conversation.php][get_conversation][92]
Processing conversation as json 
-----------------------
16-10-2025 18:23:47.79605[2][4] - Elapsed time: 0.014 milliseconds
[display_conversation.php][get_json][150]
Outputting response as JSON 
-----------------------
16-10-2025 18:23:47.79608[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)"}}} 
-----------------------
16-10-2025 18:23:47.79731[2][4] - Elapsed time: 1.233 milliseconds
[conversation_start.php][Called outside of function][260]
Closing Database 
-----------------------
16-10-2025 18:23:47.79739[0][4] - Elapsed time: 0.080 milliseconds
[conversation_start.php][Called outside of function][266]
Conversation Ending. Elapsed time: 40.253 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!
                )

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

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

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

            [7] => 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] => Array
                (
                    [1] => MAAF SAYA BELUM PUNYA JAWABAN
                )

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

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

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

            [9] => 
            [10] => 
            [12] => 
        )

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

    [time_start] => 1760613827.7571
    [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: 40.253 Milliseconds. Goodbye.