403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/chatme24.com/wwwroot/_include/current/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/chatme24.com/wwwroot/_include/current//usersfilterhead.class.php
<?php

class UsersFilterHead extends CHtmlBlock {

    static function parseHeaderFilter(&$html){
        global $p;

        $display = get_param('display');
        $uid = guid();
        $filtersInfo = array();
        if ($uid) {
            $filters = guser('user_search_filters');
            if($filters) {
                $filtersInfo = json_decode($filters, true);
            }
        }
        if (!isset($filtersInfo['status']) || !$filtersInfo['status']['value']){
            $filtersInfo['status']['value'] = 'all';
        }
        $html->setvar('module_search_status_title', l('search_show_' .$filtersInfo['status']['value'] ));
        $html->parse('module_search_status_' . $filtersInfo['status']['value'], false);

		//if (!Common::isOptionActive('no_profiles_without_photos_search')) {
			if (!$display) {
				if (!isset($filtersInfo['with_photo'])){
					$filtersInfo['with_photo']['value'] = 1;
				}
				if (intval($filtersInfo['with_photo']['value'])){
					$html->parse('module_search_with_photo', false);
				} else {
                    $html->parse('module_search_with_photo_no_check', false);
                }
                $html->parse('module_search_with_photo_param', false);
			} else {
				if (!isset($filtersInfo['with_photo'])){
					$filtersInfo['with_photo']['value'] = 1;
				}
                $html->setvar('module_search_with_photo_no_search_value', intval($filtersInfo['with_photo']['value']));
				$html->parse('module_search_with_photo_no_search', false);
			}

		//}
    }

    public function parseBlock(&$html)
    {
        global $p;

        self::parseHeaderFilter($html);

        parent::parseBlock($html);
    }


}

Youez - 2016 - github.com/yon3zu
LinuXploit