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
/
sources
/
page.php
/
/
<?php if (isset($_GET['p'])) { if (Wo_PageExists($_GET['p']) === true && Wo_PageActive($_GET['p'])) { $page_id = Wo_PageIdFromPagename($_GET['p']); $wo['page_profile'] = Wo_PageData($page_id); } else { header("Location: " . Wo_SeoLink('index.php?link1=404')); exit(); } } else { header("Location: " . $wo['config']['site_url']); exit(); } if (isset($_GET['boosted']) && $wo['config']['pro'] == 1 && $wo['loggedin'] == true && $wo['page_profile']['boosted'] == 0) { if ($wo['page_profile']['is_page_onwer'] == true) { if ($wo['user']['is_pro'] == 1) { if ($wo['user']['pro_type'] > 1) { $array = array( 'boosted' => 1 ); $update = Wo_UpdatePageData($page_id, $array); } } } } if ($wo['config']['pages'] == 0) { header("Location: " . Wo_SeoLink('index.php?link1=welcome')); exit(); } $wo['description'] = $wo['page_profile']['page_description']; $wo['keywords'] = ''; $wo['page'] = 'page'; $wo['title'] = $wo['page_profile']['name']; $wo['content'] = Wo_LoadPage('page/content');
/home/users/unlimited/www/facebook.codeskitter.site/sources/page.php