uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
facebook.codeskitter.site
/
xhr
/
get_next_reel_video.php
/
/
<?php if ($f == 'get_next_reel_video') { $wo['config']['second_post_button'] = 'disabled'; $videos = []; $html = ''; $postsData = array( 'limit' => 3, 'filter_by' => 'local_video', 'order' => 'rand', 'is_reel' => 'only', ); $reelOwnerName = ''; if (!empty($_GET['reels_user'])) { $reelOwnerName = Wo_Secure($_GET['reels_user']); $reelOwnerId = Wo_UserIdFromUsername(Wo_Secure($_GET['reels_user'])); $postsData['publisher_id'] = $reelOwnerId; } if (!empty($wo['watched_reels']) && is_array($wo['watched_reels'])) { // if (in_array($_GET['post_id'], $wo['watched_reels']) && $_GET['post_id'] !== end($wo['watched_reels'])) { // $index = array_search($_GET['post_id'], $wo['watched_reels']); // $videos = []; // $videos[] = Wo_PostData($wo['watched_reels'][$index + 1]); // } // else{ $postsData['not_in'] = $wo['watched_reels']; // } } $videos = Wo_GetPosts($postsData); foreach ($videos as $wo['story']) { $wo['page'] = 'reels'; $wo['story']['likeCount'] = Wo_CountLikes($wo['story']['id']); $wo['story']['commentCount'] = Wo_CountPostComment($wo['story']['id']); $wo['reelOwnerName'] = $reelOwnerName; $media = array( 'type' => 'post', 'storyId' => $wo['story']['id'], 'filename' => $wo['story']['postFile'], 'name' => $wo['story']['postFileName'], 'postFileThumb' => $wo['story']['postFileThumb'], ); $video = Wo_DisplaySharedFile($media, '', $wo['story']['cache']); $userUrl = ''; if (!empty($reelOwnerName)) { $userUrl = "/".$reelOwnerName; } $html .= loadHTMLPage('reels/list',[ 'ID' => $wo['story']['id'], 'URL' => $wo['config']['site_url']. "/reels/" . $wo['story']['id'].$userUrl, 'CLASS' => 'hidden', 'STORY_ARRAY' => $wo['story'], 'PUBLISHER_ARRAY' => $wo['story']['publisher'], 'VIDEO' => $video, ]); if (!in_array($wo['story']['id'], $wo['watched_reels'])) { $wo['watched_reels'][] = $wo['story']['id']; } } $data = array( 'status' => 200, 'html' => $html, 'post_id' => (!empty($wo['story']) ? $wo['story']['id'] : ''), 'url' => '', ); if (!empty($wo['story']['id'])) { $data['url'] = Wo_SeoLink('index.php?link1=reels&id='.$wo['story']['id']); } if (!empty($wo['watched_reels'])) { setcookie('watched_reels', json_encode($wo['watched_reels']), time()+(60 * 60 * 24),'/'); } header("Content-type: application/json"); echo json_encode($data); exit(); }
/home/users/unlimited/www/facebook.codeskitter.site/xhr/get_next_reel_video.php