!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_led/php/vendor/ezyang/htmlpurifier/plugins/phorum/   drwxrwxr-x
Free 15.68 GB of 61.93 GB (25.31%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     settings.php (1.9 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// based off of BBCode's settings file

/**
 * HTML Purifier Phorum mod settings configuration. This provides
 * a convenient web-interface for editing the most common HTML Purifier
 * configuration directives. You can also specify custom configuration
 * by creating a 'config.php' file.
 */

if(!defined("PHORUM_ADMIN")) exit;

// error reporting is good!
error_reporting(E_ALL E_NOTICE);

// load library and other paraphenalia
require_once './include/admin/PhorumInputForm.php';
require_once (
dirname(__FILE__) . '/htmlpurifier/HTMLPurifier.auto.php');
require_once (
dirname(__FILE__) . '/init-config.php');
require_once (
dirname(__FILE__) . '/settings/migrate-sigs-form.php');
require_once (
dirname(__FILE__) . '/settings/migrate-sigs.php');
require_once (
dirname(__FILE__) . '/settings/form.php');
require_once (
dirname(__FILE__) . '/settings/save.php');

// define friendly configuration directives. you can expand this array
// to get more web-definable directives
$PHORUM['mod_htmlpurifier']['directives'] = array(
    
'URI.Host'// auto-detectable
    
'URI.DisableExternal',
    
'URI.DisableExternalResources',
    
'URI.DisableResources',
    
'URI.Munge',
    
'URI.HostBlacklist',
    
'URI.Disable',
    
'HTML.TidyLevel',
    
'HTML.Doctype'// auto-detectable
    
'HTML.Allowed',
    
'AutoFormat',
    
'-AutoFormat.Custom',
    
'AutoFormatParam',
    
'Output.TidyFormat',
);

// lower this setting if you're getting time outs/out of memory
$PHORUM['mod_htmlpurifier']['migrate-sigs-increment'] = 100;

if (isset(
$_POST['reset'])) {
    unset(
$PHORUM['mod_htmlpurifier']['config']);
}

if (
$offset phorum_htmlpurifier_migrate_sigs_check()) {
    
// migrate signatures
    
phorum_htmlpurifier_migrate_sigs($offset);
} elseif(!empty(
$_POST)){
    
// save settings
    
phorum_htmlpurifier_save_settings();
}

phorum_htmlpurifier_show_migrate_sigs_form();
echo 
'<br />';
phorum_htmlpurifier_show_form();

// vim: et sw=4 sts=4

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.6134 ]--