⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
ef.electronharmony.com
/
1
/
T9
/
examples
/
View File Name :
flipbook_from_url_params.html
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="../src/css/flipbook.css" /> <script src="../src/js/flipbook.js"></script> <script type="text/javascript"> function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\?&]' + name + '=([^&#]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } function getFlipbookOptions() { var optionsParam = getUrlParameter('flipbookOptions'); if (optionsParam) { try { return JSON.parse(optionsParam); } catch (e) { console.error('Invalid flipbook options', e); } } return null; } document.addEventListener('DOMContentLoaded', function () { var flipbookOptions = getFlipbookOptions(); if (flipbookOptions) { var container = document.getElementById('container'); var flipbook = new FlipBook(container, flipbookOptions); } else { console.error('No flipbook options provided in URL.'); } }); </script> </head> <body> <div id="container"></div> </body> </html>