shell bypass 403

GrazzMean Shell

Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : add.php
<div class="row">
    <div class="col-md-12">
      	<div class="box box-info">
            <div class="box-header with-border">
              	<h3 class="box-title">Ajouter contrat</h3>
            </div>
            <?php echo form_open('contrat/add','id="frmcontrat"'); ?>
          	<div class="box-body">
          		<div class="row clearfix">
          			<div class="alert alert-warning" id="alerttime" style="display: none;">
					  <strong>Attention!</strong> SVP de bien verifier les informations entrées.
					</div>
					<div class="col-md-6">
						<label for="users_id" class="control-label"><span class="text-danger">*</span>Utilisateur</label>
						<div class="form-group">
							<select name="users_id" class="form-control" required >
								<option value="">selectionnez un utilisateur</option>
								<?php 
								foreach($all_users as $user)
								{
									$selected = ($user->id == $this->input->post('users_id')) ? ' selected="selected"' : "";

									echo '<option value="'.$user->id.'" '.$selected.'>'.$user->text.'</option>';
								} 
								?>
							</select>
							<span class="text-danger"><?php echo form_error('users_id');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="active" class="control-label"><span class="text-danger">*</span>Etat</label>
						<div class="form-group">
							<select name="active" class="form-control" required >
								<option value="">selectionnez une etat</option>
								<?php 
								$active_values = array(
									'1'=>'Actif',
									'0'=>'Inactif',
								);

								foreach($active_values as $value => $display_text)
								{
									$selected = ($value == $this->input->post('active')) ? ' selected="selected"' : "";

									echo '<option value="'.$value.'" '.$selected.'>'.$display_text.'</option>';
								} 
								?>
							</select>
							<span class="text-danger"><?php echo form_error('active');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="typecontrat_id" class="control-label"><span class="text-danger">*</span>Type contrat</label>
						<div class="form-group">
							<select name="typecontrat_id" class="form-control" required >
								<option value="">selectionnez un type de contrat</option>
								<?php 
								foreach($all_typecontrat as $typecontrat)
								{
									$selected = ($typecontrat['id'] == $this->input->post('typecontrat_id')) ? ' selected="selected"' : "";

									echo '<option value="'.$typecontrat['id'].'" '.$selected.'>'.$typecontrat['libelle'].'</option>';
								} 
								?>
							</select>
							<span class="text-danger"><?php echo form_error('typecontrat_id');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="datedebut" class="control-label"><span class="text-danger">*</span>Date debut</label>
						<div class="form-group">
							<input required type="text" name="datedebut" value="<?php echo $this->input->post('datedebut'); ?>" class="has-datepicker form-control" id="datedebut" />
							<span class="text-danger"><?php echo form_error('datedebut');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="datefin" class="control-label">Date fin</label>
						<div class="form-group">
							<input required type="text" name="datefin" value="<?php echo $this->input->post('datefin'); ?>" class="has-datepicker form-control" id="datefin" />
						</div>
					</div>
					<div class="col-md-6">
						<label for="soldeconge" class="control-label"><span class="text-danger">*</span>Solde de conge</label>
						<div class="form-group">
							<input required type="text" name="soldeconge" value="<?php echo $this->input->post('soldeconge'); ?>" class="form-control" id="soldeconge" />
							<span class="text-danger"><?php echo form_error('soldeconge');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="soldeautorisation" class="control-label"><span class="text-danger">*</span>Solde d'autorisation</label>
						<div class="form-group">
							<input required type="text" name="soldeautorisation" value="<?php echo $this->input->post('soldeautorisation'); ?>" class="form-control" id="soldeautorisation" />
							<span class="text-danger"><?php echo form_error('soldeautorisation');?></span>
						</div>
					</div>
				</div>
			</div>
          	<div class="box-footer">
            	<button type="button" class="btn btn-success" id="sendcontrat">
            		<i class="fa fa-check"></i> Enregistrer
            	</button>
          	</div>
            <?php echo form_close(); ?>
      	</div>
    </div>
</div>
© 2026 GrazzMean
Page non trouvée – APK Comptoir Hammami
Jannah Theme License is not validated, Go to the theme options page to validate the license, You need a single license for each domain name.

404 :(

Oups ! Cette page est introuvable.

Il semble que nous ne puissions pas trouver ce que vous cherchez. Peut-être qu'une recherche pourrait vous aider.

Bouton retour en haut de la page