SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > filebird > includes > Controller >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/filebird/includes/Controller/

NameTypeSizeLast ModifiedActions
Import Directory - -
Api.php File 4301 bytes May 27 2024 10:21:44.
Controller.php File 812 bytes May 27 2024 10:21:44.
Convert.php File 4623 bytes August 23 2024 17:15:40.
FolderController.php File 9245 bytes February 12 2025 12:41:10.
SettingController.php File 753 bytes August 23 2024 17:15:40.
SyncController.php File 4037 bytes May 27 2024 10:21:44.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/filebird/includes/Controller//Controller.php

<?php
namespace FileBird\Controller;

defined( 'ABSPATH' ) || exit;

class Controller {

	protected $folder_table   = 'fbv';
	protected $relation_table = 'fbv_attachment_folder';

	public function __construct() {

	}

	protected function loadView( $view, $data = array(), $return_html = false ) {
		$viewPath = NJFB_PLUGIN_PATH . 'views/' . $view . '.php';
		if ( ! file_exists( $viewPath ) ) {
			die( 'View <strong>' . esc_html( $viewPath ) . '</strong> not found!' );
		}
		extract( $data );
		if ( $return_html === true ) {
			ob_start();
			include_once $viewPath;
			return ob_get_clean();
		}
		include_once $viewPath;
	}
	protected function getTable( $table ) {
		global $wpdb;
		return $wpdb->prefix . $table;
	}
	protected function getNodeClass( $id, $count = 0 ) {
		return "fbv_$id fbvc_$count";
	}
}

SILENT KILLER Tool