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

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

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


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

/**
 * testsound.php
 *
 * Copyright (c) 1999-2012 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.        
 *
 * $Id: testsound.php 14248 2012-01-02 00:18:17Z pdontthink $
 */

define('SM_PATH','../../');

/* SquirrelMail required files. */
require_once(SM_PATH 'include/validate.php');
require_once(
SM_PATH 'functions/global.php');
require_once(
SM_PATH 'functions/html.php');

displayHtmlHeader_("Test Sound"), ''FALSE );

echo 
'<body bgcolor="'.$color[4].'" topmargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0>'."\n";

if ( ! 
sqgetGlobalVar('sound'$soundSQ_GET) ) {
    
$sound 'Click.wav';
} elseif ( 
$sound == '(none)' ) {
    echo 
'<center><form><br /><br />'.
         
'<b>' _("No sound specified") . '</b><br /><br />'.
         
'<input type="button" name="close" value="' _("Close") . '" onClick="window.close()">'.
         
'</form></center>'.
         
'</body></html>';
    return;
}

echo 
html_tag'table',
         
html_tag'tr',
             
html_tag'td',
                    
'<embed src="'.sm_encode_html_special_chars($sound).'" hidden="true" autostart="true" width="2" height="2">'.
                    
'<br>'.
                    
'<b>' _("Loading the sound...") . '</b><br>'.
                    
'<form>'.
                    
'<input type="button" name="close" value="  ' .
                    
_("Close") .
                    
'  " onClick="window.close()">'.
                    
'</form>' ,
                
'center' )
            ) ,
        
'center' ) .
        
'</body></html>';
?>

:: 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 PinoyWH1Z | C99Shell Github | Generation time: 0.0376 ]--