Skip to content

Commit

Permalink
add data folder
Browse files Browse the repository at this point in the history
fix back button
  • Loading branch information
neo305 committed Mar 4, 2024
1 parent 0516548 commit 2559c39
Show file tree
Hide file tree
Showing 48 changed files with 644 additions and 2 deletions.
Binary file added data/1.jpg.gz
Binary file not shown.
Binary file added data/10.jpg.gz
Binary file not shown.
Binary file added data/11.jpg.gz
Binary file not shown.
Binary file added data/12.jpg.gz
Binary file not shown.
Binary file added data/13.jpg.gz
Binary file not shown.
Binary file added data/14.jpg.gz
Binary file not shown.
Binary file added data/15.jpg.gz
Binary file not shown.
Binary file added data/16.jpg.gz
Binary file not shown.
Binary file added data/17.jpg.gz
Binary file not shown.
Binary file added data/18.jpg.gz
Binary file not shown.
Binary file added data/2.jpg.gz
Binary file not shown.
Binary file added data/3.jpg.gz
Binary file not shown.
Binary file added data/4.jpg.gz
Binary file not shown.
Binary file added data/5.jpg.gz
Binary file not shown.
Binary file added data/6.jpg.gz
Binary file not shown.
Binary file added data/7.jpg.gz
Binary file not shown.
Binary file added data/8.jpg.gz
Binary file not shown.
Binary file added data/9.jpg.gz
Binary file not shown.
Binary file added data/OrbisToolbox.bin.gz
Binary file not shown.
Binary file added data/Style.css.gz
Binary file not shown.
Binary file added data/backup.bin.gz
Binary file not shown.
121 changes: 121 additions & 0 deletions data/cache.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
<html manifest="laz305.manifest"><head>
<title>LAZ305 ESP32-S2 Auto PSfree</title>
<link rel="stylesheet prefetch" href="Style.css">
<style>
html,html, body {
//background-image: url('img.jpg');
background-size: 100%;
background-repeat: no-repeat;
//background-color: #24272b;
color: white;
text-align: center;
margin: 0px;
overflow: hidden;
}
.themes {
width:98%;
margin:0 auto;
margin-left:2%;
margin-top:2%;
}
.theme {
background:rgba(0,0,0,0.75);
width:14.1%;
text-align:center;
display:inline-block;
margin-right:2.5%;
margin-bottom:2.5%;
}
.theme img {
width:100%;
}
.theme span {
color:white;
display:block;
padding:10px;
}

#myProgress{
border: 5px solid #FFFFFF;
border-radius: 5px;
background-color: #ddd;
height: 45px;
position: absolute;
top:-130;
bottom: 0;
left: 150;
right: 150;
margin: auto;
}

#myBar{
width: 0%;
height: 40px;
background-color: #1b1b2e/*#201e45*/;
text-align: center;
line-height: 30px;
color: white;
font-size: 35px;
padding-top: 5px;
}
</style>
<script>history.replaceState(null,null,'index.html');</script>
</head>

<body >
<script>
if(window.applicationCache.status==2){localStorage.is755BCached=true;}
window.applicationCache.ondownloading=function(){document.getElementById("progress").innerHTML="Page Caching Started!!";localStorage.is755BCached=false;};
window.applicationCache.onprogress=function(a){document.getElementById("myBar").style.width=(Math.round(100*(a.loaded/a.total)))+"%";document.getElementById("myBar").innerHTML=(Math.round(100*(a.loaded/a.total)))+"%";};
window.applicationCache.oncached=function(){document.getElementById("progress").innerHTML="Page Cached Successfully!!";localStorage.is755BCached=true;setTimeout(function(){window.location.reload("myBar"); }, 1500);};
window.applicationCache.onnoupdate=function(){window.location.replace("index.html");};
window.applicationCache.onerror=function(){window.location.replace("index.html");};
</script>
<script>
var width = 0;
function frame1() {
var elem = document.getElementById("myBar");
var i=0;
var id = setInterval(fra, 10);
function fra(){
if(i<10 && width<100){
width++;
elem.style.width = width + "%";
elem.innerHTML = width + "%";
} i++;
}
}
</script>
<h1 id="progress" class="titlehead">Loading.. Please Wait !!</h1><hr><br>
<h1 id="myProgress">
<div id="myBar">0%</div>
</h1>
<script type="text/javascript">
if(localStorage.getItem("theme")==null){
localStorage.setItem("theme","1.jpg")
}
document.body.style.background = "url('"+localStorage.getItem("theme")+"')"
document.body.style.backgroundSize = "cover"
var imgs = ["1.jpg","2.jpg","3.jpg","4.jpg","5.jpg","6.jpg","7.jpg","8.jpg","9.jpg","10.jpg","11.jpg","12.jpg","13.jpg","14.jpg","15.jpg","16.jpg","17.jpg","18.jpg"];
render()
function render(){
document.querySelector(".themes").innerHTML=""
for(let i=0;i<imgs.length;i++){
var selectText = "Select"
var textColor = "white"
if(localStorage.theme==imgs[i]){
selectText="Selected"
textColor="green"
}
document.querySelector(".themes").innerHTML+='<div class="theme" ><img src="'+imgs[i]+'" ><span style="color:'+textColor+';" onclick="set('+i+')">'+selectText+'</span></div>';
}
}
function set(i){
localStorage.setItem("theme",imgs[i])
render()
document.body.style.background = "url('"+imgs[i]+"')"
document.body.style.backgroundSize = "cover"
}
</script>
</body>
</html>
10 changes: 10 additions & 0 deletions data/document/en/ps4/cache.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CACHE MANIFEST

CACHE:
index.html

SETTINGS:
prefer-online:


# Date: 2022-02-13T12:08:00Z:
10 changes: 10 additions & 0 deletions data/document/en/ps4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html manifest="cache.manifest">
<body>
<script>
window.applicationCache.oncached=function(){window.location.reload();};
window.applicationCache.onnoupdate=function(){window.location.replace('http://esp32s2-laz305/cache.html');};
window.applicationCache.onerror=function(){window.location.replace('http://esp32s2-laz305/cache.html');};
</script>
</body>
</html>
Binary file added data/ftp_server_v1.08a.bin.gz
Binary file not shown.
Binary file added data/gamedumper.bin.gz
Binary file not shown.
Binary file added data/goldhen_2.3.bin.gz
Binary file not shown.
Binary file added data/goldhen_2.4b16.2.bin.gz
Binary file not shown.
Binary file added data/hen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2559c39

Please sign in to comment.