📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
10795.31 KB
0644
🗑️
⬇️
✏️
🔒
Editing: dash.php
<?php include "header2.php"; ?> <style> .profile-pic { height: 4rem; width: 4rem; object-fit: center; border-radius: 50%; border: 2px solid #fff; } </style> <style> .sub:hover{ color:white; } a ico:hover { fill: #fff; } .sub h3{ font-weight:100; } /**div:hover svg path, div:hover{ fill:red; color:red; } **/ </style> <main id="main"> <!-- ======= Breadcrumbs ======= --> <div class="container"> <div class="d-flex justify-content-around align-items-center section-bg my-4" style="height: 20vh; background-color:#E6FBE1;"> <div class="details col" style="display: flex; height: 100%; align-items: center;"> <img src="<?php echo $imageURL;?>" alt="" class="profile-pic" data-toggle="modal" data-target="#myModa"/> <div> <div class="heading mx-2" style="font-size:14px; font-weight: 500;"><?php echo $name; ?></div> <div style="font-size: 0.8rem; font-weight: 300;" class="ico mx-2"><?php echo $email; ?></div> </div> </div> <div class="settings col-sm-4" style="float:right;"> <h6><span><i class='bx bx-cog'></i> <a href="set.php" style="color: black;">Settings</a></span> </h6> </div> </div> <section id="testimonials" class="testimonials section-bg" style="background-color:#E6FBE1;"> <div class="container"> <div class="row"> <div class="col-lg-12" data-aos="fade-up"> <a class="sub" href="ads.php"> <div class="testimonial-item mt-4" name="menu"> <h3 style="font-weight:600;"> <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" class="ico mx-2"><path d="M36.3 25.15V22.85H43.15V25.15ZM38.65 38.95 33.1 34.85 34.5 33.05 40.05 37.15ZM34.55 14.85 33.15 13.05 38.6 8.95 39.95 10.75ZM10.85 36.95V29.15H7.75Q6.55 29.15 5.7 28.3Q4.85 27.45 4.85 26.25V21.75Q4.85 20.55 5.7 19.7Q6.55 18.85 7.75 18.85H16.2L25.15 13.5V34.5L16.2 29.15H13.15V36.95ZM27.9 30.25V17.75Q29.1 18.85 29.825 20.45Q30.55 22.05 30.55 24Q30.55 25.95 29.825 27.55Q29.1 29.15 27.9 30.25ZM7.75 21.1Q7.5 21.1 7.3 21.3Q7.1 21.5 7.1 21.75V26.25Q7.1 26.5 7.3 26.7Q7.5 26.9 7.75 26.9H16.8L22.9 30.5V17.5L16.8 21.1ZM15 24Q15 24 15 24Q15 24 15 24Q15 24 15 24Q15 24 15 24Z"/></svg> My Adverts </h3> </div></a> </div> <div class="col-lg-12" data-aos="fade-up" data-aos-delay="500"> <a class="sub" href="edit.php"><div class="testimonial-item mt-4" name="menu"> <h3 style="font-weight:600;"> <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" class="ico mx-2"><path d="M19.045 7.401c.378-.378.586-.88.586-1.414s-.208-1.036-.586-1.414l-1.586-1.586c-.378-.378-.88-.586-1.414-.586s-1.036.208-1.413.585L4 13.585V18h4.413L19.045 7.401zm-3-3 1.587 1.585-1.59 1.584-1.586-1.585 1.589-1.584zM6 16v-1.585l7.04-7.018 1.586 1.586L7.587 16H6zm-2 4h16v2H4z"/></svg>Edit Profile </h3> </div></a></div> <div class="col-lg-12" data-aos="fade-up" data-aos-delay="500"> <a class="sub" href="logout.php"><div class="testimonial-item mt-4" name="menu"> <h3 style="font-weight:600;"> <svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" class="ico mx-2"><path d="M18.75 22.5H36.15L31.05 17.4L33.2 15.25L42 24.05L33.3 32.75L31.15 30.6L36.25 25.5H18.75ZM23.55 6V9H9Q9 9 9 9Q9 9 9 9V39Q9 39 9 39Q9 39 9 39H23.55V42H9Q7.8 42 6.9 41.1Q6 40.2 6 39V9Q6 7.8 6.9 6.9Q7.8 6 9 6Z"/></svg> Logout </h3> </div></a></div> </div> </div> </section><!-- End Testimonials Section --> </div> <script> const subs = document.querySelectorAll('.sub'); subs.forEach(sub => { sub.addEventListener('mouseover', () => { sub.children[0].style.fill = 'white' }) sub.addEventListener('mouseout', () => { sub.children[0].style.fill = 'black' }) }) </script> </main><!-- End #main --> <?php include "footer2.php"; ?> <div class="modal" id="myModa" role="dialog"> <div class="vertical-alignment-helper"> <div class="modal-dialog vertical-align-center"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <h6 class="modal-title w-100 text-center" style="color:black;">Update Profile Picture</h6> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body" style="color:#FFFFFF;"> <p style="color:black;"> <form method="post" action="upload.php" enctype="multipart/form-data"> <input type="file" name="file" style="color:black;" class="form-control" required > <br ><span style="color:#00CC00; font-size:10px;">(Only images less than 2mb allowed)</span><?php global $statusMsg; echo "$statusMsg"; ?></p> <p><input type="submit" name="submit" value="Update" style="background:green; color:white;" required /></form></p> </div> </div> </div> </div> </div> </div>
💾 Save Changes