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
/
load_more_products.php
/
/
<?php if ($f == 'load_more_products') { $html = ''; $array = array( 'limit' => 10 ); if (!empty($_POST['c_id'])) { $array['c_id'] = Wo_Secure($_POST['c_id']); } if (!empty($_POST['sub_id'])) { $array['sub_id'] = Wo_Secure($_POST['sub_id']); } if (!empty($_POST['last_id'])) { $array['after_id'] = $_POST['last_id']; } if (!empty($_POST['length'])) { $array['length'] = $_POST['length']; } if (!empty($_POST['price_sort'])) { $array['order_by'] = $_POST['price_sort']; } if (!empty($_POST['price'])) { $array['price'] = $_POST['price']; } if (!empty($_POST['text'])) { $array['keyword'] = $_POST['text']; } $result = Wo_GetProducts($array); foreach ($result as $key => $wo['product']) { $html .= Wo_LoadPage('products/products-list'); } $data = array( 'status' => 200, 'html' => $html ); header("Content-type: application/json"); echo json_encode($data); exit(); }
/home/users/unlimited/www/facebook.codeskitter.site/xhr/load_more_products.php