AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 18.191.107.209   [ 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/www/wp-content/plugins/appointment-hour-booking/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /var/www/wp-content/plugins/appointment-hour-booking/js//fbuilder-loader-admin.php
<?php 
header('Content-Type: application/x-javascript; charset=UTF-8'); 

require 'jQuery.stringify.js';

?>

$fbuilderloadedflag = true;

fbuilderjQuery = (typeof fbuilderjQuery != 'undefined' ) ? fbuilderjQuery : jQuery;
fbuilderjQuery(function(){
(function($) {
	// Namespace of fbuilder
	$.fbuilder = $.fbuilder || {};
	$.fbuilder[ 'objName' ] = 'fbuilderjQuery';
	
<?php
	// Load Module files
	try 
	{
        $md = dir( dirname( __FILE__ )."/modules");
		$modules_files = array();
        while( false !== ( $entry = $md->read() ) ) 
		{    
            if ( strlen( $entry ) > 3 && is_dir( $md->path.'/'.$entry ) )
			{
				if ( file_exists( $md->path.'/'.$entry.'/admin' ) )
				{
					$m = dir( $md->path.'/'.$entry.'/admin' );
					while( false !== ( $mentry = $m->read() ) )
					{	
						if( strlen( $mentry ) > 3 && strtolower( substr( $mentry, strlen( $mentry ) - 3 ) ) == '.js' )
						{
							$modules_files[] = $m->path.'/'.$mentry;
						}
					}
				}	
						
			}			
        }
		sort( $modules_files );
		foreach( $modules_files as $file )
		{
			require $file;
		}
	} 
	catch (Exception $e) 
	{
        // ignore the error
    }

	// Load Control files
    require 'fbuilder-pro-admin.jquery.js';
    try 
	{
        $d = dir( dirname( __FILE__ )."/fields-admin" );
		$controls_files = array();
		while (false !== ($entry = $d->read())) 
		{            
            if (strlen($entry) > 3 && strtolower(substr($entry,strlen($entry)-3)) == '.js')
			{
				if (file_exists( $d->path.'/'.$entry ) )
				{
                    $controls_files[] =  $d->path.'/'.$entry;
				}
			}	
        }
		sort( $controls_files );
		foreach( $controls_files as $file )
		{
			require $file;
		}
	} 
	catch (Exception $e) 
	{
        // ignore the error
    }

?>
	// Global events
	$('[name="paypal_recurrent"]').change( function(){
		if( $( this ).val() == 'field' ) $( '[name="paypal_recurrent_field"]' ).show();
		else $( '[name="paypal_recurrent_field"]' ).hide();
	} );
})(fbuilderjQuery);
});

Anon7 - 2022
AnonSec Team