shell bypass 403
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Payment Failed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" media="all">
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/css/pay_css.css" media="all" />
</head>
<div class="container thanks">
<div class="row">
<div class="col-md-4 col-md-offset-4" style="margin-top:15%;border: 1px solid #ccc;box-shadow: 0px 1px 9px 1px;">
<h3 class="text-center">Your Payment is Failed !</h3>
<center>
<img src="<?php echo base_url('images/fail.jpg'); ?>" class="img-responsive" style="height: 131px;">
</center>
<p class="text-center" style="margin-top: 15px;">
<a href="<?php echo base_url(''); ?>" class="btn btn-danger">Retry Shopping</a>
</p>
</div>
</div>
</div>
</body>
</html>