
[2026-07-27 Mon 01:29:18] : *********************** START Send Deviation Alert**************************
[2026-07-27 Mon 01:29:18] : SELECT DISTINCT t1.*,t2.*  FROM 
				(
				SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.`executed_date` AS date_bd
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
				) t1
				LEFT OUTER JOIN
				(
				SELECT ai.id AS id_1, ai.app_name AS app_name_1, ai.app_store AS app_store_1, ai.app_org AS app_org_1, sc.status_code AS status_code_1,
				 sc.status_code_desc AS status_code_desc_1, ais.status_value AS status_value_1
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-26'
				) t2 ON t1.id=t2.id_1 and t1.status_code=t2.status_code_1
				ORDER BY t1.`app_store`, t1.`app_name`, t1.`status_code`, t1.`date_bd` DESC
[2026-07-27 Mon 01:29:19] : Total Record Fetch: 0
[2026-07-27 Mon 01:29:19] : <table width="200" border="1" cellspacing="0" cellpadding="0" style="border: 1px solid #000;font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';font-size: 14px;">
  <tbody style="border: 1px solid #000;">
    <tr>
      <th style="width: 30px">SL</th>
      <th style="width: 180px">App Store</th>
      <th style="width: 300px">App Name</th>
	  <th style="width: 225px">App Organization</th>
	  <th style="width: 160px">App Status Type</th>
	  <th style="width: 140px">Status Value as on <span style="background-color: #00FFFF">2026-07-27</span></th>
	  <th style="width: 140px">Status Value as on <span style="background-color: #FFA500">2026-07-26</span></th>
	  <th style="width: 160px">Deviation Status</th>
    </tr></tbody></table>
[2026-07-27 Mon 01:29:19] : Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Failed to connect to server
[2026-07-27 Mon 01:29:19] : Connection closed
[2026-07-27 Mon 01:29:19] : ************************ END ***************************
[2026-07-27 Mon 01:33:22] : *********************** START Send Deviation Alert**************************
[2026-07-27 Mon 01:33:22] : SELECT DISTINCT t1.*,t2.*  FROM 
				(
				SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.`executed_date` AS date_bd
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
				) t1
				LEFT OUTER JOIN
				(
				SELECT ai.id AS id_1, ai.app_name AS app_name_1, ai.app_store AS app_store_1, ai.app_org AS app_org_1, sc.status_code AS status_code_1,
				 sc.status_code_desc AS status_code_desc_1, ais.status_value AS status_value_1
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-26'
				) t2 ON t1.id=t2.id_1 and t1.status_code=t2.status_code_1
				ORDER BY t1.`app_store`, t1.`app_name`, t1.`status_code`, t1.`date_bd` DESC
[2026-07-27 Mon 01:33:22] : Total Record Fetch: 0
[2026-07-27 Mon 01:33:22] : <table width="200" border="1" cellspacing="0" cellpadding="0" style="border: 1px solid #000;font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';font-size: 14px;">
  <tbody style="border: 1px solid #000;">
    <tr>
      <th style="width: 30px">SL</th>
      <th style="width: 180px">App Store</th>
      <th style="width: 300px">App Name</th>
	  <th style="width: 225px">App Organization</th>
	  <th style="width: 160px">App Status Type</th>
	  <th style="width: 140px">Status Value as on <span style="background-color: #00FFFF">2026-07-27</span></th>
	  <th style="width: 140px">Status Value as on <span style="background-color: #FFA500">2026-07-26</span></th>
	  <th style="width: 160px">Deviation Status</th>
    </tr></tbody></table>
[2026-07-27 Mon 01:33:22] : Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Failed to connect to server
[2026-07-27 Mon 01:33:22] : Connection closed
[2026-07-27 Mon 01:33:22] : ************************ END ***************************
[2026-07-27 Mon 04:00:05] : *********************** START **************************
[2026-07-27 Mon 04:00:05] : select id, status_code from status_code where status='Active'
[2026-07-27 Mon 04:00:05] : Status Code Result: 2
[2026-07-27 Mon 04:00:05] : select id, app_store, app_name, app_url from app_info where scheduler_status='Active' and status='Active'
[2026-07-27 Mon 04:00:05] : App Info Result: 4
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Batch ID: 2026-07-27 04:00:05#Google Play Store#AppInfoId_11#AppName_City Touch
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Misc Test: 2026-07-27 04:00:05#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 04:00:05] : APP_VERSION
[2026-07-27 Mon 04:00:05] : 
[2026-07-27 Mon 04:00:05] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,2,'','2026-07-27 04:00:05#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:05] : 1
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Misc Test: 2026-07-27 04:00:05#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 04:00:05] : APP_LAST_UPDATE
[2026-07-27 Mon 04:00:05] : 2026-07-22
[2026-07-27 Mon 04:00:05] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,5,'2026-07-22','2026-07-27 04:00:05#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:05] : 1
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Batch ID: 2026-07-27 04:00:05#Google Play Store#AppInfoId_12#AppName_City Corp
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Misc Test: 2026-07-27 04:00:05#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 04:00:05] : APP_VERSION
[2026-07-27 Mon 04:00:05] : 
[2026-07-27 Mon 04:00:05] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,2,'','2026-07-27 04:00:05#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:05] : 1
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Misc Test: 2026-07-27 04:00:05#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 04:00:05] : APP_LAST_UPDATE
[2026-07-27 Mon 04:00:05] : 2025-11-12
[2026-07-27 Mon 04:00:05] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,5,'2025-11-12','2026-07-27 04:00:05#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:05] : 1
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Batch ID: 2026-07-27 04:00:05#Apple I Store#AppInfoId_16#AppName_City Touch
[2026-07-27 Mon 04:00:05] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:05] : Misc Test: 2026-07-27 04:00:05#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 04:00:05] : APP_VERSION
[2026-07-27 Mon 04:00:06] : 
[2026-07-27 Mon 04:00:06] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,2,'','2026-07-27 04:00:05#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:06] : 1
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : Misc Test: 2026-07-27 04:00:05#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 04:00:06] : APP_LAST_UPDATE
[2026-07-27 Mon 04:00:06] : --00
[2026-07-27 Mon 04:00:06] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,5,'--00','2026-07-27 04:00:05#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:06] : 1
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : Batch ID: 2026-07-27 04:00:05#Apple I Store#AppInfoId_17#AppName_City Corp
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : Misc Test: 2026-07-27 04:00:05#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 04:00:06] : APP_VERSION
[2026-07-27 Mon 04:00:06] : 
[2026-07-27 Mon 04:00:06] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,2,'','2026-07-27 04:00:05#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:06] : 1
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : Misc Test: 2026-07-27 04:00:05#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 04:00:06] : APP_LAST_UPDATE
[2026-07-27 Mon 04:00:06] : --00
[2026-07-27 Mon 04:00:06] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,5,'--00','2026-07-27 04:00:05#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 04:00:05','2026-07-26 22:00:05','get-app-info.php')
[2026-07-27 Mon 04:00:06] : 1
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 04:00:06] : Connection closed
[2026-07-27 Mon 04:00:06] : ************************ END ***************************
[2026-07-27 Mon 06:00:04] : *********************** START Send Deviation Alert**************************
[2026-07-27 Mon 06:00:04] : SELECT DISTINCT t1.*,t2.*  FROM 
				(
				SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.`executed_date` AS date_bd
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
				) t1
				LEFT OUTER JOIN
				(
				SELECT ai.id AS id_1, ai.app_name AS app_name_1, ai.app_store AS app_store_1, ai.app_org AS app_org_1, sc.status_code AS status_code_1,
				 sc.status_code_desc AS status_code_desc_1, ais.status_value AS status_value_1
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-26'
				) t2 ON t1.id=t2.id_1 and t1.status_code=t2.status_code_1
				ORDER BY t1.`app_store`, t1.`app_name`, t1.`status_code`, t1.`date_bd` DESC
[2026-07-27 Mon 06:00:04] : Total Record Fetch: 8
[2026-07-27 Mon 06:00:04] : <h1 style="color:green">No Mismatch Found!!!</h1>
[2026-07-27 Mon 06:00:04] : Mail sent on 2026-07-27 06:00:04
[2026-07-27 Mon 06:00:04] : Connection closed
[2026-07-27 Mon 06:00:04] : ************************ END ***************************
[2026-07-27 Mon 13:32:33] : *********************** START **************************
[2026-07-27 Mon 13:32:33] : select id, status_code from status_code where status='Active'
[2026-07-27 Mon 13:32:33] : Status Code Result: 2
[2026-07-27 Mon 13:32:33] : select id, app_store, app_name, app_url from app_info where scheduler_status='Active' and status='Active'
[2026-07-27 Mon 13:32:33] : App Info Result: 4
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Batch ID: 2026-07-27 13:32:33#Google Play Store#AppInfoId_11#AppName_City Touch
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Misc Test: 2026-07-27 13:32:33#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:32:33] : APP_VERSION
[2026-07-27 Mon 13:32:33] : 
[2026-07-27 Mon 13:32:33] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,2,'','2026-07-27 13:32:33#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:33] : 1
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Misc Test: 2026-07-27 13:32:33#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:32:33] : APP_LAST_UPDATE
[2026-07-27 Mon 13:32:33] : 2026-07-22
[2026-07-27 Mon 13:32:33] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,5,'2026-07-22','2026-07-27 13:32:33#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:33] : 1
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Batch ID: 2026-07-27 13:32:33#Google Play Store#AppInfoId_12#AppName_City Corp
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Misc Test: 2026-07-27 13:32:33#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:32:33] : APP_VERSION
[2026-07-27 Mon 13:32:33] : 
[2026-07-27 Mon 13:32:33] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,2,'','2026-07-27 13:32:33#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:33] : 1
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Misc Test: 2026-07-27 13:32:33#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:32:33] : APP_LAST_UPDATE
[2026-07-27 Mon 13:32:33] : 2025-11-12
[2026-07-27 Mon 13:32:33] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,5,'2025-11-12','2026-07-27 13:32:33#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:33] : 1
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Batch ID: 2026-07-27 13:32:33#Apple I Store#AppInfoId_16#AppName_City Touch
[2026-07-27 Mon 13:32:33] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:33] : Misc Test: 2026-07-27 13:32:33#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:32:33] : APP_VERSION
[2026-07-27 Mon 13:32:34] : 
[2026-07-27 Mon 13:32:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,2,'','2026-07-27 13:32:33#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:34] : 1
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : Misc Test: 2026-07-27 13:32:33#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:32:34] : APP_LAST_UPDATE
[2026-07-27 Mon 13:32:34] : --00
[2026-07-27 Mon 13:32:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,5,'--00','2026-07-27 13:32:33#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:34] : 1
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : Batch ID: 2026-07-27 13:32:33#Apple I Store#AppInfoId_17#AppName_City Corp
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : Misc Test: 2026-07-27 13:32:33#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:32:34] : APP_VERSION
[2026-07-27 Mon 13:32:34] : 
[2026-07-27 Mon 13:32:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,2,'','2026-07-27 13:32:33#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:34] : 1
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : Misc Test: 2026-07-27 13:32:33#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:32:34] : APP_LAST_UPDATE
[2026-07-27 Mon 13:32:34] : --00
[2026-07-27 Mon 13:32:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,5,'--00','2026-07-27 13:32:33#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 13:32:33','2026-07-27 13:32:33','get-app-info.php')
[2026-07-27 Mon 13:32:34] : 1
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:32:34] : Connection closed
[2026-07-27 Mon 13:32:34] : ************************ END ***************************
[2026-07-27 Mon 13:36:34] : *********************** START **************************
[2026-07-27 Mon 13:36:34] : select id, status_code from status_code where status='Active'
[2026-07-27 Mon 13:36:34] : Status Code Result: 2
[2026-07-27 Mon 13:36:34] : select id, app_store, app_name, app_url from app_info where scheduler_status='Active' and status='Active'
[2026-07-27 Mon 13:36:34] : App Info Result: 4
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Batch ID: 2026-07-27 13:36:34#Google Play Store#AppInfoId_11#AppName_City Touch
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Misc Test: 2026-07-27 13:36:34#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:36:34] : APP_VERSION
[2026-07-27 Mon 13:36:34] : 
[2026-07-27 Mon 13:36:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,2,'','2026-07-27 13:36:34#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:34] : 1
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Misc Test: 2026-07-27 13:36:34#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:36:34] : APP_LAST_UPDATE
[2026-07-27 Mon 13:36:34] : 2026-07-22
[2026-07-27 Mon 13:36:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,5,'2026-07-22','2026-07-27 13:36:34#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:34] : 1
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Batch ID: 2026-07-27 13:36:34#Google Play Store#AppInfoId_12#AppName_City Corp
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Misc Test: 2026-07-27 13:36:34#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:36:34] : APP_VERSION
[2026-07-27 Mon 13:36:34] : 
[2026-07-27 Mon 13:36:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,2,'','2026-07-27 13:36:34#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:34] : 1
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Misc Test: 2026-07-27 13:36:34#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:36:34] : APP_LAST_UPDATE
[2026-07-27 Mon 13:36:34] : 2025-11-12
[2026-07-27 Mon 13:36:34] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,5,'2025-11-12','2026-07-27 13:36:34#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:34] : 1
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Batch ID: 2026-07-27 13:36:34#Apple I Store#AppInfoId_16#AppName_City Touch
[2026-07-27 Mon 13:36:34] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:34] : Misc Test: 2026-07-27 13:36:34#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:36:34] : APP_VERSION
[2026-07-27 Mon 13:36:35] : 
[2026-07-27 Mon 13:36:35] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,2,'','2026-07-27 13:36:34#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:35] : 1
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : Misc Test: 2026-07-27 13:36:34#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:36:35] : APP_LAST_UPDATE
[2026-07-27 Mon 13:36:35] : --00
[2026-07-27 Mon 13:36:35] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,5,'--00','2026-07-27 13:36:34#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:35] : 1
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : Batch ID: 2026-07-27 13:36:34#Apple I Store#AppInfoId_17#AppName_City Corp
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : Misc Test: 2026-07-27 13:36:34#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 13:36:35] : APP_VERSION
[2026-07-27 Mon 13:36:35] : 
[2026-07-27 Mon 13:36:35] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,2,'','2026-07-27 13:36:34#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:35] : 1
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : Misc Test: 2026-07-27 13:36:34#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 13:36:35] : APP_LAST_UPDATE
[2026-07-27 Mon 13:36:35] : --00
[2026-07-27 Mon 13:36:35] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,5,'--00','2026-07-27 13:36:34#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 13:36:34','2026-07-27 13:36:34','get-app-info.php')
[2026-07-27 Mon 13:36:35] : 1
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 13:36:35] : Connection closed
[2026-07-27 Mon 13:36:35] : ************************ END ***************************
[2026-07-27 Mon 18:34:19] : *********************** START **************************
[2026-07-27 Mon 18:34:19] : select id, status_code from status_code where status='Active'
[2026-07-27 Mon 18:34:19] : Status Code Result: 2
[2026-07-27 Mon 18:34:19] : select id, app_store, app_name, app_url from app_info where scheduler_status='Active' and status='Active'
[2026-07-27 Mon 18:34:19] : App Info Result: 4
[2026-07-27 Mon 18:34:19] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:19] : Batch ID: 2026-07-27 18:34:19#Google Play Store#AppInfoId_11#AppName_City Touch
[2026-07-27 Mon 18:34:19] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:19] : Misc Test: 2026-07-27 18:34:19#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 18:34:19] : APP_VERSION
[2026-07-27 Mon 18:34:19] : 
[2026-07-27 Mon 18:34:19] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,2,'','2026-07-27 18:34:19#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:19] : 1
[2026-07-27 Mon 18:34:19] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:19] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:19] : Misc Test: 2026-07-27 18:34:19#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 18:34:19] : APP_LAST_UPDATE
[2026-07-27 Mon 18:34:20] : 2026-07-22
[2026-07-27 Mon 18:34:20] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,5,'2026-07-22','2026-07-27 18:34:19#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:20] : 1
[2026-07-27 Mon 18:34:20] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:20] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:20] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:20] : Batch ID: 2026-07-27 18:34:19#Google Play Store#AppInfoId_12#AppName_City Corp
[2026-07-27 Mon 18:34:20] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:20] : Misc Test: 2026-07-27 18:34:19#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 18:34:20] : APP_VERSION
[2026-07-27 Mon 18:34:22] : 
[2026-07-27 Mon 18:34:22] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,2,'','2026-07-27 18:34:19#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:22] : 1
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : Misc Test: 2026-07-27 18:34:19#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 18:34:22] : APP_LAST_UPDATE
[2026-07-27 Mon 18:34:22] : 2025-11-12
[2026-07-27 Mon 18:34:22] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,5,'2025-11-12','2026-07-27 18:34:19#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:22] : 1
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : Batch ID: 2026-07-27 18:34:19#Apple I Store#AppInfoId_16#AppName_City Touch
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : Misc Test: 2026-07-27 18:34:19#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 18:34:22] : APP_VERSION
[2026-07-27 Mon 18:34:22] : 
[2026-07-27 Mon 18:34:22] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,2,'','2026-07-27 18:34:19#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:22] : 1
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : Misc Test: 2026-07-27 18:34:19#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 18:34:22] : APP_LAST_UPDATE
[2026-07-27 Mon 18:34:22] : --00
[2026-07-27 Mon 18:34:22] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,5,'--00','2026-07-27 18:34:19#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:22] : 1
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : Batch ID: 2026-07-27 18:34:19#Apple I Store#AppInfoId_17#AppName_City Corp
[2026-07-27 Mon 18:34:22] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:22] : Misc Test: 2026-07-27 18:34:19#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 18:34:22] : APP_VERSION
[2026-07-27 Mon 18:34:23] : 
[2026-07-27 Mon 18:34:23] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,2,'','2026-07-27 18:34:19#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:23] : 1
[2026-07-27 Mon 18:34:23] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:23] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:23] : Misc Test: 2026-07-27 18:34:19#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 18:34:23] : APP_LAST_UPDATE
[2026-07-27 Mon 18:34:23] : --00
[2026-07-27 Mon 18:34:23] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,5,'--00','2026-07-27 18:34:19#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 18:34:19','2026-07-27 18:34:19','get-app-info.php')
[2026-07-27 Mon 18:34:23] : 1
[2026-07-27 Mon 18:34:23] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:23] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 18:34:23] : Connection closed
[2026-07-27 Mon 18:34:23] : ************************ END ***************************
[2026-07-27 Mon 19:22:19] : *********************** START Send Deviation Alert**************************
[2026-07-27 Mon 19:22:19] : SELECT DISTINCT t1.*,t2.*  FROM 
				(
				SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.`executed_date` AS date_bd
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
				) t1
				LEFT OUTER JOIN
				(
				SELECT ai.id AS id_1, ai.app_name AS app_name_1, ai.app_store AS app_store_1, ai.app_org AS app_org_1, sc.status_code AS status_code_1,
				 sc.status_code_desc AS status_code_desc_1, ais.status_value AS status_value_1
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-26'
				) t2 ON t1.id=t2.id_1 and t1.status_code=t2.status_code_1
				ORDER BY t1.`app_store`, t1.`app_name`, t1.`status_code`, t1.`date_bd` DESC
[2026-07-27 Mon 19:22:19] : Total Record Fetch: 8
[2026-07-27 Mon 19:22:19] : <h1 style="color:green">No Mismatch Found!!!</h1>
[2026-07-27 Mon 19:22:20] : *********************** START Send Deviation Alert**************************
[2026-07-27 Mon 19:22:20] : SELECT DISTINCT t1.*,t2.*  FROM 
				(
				SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.`executed_date` AS date_bd
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
				) t1
				LEFT OUTER JOIN
				(
				SELECT ai.id AS id_1, ai.app_name AS app_name_1, ai.app_store AS app_store_1, ai.app_org AS app_org_1, sc.status_code AS status_code_1,
				 sc.status_code_desc AS status_code_desc_1, ais.status_value AS status_value_1
				FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
				LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
				WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-26'
				) t2 ON t1.id=t2.id_1 and t1.status_code=t2.status_code_1
				ORDER BY t1.`app_store`, t1.`app_name`, t1.`status_code`, t1.`date_bd` DESC
[2026-07-27 Mon 19:22:20] : Total Record Fetch: 8
[2026-07-27 Mon 19:22:20] : <table width="200" border="1" cellspacing="0" cellpadding="0" style="border: 1px solid #000;font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';font-size: 14px;">
  <tbody style="border: 1px solid #000;">
    <tr>
      <th style="width: 30px">SL</th>
      <th style="width: 180px">App Store</th>
      <th style="width: 300px">App Name</th>
	  <th style="width: 225px">App Organization</th>
	  <th style="width: 160px">App Status Type</th>
	  <th style="width: 140px">Status Value as on <span style="background-color: #00FFFF">2026-07-27</span></th>
	  <th style="width: 140px">Status Value as on <span style="background-color: #FFA500">2026-07-26</span></th>
	  <th style="width: 160px">Deviation Status</th>
    </tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">1</td><td style="border: 1px solid #000;width: auto">Apple I Store</td><td style="border: 1px solid #000;width: auto">City Corp</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_LAST_UPDATE</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">--00</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">--00</td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">2</td><td style="border: 1px solid #000;width: auto">Apple I Store</td><td style="border: 1px solid #000;width: auto">City Corp</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_VERSION</td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">3</td><td style="border: 1px solid #000;width: auto">Apple I Store</td><td style="border: 1px solid #000;width: auto">City Touch</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_LAST_UPDATE</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">--00</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">--00</td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">4</td><td style="border: 1px solid #000;width: auto">Apple I Store</td><td style="border: 1px solid #000;width: auto">City Touch</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_VERSION</td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">5</td><td style="border: 1px solid #000;width: auto">Google Play Store</td><td style="border: 1px solid #000;width: auto">City Corp</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_LAST_UPDATE</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">2025-11-12</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">2025-11-12</td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">6</td><td style="border: 1px solid #000;width: auto">Google Play Store</td><td style="border: 1px solid #000;width: auto">City Corp</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_VERSION</td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">7</td><td style="border: 1px solid #000;width: auto">Google Play Store</td><td style="border: 1px solid #000;width: auto">City Touch</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_LAST_UPDATE</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">2026-07-22</td><td style="border: 1px solid #000;width: auto;background-color: #0F0">2026-07-22</td><td style="border: 1px solid #000;width: auto">Matched</td></tr><tr style="text-align: center;vertical-align: middle"><td style="border: 1px solid #000;width: auto">8</td><td style="border: 1px solid #000;width: auto">Google Play Store</td><td style="border: 1px solid #000;width: auto">City Touch</td><td style="border: 1px solid #000;width: auto">City Bank PLC</td><td style="border: 1px solid #000;width: auto">APP_VERSION</td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto;background-color: #0F0"></td><td style="border: 1px solid #000;width: auto">Matched</td></tr></tbody></table>
[2026-07-27 Mon 19:22:20] : Mail sent on 2026-07-27 19:22:19
[2026-07-27 Mon 19:22:20] : Connection closed
[2026-07-27 Mon 19:22:20] : ************************ END ***************************
[2026-07-27 Mon 19:22:20] : Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Failed to connect to server
[2026-07-27 Mon 19:22:20] : Connection closed
[2026-07-27 Mon 19:22:20] : ************************ END ***************************
[2026-07-27 Mon 19:22:29] : *********************** START Data Parsing Error Checker**************************
[2026-07-27 Mon 19:22:38] : *********************** START Data Parsing Error Checker**************************
[2026-07-27 Mon 19:22:38] : SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.batch_id, 
ais.executed_at_bd_time AS timestamp_bd, ais.executed_at_server_time AS timestamp_server 
FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
ORDER BY ai.`app_store`, ai.`app_name`, sc.`status_code`, ais.`executed_at_bd_time` DESC
[2026-07-27 Mon 19:22:38] : Total Record Fetch: 32
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 18:34:19 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:36:34 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 13:32:33 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : 2026-07-27 04:00:05 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:22:38] : Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Failed to connect to server Additional SMTP info: php_network_getaddresses: getaddrinfo failed: Name or service not known
[2026-07-27 Mon 19:22:38] : Connection closed
[2026-07-27 Mon 19:22:38] : ************************ END ***************************
[2026-07-27 Mon 19:23:36] : *********************** START **************************
[2026-07-27 Mon 19:23:36] : select id, status_code from status_code where status='Active'
[2026-07-27 Mon 19:23:36] : Status Code Result: 2
[2026-07-27 Mon 19:23:36] : select id, app_store, app_name, app_url from app_info where scheduler_status='Active' and status='Active'
[2026-07-27 Mon 19:23:36] : App Info Result: 4
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : Batch ID: 2026-07-27 19:23:36#Google Play Store#AppInfoId_11#AppName_City Touch
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : Misc Test: 2026-07-27 19:23:36#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 19:23:36] : APP_VERSION
[2026-07-27 Mon 19:23:36] : 
[2026-07-27 Mon 19:23:36] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,2,'','2026-07-27 19:23:36#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:36] : 1
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : Misc Test: 2026-07-27 19:23:36#Google Play Store#AppInfoId_11#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 19:23:36] : APP_LAST_UPDATE
[2026-07-27 Mon 19:23:36] : 2026-07-22
[2026-07-27 Mon 19:23:36] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (11,5,'2026-07-22','2026-07-27 19:23:36#Google Play Store#AppInfoId_11#AppName_City Touch','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:36] : 1
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : Batch ID: 2026-07-27 19:23:36#Google Play Store#AppInfoId_12#AppName_City Corp
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : Misc Test: 2026-07-27 19:23:36#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 19:23:36] : APP_VERSION
[2026-07-27 Mon 19:23:36] : 
[2026-07-27 Mon 19:23:36] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,2,'','2026-07-27 19:23:36#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:36] : 1
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:36] : Misc Test: 2026-07-27 19:23:36#Google Play Store#AppInfoId_12#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 19:23:36] : APP_LAST_UPDATE
[2026-07-27 Mon 19:23:37] : 2025-11-12
[2026-07-27 Mon 19:23:37] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (12,5,'2025-11-12','2026-07-27 19:23:36#Google Play Store#AppInfoId_12#AppName_City Corp','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:37] : 1
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : Batch ID: 2026-07-27 19:23:36#Apple I Store#AppInfoId_16#AppName_City Touch
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : Misc Test: 2026-07-27 19:23:36#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 19:23:37] : APP_VERSION
[2026-07-27 Mon 19:23:37] : 
[2026-07-27 Mon 19:23:37] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,2,'','2026-07-27 19:23:36#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:37] : 1
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : Misc Test: 2026-07-27 19:23:36#Apple I Store#AppInfoId_16#AppName_City Touch --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 19:23:37] : APP_LAST_UPDATE
[2026-07-27 Mon 19:23:37] : --00
[2026-07-27 Mon 19:23:37] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (16,5,'--00','2026-07-27 19:23:36#Apple I Store#AppInfoId_16#AppName_City Touch','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:37] : 1
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<START App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : Batch ID: 2026-07-27 19:23:36#Apple I Store#AppInfoId_17#AppName_City Corp
[2026-07-27 Mon 19:23:37] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:37] : Misc Test: 2026-07-27 19:23:36#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_VERSION --> 2 --> get-app-info.php
[2026-07-27 Mon 19:23:37] : APP_VERSION
[2026-07-27 Mon 19:23:38] : 
[2026-07-27 Mon 19:23:38] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,2,'','2026-07-27 19:23:36#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:38] : 1
[2026-07-27 Mon 19:23:38] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:38] : <<<<<<<<<<<<<<<<<<<<START Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:38] : Misc Test: 2026-07-27 19:23:36#Apple I Store#AppInfoId_17#AppName_City Corp --> APP_LAST_UPDATE --> 5 --> get-app-info.php
[2026-07-27 Mon 19:23:38] : APP_LAST_UPDATE
[2026-07-27 Mon 19:23:38] : --00
[2026-07-27 Mon 19:23:38] : INSERT INTO app_info_status (app_info_id, status_code_id, status_value, batch_id, executed_date, executed_at_bd_time, executed_at_server_time, which_script) VALUES (17,5,'--00','2026-07-27 19:23:36#Apple I Store#AppInfoId_17#AppName_City Corp','2026-07-27','2026-07-27 19:23:36','2026-07-27 19:23:36','get-app-info.php')
[2026-07-27 Mon 19:23:38] : 1
[2026-07-27 Mon 19:23:38] : <<<<<<<<<<<<<<<<<<<<END Status Code wise Info Fetch>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:38] : <<<<<<<<<<<<<<<<<<<<END App Info Loop>>>>>>>>>>>>>>>>>>>>
[2026-07-27 Mon 19:23:38] : Connection closed
[2026-07-27 Mon 19:23:38] : ************************ END ***************************
[2026-07-27 Mon 19:23:44] : *********************** START Data Parsing Error Checker**************************
[2026-07-27 Mon 19:23:44] : SELECT ai.id, ai.app_name, ai.app_store, ai.app_org, sc.status_code, sc.status_code_desc, ais.status_value, ais.batch_id, 
ais.executed_at_bd_time AS timestamp_bd, ais.executed_at_server_time AS timestamp_server 
FROM app_info ai LEFT OUTER JOIN app_info_status ais ON ai.id=ais.`app_info_id` 
LEFT OUTER JOIN status_code sc ON ais.`status_code_id`=sc.`id` 
WHERE ais.`status`='Active' AND ais.`executed_date` = '2026-07-27'
ORDER BY ai.`app_store`, ai.`app_name`, sc.`status_code`, ais.`executed_at_bd_time` DESC
[2026-07-27 Mon 19:23:44] : Total Record Fetch: 40
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Corp -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Corp -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Touch -->Apple I Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->--00<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Touch -->Apple I Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Corp -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2025-11-12<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Corp -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Touch -->Google Play Store -->City Bank PLC -->APP_LAST_UPDATE -->App Last Update Date -->2026-07-22<br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 19:23:36 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 18:34:19 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:36:34 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 13:32:33 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : 2026-07-27 04:00:05 -->City Touch -->Google Play Store -->City Bank PLC -->APP_VERSION -->App Version --><br />
[2026-07-27 Mon 19:23:44] : Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Failed to connect to server Additional SMTP info: php_network_getaddresses: getaddrinfo failed: Name or service not known
[2026-07-27 Mon 19:23:44] : Connection closed
[2026-07-27 Mon 19:23:44] : ************************ END ***************************