| Server IP : 68.178.202.69 / Your IP : 216.73.216.122 Web Server : Apache System : Linux 69.202.178.68.host.secureserver.net 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64 User : ikioworld ( 1005) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/ikioworld/www/application/views/admin/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IKIO| Log in</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="<?php echo base_url()."assets/admin/"?>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">
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="<?php echo base_url()."assets/admin/"?>dist/css/AdminLTE.min.css">
<!-- iCheck -->
<link rel="stylesheet" href="<?php echo base_url()."assets/admin/"?>plugins/iCheck/square/blue.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 login-page">
<div class="login-box">
<div class="logoin_mainBackground1"> </div>
<div class="logoin_mainBackground2"> </div>
<!-- /.login-logo -->
<div class="login-box-body">
<!-- <p class="login-box-msg">Welcome to Zooheev</p> -->
<?php if(validation_errors() != ''){?>
<div class="error center"><b><?php echo validation_errors(); ?></b></div>
<?php }
if($this->session->flashdata('err_msg') != ''){?>
<div class="error center"><b>• <?php echo $this->session->flashdata('err_msg'); ?></b></div>
<?php }?>
<div class="login_left">
<img src="<?php echo base_url();?>assets/img/logo.svg" class="image___login_css">
<form action="" method="post">
<!-- <img src="http://localhost/hop/assets/img/logo.png" style="width: 100%;"> -->
<h4>"Invention is not the product of logical thought, even though the final product is tied to a logical structure."</h4>
<p>Welcome Back, Please Login to your Account</p>
<div class="form-group has-feedback ikio_admin input_container">
<input class="form-control" type="text" name="username" placeholder="User name">
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
</div>
<div class="form-group has-feedback ikio_admin input_container">
<input class="form-control" type="password" name="password" placeholder="Password">
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
</div>
<div class="row">
<!-- /.col -->
<div class="col-xs-12">
<button type="submit" class="btn btn-primary btn-block btn-flat ikio_admin_bttun">Sign In</button>
</div>
<!-- /.col -->
</div>
</form>
</div>
<div class="login_right">
<div class="login_right_bg"></div>
</div>
</div>
<!-- /.login-box-body -->
</div>
<!-- /.login-box -->
<!-- jQuery 2.2.0 -->
<script src="<?php echo base_url()."assets/admin/"?>plugins/jQuery/jQuery-2.2.0.min.js"></script>
<!-- Bootstrap 3.3.5 -->
<script src="<?php echo base_url()."assets/admin/"?>bootstrap/js/bootstrap.min.js"></script>
<!-- iCheck -->
<script src="<?php echo base_url()."assets/admin/"?>plugins/iCheck/icheck.min.js"></script>
<script>
$(function () {
$('input').iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue',
increaseArea: '20%' // optional
});
});
</script>
</body>
</html>