!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/demo/   drwxr-xr-x
Free 130.03 GB of 142.11 GB (91.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     functions.php (1.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php


/**
  * SquirrelMail Demo Plugin
  *
  * @copyright 2006-2010 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage demo
  */


/**
  * Add link to menu at top of content pane
  *
  * @return void
  *
  */
function demo_menuline_do()
{
   
sq_change_text_domain('demo');
   
displayInternalLink('plugins/demo/demo.php'_("Demo"), '');
   echo 
"&nbsp;&nbsp;\n";
   
sq_change_text_domain('squirrelmail');
}



/**
  * Inserts an option block in the main SM options page
  *
  */
function demo_option_link_do()
{

   global 
$optpage_blocks;

   
sq_change_text_domain('demo');

   
$optpage_blocks[] = array(
      
'name' => _("Demo"),
      
'url' => sqm_baseuri() . 'plugins/demo/demo.php',
      
'desc' => _("This is where you would describe what your plugin does."),
      
'js' => FALSE
   
);

   
sq_change_text_domain('squirrelmail');

}



/**
  * Validate that this plugin is configured correctly
  *
  * @return boolean Whether or not there was a
  *                 configuration error for this plugin.
  *
  */
function demo_check_configuration_do()
{

   
// test for something that this plugin requires, print error if 
   // misconfigured or requirements are missing
   //
   
if (FALSE)  // put something meaningful here
   
{
      
do_err('Demo plugin is missing something important'FALSE);
      return 
TRUE;  // return FALSE if you only want to display a non-critical error
   
}

   return 
FALSE;

}




:: 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.0085 ]--