Server IP : 108.163.255.210 / Your IP : 3.147.46.174 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/payroll/admin/ |
Upload File : |
<?php error_reporting(0); session_start(); if($_SESSION['admin_email']=="" && $_SESSION['id']=="") { header("location:../index.php"); } if($_SESSION['login_counter']=="0" || $_SESSION['login_counter']=="") { header("location:changepass.php"); } require_once("../include/db.php"); ?> <!DOCTYPE html> <html> <head> <script type="text/javascript"> var auto_refresh = setInterval( function () { $('#load').load('reload.php').fadeIn("slow"); $('#load1').load('reload.php').fadeIn("slow"); }, 10000); // refresh every 10000 milliseconds </script> <script type="text/javascript"> var auto_refresh1 = setInterval( function () { $('#load2').load('reload1.php').fadeIn("slow"); }, 10000); // refresh every 10000 milliseconds </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Concord Logistics</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.5 --> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <!-- DataTables --> <link rel="stylesheet" href="plugins/datatables/dataTables.bootstrap.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css"> <!-- iCheck --> <link rel="stylesheet" href="plugins/iCheck/flat/blue.css"> <!-- Morris chart --> <link rel="stylesheet" href="plugins/morris/morris.css"> <!-- jvectormap --> <link rel="stylesheet" href="plugins/jvectormap/jquery-jvectormap-1.2.2.css"> <!-- Date Picker --> <link rel="stylesheet" href="plugins/datepicker/datepicker3.css"> <!-- Daterange picker --> <link rel="stylesheet" href="plugins/daterangepicker/daterangepicker-bs3.css"> <!-- bootstrap wysihtml5 - text editor --> <link rel="stylesheet" href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> <link rel="stylesheet" href="dist/css/jquery.validation.css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <header class="main-header"> <!-- Logo --> <a href="dashboard.php" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><b>Concord</b> Logistics</span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><b>Concord</b> Logistics</span> </a> <!-- Header Navbar: style can be found in header.less --> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> <!-- Messages: style can be found in dropdown.less--> <?php // $not=mysql_num_rows(mysql_query("select sno from message where userid='".$_SESSION['admin_id']."' && `read`='0'")); ?> <!-- <li class="dropdown messages-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-envelope-o"></i> <span class="label label-danger" style="font-size:16px;" id="load"><?php echo $not ?></span> </a> <ul class="dropdown-menu"> <li class="header">You have <span id="load1"><?php echo $not ?></span> new messages</li> <li>--> <!-- inner menu: contains the actual data --> <!--<ul class="menu" id="load2">--> <?php // $number=mysql_query("select senderid,subject,rand from message where userid='".$_SESSION['admin_id']."' && `read`='0'"); // while($nu=mysql_fetch_array($number)) // { ?> <!-- <li>start message <a href="view.php?rand=<?php //echo $nu['rand'] ?>"> <div class="pull-left"> <i class="fa fa-user" style="font-size:36px ;color:#000;""></i> </div> <h4> <?php //$myname=mysql_fetch_array(mysql_query("select first_name,last_name from admin where admin_id='".$nu['senderid']."'")); echo $myname['first_name']." ".$myname['last_name']; ?> <small></small> </h4> <p><?php //echo $nu['subject']; ?></p> </a> </li> end message <?php //} ?> </ul> </li> <li class="footer"><a href="inbox.php">See All Messages</a></li> </ul> </li>--> <!-- Notifications: style can be found in dropdown.less --> <!-- Tasks: style can be found in dropdown.less --> <!-- User Account: style can be found in dropdown.less --> <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-user"; style="font-size:28px;"></i> <span class="hidden-xs"><b>Concord Logistics</b></span> </a> <ul class="dropdown-menu" style="width:0px;"> <!-- User image --> <!-- Menu Body --> <!-- Menu Footer--> <li class="user-footer"> <div class="pull-right"> <a href="logout.php" class="btn btn-default btn-flat">Sign out</a> </div> </li> </ul> </li> <!-- Control Sidebar Toggle Button --> </ul> </div> </nav> </header>