__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package Sourcerer * @version 10.0.4 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2023 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ namespace RegularLabs\Plugin\System\Sourcerer; defined('_JEXEC') or die; use RegularLabs\Library\Protect as RL_Protect; class Protect { static $name = 'Sourcerer'; public static function _(string &$string): void { RL_Protect::protectForm($string, Params::getTags(true), true, 'no-sourcerer'); } /** * Wrap the comment in comment tags * * @param string $comment * * @return string */ public static function getMessageCommentTag(string $comment): string { return RL_Protect::getMessageCommentTag(self::$name, $comment); } public static function protectTags(string &$string): void { RL_Protect::protectTags($string, Params::getTags(true)); } public static function unprotectTags(string &$string): void { RL_Protect::unprotectTags($string, Params::getTags(true)); } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Area.php | File | 1.81 KB | 0664 |
|
| Clean.php | File | 2.47 KB | 0664 |
|
| Items.php | File | 5.79 KB | 0664 |
|
| Params.php | File | 4.88 KB | 0664 |
|
| Protect.php | File | 1.18 KB | 0664 |
|
| Replace.php | File | 18.2 KB | 0664 |
|
| Security.php | File | 2.62 KB | 0664 |
|