DOI: 10.2174/97898150802301230201
eISBN: 978-981-5080-23-0,
2023
ISBN: 978-981-5080-24-7
ISSN: 2972-4147 (Print)
ISSN: 2972-4155 (Online)
1 x Booting (58.62%) | 142ms |
1 x Application (41.38%) | 100ms |
Backtrace |
|
INSERT INTO visitor_ip_address (ip_address,visitor_agent,visitor_count, created_on,updated_on) VALUES ('873355389','',1,1739847812,1739847812)
ON DUPLICATE KEY UPDATE visitor_count=visitor_count + 1, updated_on=1739847812
Backtrace |
|
INSERT INTO visitor_ip_address_detail (ip_address,visitor_url,visitor_count, created_on,updated_on) VALUES ('873355389','/order_ebook/3534',1,1739847812,1739847812)
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 >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) 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 >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) 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 >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) 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 >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) 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 >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) 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 >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_trail WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_corporate WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_issue_token WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_trail WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_corporate WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_article_token WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_trail WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_corporate WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_chapter_token WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) union (select `user_id`, `to_ip`, `from_ip` from (select user_id, to_ip, from_ip FROM user_access_disease_corporate WHERE to_ip >= 873355389 ORDER BY to_ip ASC LIMIT 1) as `tjv` where `from_ip` <= 873355389) 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` = '3534'
Bindings |
|
Backtrace |
|
select count(*) rcd from `ebook_volume` where `ebook_id` = 1172 and ebook_volume_id <> 3534 limit 1
Bindings |
|
Backtrace |
|
select count(*) as total_count from ebook_access
where content_type_id = 3534 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` = '3534' 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` = '3534' 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` = 1172 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` = 3534 and `b`.`banner_from_date` <= 1739847812 and `b`.`banner_to_date` >= 1739847812 and `b`.`banner_status` = 'A' order by `b`.`banner_id` desc
Bindings |
|
Backtrace |
|
select count(*) rcd from `ebook_volume` where `ebook_id` = 1172 and ebook_volume_id <> 3534 limit 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `uc_cart_products` where cart_id='b17a00952fc88c0afbe890b7076d8fc8'
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 => "wayfindertarget=eyJpdiI6IkVOU2VZU1FEaDluQ25HeUxRcHZjTXc9PSIsInZhbHVlIjoiUnJZT2NBQTJmSSs5RVJMNnJxa2hZdkUvcFdLcVdha0xMdVVHZmYydk9TVT0iLCJtYWMiOiJhMTU3ZTJhNzI4NTEyZWU3M2YxOTk0OWYxMzA0OGQ2NWQxMmU4NWNmZGQyNWEzN2ZlMTQzMDJjMDJiNjVmYTAxIiwidGFnIjoiIn0%3D; XSRF-TOKEN=eyJpdiI6Ik5BWW5vVHpOTGwwend5dWlTRkV3MGc9PSIsInZhbHVlIjoiVzFuNTJYa3NtQ0I3M0JOMjFaTWxFcmdQY2pNNzY5Q09WakRYK0c5ZkFnMDhpaXhtNjlWNXZGZTV5ZDR2dzJNZTllYkkzVTVjbkpaZ0FmbEZncUZzQ1VYKzdRSVdpTXRUUEtFeWZmZkg2SE04aTgzS2ZEOXpPZnVuOVYzMUw3VmQiLCJtYWMiOiIxYjMwMTk2OGUzNDNkNGJlNzMzOWM3ZTFmMWZiOTcyNjIyM2EzMzU4M2QyYmZiYTgwNjljNjYyNWExMmIzMWNlIiwidGFnIjoiIn0%3D; alphaeurekaselectnet_session=eyJpdiI6IjIzdUllYThEZm12SUxoVERiN0YwZ2c9PSIsInZhbHVlIjoiYjlWaDZGL1JIcU1JK3hpVVZxUEllMFlGRWpkdVdhQjFUZ0V2dmFxbVBRQ1BZcGRMUEc5dW9xVmE3dWtQZ1pqUzFPVnh6YzFjb0lFWkt4NXdOK1o2S2RVT1Eva293YWZlakVqRS9xdjFUV2kzWHhvQjlxY0U5ZXlZR0tWbWpRd0YiLCJtYWMiOiIyODhkZTZmNDNmZTY1NWI2N2U3N2UxMTJhMTBiNzc1Yzg2YzFhM2M5ZTc0NTkzZDJkM2FmZjUyYjBhNTc3NzhjIiwidGFnIjoiIn0%3D ◀wayfindertarget=eyJpdiI6IkVOU2VZU1FEaDluQ25HeUxRcHZjTXc9PSIsInZhbHVlIjoiUnJZT2NBQTJmSSs5RVJMNnJxa2hZdkUvcFdLcVdha0xMdVVHZmYydk9TVT0iLCJtYWMiOiJhMTU3ZTJhNzI4NTEy ▶" ] "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:3 [▼ "wayfindertarget" => null "XSRF-TOKEN" => "aOeGTEe8KCtQFbTHhc7xKoapaZ20jQbnj2o87vIE" "alphaeurekaselectnet_session" => "zNibVHB2WiCdf4L0SV4sZkVt5vOfI8vmtYNnRgrS" ]
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:03:32 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IndOWFVmY0VmMjNMVVBTVVFkcGh5UWc9PSIsInZhbHVlIjoiZ1QvMjQrcVMrMFhzNTZMNjV3SXEwcUQrUEhSQ1ROZ3RxN2xWUXl1bkxZQ2xsNUI5dUdsdVhPUFdrcXVRNWF3M2JzbGg3a25Eb0JkKzRlVDNHTGNNMHhhdGN0T3RxT0x6enNsZ2hsdStldE5heWpibitXb05DMjdtSlc5eFVNQXUiLCJtYWMiOiI2NWI3YTE5ODA3MmVkYjBlNGY0NjYzMzQ0MTkyYWU5NzY2YjM3YTgwMjNiODUyMjc2N2Y2N2U1MmZiM2RlNGE0IiwidGFnIjoiIn0%3D; expires=Thu, 20 Feb 2025 15:03:32 GMT; Max-Age=216000; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IndOWFVmY0VmMjNMVVBTVVFkcGh5UWc9PSIsInZhbHVlIjoiZ1QvMjQrcVMrMFhzNTZMNjV3SXEwcUQrUEhSQ1ROZ3RxN2xWUXl1bkxZQ2xsNUI5dUdsdVhPUFdrcXVRNWF3M2JzbGg3a ▶" 1 => "alphaeurekaselectnet_session=eyJpdiI6IkJaeCtZQXl4U1BRSEdVcy8rc3JPL2c9PSIsInZhbHVlIjoibDZtYmxubWlCV01URjFDOFd2eHdvZ2EwZnN6dnRkSmI3ZFB2eUpmQkFPNFFaaGI4SlpPQ25QYmdmeTFoY0dwdHN6WFZvTmZLT09SbzkzaHkzQmtyWGdMMXZRY3hpN1BacDdVVTF2dDgyS2ZYMWViV05Yci9BWTJ4M3g4OGVUeUQiLCJtYWMiOiJmMWMwZWZjMjkxOTY5ZGQxNzU4NWRiYmI1Mjc3ZGRhMWI4YWZiOTUwMDg4NTZmMzZkNzdjYzM0ZGZkZTBhMjc0IiwidGFnIjoiIn0%3D; path=/; secure; httponly; samesite=lax ◀alphaeurekaselectnet_session=eyJpdiI6IkJaeCtZQXl4U1BRSEdVcy8rc3JPL2c9PSIsInZhbHVlIjoibDZtYmxubWlCV01URjFDOFd2eHdvZ2EwZnN6dnRkSmI3ZFB2eUpmQkFPNFFaaGI4SlpPQ25QYmd ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IndOWFVmY0VmMjNMVVBTVVFkcGh5UWc9PSIsInZhbHVlIjoiZ1QvMjQrcVMrMFhzNTZMNjV3SXEwcUQrUEhSQ1ROZ3RxN2xWUXl1bkxZQ2xsNUI5dUdsdVhPUFdrcXVRNWF3M2JzbGg3a25Eb0JkKzRlVDNHTGNNMHhhdGN0T3RxT0x6enNsZ2hsdStldE5heWpibitXb05DMjdtSlc5eFVNQXUiLCJtYWMiOiI2NWI3YTE5ODA3MmVkYjBlNGY0NjYzMzQ0MTkyYWU5NzY2YjM3YTgwMjNiODUyMjc2N2Y2N2U1MmZiM2RlNGE0IiwidGFnIjoiIn0%3D; expires=Thu, 20-Feb-2025 15:03:32 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IndOWFVmY0VmMjNMVVBTVVFkcGh5UWc9PSIsInZhbHVlIjoiZ1QvMjQrcVMrMFhzNTZMNjV3SXEwcUQrUEhSQ1ROZ3RxN2xWUXl1bkxZQ2xsNUI5dUdsdVhPUFdrcXVRNWF3M2JzbGg3a ▶" 1 => "alphaeurekaselectnet_session=eyJpdiI6IkJaeCtZQXl4U1BRSEdVcy8rc3JPL2c9PSIsInZhbHVlIjoibDZtYmxubWlCV01URjFDOFd2eHdvZ2EwZnN6dnRkSmI3ZFB2eUpmQkFPNFFaaGI4SlpPQ25QYmdmeTFoY0dwdHN6WFZvTmZLT09SbzkzaHkzQmtyWGdMMXZRY3hpN1BacDdVVTF2dDgyS2ZYMWViV05Yci9BWTJ4M3g4OGVUeUQiLCJtYWMiOiJmMWMwZWZjMjkxOTY5ZGQxNzU4NWRiYmI1Mjc3ZGRhMWI4YWZiOTUwMDg4NTZmMzZkNzdjYzM0ZGZkZTBhMjc0IiwidGFnIjoiIn0%3D; path=/; secure; httponly ◀alphaeurekaselectnet_session=eyJpdiI6IkJaeCtZQXl4U1BRSEdVcy8rc3JPL2c9PSIsInZhbHVlIjoibDZtYmxubWlCV01URjFDOFd2eHdvZ2EwZnN6dnRkSmI3ZFB2eUpmQkFPNFFaaGI4SlpPQ25QYmd ▶" ] ]
0 of 0array:5 [▼ "_token" => "aOeGTEe8KCtQFbTHhc7xKoapaZ20jQbnj2o87vIE" "uc_cart_id" => "b17a00952fc88c0afbe890b7076d8fc8" "_previous" => array:1 [▶ "url" => "https://alpha.eurekaselect.com/order_ebook/3534" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]