!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.18.0. PHP/7.4.29 

uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/   drwxr-xr-x
Free 39.75 GB of 48.28 GB (82.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     resume_old.php (16.91 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include 'header.php';
?>
<style type="text/css">
    /*! 
* Template Name: Orbit - Bootstrap 4 Resume/CV Template for Developers
* Version: 2.2
* Author: Xiaoying Riley
* Copyright: 3rd Wave Media
* Twitter: @3rdwave_themes
* Website: http://themes.3rdwavemedia.com/
*/


    h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
    }

    a {
        color: #2d7788;
    }

    a:hover {
        text-decoration: underline;
        color: #1a454f;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    a:focus {
        text-decoration: none;
    }

    p {
        line-height: 1.5;
    }

    .wrapper {
        background: #42A8C0;
        max-width: 960px;
        margin: 0 auto;
        margin-top: 30px;
        position: relative;
        height: 180%;
        /*
          -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        */
        border: solid 1px #ccc;
    }

    .sidebar-wrapper {
        background: #2059af;
        position: absolute;
        right: 0;
        width: 300px;
        height: 100%;
        min-height: 100%;
        color: #fff;
    }

    .sidebar-wrapper a {
        color: #fff;
    }

    .sidebar-wrapper .profile-container {
        padding: 20px;
        background: rgba(0, 0, 0, 0.2);
        text-align: center;
        color: #fff;
    }

    .sidebar-wrapper .name {
        font-size: 32px;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .sidebar-wrapper .tagline {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sidebar-wrapper .profile {
        margin-bottom: 15px;
    }

    .sidebar-wrapper .contact-list .svg-inline--fa {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: middle;
    }

    .sidebar-wrapper .contact-list li {
        margin-bottom: 15px;
    }

    .sidebar-wrapper .contact-list li:last-child {
        margin-bottom: 0;
    }

    .sidebar-wrapper .contact-list .email .svg-inline--fa {
        font-size: 14px;
    }

    .sidebar-wrapper .container-block {
        padding: 5%;
        padding-top: 5%;
    }

    .sidebar-wrapper .container-block-title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 15px;
        background: #1a478c;
        /* color: #1e57ae; */
        padding: 10px 10px;
    }

    .sidebar-wrapper .degree {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .sidebar-wrapper .education-container .item {
        margin-bottom: 15px;
    }

    .sidebar-wrapper .education-container .item:last-child {
        margin-bottom: 0;
    }

    .sidebar-wrapper .education-container .meta {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 14px;
    }

    .sidebar-wrapper .education-container .time {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        margin-bottom: 0px;
    }

    .sidebar-wrapper .languages-container .lang-desc {
        color: rgba(255, 255, 255, 0.6);
    }

    .sidebar-wrapper .languages-list {
        margin-bottom: 0;
    }

    .sidebar-wrapper .languages-list li {
        margin-bottom: 10px;
    }

    .sidebar-wrapper .languages-list li:last-child {
        margin-bottom: 0;
    }

    .sidebar-wrapper .interests-list {
        margin-bottom: 0;
        font-size: 14px;
        padding-left: 10px;    
    }

    .sidebar-wrapper .interests-list li {
        margin-bottom: 10px;
        word-break: break-all;
    }

    .sidebar-wrapper .interests-list li:last-child {
        margin-bottom: 0;
    }

    .details a{
        color:#2059af;
    }

    .download-resume{
        font-size: 22px;
        margin-left: 73%; 
    }    

    .main-wrapper {
        background: #fff;
        padding: 60px;
        padding-right: 350px;
        min-height: 100%;
    }

    .main-wrapper .section-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        color:#2d64b7;
        position: relative;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .main-wrapper .section-title .icon-holder {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        padding-top: 5px;
        display: inline-block;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #2d64b7;
        text-align: center;
        font-size: 15px;
        position: relative;
        top: 0;
    }

    .main-wrapper .section-title .icon-holder .svg-inline--fa {
        font-size: 14px;
        margin-top: 6px;
    }
    .section-title{
        font-size: 12px;
    }

    .main-wrapper .section {
        margin-bottom: 30px;
    }

    .main-wrapper .experiences-section .item {
        margin-bottom: 30px;
    }

    .main-wrapper .upper-row {
        position: relative;
        overflow: hidden;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .main-wrapper .job-title {
        color: #3F4650;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
    }

    .main-wrapper .time {
        position: absolute;
        right: 0;
        top: 0;
        color: #97AAC3;
    }

    .main-wrapper .company {
        margin-bottom: 10px;
        color: #97AAC3;
    }

    .main-wrapper .project-title {
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .main-wrapper .projects-section .intro {
        margin-bottom: 30px;
    }

    .main-wrapper .projects-section .item {
        margin-bottom: 15px;
    }


    @media only screen and (max-device-width: 380px) {
        .main-wrapper{
            padding-right: 10px;
            min-height: auto;
        }  

        .download-resume{
            font-size: 22px;
            margin:20px 25%; 
        }  


    }


    @media (max-width: 800.98px) {
        .sidebar-wrapper {
            position: static;
            width: inherit;
        }

        .main-wrapper .time {
            position: static;
            display: block;
            margin-top: 5px;
        }
        .main-wrapper .upper-row {
            margin-bottom: 0;
        }
    }

    @media (min-width: 992px) {
        .skillset .level-title {
            display: inline-block;
            float: left;
            width: 30%;
            margin-bottom: 0;
        }
    }
    .summary{
        font-size: 14px;
    }

    .app  {
        height: 18px;
        width: 240px;
        padding: 0;

        position: relative;
        margin: 0 5px 0 5px;


        text-overflow: ellipsis;
        white-space: nowrap;

    }     

</style>
<section class="project-banner">
    <div class="container">
        <div class="banner-sec">
            <div class="projectheading btn_right">
                <h3>RESUME</h3>
                <button class="btn backbtn" onclick="history.go(-1);">Back </button>
            </div>
        </div>
    </div>
</section>

<div class="details download-resume" >
    <a href="resume-pdf.php" target="_blank" ><i class="fas fa-file-pdf"></i> Download PDF</a>
</div>

<?php
$sql 
"select * from student_reg where user_id='$u_id'";
$result $con->query($sql);
$row $result->fetch_assoc();
$sql1 "select * from user_details where user_id='$u_id'";
$result1 $con->query($sql1);
$row1 $result1->fetch_assoc();
?>
<div class="wrapper">
    <div class="sidebar-wrapper">
        <div class="profile-container">

            <h1 class="name"><?php echo $row1['name']; ?></h1>

        </div><!--//profile-container-->

        <div class="contact-container container-block">
            <ul class="list-unstyled interests-list">
                <li class="email"><i class="fas fa-envelope"></i> <?php echo $row1['email']; ?></li>
                <li class="phone"><i class="fas fa-phone"></i> <?php echo $row1['phone']; ?></li>
                <li class="phone"><?php
if ($row['alternate_mobile'] == "") {
    echo 
'';
} else {
    echo
'<i class="fas fa-phone"></i> ';
}
?><?php echo $row['alternate_mobile']; ?></li>
                <li class="linkedin"><img src="images/cale.png" style="width:15px;height:15px;"> <?php echo $row['dob']; ?></li>

            </ul>
        </div>


        <div class="interests-container container-block">
            <h2 class="container-block-title" style="font-size: 15px;">Permanent Address</h2>
            <ul class="list-unstyled interests-list">
                <?php
                
echo "<li> " $row['permanent_address1'] . "</li>";
                echo 
"<li> " $row['permanent_address2'] . "</li>";
                echo 
"<li> " $row['permanent_address3'] . "</li>";
                echo 
"<li> " $row['permanent_pincode'] . "</li>";
                
?>


            </ul>
        </div>

        <div class="interests-container container-block">
            <h2 class="container-block-title">Present Address</h2>
            <ul class="list-unstyled interests-list">
                <?php
                
echo "<li> " $row['present_address1'] . "</li>";
                echo 
"<li> " $row['present_address2'] . "</li>";
                echo 
"<li> " $row['present_address3'] . "</li>";
                echo 
"<li> " $row['present_pincode'] . "</li>";
                
?>


            </ul>
        </div>
        <div class="interests-container container-block">
            <h2 class="container-block-title">CORE SKILLS</h2>
            <ul class="list-unstyled interests-list">
                <li><?php echo $row['core_skill']; ?></li>                                                    

            </ul>
        </div>


        <!--//contact-container-->
        <!--   <div class="education-container container-block">
              <h2 class="container-block-title">C O R E S K I L L S
</h2>
            
             

           <ul type="circle"  class="list-unstyled interests-list"><?php
                $array 
explode(','$row['core_skill']);

                foreach (
$array as $item) {
                    echo 
"<li>$item</li>";
                }
                
?>
                                                  
                                           </ul>   
          </div> -->
        <!--//education-container-->

        <!--  <div class="languages-container container-block">
             <h2 class="container-block-title">S T R E N G T H S</h2>
             <ul class="list-unstyled interests-list">
<?php
$array 
explode(','$row['strengths']);

foreach (
$array as $item) {
    echo 
"<li>$item</li>";
}
?>
                                                 
                                        </ul>
            
         </div> -->
        <div class="interests-container container-block">
            <h2 class="container-block-title">STRENGTHS</h2>
            <ul class="list-unstyled interests-list">
                <li><?php echo $row['strengths']; ?></li>                                                    

            </ul>
        </div>





        <!--//interests-->

        <div class="interests-container container-block">
            <h2 class="container-block-title">Interests</h2>
            <ul class="list-unstyled interests-list">
                <li><?php echo $row['interest']; ?></li>                                                    

            </ul>
            <!--  <ul class="list-unstyled interests-list">
<?php
$array 
explode(','$row['interest']);

foreach (
$array as $item) {
    echo 
"<li>$item</li>";
}
?>
                                                 
                                           
             </ul> -->
        </div><!--//interests-->
        <!-- <div class="interests-container container-block">
           <h2 class="container-block-title">Achievements</h2>
           <ul class="list-unstyled interests-list">
            <?php
            $array 
explode(','$row['achievements']);

            foreach (
$array as $item) {
                echo 
"<li>$item</li>";
            }
            
?>
                                               
                                         
           </ul>
       </div> -->

    </div><!--//sidebar-wrapper-->

    <div class="main-wrapper">

        <section class="section summary-section">
            <h2 class="section-title"style="font-size: 15px;"><span class="icon-holder"><i class="fas fa-user"></i></span>Career Objective</h2>
            <div class="summary">
                <p>Work for an organization which provides me the opportunity to improve my skills and knowledge to grow.</p>
            </div><!--//summary-->
        </section><!--//section-->

        <section class="section experiences-section">
            <h2 class="section-title" style="font-size: 15px;"><span class="icon-holder"><i class="fas fa-briefcase"></i></span>Education</h2>


<?php
$id 
$row['stud_id'];
$sql2 "select * from education where stud_id=$id";
$result2 $con->query($sql2);
while (
$row2 $result2->fetch_assoc()) {
    echo 

                    <div class="meta">


                        <div class="upper-row">
                            <h3 class="job-title summary">' 
$row2["course"] . '</h3>
                              <div class="time summary">' 
$row2["year"] . '</div>
                        </div><div class="company summary">' 
$row2["board"] . '</div>
                    </div> <div class="details summary">
                        ' 
$row2["specification"] . '
                    </div>
                     <div class="details summary">
                       Percentage: ' 
$row2["mark"] . '
                    </div>
                '
;
}
?>

        </section><!--//section-->

        <section class="section projects-section">
            <h2 class="section-title" style="font-size: 15px;"><span class="icon-holder"><i class="fas fa-archive"></i></span>Projects</h2>
            <!--//intro-->
            <?php
            $sql1 
"select * from resume_projects where stud_id=$id";
            
$result1 $con->query($sql1);
            while (
$row1 $result1->fetch_assoc()) {
                
$acad='';
                if(
trim($row1["acadamic"])=="Academic"){
                    
$acad='[Academic Project]';
                }
                echo 
' <div class="item">
                   <div class="company summary">' 
$row1["pro_name"].' '.$acad '</div><span class="project-tagline summary">' $row1["description"] . ' </span>
                    <div class="summary">Technology:' 
$row1["technology"] . '</div>
                    
                </div>'
;
            }
            
?>

        </section><!--//section-->

        <section class="section experiences-section">
            <h2 class="section-title" style="font-size: 15px;"><span class="icon-holder"><i class="fas fa-briefcase"></i></span>Experience</h2>

            <ul class="summary">
            <?php
            $id 
$row['stud_id'];
            
$sql2 "select * from experience where stud_id=$id";
            
$result2 $con->query($sql2);
            while (
$row2 $result2->fetch_assoc()) {
                echo 
'<li><i class="fas fa-check" style="color:#42A8C0"></i>&nbsp;' $row2['duration'] . ' as ' $row2['position'] . ' at ' $row2['company_name'] . ' </li>';
            }
            
?></ul>

        </section><!--//skills-section-->
        <?php 
        
if(!empty($row['achievements'])){
        
?>
        <section class="section experiences-section">
            <h2 class="section-title" style="font-size: 15px;"><span class="icon-holder"><i class="fas fa-briefcase"></i></span>Achievements</h2>

            <ul class="summary"> <?php
            $array 
explode(','$row['achievements']);

            foreach (
$array as $item) {
                echo 
"<li><i class='fas fa-check' style='color:#42A8C0'></i>&nbsp;$item</li>";
            }
            
?>   
            </ul>
        </section>
        <?php ?>

    </div><!--//main-body-->
</div>
<section><br><br><br></section>
<?php
include 'footer.php';
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.007 ]--