Military Children Reportedly Barred From Library Books In 'Orwellian' Book Purges
Mar 18, 2025
Please verify email to be able to be able to discuss & post.
Customize your news, discuss and connect with friends.
To add this website to your home screen:
1. Tap
2. Select 'Add to Home screen' or 'Install app'.
3. Follow the on-scrren instructions.
Please verify to start the tutorial, many features require a verified profile in order to meet, discuss, & customize your news.
1 x Application (96.38%) | 1.31s |
1 x Booting (3.62%) | 49.16ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 |
|
29 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 |
|
29 |
|
select * from `users` where `email` = 'dashboard@gmail.com' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `category_id`, `user_id`, `title`, `title_for_search`, `description`, `status`, `comment_access`, `author_name`, `url`, `created_at`, `seen`, `discussion_count` from `feeds` where `id` = '4517467' and `status` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `likes` where `likes`.`feed_id` = 4517467 and `like` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `likes` where `likes`.`feed_id` = 4517467 and `like` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `agrees` where `agrees`.`feed_id` = 4517467 and `agree` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `agrees` where `agrees`.`feed_id` = 4517467 and `agree` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `comments` where `feed_id` = 4517467
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `comments` where `feed_id` = 4517467 order by `created_at` desc limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `categories` where `name` = 'Local' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `categories` where `parent_id` = 10
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'feeds' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `categories` where `name` like '%Local%' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `user_id`, `category_id`, `created_at`, `title`, `description`, `url`, `status`, (select count(*) from `comments` where `feeds`.`id` = `comments`.`feed_id` and `parent_id` is null) as `comments_count` from `feeds` where `created_at` >= '2025-03-19 05:34:59' and `category_id` != 10 and `status` = 1 having `comments_count` > 0 order by `comments_count` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `created_at` >= '2025-03-19 05:34:59' and `status` = 1 order by RAND() limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'feeds' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `categories` where `name` like '%Local%' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `user_id`, `category_id`, `created_at`, `title`, `description`, `url`, `status`, (select count(*) from `comments` where `feeds`.`id` = `comments`.`feed_id` and `parent_id` is null) as `comments_count` from `feeds` where `created_at` >= '2025-03-19 05:34:59' and `category_id` != 10 and `status` = 1 having `comments_count` > 0 order by `comments_count` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `created_at` >= '2025-03-19 05:34:59' and `status` = 1 order by RAND() limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 2 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 3 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 4 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 6 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 7 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `keyword` from `keywords` where `user_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from `search_keywords` where `user_id` is null limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc, `name` asc
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'feeds' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `categories` where `name` like '%Local%' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `user_id`, `category_id`, `created_at`, `title`, `description`, `url`, `status`, (select count(*) from `comments` where `feeds`.`id` = `comments`.`feed_id` and `parent_id` is null) as `comments_count` from `feeds` where `created_at` >= '2025-03-19 05:34:59' and `category_id` != 10 and `status` = 1 having `comments_count` > 0 order by `comments_count` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `created_at` >= '2025-03-19 05:34:59' and `status` = 1 order by RAND() limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 155 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `type`, `company_name`, `first_name`, `last_name`, `custom_display_name` from `users` where `users`.`id` = 155 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `type`, `company_name`, `first_name`, `last_name`, `custom_display_name` from `users` where `users`.`id` = 155 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'feeds' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `categories` where `name` like '%Local%' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `user_id`, `category_id`, `created_at`, `title`, `description`, `url`, `status`, (select count(*) from `comments` where `feeds`.`id` = `comments`.`feed_id` and `parent_id` is null) as `comments_count` from `feeds` where `created_at` >= '2025-03-19 05:35:00' and `category_id` != 10 and `status` = 1 having `comments_count` > 0 order by `comments_count` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `created_at` >= '2025-03-19 05:35:00' and `status` = 1 order by RAND() limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 2 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 3 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 4 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 6 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `category_id` = 7 and `status` = 1 order by `created_at` desc limit 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `search_keywords` where `user_id` is null limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `feed_flags` where `user_id` is null and `feed_id` = '4517467' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'categories' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc
Metadata | |
---|---|
Backtrace |
|
select * from information_schema.tables where table_schema = 'peer2peernews_db21' and table_name = 'feeds' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `categories` where `name` like '%Local%' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `user_id`, `category_id`, `created_at`, `title`, `description`, `url`, `status`, (select count(*) from `comments` where `feeds`.`id` = `comments`.`feed_id` and `parent_id` is null) as `comments_count` from `feeds` where `created_at` >= '2025-03-19 05:35:00' and `category_id` != 10 and `status` = 1 having `comments_count` > 0 order by `comments_count` desc limit 6
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `feeds` where `created_at` >= '2025-03-19 05:35:00' and `status` = 1 order by RAND() limit 5
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `keyword` from `keywords` where `user_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from `search_keywords` where `user_id` is null limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `feed_flags` where `user_id` is null and `feed_id` = '4517467' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` is not null order by `name` asc
Metadata | |
---|---|
Backtrace |
|
200
[]
[]
0 of 0array:23 [▼ "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImFzSEVxeVVXQmNNU0dQYk5UQjJ5dUE9PSIsInZhbHVlIjoiMUhhSGJiWjJlZytMMWxxdm9BUUgzZnVlbEZFVmR0Uzhmckx5R3NMZmpmWUdVbUNEYjJHdkZvT3NQNkdQRHFQSWxXL1J4T0U2QnVEbzk1WmRQYWxDcHVDeFplNXhqMHYyVzFIZGlxMCttU2JUdUt6STBSc25YMHBhYXZpRGRGeFciLCJtYWMiOiJjMjBmZjc2ODI4ZTRhNWU0OWE3NjQ3OTJhZTQ5MGY5NzExMGQwYjA5Mzk0MzE1YTM0OWRlYmQ4ZjZhYjIzMWE1IiwidGFnIjoiIn0%3D; peer2peer_session=eyJpdiI6IlFxL0t0amVaSlZ2cldPVmNPTXk4K1E9PSIsInZhbHVlIjoiZktJaytiMjdhcS9SbXRKa0RaME1lV1hkVUFWWjJPbzJsRmZ2QWVZVUxQeTRrcHZST3gwSHNaTVVqanNWZVc3ZzZDc2d1cG8xYzY3cm1UMDJ2ZThLOUM1Q0RSckpBb0dpbUtZNHBjeUZPR3RsVnN1S1pTRS91L2VieDZZRlZFdG8iLCJtYWMiOiIyNzM5N2Q1MDg3ZWRiODI2M2Q5NDc2OTM5Njk0OWEzOWQ1MGY5MTExZjA4YjZjNWZlMDJjMDYyNjE4MzE5ZjcwIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6ImFzSEVxeVVXQmNNU0dQYk5UQjJ5dUE9PSIsInZhbHVlIjoiMUhhSGJiWjJlZytMMWxxdm9BUUgzZnVlbEZFVmR0Uzhmckx5R3NMZmpmWUdVbUNEYjJHdkZvT3NQNkdQRHFQSWxXL1J4T ▶" ] "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" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "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" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.136.37.52" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "x-forwarded-for" => array:1 [▶ 0 => "3.136.37.52" ] "cf-ray" => array:1 [▶ 0 => "92353f2facb7630c-ORD" ] "host" => array:1 [▶ 0 => "peer2peernews.com" ] ]
0 of 0array:53 [▼ "TEMP" => "/home/peer2peernews/tmp" "TMPDIR" => "/home/peer2peernews/tmp" "TMP" => "/home/peer2peernews/tmp" "PATH" => "/usr/local/bin:/usr/bin:/bin" "USER" => "peer2peernews" "HOME" => "/home/peer2peernews" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6ImFzSEVxeVVXQmNNU0dQYk5UQjJ5dUE9PSIsInZhbHVlIjoiMUhhSGJiWjJlZytMMWxxdm9BUUgzZnVlbEZFVmR0Uzhmckx5R3NMZmpmWUdVbUNEYjJHdkZvT3NQNkdQRHFQSWxXL1J4T0U2QnVEbzk1WmRQYWxDcHVDeFplNXhqMHYyVzFIZGlxMCttU2JUdUt6STBSc25YMHBhYXZpRGRGeFciLCJtYWMiOiJjMjBmZjc2ODI4ZTRhNWU0OWE3NjQ3OTJhZTQ5MGY5NzExMGQwYjA5Mzk0MzE1YTM0OWRlYmQ4ZjZhYjIzMWE1IiwidGFnIjoiIn0%3D; peer2peer_session=eyJpdiI6IlFxL0t0amVaSlZ2cldPVmNPTXk4K1E9PSIsInZhbHVlIjoiZktJaytiMjdhcS9SbXRKa0RaME1lV1hkVUFWWjJPbzJsRmZ2QWVZVUxQeTRrcHZST3gwSHNaTVVqanNWZVc3ZzZDc2d1cG8xYzY3cm1UMDJ2ZThLOUM1Q0RSckpBb0dpbUtZNHBjeUZPR3RsVnN1S1pTRS91L2VieDZZRlZFdG8iLCJtYWMiOiIyNzM5N2Q1MDg3ZWRiODI2M2Q5NDc2OTM5Njk0OWEzOWQ1MGY5MTExZjA4YjZjNWZlMDJjMDYyNjE4MzE5ZjcwIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6ImFzSEVxeVVXQmNNU0dQYk5UQjJ5dUE9PSIsInZhbHVlIjoiMUhhSGJiWjJlZytMMWxxdm9BUUgzZnVlbEZFVmR0Uzhmckx5R3NMZmpmWUdVbUNEYjJHdkZvT3NQNkdQRHFQSWxXL1J4T ▶" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_ACCEPT" => "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" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_CF_CONNECTING_IP" => "3.136.37.52" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_X_FORWARDED_FOR" => "3.136.37.52" "HTTP_CF_RAY" => "92353f2facb7630c-ORD" "HTTP_HOST" => "peer2peernews.com" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "peer2peernews.com" "SERVER_PORT" => "443" "SERVER_ADDR" => "172.26.10.104" "REMOTE_PORT" => "" "REMOTE_ADDR" => "3.136.37.52" "SERVER_SOFTWARE" => "nginx/1.25.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/2.0" "DOCUMENT_ROOT" => "/home/peer2peernews/web/peer2peernews.com/public_html/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/feed/4517467" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/home/peer2peernews/web/peer2peernews.com/public_html/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742474099.1617 "REQUEST_TIME" => 1742474099 ]
0 of 0array:2 [▼ "XSRF-TOKEN" => "0z05JotwWzdPe0oiL7XVCqea4ihFpLR64O5Rk1AU" "peer2peer_session" => "kVy8MzAV5zi9hnZejUu29opyaiQiBp0xFx9BRvcK" ]
0 of 0array:6 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Thu, 20 Mar 2025 12:34:59 GMT" ] "x-frame-options" => array:1 [▶ 0 => "SAMEORIGIN" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlZIVVZGeDgrSndDNGlPakRFOHRaOVE9PSIsInZhbHVlIjoiUDFEQ2FVaEY0VkJOYWY1RE0xQXg0TGNFd3l6YlVSTklaNkZPN1JNYmkzTERsTmVKV1orbG03SnRHaFFFckdqM3ZISDM2WTcxdjZsWVZudVk3UjVtSmhyT0V3SlhzMy9CQmU1OFYzZUxaM1owR2VDQUdOWGxzSEZuV0ZIWWJoRUkiLCJtYWMiOiI3YjY1MjRhYWY2YWUxYjJkMTRlY2MyNzVkYzA1ZGI0OTc4ZDA2YjgxY2NjYTA2MDc3ZDA4NTBlN2Q5Nzc0ZDkxIiwidGFnIjoiIn0%3D; expires=Fri, 21-Mar-2025 12:35:00 GMT; Max-Age=86400; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IlZIVVZGeDgrSndDNGlPakRFOHRaOVE9PSIsInZhbHVlIjoiUDFEQ2FVaEY0VkJOYWY1RE0xQXg0TGNFd3l6YlVSTklaNkZPN1JNYmkzTERsTmVKV1orbG03SnRHaFFFckdqM3ZISDM2W ▶" 1 => "peer2peer_session=eyJpdiI6InlucVJteTRYMytzU0U2UHNCOHBYWGc9PSIsInZhbHVlIjoiOHorVE5USERBTDBodjMvcWpOLzFvT2d4SmJXc0NoRGxwcCtUOEpLWXQ5Q1NIVGp4ZmZlalNxYjQzdGEyTEU0V2FRZU1qYUxtR1U2ZjA3TUtSeW9UbTJ0TFE1cmJkVGhoM1NDUGRuS3NUR2F5bkpPQlh0SE1welNZckJIWWFaS3YiLCJtYWMiOiIzZWI5MDVhNjZjNTdhNDI1YzcyMTliMGM3NTZmNzUzYmNhMjI1YTA2ODMzNGQyZGI2ZTZkMGVhOTBiMWM5Mjg3IiwidGFnIjoiIn0%3D; expires=Fri, 21-Mar-2025 12:35:00 GMT; Max-Age=86400; path=/; httponly; samesite=lax ◀peer2peer_session=eyJpdiI6InlucVJteTRYMytzU0U2UHNCOHBYWGc9PSIsInZhbHVlIjoiOHorVE5USERBTDBodjMvcWpOLzFvT2d4SmJXc0NoRGxwcCtUOEpLWXQ5Q1NIVGp4ZmZlalNxYjQzdGEyTEU0V2 ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlZIVVZGeDgrSndDNGlPakRFOHRaOVE9PSIsInZhbHVlIjoiUDFEQ2FVaEY0VkJOYWY1RE0xQXg0TGNFd3l6YlVSTklaNkZPN1JNYmkzTERsTmVKV1orbG03SnRHaFFFckdqM3ZISDM2WTcxdjZsWVZudVk3UjVtSmhyT0V3SlhzMy9CQmU1OFYzZUxaM1owR2VDQUdOWGxzSEZuV0ZIWWJoRUkiLCJtYWMiOiI3YjY1MjRhYWY2YWUxYjJkMTRlY2MyNzVkYzA1ZGI0OTc4ZDA2YjgxY2NjYTA2MDc3ZDA4NTBlN2Q5Nzc0ZDkxIiwidGFnIjoiIn0%3D; expires=Fri, 21-Mar-2025 12:35:00 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlZIVVZGeDgrSndDNGlPakRFOHRaOVE9PSIsInZhbHVlIjoiUDFEQ2FVaEY0VkJOYWY1RE0xQXg0TGNFd3l6YlVSTklaNkZPN1JNYmkzTERsTmVKV1orbG03SnRHaFFFckdqM3ZISDM2W ▶" 1 => "peer2peer_session=eyJpdiI6InlucVJteTRYMytzU0U2UHNCOHBYWGc9PSIsInZhbHVlIjoiOHorVE5USERBTDBodjMvcWpOLzFvT2d4SmJXc0NoRGxwcCtUOEpLWXQ5Q1NIVGp4ZmZlalNxYjQzdGEyTEU0V2FRZU1qYUxtR1U2ZjA3TUtSeW9UbTJ0TFE1cmJkVGhoM1NDUGRuS3NUR2F5bkpPQlh0SE1welNZckJIWWFaS3YiLCJtYWMiOiIzZWI5MDVhNjZjNTdhNDI1YzcyMTliMGM3NTZmNzUzYmNhMjI1YTA2ODMzNGQyZGI2ZTZkMGVhOTBiMWM5Mjg3IiwidGFnIjoiIn0%3D; expires=Fri, 21-Mar-2025 12:35:00 GMT; path=/; httponly ◀peer2peer_session=eyJpdiI6InlucVJteTRYMytzU0U2UHNCOHBYWGc9PSIsInZhbHVlIjoiOHorVE5USERBTDBodjMvcWpOLzFvT2d4SmJXc0NoRGxwcCtUOEpLWXQ5Q1NIVGp4ZmZlalNxYjQzdGEyTEU0V2 ▶" ] ]
0 of 0array:5 [▼ "_token" => "0z05JotwWzdPe0oiL7XVCqea4ihFpLR64O5Rk1AU" "flasher::envelopes" => [] "_previous" => array:1 [▶ "url" => "https://peer2peernews.com/feed/4517467" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]