p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/dpmptsp/public_html/newsigniter/application/views/auth/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /home/dpmptsp/public_html/newsigniter/application/views/auth/edit_user.php
<?php $this->load->view('auth/templates/header') ?>

<body id="page-top">

   <!-- Page Wrapper -->
   <div id="wrapper">

      <!-- Sidebar -->
      <?php $this->load->view('back/layouts/_sidebar') ?>

      <!-- Content Wrapper -->

      <div id="content-wrapper" class="d-flex flex-column">

         <!-- Main Content -->
         <div id="content">

         <!-- Topbar -->
         <?php $this->load->view('back/layouts/_navbar') ?>

            <!-- Begin Page Content -->
            <div class="container">
               <div class="row">
                  <div class="col">
                     <h3 class="page-header">My Profile</h3>
                  </div>
               </div> 
               
               <div class="row">
                  <div class="col-md-6">
                     <?php if($message) : ?>
                        <div class="alert alert-danger alert-dismissible fade show" role="alert">
                           <div id="infoMessage"><?= $message;?></div>
                           <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                              <span aria-hidden="true">&times;</span>
                           </button>
                        </div>
                     <?php endif ?>
                  </div>
               </div>

               <?= form_open(uri_string());?>
               <div class="form-row mt-3">
                  <div class="form-group col-md-4">
                     <label for="inputEmail4">First Name</label>
                     <?= form_input($first_name, '',['class' => 'form-control', 'autocomplete' => 'off']);?>
                  </div>
                  <div class="form-group col-md-4">
                     <label for="inputPassword4">Last Name</label>
                     <?= form_input($last_name, '',['class' => 'form-control', 'autocomplete' => 'off']);?>
                  </div>
               </div>

               <div class="form-row ">
                  <div class="form-group col-md-4">
                     <label for="inputEmail4">Email</label>
                     <?= form_input($email, '',['class' => 'form-control', 'autocomplete' => 'off']);?>
                  </div>
                  <div class="form-group col-md-4">
                     <label for="inputPassword4">Contact</label>
                     <?= form_input($phone, '',['class' => 'form-control', 'autocomplete' => 'off']);?>
                  </div>
               </div>

               <div class="form-row ">
                  <div class="form-group col-md-4">
                     <label for="inputEmail4">Password (if you want to change)</label>
                     <?= form_input($password, '',['class' => 'form-control']);?>
                  </div>
                  <div class="form-group col-md-4">
                     <label for="inputPassword4">Confirm Password</label>
                     <?= form_input($password_confirm, '',['class' => 'form-control']);?>
                  </div>
               </div>

               <?php if ($this->ion_auth->is_admin()): ?>

                  <h3><?= lang('edit_user_groups_heading');?></h3>
                  <?php foreach ($groups as $group):?>
                     <label class="checkbox">
                     <?php
                           $gID=$group['id'];
                           $checked = null;
                           $item = null;
                           foreach($currentGroups as $grp) {
                              if ($gID == $grp->id) {
                                 $checked= ' checked="checked"';
                              break;
                              }
                           }
                     ?>
                     <input type="checkbox" name="groups[]" value="<?= $group['id'];?>"<?= $checked;?>>
                     <?= htmlspecialchars($group['name'],ENT_QUOTES,'UTF-8');?>
                     </label>
                  <?php endforeach?>

               <?php endif ?>

               <?= form_hidden('id', $user->id);?>
               <?= form_hidden($csrf); ?>
               
               <br><br>

               <div class="row">
                  <div class="col-8">
                     <a href="<?= base_url('admin'); ?>" class="btn btn-secondary btn-sm">Back</a>
                     <?= form_submit('submit', 'Simpan', ['class' => 'btn btn-primary btn-sm float-right']);?>

                  </div>
               </div>

               <?= form_close();?>
            </div>


         </div>
         <!-- End of Main Content -->

         <!-- Footer -->
         <?php $this->load->view('back/layouts/_footer') ?>

      </div>
      <!-- End of Content Wrapper -->

   </div>
   <!-- End of Page Wrapper -->

   <!-- Scroll to Top Button-->
   <a class="scroll-to-top rounded" href="#page-top">
      <i class="fas fa-angle-up"></i>
   </a>

<?php $this->load->view('auth/templates/footer') ?>
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 03 2025 03:29:10
0 / 0
0755
email
--
January 03 2025 03:29:10
0 / 0
0755
templates
--
January 03 2025 03:29:10
0 / 0
0755
change_password.php
0.861 KB
December 31 2020 02:24:50
0 / 0
0644
create_group.php
0.603 KB
December 31 2020 02:24:50
0 / 0
0644
create_user.php
1.61 KB
December 31 2020 02:24:50
0 / 0
0644
deactivate_user.php
0.624 KB
December 31 2020 02:24:50
0 / 0
0644
edit_group.php
0.593 KB
December 31 2020 02:24:50
0 / 0
0644
edit_user.php
4.836 KB
May 22 2021 12:19:06
0 / 0
0644
forgot_password.php
1.77 KB
May 22 2021 16:09:38
0 / 0
0644
index.php
1.411 KB
December 31 2020 02:24:50
0 / 0
0644
login.php
2.462 KB
January 15 2025 02:01:13
0 / 0
0644
reset_password.php
1.784 KB
May 22 2021 16:09:42
0 / 0
0644