���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/app/controllers/admin/AdminUserView.php
���ѧ٧ѧ�
<?php namespace Altum\Controllers; use Altum\Models\Plan; class AdminUserView extends Controller { public function index() { $user_id = (isset($this->params[0])) ? (int) $this->params[0] : null; /* Check if user exists */ if(!$user = db()->where('user_id', $user_id)->getOne('users')) { redirect('admin/users'); } /* Get widget stats */ $biolink_links = db()->where('user_id', $user_id)->where('type', 'biolink')->getValue('links', 'count(`link_id`)'); $shortened_links = db()->where('user_id', $user_id)->where('type', 'link')->getValue('links', 'count(`link_id`)'); $projects = db()->where('user_id', $user_id)->getValue('projects', 'count(`project_id`)'); $pixels = db()->where('user_id', $user_id)->getValue('pixels', 'count(`pixel_id`)'); $domains = db()->where('user_id', $user_id)->getValue('domains', 'count(`domain_id`)'); $payments = in_array(settings()->license->type, ['SPECIAL', 'Extended License']) ? db()->where('user_id', $user_id)->getValue('payments', 'count(`id`)') : 0; /* Get last X logs */ $user_logs_result = database()->query("SELECT * FROM `users_logs` WHERE `user_id` = {$user_id} ORDER BY `id` DESC LIMIT 15"); /* Get the current plan details */ $user->plan = (new Plan())->get_plan_by_id($user->plan_id); /* Check if its a custom plan */ if($user->plan_id == 'custom') { $user->plan->settings = $user->plan_settings; } /* Delete Modal */ $view = new \Altum\Views\View('admin/users/user_delete_modal', (array) $this); \Altum\Event::add_content($view->run(), 'modals'); /* Login Modal */ $view = new \Altum\Views\View('admin/users/user_login_modal', (array) $this); \Altum\Event::add_content($view->run(), 'modals'); /* Main View */ $data = [ 'user' => $user, 'biolink_links' => $biolink_links, 'shortened_links' => $shortened_links, 'projects' => $projects, 'pixels' => $pixels, 'domains' => $domains, 'payments' => $payments, 'user_logs_result' => $user_logs_result ]; $view = new \Altum\Views\View('admin/user-view/index', (array) $this); $this->add_view_content('content', $view->run($data)); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�