16-09-2025 19:04:39.27014[0][4] - Elapsed time: 3.717 milliseconds
[conversation_start.php][Called outside of function][56]
Conversation starting. Current system specs:
  Program O version:            2.6.11
  Server Software:              Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/7.3.33
  PHP Version:                  7.3.33
  OS:                           Windows NT
  OS Version:                   build 22631 (Windows 10)
  MySQL Version:                10.4.22-MariaDB
  Multi-byte functions enabled: true 
-----------------------
16-09-2025 19:04:39.27497[4][4] - Elapsed time: 4.827 milliseconds
[load_aimlfunctions.php][Called outside of function][16]
AIML function include files loaded 
-----------------------
16-09-2025 19:04:39.27648[4][4] - Elapsed time: 1.515 milliseconds
[load_convofunctions.php][Called outside of function][16]
Convofunction include files loaded 
-----------------------
16-09-2025 19:04:39.27729[4][4] - Elapsed time: 0.803 milliseconds
[load_userfunctions.php][Called outside of function][14]
userfunctions include files loaded 
-----------------------
16-09-2025 19:04:39.28381[4][4] - Elapsed time: 6.529 milliseconds
[load_addons.php][Called outside of function][19]
Loading addons 
-----------------------
16-09-2025 19:04:39.28386[4][4] - Elapsed time: 0.051 milliseconds
[conversation_start.php][Called outside of function][69]
Loaded all Includes 
-----------------------
16-09-2025 19:04:39.28480[1][4] - Elapsed time: 0.931 milliseconds
[conversation_start.php][Called outside of function][118]
PHP ERROR [Warning] -session_id(): Cannot change session id when session is active in C:\xmpp\htdocs\Program-O-master\chatbot\conversation_start.php on Line 118 
-----------------------
16-09-2025 19:04:39.28537[0][4] - Elapsed time: 0.569 milliseconds
[conversation_start.php][Called outside of function][122]
Debug level: 4
session ID = b2l0dqlhj0snbl3v6rsjmku0qk 
-----------------------
16-09-2025 19:04:39.28538[4][4] - Elapsed time: 0.018 milliseconds
[conversation_start.php][Called outside of function][125]
Conversation continuing. User said 'hello'. 
-----------------------
16-09-2025 19:04:39.28540[4][4] - Elapsed time: 0.015 milliseconds
[intialise_conversation.php][read_from_session][155]
Reading from session 
-----------------------
16-09-2025 19:04:39.28541[4][4] - Elapsed time: 0.012 milliseconds
[intialise_conversation.php][load_default_bot_values][110]
Loading db bot personality properties 
-----------------------
16-09-2025 19:04:39.28542[3][4] - Elapsed time: 0.013 milliseconds
[intialise_conversation.php][load_default_bot_values][118]
load db bot personality values SQL: SELECT * FROM `Syifa`.`botpersonality` WHERE `bot_id` = 1; 
-----------------------
16-09-2025 19:04:39.28576[4][4] - Elapsed time: 0.340 milliseconds
[intialise_conversation.php][check_set_convo_id][643]
Obtaining the convo id from form vars. Value:  
-----------------------
16-09-2025 19:04:39.28578[2][4] - Elapsed time: 0.017 milliseconds
[intialise_conversation.php][check_set_bot][581]
Checking and/or setting the current bot. 
-----------------------
16-09-2025 19:04:39.28579[3][4] - Elapsed time: 0.008 milliseconds
[intialise_conversation.php][check_set_bot][599]
Making sure the bot exists. SQL = SELECT * FROM `Syifa`.`bots` WHERE bot_id = 1 AND `bot_active` = 1; 
-----------------------
16-09-2025 19:04:39.28610[2][4] - Elapsed time: 0.313 milliseconds
[intialise_conversation.php][check_set_bot][616]
BOT ID: 1 
-----------------------
16-09-2025 19:04:39.28612[2][4] - Elapsed time: 0.016 milliseconds
[intialise_conversation.php][check_set_user][672]
Checking and setting the user info, as needed. 
-----------------------
16-09-2025 19:04:39.28653[3][4] - Elapsed time: 0.416 milliseconds
[intialise_conversation.php][check_set_user][705]
Loading client properties from the DB - sql:
SELECT `name`, `value` FROM `Syifa`.`client_properties` WHERE `user_id` = 6 AND `bot_id` = 1; 
-----------------------
16-09-2025 19:04:39.28681[2][4] - Elapsed time: 0.278 milliseconds
[spell_checker.php][run_spell_checker_say][36]
Starting function and setting timestamp. 
-----------------------
16-09-2025 19:04:39.28682[2][4] - Elapsed time: 0.012 milliseconds
[spell_checker.php][spell_check][60]
Preforming a spel chek on hello. 
-----------------------
16-09-2025 19:04:39.28683[2][4] - Elapsed time: 0.009 milliseconds
[spell_checker.php][load_spelling_list][117]
Loading the spellcheck list from the DB. 
-----------------------
16-09-2025 19:04:39.28723[4][4] - Elapsed time: 0.397 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'hello' 
-----------------------
16-09-2025 19:04:39.28725[4][4] - Elapsed time: 0.016 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HELLO' 
-----------------------
16-09-2025 19:04:39.28725[2][4] - Elapsed time: 0.006 milliseconds
[conversation_start.php][Called outside of function][200]
Details:
User say: HELLO
Convo id: b2l0dqlhj0snbl3v6rsjmku0qk
Bot id: 1
Format:  
-----------------------
16-09-2025 19:04:39.28726[4][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][check_set_format][752]
Using format: json 
-----------------------
16-09-2025 19:04:39.28726[2][4] - Elapsed time: 0.005 milliseconds
[intialise_conversation.php][load_that][769]
Loading the THAT array. 
-----------------------
16-09-2025 19:04:39.28727[3][4] - Elapsed time: 0.007 milliseconds
[intialise_conversation.php][load_that][784]
Getting conversation log entries for the current user. SQL:
SELECT `input`, `response` FROM `Syifa`.`conversation_log` WHERE `user_id` = 6 AND `bot_id` = 1 ORDER BY `id` DESC limit 10; 
-----------------------
16-09-2025 19:04:39.28766[1][4] - Elapsed time: 0.395 milliseconds
[intialise_conversation.php][load_that][804]
Inputs returned:Array
(
    [0] => hello
    [1] => halo
    [2] => hi
    [3] => hi
    [4] => hi
    [5] => hi
    [6] => halo
    [7] => halo
    [8] => halo
    [9] => halo
)
 
-----------------------
16-09-2025 19:04:39.28768[4][4] - Elapsed time: 0.020 milliseconds
[intialise_conversation.php][load_that][805]
Loading previous responses into the ~THAT~ array. 
-----------------------
16-09-2025 19:04:39.28769[1][4] - Elapsed time: 0.007 milliseconds
[intialise_conversation.php][load_that][806]
Responses returned:Array
(
    [0] => Halo! Senang bertemu denganmu.
    [1] => Maaf, tidak ada jawaban.
    [2] => Maaf, tidak ada jawaban.
    [3] => Maaf, tidak ada jawaban.
    [4] => Maaf, tidak ada jawaban.
    [5] => Maaf, tidak ada jawaban.
    [6] => Maaf, tidak ada jawaban.
    [7] => Maaf, tidak ada jawaban.
    [8] => Maaf, tidak ada jawaban.
    [9] => Maaf, tidak ada jawaban.
)
 
-----------------------
16-09-2025 19:04:39.28771[2][4] - Elapsed time: 0.021 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28772[2][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28773[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28773[4][4] - Elapsed time: 0.009 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28774[4][4] - Elapsed time: 0.008 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28775[4][4] - Elapsed time: 0.008 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28777[4][4] - Elapsed time: 0.015 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28777[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28778[2][4] - Elapsed time: 0.008 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28779[4][4] - Elapsed time: 0.010 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank that array 
-----------------------
16-09-2025 19:04:39.28781[4][4] - Elapsed time: 0.020 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28782[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28783[4][4] - Elapsed time: 0.008 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28783[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28784[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-09-2025 19:04:39.28785[2][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28786[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28786[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28787[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28788[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28788[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28789[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28789[2][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28791[4][4] - Elapsed time: 0.011 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28791[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28792[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28793[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28793[2][4] - Elapsed time: 0.009 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28794[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28795[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28795[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28796[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28797[4][4] - Elapsed time: 0.009 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28798[4][4] - Elapsed time: 0.010 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28799[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28800[2][4] - Elapsed time: 0.009 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28801[4][4] - Elapsed time: 0.014 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28802[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28802[4][4] - Elapsed time: 0.007 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28803[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28804[2][4] - Elapsed time: 0.009 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28805[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28805[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28806[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28807[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28807[4][4] - Elapsed time: 0.006 milliseconds 
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28808[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28808[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28809[2][4] - Elapsed time: 0.005 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28810[4][4] - Elapsed time: 0.009 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28811[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28811[4][4] - Elapsed time: 0.007 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28812[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28813[2][4] - Elapsed time: 0.008 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28813[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28814[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28815[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28815[4][4] - Elapsed time: 0.006 milliseconds 
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28816[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28816[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28817[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28818[2][4] - Elapsed time: 0.005 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28818[4][4] - Elapsed time: 0.010 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28819[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28820[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28820[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28821[2][4] - Elapsed time: 0.009 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28822[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28822[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28823[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28824[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28824[4][4] - Elapsed time: 0.006 milliseconds 
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28825[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28826[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28826[2][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28827[4][4] - Elapsed time: 0.008 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28828[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28828[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28829[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28830[2][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28830[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28831[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28831[4][4] - Elapsed time: 0.006 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28832[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28833[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28833[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28834[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28835[2][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28835[4][4] - Elapsed time: 0.008 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28836[4][4] - Elapsed time: 0.006 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28837[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28837[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28838[2][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28838[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28838[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28839[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28839[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28840[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28840[4][4] - Elapsed time: 0.005 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28841[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28841[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28841[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28842[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28842[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28843[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28843[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28843[2][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Maaf
    [1] =>  tidak ada jawaban
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28844[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28844[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28845[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28845[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Maaf tidak ada jawaban ' 
-----------------------
16-09-2025 19:04:39.28845[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28846[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28846[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'MAAF TIDAK ADA JAWABAN' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28847[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28847[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28847[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28848[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'MAAF TIDAK ADA JAWABAN' 
-----------------------
16-09-2025 19:04:39.28848[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28848[2][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Halo
    [1] =>  Senang bertemu denganmu
    [2] => 
)

 
-----------------------
16-09-2025 19:04:39.28849[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28849[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Halo Senang bertemu denganmu ' 
-----------------------
16-09-2025 19:04:39.28850[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Halo Senang bertemu denganmu ' 
-----------------------
16-09-2025 19:04:39.28850[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Halo Senang bertemu denganmu ' 
-----------------------
16-09-2025 19:04:39.28850[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO SENANG BERTEMU DENGANMU' 
-----------------------
16-09-2025 19:04:39.28851[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO SENANG BERTEMU DENGANMU' 
-----------------------
16-09-2025 19:04:39.28851[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO SENANG BERTEMU DENGANMU' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.28852[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'HALO SENANG BERTEMU DENGANMU' 
-----------------------
16-09-2025 19:04:39.28852[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'HALO SENANG BERTEMU DENGANMU' 
-----------------------
16-09-2025 19:04:39.28852[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO SENANG BERTEMU DENGANMU' 
-----------------------
16-09-2025 19:04:39.28853[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO SENANG BERTEMU DENGANMU' 
-----------------------
16-09-2025 19:04:39.28853[4][4] - Elapsed time: 0.004 milliseconds 
[intialise_conversation.php][load_that][835]
Loading previous user inputs into the ~INPUT~ array. 
-----------------------
16-09-2025 19:04:39.28854[2][4] - Elapsed time: 0.007 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28854[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-09-2025 19:04:39.28854[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28855[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-09-2025 19:04:39.28855[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-09-2025 19:04:39.28856[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-09-2025 19:04:39.28856[4][4] - Elapsed time: 0.005 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-09-2025 19:04:39.28856[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-09-2025 19:04:39.28857[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28857[4][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank input array 
-----------------------
16-09-2025 19:04:39.28858[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28858[2][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-09-2025 19:04:39.28859[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28859[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-09-2025 19:04:39.28859[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-09-2025 19:04:39.28860[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-09-2025 19:04:39.28860[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-09-2025 19:04:39.28860[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-09-2025 19:04:39.28861[2][4] - Elapsed time: 0.005 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28861[2][4] - Elapsed time: 0.005 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28862[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-09-2025 19:04:39.28862[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28863[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-09-2025 19:04:39.28863[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-09-2025 19:04:39.28863[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-09-2025 19:04:39.28864[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-09-2025 19:04:39.28864[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-09-2025 19:04:39.28864[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28865[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28865[2][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-09-2025 19:04:39.28866[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28866[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-09-2025 19:04:39.28866[4][4] - Elapsed time: 0.004 milliseconds  
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-09-2025 19:04:39.28867[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-09-2025 19:04:39.28867[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-09-2025 19:04:39.28867[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-09-2025 19:04:39.28868[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28868[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28869[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => hi
)

 
-----------------------
16-09-2025 19:04:39.28869[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28869[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'hi' 
-----------------------
16-09-2025 19:04:39.28870[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'hi' 
-----------------------
16-09-2025 19:04:39.28870[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'hi' 
-----------------------
16-09-2025 19:04:39.28870[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HI' 
-----------------------
16-09-2025 19:04:39.28871[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HI' 
-----------------------
16-09-2025 19:04:39.28871[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HI' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28872[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28872[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => hi
)

 
-----------------------
16-09-2025 19:04:39.28872[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28873[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'hi' 
-----------------------
16-09-2025 19:04:39.28873[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'hi' 
-----------------------
16-09-2025 19:04:39.28873[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'hi' 
-----------------------
16-09-2025 19:04:39.28874[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HI' 
-----------------------
16-09-2025 19:04:39.28874[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HI' 
-----------------------
16-09-2025 19:04:39.28874[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HI' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28875[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28875[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => hi
)

 
-----------------------
16-09-2025 19:04:39.28876[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28876[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'hi' 
-----------------------
16-09-2025 19:04:39.28876[4][4] - Elapsed time: 0.003 milliseconds 
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'hi' 
-----------------------
16-09-2025 19:04:39.28877[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'hi' 
-----------------------
16-09-2025 19:04:39.28877[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HI' 
-----------------------
16-09-2025 19:04:39.28877[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HI' 
-----------------------
16-09-2025 19:04:39.28878[2][4] - Elapsed time: 0.003 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HI' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28878[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28879[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => hi
)

 
-----------------------
16-09-2025 19:04:39.28879[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28879[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'hi' 
-----------------------
16-09-2025 19:04:39.28880[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'hi' 
-----------------------
16-09-2025 19:04:39.28880[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'hi' 
-----------------------
16-09-2025 19:04:39.28881[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HI' 
-----------------------
16-09-2025 19:04:39.28881[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HI' 
-----------------------
16-09-2025 19:04:39.28881[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HI' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28882[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28882[2][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => halo
)

 
-----------------------
16-09-2025 19:04:39.28882[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28883[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'halo' 
-----------------------
16-09-2025 19:04:39.28883[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'halo' 
-----------------------
16-09-2025 19:04:39.28883[4][4] - Elapsed time: 0.003 milliseconds 
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'halo' 
-----------------------
16-09-2025 19:04:39.28884[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HALO' 
-----------------------
16-09-2025 19:04:39.28884[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HALO' 
-----------------------
16-09-2025 19:04:39.28885[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HALO' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28885[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.28885[2][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => hello
)

 
-----------------------
16-09-2025 19:04:39.28886[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.28886[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'hello' 
-----------------------
16-09-2025 19:04:39.28887[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'hello' 
-----------------------
16-09-2025 19:04:39.28887[4][4] - Elapsed time: 0.003 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'hello' 
-----------------------
16-09-2025 19:04:39.28887[4][4] - Elapsed time: 0.004 milliseconds 
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HELLO' 
-----------------------
16-09-2025 19:04:39.28888[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HELLO' 
-----------------------
16-09-2025 19:04:39.28888[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HELLO' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28935[2][4] - Elapsed time: 0.465 milliseconds
[intialise_conversation.php][load_bot_config][343]
Loading config data for the current bot. 
-----------------------
16-09-2025 19:04:39.28936[3][4] - Elapsed time: 0.016 milliseconds
[intialise_conversation.php][load_bot_config][352]
load bot config SQL: SELECT * FROM `Syifa`.`bots` WHERE bot_id = 1; 
-----------------------
16-09-2025 19:04:39.28965[4][4] - Elapsed time: 0.288 milliseconds
[intialise_conversation.php][load_bot_config][357]
Loading bot details from the database. 
-----------------------
16-09-2025 19:04:39.28966[0][4] - Elapsed time: 0.011 milliseconds
[conversation_start.php][Called outside of function][220]
Default debug level = 4 
-----------------------
16-09-2025 19:04:39.28967[0][4] - Elapsed time: 0.006 milliseconds
[conversation_start.php][Called outside of function][222]
Current debug level = 4 
-----------------------
16-09-2025 19:04:39.28967[0][4] - Elapsed time: 0.005 milliseconds
[conversation_start.php][Called outside of function][235]
Say = HELLO: raw say = hello 
-----------------------
16-09-2025 19:04:39.28968[4][4] - Elapsed time: 0.005 milliseconds
[intialise_conversation.php][add_new_conversation_vars][184]
New conversation vars 
-----------------------
16-09-2025 19:04:39.28968[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'HELLO' to the front of the [user_say] array 
-----------------------
16-09-2025 19:04:39.28969[4][4] - Elapsed time: 0.007 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank user_say array 
-----------------------
16-09-2025 19:04:39.28970[0][4] - Elapsed time: 0.010 milliseconds
[intialise_conversation.php][add_new_conversation_vars][188]
User RAW = hello, RAW say = hello 
-----------------------
16-09-2025 19:04:39.28970[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'hello' to the front of the [input] array 
-----------------------
16-09-2025 19:04:39.28971[4][4] - Elapsed time: 0.008 milliseconds
[make_conversation.php][make_conversation][22]
Making conversation 
-----------------------
16-09-2025 19:04:39.28971[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'HELLO' 
-----------------------
16-09-2025 19:04:39.28972[4][4] - Elapsed time: 0.007 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HELLO' 
-----------------------
16-09-2025 19:04:39.28973[4][4] - Elapsed time: 0.005 milliseconds
[find_aiml.php][get_aiml_to_parse][909]
Running all functions to get the correct aiml from the DB 
-----------------------
16-09-2025 19:04:39.28992[4][4] - Elapsed time: 0.191 milliseconds
[find_aiml.php][find_userdefined_aiml][821]
Looking for user defined responses 
-----------------------
16-09-2025 19:04:39.28993[3][4] - Elapsed time: 0.013 milliseconds
[find_aiml.php][find_userdefined_aiml][870]
User defined SQL:
SELECT `id`, `bot_id`, `pattern`, `thatpattern`, `template` FROM `Syifa`.`aiml_userdefined` WHERE
    `bot_id` = 1 AND
    `user_id` = ''
    AND (
        'HELLO' LIKE (REPLACE(REPLACE(`pattern`, '*', '%'), '_', '%'))
        OR 'HALO SENANG BERTEMU DENGANMU' LIKE (REPLACE(REPLACE(`thatpattern`, '*', '%'), '_', '%')))
   ORDER BY `id` ASC, `pattern` ASC, `thatpattern` ASC; 
-----------------------
16-09-2025 19:04:39.29011[2][4] - Elapsed time: 0.184 milliseconds
[find_aiml.php][find_userdefined_aiml][896]
User defined rows found: '0' 
-----------------------
16-09-2025 19:04:39.29013[4][4] - Elapsed time: 0.015 milliseconds
[find_aiml.php][find_aiml_matches][975]
Finding the aiml matches from the DB 
-----------------------
16-09-2025 19:04:39.29013[4][4] - Elapsed time: 0.005 milliseconds
[find_aiml.php][find_aiml_matches][981]
Bot ID = 1. Bot Parent ID = 1. 
-----------------------
16-09-2025 19:04:39.29030[4][4] - Elapsed time: 0.171 milliseconds
[find_aiml.php][find_aiml_matches][992]
Stored topic = '' 
-----------------------
16-09-2025 19:04:39.29032[3][4] - Elapsed time: 0.014 milliseconds
[find_aiml.php][find_aiml_matches][1052]
Core Match AIML sql:
SELECT `id`, `bot_id`, `pattern`, `thatpattern`, `topic`, `filename`, `template` FROM `Syifa`.`aiml` WHERE
    bot_id = 1 AND (
        'HELLO' LIKE (REPLACE(REPLACE(`pattern`, '*', '%'), '_', '%'))
        OR 'HALO SENANG BERTEMU DENGANMU' LIKE (REPLACE(REPLACE(`thatpattern`, '*', '%'), '_', '%'))
        OR `pattern` LIKE 'RANDOM PICKUP LINE'
    )
    # ORDER BY `id` ASC, `topic` DESC, `pattern` ASC, `thatpattern` ASC; 
-----------------------
16-09-2025 19:04:39.29059[3][4] - Elapsed time: 0.272 milliseconds
[find_aiml.php][find_aiml_matches][1054]
Query Process time... 
-----------------------
16-09-2025 19:04:39.29060[2][4] - Elapsed time: 0.013 milliseconds
[find_aiml.php][find_aiml_matches][1061]
FOUND: (3) potential AIML matches 
-----------------------
16-09-2025 19:04:39.29079[1][4] - Elapsed time: 0.190 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][35]
Current THAT = HALO SENANG BERTEMU DENGANMU 
-----------------------
16-09-2025 19:04:39.29081[4][4] - Elapsed time: 0.014 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][48]
NEW FUNC Searching through 3 rows to unset bad matches 
-----------------------
16-09-2025 19:04:39.29081[4][4] - Elapsed time: 0.006 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][62]
Blue 5 to Blue leader. Starting my run now! Looking for 'HELLO' 
-----------------------
16-09-2025 19:04:39.29086[4][4] - Elapsed time: 0.050 milliseconds
[find_aiml.php][unset_all_bad_pattern_matches][195]
Found 3 relevant rows 
-----------------------
16-09-2025 19:04:39.29087[4][4] - Elapsed time: 0.006 milliseconds
[find_aiml.php][score_matches][255]
Scoring the matches. 
-----------------------
16-09-2025 19:04:39.29106[4][4] - Elapsed time: 0.187 milliseconds
[find_aiml.php][score_matches][548]
Sorted array $allrows:
Array
(
    [0] => Array
        (
            [id] => 1
            [bot_id] => 1
            [pattern] => HELLO
            [thatpattern] => 
            [topic] => 
            [filename] => admin_added.aiml
            [template] => Hii!! Apa kabar kamu ??
            [score] => 260
            [current_that] => halo senang bertemu denganmu
            [aiml_id] => 1
            [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
        )

    [1] => Array
        (
            [id] => 2
            [bot_id] => 1
            [pattern] => HELLO
            [thatpattern] => 
            [topic] => 
            [filename] => admin_added.aiml.txt
            [template] => Hii!! Apa kabar kamu ??
            [score] => 260
            [current_that] => halo senang bertemu denganmu
            [aiml_id] => 2
            [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
        )

    [2] => Array
        (
            [id] => 56
            [bot_id] => 1
            [pattern] => HELLO
            [thatpattern] => 
            [topic] => 
            [filename] => Syifaa.admin_added.aiml.txt
            [template] => <random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>
            [score] => 260
            [current_that] => halo senang bertemu denganmu
            [aiml_id] => 56
            [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
        )

)
 
-----------------------
16-09-2025 19:04:39.29108[2][4] - Elapsed time: 0.021 milliseconds
[find_aiml.php][get_highest_scoring_row][642]
Final candidates:

Array
(
    [0] => Array
        (
            [id] => 1
            [bot_id] => 1
            [pattern] => HELLO
            [thatpattern] => 
            [topic] => 
            [filename] => admin_added.aiml
            [template] => Hii!! Apa kabar kamu ??
            [score] => 260
            [current_that] => halo senang bertemu denganmu
            [aiml_id] => 1
            [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
        )

    [1] => Array
        (
            [id] => 2
            [bot_id] => 1
            [pattern] => HELLO
            [thatpattern] => 
            [topic] => 
            [filename] => admin_added.aiml.txt
            [template] => Hii!! Apa kabar kamu ??
            [score] => 260
            [current_that] => halo senang bertemu denganmu
            [aiml_id] => 2
            [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
        )

    [2] => Array
        (
            [id] => 56
            [bot_id] => 1
            [pattern] => HELLO
            [thatpattern] => 
            [topic] => 
            [filename] => Syifaa.admin_added.aiml.txt
            [template] => <random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>
            [score] => 260
            [current_that] => halo senang bertemu denganmu
            [aiml_id] => 56
            [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
        )

)

 
-----------------------
16-09-2025 19:04:39.29115[4][4] - Elapsed time: 0.073 milliseconds
[find_aiml.php][get_highest_scoring_row][697]
Best Response: Array
(
    [id] => 56
    [bot_id] => 1
    [pattern] => HELLO
    [thatpattern] => 
    [topic] => 
    [filename] => Syifaa.admin_added.aiml.txt
    [template] => <random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>
    [score] => 260
    [current_that] => halo senang bertemu denganmu
    [aiml_id] => 56
    [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
)
 
-----------------------
16-09-2025 19:04:39.29116[2][4] - Elapsed time: 0.004 milliseconds
[find_aiml.php][get_highest_scoring_row][698]
No results found, so none to pick from. 
-----------------------
16-09-2025 19:04:39.29116[4][4] - Elapsed time: 0.008 milliseconds
[find_aiml.php][get_aiml_to_parse][960]
Will be parsing id:56 (HELLO) 
-----------------------
16-09-2025 19:04:39.29117[3][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][parse_matched_aiml][213]
Run the aiml parse in normal mode (normal or srai) 
-----------------------
16-09-2025 19:04:39.29117[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][set_wildcards][297]
Setting Wildcards. Pattern = 'HELLO' 
-----------------------
16-09-2025 19:04:39.29118[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][set_wildcards][329]
Checking for wildcards in pattern-side THAT 
-----------------------
16-09-2025 19:04:39.29118[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml.php][set_wildcards][361]
Checking for wildcards in pattern-side TOPIC 
-----------------------
16-09-2025 19:04:39.29119[2][4] - Elapsed time: 0.012 milliseconds
[parse_aiml.php][set_wildcards][394]
AIML array now = Array
(
    [aiml_id] => 56
    [category_id] => 56
    [html_template] => 
    [lookingfor] => HELLO
    [pattern] => HELLO
    [score] => 260
    [stars] => Array
        (
        )

    [template] => <random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>
    [thatpattern] => 
    [that_stars] => Array
        (
            [1] => 
        )

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

    [user_raw] => hello
)
 
-----------------------
16-09-2025 19:04:39.29120[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][parse_aiml_as_XML][22]
Parsing the AIML template as XML 
-----------------------
16-09-2025 19:04:39.29121[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][add_text_tags][93]
Adding some TEXT tags into the template, just because I can... 
-----------------------
16-09-2025 19:04:39.29122[4][4] - Elapsed time: 0.012 milliseconds
[parse_aiml_as_XML.php][add_text_tags][120]
Returning template:
<template><random><li><text>Hii!! Apa kabar kamu ??</text></li><li><text>Halo! Senang bertemu denganmu.</text></li><li><text>Hai, ada yang bisa aku bantu?</text></li></random></template> 
-----------------------
16-09-2025 19:04:39.29125[2][4] - Elapsed time: 0.031 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
16-09-2025 19:04:39.29130[4][4] - Elapsed time: 0.053 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element template at level 0. element XML = <?xml version="1.0"?>
<template><random><li><text>Hii!! Apa kabar kamu ??</text></li><li><text>Halo! Senang bertemu denganmu.</text></li><li><text>Hai, ada yang bisa aku bantu?</text></li></random></template>
 
-----------------------
16-09-2025 19:04:39.29131[4][4] - Elapsed time: 0.008 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][242]
function parse_template_tag does not exist. Parsing tag as text. 
-----------------------
16-09-2025 19:04:39.29132[2][4] - Elapsed time: 0.008 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
16-09-2025 19:04:39.29134[4][4] - Elapsed time: 0.023 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element random at level 1. element XML = <random><li><text>Hii!! Apa kabar kamu ??</text></li><li><text>Halo! Senang bertemu denganmu.</text></li><li><text>Hai, ada yang bisa aku bantu?</text></li></random> 
-----------------------
16-09-2025 19:04:39.29135[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][225]
Function parse_random_tag does exist. Processing now. 
-----------------------
16-09-2025 19:04:39.29135[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][229]
Passing element random to the parse_random_tag function 
-----------------------
16-09-2025 19:04:39.29135[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parse_random_tag][496]
Parsing a RANDOM tag, or doing some stargazing, or fomenting chaos, or... 
-----------------------
16-09-2025 19:04:39.29138[4][4] - Elapsed time: 0.021 milliseconds
[parse_aiml_as_XML.php][parse_random_tag][498]
Pick array:
Array
(
    [0] => SimpleXMLElement Object
        (
            [text] => Hii!! Apa kabar kamu ??
        )

    [1] => SimpleXMLElement Object
        (
            [text] => Halo! Senang bertemu denganmu.
        )

    [2] => SimpleXMLElement Object
        (
            [text] => Hai, ada yang bisa aku bantu?
        )

)
 
-----------------------
16-09-2025 19:04:39.29138[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parse_random_tag][500]
Picking option #2 from random tag.
 
-----------------------
16-09-2025 19:04:39.29138[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
16-09-2025 19:04:39.29139[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element li at level 2. element XML = <li><text>Hai, ada yang bisa aku bantu?</text></li> 
-----------------------
16-09-2025 19:04:39.29139[4][4] - Elapsed time: 0.005 milliseconds 
[parse_aiml_as_XML.php][parseTemplateRecursive][242]
function parse_li_tag does not exist. Parsing tag as text. 
-----------------------
16-09-2025 19:04:39.29140[2][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][201]
Recursively parsing the AIML template. 
-----------------------
16-09-2025 19:04:39.29140[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][214]
Processing element text at level 3. element XML = <text>Hai, ada yang bisa aku bantu?</text> 
-----------------------
16-09-2025 19:04:39.29141[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][225]
Function parse_text_tag does exist. Processing now. 
-----------------------
16-09-2025 19:04:39.29141[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][parseTemplateRecursive][229]
Passing element text to the parse_text_tag function 
-----------------------
16-09-2025 19:04:39.29142[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parse_text_tag][281]
Parsing a TEXT tag. 
-----------------------
16-09-2025 19:04:39.29142[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][234]
Adding 'Hai, ada yang bisa aku bantu?' to the response array. tag name is text 
-----------------------
16-09-2025 19:04:39.29143[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.29143[2][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Hai, ada yang bisa aku bantu?
)

 
-----------------------
16-09-2025 19:04:39.29143[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.29144[4][4] - Elapsed time: 0.005 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Hai, ada yang bisa aku bantu?' 
-----------------------
16-09-2025 19:04:39.29144[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][262]
Adding 'Hai, ada yang bisa aku bantu?' to the response array. tag name is li. 
-----------------------
16-09-2025 19:04:39.29145[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.29145[2][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Hai, ada yang bisa aku bantu?
)

 
-----------------------
16-09-2025 19:04:39.29145[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.29146[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Hai, ada yang bisa aku bantu?' 
-----------------------
16-09-2025 19:04:39.29146[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][parse_random_tag][503]
Chose Random Response of 'Hai, ada yang bisa aku bantu?' for output. 
-----------------------
16-09-2025 19:04:39.29147[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parseTemplateRecursive][234]
Adding 'Hai, ada yang bisa aku bantu?' to the response array. tag name is random 
-----------------------
16-09-2025 19:04:39.29147[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.29147[2][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Hai, ada yang bisa aku bantu?
)

 
-----------------------
16-09-2025 19:04:39.29148[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.29148[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Hai, ada yang bisa aku bantu?' 
-----------------------
16-09-2025 19:04:39.29148[4][4] - Elapsed time: 0.004 milliseconds 
[parse_aiml_as_XML.php][parseTemplateRecursive][262]
Adding 'Hai, ada yang bisa aku bantu?' to the response array. tag name is template. 
-----------------------
16-09-2025 19:04:39.29149[2][4] - Elapsed time: 0.006 milliseconds
[parse_aiml_as_XML.php][implode_recursive][137]
Imploding an array into a string. (recursively, if necessary) 
-----------------------
16-09-2025 19:04:39.29149[2][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][138]
Input: Array
(
    [0] => Hai, ada yang bisa aku bantu?
)

 
-----------------------
16-09-2025 19:04:39.29150[4][4] - Elapsed time: 0.003 milliseconds
[parse_aiml_as_XML.php][implode_recursive][155]
The variable $input is of type array 
-----------------------
16-09-2025 19:04:39.29150[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][implode_recursive][185]
Imploding complete. Returning 'Hai, ada yang bisa aku bantu?' 
-----------------------
16-09-2025 19:04:39.29151[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml_as_XML.php][parse_aiml_as_XML][47]
Completed parsing the template. The bot will say: Hai, ada yang bisa aku bantu? 
-----------------------
16-09-2025 19:04:39.29151[4][4] - Elapsed time: 0.006 milliseconds
[parse_aiml.php][parse_matched_aiml][227]
normal - Saving for next turn 
-----------------------
16-09-2025 19:04:39.29152[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][save_for_nextturn][271]
Saving that and that_raw for next turn 
-----------------------
16-09-2025 19:04:39.29152[2][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Hai, ada yang bisa aku bantu?' to the front of the [that_raw] array 
-----------------------
16-09-2025 19:04:39.29152[4][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank that_raw array 
-----------------------
16-09-2025 19:04:39.29154[2][4] - Elapsed time: 0.015 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Hai, ada yang bisa aku bantu?' to the front of the [that] array 
-----------------------
16-09-2025 19:04:39.29155[4][4] - Elapsed time: 0.007 milliseconds
[parse_aiml.php][clean_that][251]
Cleaning up the ~THAT~ tag: 'Hai, ada yang bisa aku bantu?' 
-----------------------
16-09-2025 19:04:39.29155[4][4] - Elapsed time: 0.004 milliseconds
[misc_functions.php][normalize_text][125]
Begin normalization - text = 'Hai, ada yang bisa aku bantu?' 
-----------------------
16-09-2025 19:04:39.29156[4][4] - Elapsed time: 0.008 milliseconds
[misc_functions.php][normalize_text][150]
Normalization complete. Text = 'HAI ADA YANG BISA AKU BANTU' 
-----------------------
16-09-2025 19:04:39.29156[4][4] - Elapsed time: 0.004 milliseconds
[parse_aiml.php][clean_that][258]
Cleaning Complete. output = 'HAI ADA YANG BISA AKU BANTU' 
-----------------------
16-09-2025 19:04:39.29157[2][4] - Elapsed time: 0.007 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing 'Hai, ada yang bisa aku bantu?' to the front of the [parsed_template] array 
-----------------------
16-09-2025 19:04:39.29157[4][4] - Elapsed time: 0.004 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank parsed_template array 
-----------------------
16-09-2025 19:04:39.29158[2][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][push_on_front_convoArr][226]
Pushing '<random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>' to the front of the [template] array 
-----------------------
16-09-2025 19:04:39.29159[4][4] - Elapsed time: 0.006 milliseconds
[intialise_conversation.php][load_blank_array_element][62]
Loading blank template array 
-----------------------
16-09-2025 19:04:39.29159[2][4] - Elapsed time: 0.007 milliseconds
[intialise_conversation.php][log_conversation][403]
Saving the conversation to the DB. 
-----------------------
16-09-2025 19:04:39.29160[3][4] - Elapsed time: 0.008 milliseconds
[intialise_conversation.php][log_conversation][442]
Saving conservation SQL: INSERT INTO `Syifa`.`conversation_log` (
      `id` ,
      `input` ,
      `response` ,
      `user_id` ,
      `convo_id` ,
      `bot_id` ,
      `timestamp`
    )
    VALUES (
      NULL ,
      'hello',
      'Hai, ada yang bisa aku bantu?',
      6,
      '',
      1,
      CURRENT_TIMESTAMP
    ) 
-----------------------
16-09-2025 19:04:39.29307[4][4] - Elapsed time: 1.466 milliseconds
[intialise_conversation.php][write_to_session][140]
Saving to session 
-----------------------
16-09-2025 19:04:39.29332[3][4] - Elapsed time: 0.256 milliseconds
[display_conversation.php][get_conversation_to_display][59]
get_conversation SQL: SELECT * FROM `Syifa`.`conversation_log` WHERE
        `user_id` = :user_id
        AND `bot_id` = :bot_id
        AND `convo_id` = :convo_id
        ORDER BY id DESC  LIMIT 1 
-----------------------
16-09-2025 19:04:39.29374[2][4] - Elapsed time: 0.421 milliseconds
[display_conversation.php][get_conversation_to_display][77]
Found '1' lines of conversation 
-----------------------
16-09-2025 19:04:39.29378[4][4] - Elapsed time: 0.033 milliseconds
[display_conversation.php][get_conversation][92]
Processing conversation as json 
-----------------------
16-09-2025 19:04:39.29380[2][4] - Elapsed time: 0.018 milliseconds
[display_conversation.php][get_json][150]
Outputting response as JSON 
-----------------------
16-09-2025 19:04:39.29383[4][4] - Elapsed time: 0.033 milliseconds
[display_conversation.php][get_json][164]
Returning JSON string: {"convo_id":"","usersay":"hello","botsay":"Hai, ada yang bisa aku bantu?","botData":{"convo_id":"","bot_name":"Syifa","bot_id":"1","format":"json","unknown_user":"Seeker","user_name":"Seeker","user_id":"6","totallines":1,"rawSay":"hello","conversation_lines":"1","remember_up_to":"10","debugemail":"theodorusnatanael0204@gmail.com","debug_level":"4","debugmode":1,"save_state":"session","default_aiml_pattern":"RANDOM PICKUP LINE","bot_parent_id":"1","aimlData":{"id":"56","bot_id":"1","pattern":"HELLO","thatpattern":"","topic":"","filename":"Syifaa.admin_added.aiml.txt","template":"<random>\n        <li>Hii!! Apa kabar kamu ??<\/li>\n        <li>Halo! Senang bertemu denganmu.<\/li>\n        <li>Hai, ada yang bisa aku bantu?<\/li>\n      <\/random>","score":260,"current_that":"halo senang bertemu denganmu","aiml_id":"56","track_score":"current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)"}}} 
-----------------------
16-09-2025 19:04:39.29427[2][4] - Elapsed time: 0.444 milliseconds
[conversation_start.php][Called outside of function][260]
Closing Database 
-----------------------
16-09-2025 19:04:39.29433[0][4] - Elapsed time: 0.053 milliseconds
[conversation_start.php][Called outside of function][266]
Conversation Ending. Elapsed time: 27.877 milliseconds. 
-----------------------
Debug Level: 4
-----------------------
Debug Mode: 1
-----------------------
CONVERSATION ARRAY
-----------------------
Array
(
    [say] => hello
    [conversation] => Array
        (
            [convo_id] => 
            [bot_name] => Syifa
            [bot_id] => 1
            [format] => json
            [unknown_user] => Seeker
            [user_name] => Seeker
            [user_id] => 6
            [totallines] => 1
            [rawSay] => hello
            [conversation_lines] => 1
            [remember_up_to] => 10
            [debugemail] => theodorusnatanael0204@gmail.com
            [debug_level] => 4
            [debugmode] => 1
            [save_state] => session
            [default_aiml_pattern] => RANDOM PICKUP LINE
            [bot_parent_id] => 1
            [aimlData] => Array
                (
                    [id] => 56
                    [bot_id] => 1
                    [pattern] => HELLO
                    [thatpattern] => 
                    [topic] => 
                    [filename] => Syifaa.admin_added.aiml.txt
                    [template] => <random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>
                    [score] => 260
                    [current_that] => halo senang bertemu denganmu
                    [aiml_id] => 56
                    [track_score] => current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)
                )

        )

    [aiml] => Array
        (
            [user_raw] => hello
            [lookingfor] => HELLO
            [category_id] => 56
            [pattern] => HELLO
            [thatpattern] => 
            [template] => <random>
        <li>Hii!! Apa kabar kamu ??</li>
        <li>Halo! Senang bertemu denganmu.</li>
        <li>Hai, ada yang bisa aku bantu?</li>
      </random>
            [html_template] => 
            [topic] => 
            [score] => 260
            [aiml_id] => 56
            [stars] => Array
                (
                )

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

            [topic_stars] => Array
                (
                )

            [parsed_template] => Hai, ada yang bisa aku bantu?
        )

    [client_properties] => Array
        (
            [ip_address] => ::1
            [name] => Seeker
        )

    [raw_that] => Array
        (
            [1] => Array
                (
                    [0] => Halo! Senang bertemu denganmu
                    [1] => 
                )

            [2] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [3] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [4] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [5] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [6] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [7] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [8] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [9] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

            [10] => Array
                (
                    [0] => Maaf, tidak ada jawaban
                    [1] => 
                )

        )

    [that] => Array
        (
            [1] => Array
                (
                    [1] => HAI ADA YANG BISA AKU BANTU
                )

            [2] => Array
                (
                    [1] => HALO SENANG BERTEMU DENGANMU
                )

            [3] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [4] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [5] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [6] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [7] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [8] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [9] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [10] => Array
                (
                    [1] => MAAF TIDAK ADA JAWABAN
                )

            [12] => 
        )

    [input] => Array
        (
            [1] => hello
            [2] => HELLO
            [3] => HALO
            [4] => HI
            [5] => HI
            [6] => HI
            [7] => HI
            [8] => HALO
            [9] => HALO
            [10] => HALO
        )

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

    [that_raw] => Array
        (
            [1] => Array
                (
                    [1] => 
                    [2] => Hai, ada yang bisa aku bantu?
                )

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

    [parsed_template] => Array
        (
            [1] => Hai, ada yang bisa aku bantu?
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
        )

    [template] => Array
        (
            [1] => <random> <li>Hii!! Apa kabar kamu ??</li> <li>Halo! Senang bertemu denganmu.</li> <li>Hai, ada yang bisa aku bantu?</li> </random>
            [2] => 
            [3] => 
            [4] => 
            [5] => 
            [6] => 
            [7] => 
            [8] => 
            [9] => 
            [10] => 
        )

    [send_to_user] => {"convo_id":"","usersay":"hello","botsay":"Hai, ada yang bisa aku bantu?","botData":{"convo_id":"","bot_name":"Syifa","bot_id":"1","format":"json","unknown_user":"Seeker","user_name":"Seeker","user_id":"6","totallines":1,"rawSay":"hello","conversation_lines":"1","remember_up_to":"10","debugemail":"theodorusnatanael0204@gmail.com","debug_level":"4","debugmode":1,"save_state":"session","default_aiml_pattern":"RANDOM PICKUP LINE","bot_parent_id":"1","aimlData":{"id":"56","bot_id":"1","pattern":"HELLO","thatpattern":"","topic":"","filename":"Syifaa.admin_added.aiml.txt","template":"<random>\n        <li>Hii!! Apa kabar kamu ??<\/li>\n        <li>Halo! Senang bertemu denganmu.<\/li>\n        <li>Hai, ada yang bisa aku bantu?<\/li>\n      <\/random>","score":260,"current_that":"halo senang bertemu denganmu","aiml_id":"56","track_score":"current bot (250 points), no thatpattern to match (1 point), direct pattern match (7 points), direct word match: hello (2 points)"}}}
)

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