DOI: 10.2174/97898114858001210101
eISBN: 978-981-14-8580-0,
2021
ISBN: 978-981-14-8578-7
1 x Booting (50.86%) | 92.50ms |
1 x Application (49.13%) | 89.35ms |
Backtrace |
|
INSERT INTO visitor_ip_address (ip_address,visitor_agent,visitor_count, created_on,updated_on) VALUES ('58841643','',1,1739848237,1739848237)
ON DUPLICATE KEY UPDATE visitor_count=visitor_count + 1, updated_on=1739848237
Backtrace |
|
INSERT INTO visitor_ip_address_detail (ip_address,visitor_url,visitor_count, created_on,updated_on) VALUES ('58841643','/order_ebook/2831',1,1739848237,1739848237)
Backtrace |
|
(select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_journal_volume_trail WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_journal_volume_corporate WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_journal_volume_token WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_ebook_volume_trail WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_ebook_volume_corporate WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_ebook_volume_token WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_trail WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_corporate WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_token WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_trail WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_corporate WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_token WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_trail WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_corporate WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_token WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_disease_corporate WHERE to_ip >= 58841643 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 58841643) limit 1
Bindings |
|
Backtrace |
|
select `year`, `id` from `year` order by `year` asc
Backtrace |
|
select `e`.*, `a`.*, `y`.`year`, `e`.`ebook_volume_id` as `ebook_volume_id`, `a`.`ebook_volume_id` as `ebk_vol_id`, `e`.`ebook_id` as `ebk_ebook_id` from `ebook_volume` as `e` left join `author` as `a` on `e`.`ebook_volume_id` = `a`.`ebook_volume_id` left join `year` as `y` on `y`.`id` = `e`.`year_id` where `e`.`ebook_volume_id` = '2831'
Bindings |
|
Backtrace |
|
select count(*) rcd from `ebook_volume` where `ebook_id` = 789 and ebook_volume_id <> 2831 limit 1
Bindings |
|
Backtrace |
|
select count(*) as total_count from ebook_access
where content_type_id = 2831 and content_type = 'v'
and
(
(from_date <= CURDATE() and to_date >= CURDATE() and perpetual= 0) or
(from_date is null and to_date is null and perpetual= 1)
)
Backtrace |
|
select count(*) as aggregate from (select `chapter`.*, group_concat(a.first_name,' ',a.last_name) as author_name from `chapter` left join `author` as `a` on `a`.`chapter_id` = `chapter`.`chapter_id` where `chapter`.`ebook_volume_id` = '2831' and `chapter`.`is_uploaded` = 1 group by `chapter`.`chapter_id`) as `aggregate_table`
Bindings |
|
Backtrace |
|
select `chapter`.*, group_concat(a.first_name,' ',a.last_name) as author_name from `chapter` left join `author` as `a` on `a`.`chapter_id` = `chapter`.`chapter_id` where `chapter`.`ebook_volume_id` = '2831' and `chapter`.`is_uploaded` = 1 group by `chapter`.`chapter_id` order by `chapter`.`created` desc limit 10 offset 0
Bindings |
|
Backtrace |
|
select * from `ebook` where `ebook_id` = 789 limit 1
Bindings |
|
Backtrace |
|
select * from `country`
Backtrace |
|
select b.banner_link, b.banner_name, b.banner_script, b.banner_remarks, b.banner_file_name, b.banner_placement, bd.content_type, bd.content_id from `tbl_banner` as `b` inner join `tbl_banner_detail` as `bd` on `bd`.`banner_id` = `b`.`banner_id` inner join `users` as `u` on `u`.`id` = `b`.`updated_by` where `b`.`banner_ebook` = 1 and `bd`.`content_type` = 'B' and `bd`.`content_id` = 2831 and `b`.`banner_from_date` <= 1739848237 and `b`.`banner_to_date` >= 1739848237 and `b`.`banner_status` = 'A' order by `b`.`banner_id` desc
Bindings |
|
Backtrace |
|
select count(*) rcd from `ebook_volume` where `ebook_id` = 789 and ebook_volume_id <> 2831 limit 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `uc_cart_products` where cart_id='175ad5c81d19dfd2f7ab91aec5f5cb18'
Backtrace |
|
200
[]
[]
0 of 0array:17 [▼ "x-https" => array:1 [▶ 0 => "1" ] "host" => array:1 [▶ 0 => "alpha.eurekaselect.com" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cookie" => array:1 [▶ 0 => "_ga=GA1.1.1298169576.1739848225; _ga_9F3B5VV3T3=GS1.1.1739848225.1.1.1739848225.60.0.0; fpestid=wUJd_32cVYYQj2z2DZL3N9bK79pL6neE9YkzGFt_RYAoUPzPxRH0fvQs4H0E8ZzIp2ayeQ; wayfindertarget=eyJpdiI6ImQ0SWVQU0N1ZEM4WFFwSkNzd3V6NXc9PSIsInZhbHVlIjoicmRzdGtZQ1ZCMnVJczFEaTdlWTNyc05KSDNoOVJZV0dCMXF5RUY1MS9MV3RkZ3JPdmVVVlcvRmNWT3UyNUQ4SyIsIm1hYyI6ImJjMDU0MGJmZTE3Njg4NzFhYjM3YTVhY2JmYmI3YzlkMDhmZGYwOGIzMTRhMGQ4ZjJkYTk3NWM0MTQ1NzRhNjUiLCJ0YWciOiIifQ%3D%3D; XSRF-TOKEN=eyJpdiI6ImtaYlh1aTM2OG9hSUVuaThpSml6L0E9PSIsInZhbHVlIjoicVpvb2t5VkpqQ0FsTEVwNDhQVE9sNmFRRTNpRmJUZjM4eE9Sei9BWW45bUl3Yk1IU2haRHdXT29hVEtaTFJ6YnVqa1p2WnRnK3A3bVBjRWdHeG42OW5WMWFJcnp5RUc0cVZqcE1UMlNlODRtMUtUaWRNeUNWMW9mS0pBR0R3NTAiLCJtYWMiOiJiMDQwZTdhMDQ1OTU0NTNjZmJlMWJkN2MwMjMxNzEzYjMwOTE0MmY2OThmZjM2YThmODllMzIzMzg1NmZhMDU1IiwidGFnIjoiIn0%3D; alphaeurekaselectnet_session=eyJpdiI6Ik11NDkxeFllVjFRQUlkMkVBeStjd3c9PSIsInZhbHVlIjoiYVUyRStvZWZWMmgyM2xrV0Z0YnVqdlNoWC8rVmNEVmtvVkQ2WG5aeXI3TU5nMUp0TUVGcEtXZ3B3MUNSaDltalB4TUJQRkFjbkp6ajcvVTBxU0lySjhhMGwrc0d1dlRLbWVwZUdTMm5tY3ltRUlVaG93N3kyMkVFZjdIS2FSYmEiLCJtYWMiOiI1MzMyNGYxYjhiZDc0ZmRmZWRjMDFhYmU0M2RhOTU1ZDZkZTQyMjdiNzRiNzZhMjJjNmIzYmMzOGU4ZTJhOGU5IiwidGFnIjoiIn0%3D ◀_ga=GA1.1.1298169576.1739848225; _ga_9F3B5VV3T3=GS1.1.1739848225.1.1.1739848225.60.0.0; fpestid=wUJd_32cVYYQj2z2DZL3N9bK79pL6neE9YkzGFt_RYAoUPzPxRH0fvQs4H0E8ZzI ▶" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] ]
0 of 0array:6 [▼ "_ga" => null "_ga_9F3B5VV3T3" => null "fpestid" => null "wayfindertarget" => null "XSRF-TOKEN" => "6uDg2MP5jh8PwUeKNbK9zvGaxTwU4bAwwvcBQgmr" "alphaeurekaselectnet_session" => "g8LvclSQ3hMFdgCz8n5ZDSp8V6ic72lCxjhmmb5C" ]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 18 Feb 2025 03:10:37 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkJwSzRLaEhLN3RwOXZQQk1Sbk5yUmc9PSIsInZhbHVlIjoiQjdiamROSk80bUJKdVdETHArWG5YYjNBRFVzSHRqUkRHVTRGeTgySUxaMWdRbVBEU0l2Z0lIUUs4cUp2L3N0QzBUTXp0MGlkNHYwU0YwT004QXJKalZ3T3RLQSt1R1lEZGJKMGZ6dW5POCtlOFp3dTYxNWRCSlFtNWNQNFYvVkgiLCJtYWMiOiJiYmU5ODVjYjY0NDkyZGJkNzA0NTM4NTVjNzU5NTRiNGE3YWE1YTVkNzliNjI1MzliMmVmN2Y3MWQyY2IzY2Q2IiwidGFnIjoiIn0%3D; expires=Thu, 20 Feb 2025 15:10:37 GMT; Max-Age=216000; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkJwSzRLaEhLN3RwOXZQQk1Sbk5yUmc9PSIsInZhbHVlIjoiQjdiamROSk80bUJKdVdETHArWG5YYjNBRFVzSHRqUkRHVTRGeTgySUxaMWdRbVBEU0l2Z0lIUUs4cUp2L3N0QzBUTXp0M ▶" 1 => "alphaeurekaselectnet_session=eyJpdiI6IlIrcGhONjRzdzZQbG5uTkV5MUY2eWc9PSIsInZhbHVlIjoiWThHZTB1bnFLRjFPc3dSQXJlR2VPaG1ndVBXWmM5RGk3Skk5SkJteUZuU2sxOU9CZnE3d3RWd0x6eVNQM0U3b0VGM0hlQ1hQTEhKbDFBTjEwbXpxaTB5R2l3eTlFV3k1ZHpNV2c3TmIzVlNuM1lkbG9xKzNobEw3ak5CQ3BkcjciLCJtYWMiOiIxZGRkNTk0ZmU5OGVjM2EzYmQ4ODhkZmFlMGI4ZGU0NGU3OTNjNGFkNDJkNWViZGQ1MGRhZTkxMWM2OTFkMTg3IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax ◀alphaeurekaselectnet_session=eyJpdiI6IlIrcGhONjRzdzZQbG5uTkV5MUY2eWc9PSIsInZhbHVlIjoiWThHZTB1bnFLRjFPc3dSQXJlR2VPaG1ndVBXWmM5RGk3Skk5SkJteUZuU2sxOU9CZnE3d3RWd0x ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkJwSzRLaEhLN3RwOXZQQk1Sbk5yUmc9PSIsInZhbHVlIjoiQjdiamROSk80bUJKdVdETHArWG5YYjNBRFVzSHRqUkRHVTRGeTgySUxaMWdRbVBEU0l2Z0lIUUs4cUp2L3N0QzBUTXp0MGlkNHYwU0YwT004QXJKalZ3T3RLQSt1R1lEZGJKMGZ6dW5POCtlOFp3dTYxNWRCSlFtNWNQNFYvVkgiLCJtYWMiOiJiYmU5ODVjYjY0NDkyZGJkNzA0NTM4NTVjNzU5NTRiNGE3YWE1YTVkNzliNjI1MzliMmVmN2Y3MWQyY2IzY2Q2IiwidGFnIjoiIn0%3D; expires=Thu, 20-Feb-2025 15:10:37 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IkJwSzRLaEhLN3RwOXZQQk1Sbk5yUmc9PSIsInZhbHVlIjoiQjdiamROSk80bUJKdVdETHArWG5YYjNBRFVzSHRqUkRHVTRGeTgySUxaMWdRbVBEU0l2Z0lIUUs4cUp2L3N0QzBUTXp0M ▶" 1 => "alphaeurekaselectnet_session=eyJpdiI6IlIrcGhONjRzdzZQbG5uTkV5MUY2eWc9PSIsInZhbHVlIjoiWThHZTB1bnFLRjFPc3dSQXJlR2VPaG1ndVBXWmM5RGk3Skk5SkJteUZuU2sxOU9CZnE3d3RWd0x6eVNQM0U3b0VGM0hlQ1hQTEhKbDFBTjEwbXpxaTB5R2l3eTlFV3k1ZHpNV2c3TmIzVlNuM1lkbG9xKzNobEw3ak5CQ3BkcjciLCJtYWMiOiIxZGRkNTk0ZmU5OGVjM2EzYmQ4ODhkZmFlMGI4ZGU0NGU3OTNjNGFkNDJkNWViZGQ1MGRhZTkxMWM2OTFkMTg3IiwidGFnIjoiIn0%3D; path=/; secure; httponly ◀alphaeurekaselectnet_session=eyJpdiI6IlIrcGhONjRzdzZQbG5uTkV5MUY2eWc9PSIsInZhbHVlIjoiWThHZTB1bnFLRjFPc3dSQXJlR2VPaG1ndVBXWmM5RGk3Skk5SkJteUZuU2sxOU9CZnE3d3RWd0x ▶" ] ]
0 of 0array:5 [▼ "_token" => "6uDg2MP5jh8PwUeKNbK9zvGaxTwU4bAwwvcBQgmr" "uc_cart_id" => "175ad5c81d19dfd2f7ab91aec5f5cb18" "_previous" => array:1 [▶ "url" => "https://alpha.eurekaselect.com/order_ebook/2831" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]