PHP 5.6.40
Preview: common.php Size: 6.50 KB
/home/urbanman/roadkaraja.in/customer/common.php

<?php 
error_reporting(0);
@session_start();
?>
<!DOCTYPE html>
<html lang="en">
   
<head>
        <meta charset="UTF-8">
        <title> Road Ka Raja</title>
       
        <meta name="viewport" content="width=device-width,initial-scale=1"> 

        <!-- START: Template CSS-->
        <link rel="stylesheet" href="dist/vendors/bootstrap/css/bootstrap.min.css">
        <link rel="stylesheet" href="dist/vendors/jquery-ui/jquery-ui.min.css">
        <link rel="stylesheet" href="dist/vendors/jquery-ui/jquery-ui.theme.min.css">
        <link rel="stylesheet" href="dist/vendors/simple-line-icons/css/simple-line-icons.css">        
        <link rel="stylesheet" href="dist/vendors/flags-icon/css/flag-icon.min.css"> 
        <link rel="stylesheet" href="dist/vendors/flag-select/css/flags.css">
        <!-- END Template CSS-->

        <!-- START: Page CSS-->   
        <link rel="stylesheet" href="dist/vendors/morris/morris.css"> 
        <link rel="stylesheet" href="dist/vendors/weather-icons/css/pe-icon-set-weather.min.css"> 
        <link rel="stylesheet" href="dist/vendors/chartjs/Chart.min.css"> 
        <link rel="stylesheet" href="dist/vendors/starrr/starrr.css"> 
        <link href="dist/vendors/bootstrap-tour/css/bootstrap-tour-standalone.min.css" rel="stylesheet"> 
        <link rel="stylesheet" href="dist/vendors/fontawesome/css/all.min.css">
        <link rel="stylesheet" href="dist/vendors/ionicons/css/ionicons.min.css"> 
        <!-- END: Page CSS-->
<link href="img/logo.jpeg" rel="shortcut icon"/>
        <!-- START: Custom CSS-->
        <link rel="stylesheet" href="dist/css/main.css">
        <!-- END: Custom CSS-->
		

    </head>
    <!-- END Head-->

    <!-- START: Body-->
    <body id="main-container" class="default">
        <!-- START: Pre Loader-->
        <div class="se-pre-con">
           <img src="img/petrol.png" alt="logo" width="40" class="img-fluid"/> 
        </div>
        <!-- END: Pre Loader-->

        <!-- START: Header-->
        <div id="header-fix" class="header fixed-top">
            <nav class="navbar navbar-expand-lg  p-0">
                <div class="navbar-header h4 mb-0 align-self-center d-flex">  
                    <a href="index.php" class="horizontal-logo align-self-center d-flex d-lg-none">
                        <img src="img/petrol.png" alt="logo" width="40" class="img-fluid"/>         
                    </a>
                   
                </div>
              

                <form class="float-left d-none d-lg-block search-form">
                    <div class="form-group mb-0 position-relative">
                        <input type="text" class="form-control border-0 rounded bg-search pl-5" placeholder="Search anything...">
                        <div class="btn-search position-absolute top-0">
                            <a href="#"><i class="h5 icon-magnifier body-color"></i></a>
                        </div>
                        <a href="#" class="position-absolute close-button mobilesearch d-lg-none" data-toggle="dropdown" aria-expanded="false"><i class="icon-close h5"></i>                               
                        </a>

                    </div>
                </form>
			
                <div class="navbar-right ml-auto">
                    <ul class="ml-auto p-0 m-0 list-unstyled d-flex">
                        <li class="mr-1 d-inline-block my-auto d-block d-lg-none">
                          &nbsp;&nbsp; <a href="eproduct-list.php"><i class="fa fa-shopping-basket" aria-hidden="true" style="color:red"></i>  </a> &nbsp;&nbsp;
						     <a href="gift-list.php"><i class="fa fa-gift" aria-hidden="true" style="color:green"></i> </a> &nbsp;&nbsp;
						   
                            
                        </li>                        
                        
                      
                       
                        <li class="dropdown user-profile d-inline-block py-1 mr-2">
                            <a href="#" class="nav-link px-2 py-0" data-toggle="dropdown" aria-expanded="false"> 
                                <div class="media">
                                    <div class="media-body align-self-center d-none d-sm-block mr-2">
                                        <p class="mb-0 text-uppercase line-height-1"><b>MEM<?php echo $_SESSION['cusid'];?></b><br/><span>  </span></p>
 <a href="logout.php"><span class="icon-logout mr-2 h6  mb-0"></span> Sign Out</a> 
                                    </div>
                                    <img src="dist/images/author.png" alt="" class="d-flex img-fluid rounded-circle" width="30">

                                </div>
                            </a>

                            <div class="dropdown-menu  dropdown-menu-right p-0">
                               
                                
                              
                                <div class="dropdown-divider"></div>
                                <a href="logout.php" class="dropdown-item px-2 text-danger align-self-center d-flex">
                                    <span class="icon-logout mr-2 h6  mb-0"></span> Sign Out</a>
                            </div>

                        </li>

                    </ul>
                </div>
            </nav>
        </div>
        <!-- END: Header-->

        <!-- START: Main Menu-->
        <div class="sidebar">
            <a href="#" class="sidebarCollapse float-right h6 dropdown-menu-right mr-2 mt-2 position-absolute d-block d-lg-none">
                <i class="icon-close"></i>
            </a>
            <!-- START: Logo-->
            <a href="index.php" class="sidebar-logo d-flex">
              
                <span class="h5 align-self-center mb-0">   <img src="img/petrol.png" alt="logo" width="40" class="img-fluid"/> </span>        
            </a>
            <!-- END: Logo-->

            <!-- START: Menu-->
            <ul id="side-menu" class="sidebar-menu">
                <li class="dropdown active"><a href="index.php"><i class="icon-speedometer"></i>Dashboard</a> 
                   
                </li>
               
               <li class="dropdown"><a href="#" class="text-success">Gift Redemption</a>
                    <div>
                        <ul>
                       <!-- <li><a href="eproduct-list.php">  Product List </a></li>-->
                        <li><a href="gift-list.php">  Gift Redemption List </a></li> 
                        </ul>
                    </div>
                </li>
				
                

            </ul>
            <!-- END: Menu-->
        </div>
        <!-- END: Main Menu-->

Directory Contents

Dirs: 3 × Files: 6

Name Size Perms Modified Actions
dist DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
img DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
js DIR
- drwxrwxrwx 2026-07-14 05:46:15
Edit Download
6.50 KB lrw-rw-rw- 2026-07-06 10:38:11
Edit Download
366 B lrw-rw-rw- 2026-07-06 11:03:30
Edit Download
0 B lrw-r--r-- 2026-07-14 05:59:54
Edit Download
6.06 KB lrw-rw-rw- 2026-07-06 10:38:11
Edit Download
9.21 KB lrw-rw-rw- 2026-07-06 10:38:11
Edit Download
204 B lrw-rw-rw- 2026-07-06 10:38:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).