!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/squirrelmail/plugins/view_as_html/   drwxr-xr-x
Free 129.91 GB of 142.11 GB (91.41%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     setup.php (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* view_as_html
 * By Seth Randall <indiri69@users.sourceforge.net>
 *
 * Code for displaying link only when an HTML part exists
 * Ben Brillat and Pete Walker
 *
 * $Id: setup.php,v 1.11 2009/01/24 19:57:46 indiri69 Exp $
 */
    
function squirrelmail_plugin_init_view_as_html() {
        global 
$squirrelmail_plugin_hooks;

        
$squirrelmail_plugin_hooks['read_body_top']['view_as_html']
           = 
'view_as_html_read_body_top';
        
$squirrelmail_plugin_hooks['read_body_header_right']['view_as_html']
           = 
'view_as_html_read_body_header_right';
    }

    function 
view_as_html_info() {
        return array(
            
'english_name' => 'View as HTML',
            
'authors' => array(
                
'Seth Randall' => array(
                    
'email' => 'indiri69@users.sourceforge.net',
                    
'sm_site_username' => 'randall',
                ),
            ),
            
'version' => '3.8',
            
'required_sm_version'    => '1.4.10',
            
'requires_configuration' => 0,
            
'requires_source_patch'  => 0,
            
'required_plugins'       => array(),
            
'per_version_requirements' => array(),
            
'summary' => 'Switch between HTML and plain text version of emails.',
            
'details' => 'This plugin provides a link on the message viewing page that switches between the HTML view and the plain text view of an email.'
        
);
    }

    function 
view_as_html_version() {
        
$info view_as_html_info();
        return 
$info['version'];
    }

    function 
view_as_html_read_body_top() {
        include_once(
SM_PATH 'plugins/view_as_html/view_as_html.php');
        
view_as_html_set();
    }

    function 
view_as_html_read_body_header_right() {
        include_once(
SM_PATH 'plugins/view_as_html/view_as_html.php');
        
view_as_html_link();
    }

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0087 ]--