Compare commits
	
		
			6 Commits
		
	
	
		
			1.1.10
			...
			a91c21ecfd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a91c21ecfd | |||
| 49f466f298 | |||
| f0171a0232 | |||
| c95880d22f | |||
| 2f99a07ef7 | |||
| 97f62b8ee8 | 
| @@ -124,8 +124,8 @@ function check_vpn() { | |||||||
| 		$('#pro_on').show(); | 		$('#pro_on').show(); | ||||||
| 		$('#vpn_off').hide(); | 		$('#vpn_off').hide(); | ||||||
| 		$('#vpn_on').show(); | 		$('#vpn_on').show(); | ||||||
| 		document.getElementById('vpnToggle').checked = true; | 		//document.getElementById('vpnToggle').checked = true; | ||||||
| 		document.querySelector(".switch-label").textContent = "ON"; | 		//document.querySelector(".switch-label").textContent = "ON"; | ||||||
| 	  } | 	  } | ||||||
| 	} | 	} | ||||||
| 	else if (data=="2") { | 	else if (data=="2") { | ||||||
| @@ -133,8 +133,8 @@ function check_vpn() { | |||||||
| 		$('#pro_on').show(); | 		$('#pro_on').show(); | ||||||
| 		$('#vpn_on').hide(); | 		$('#vpn_on').hide(); | ||||||
| 		$('#vpn_off').show(); | 		$('#vpn_off').show(); | ||||||
| 		document.getElementById('vpnToggle').checked = false; | 		//document.getElementById('vpnToggle').checked = false; | ||||||
| 		document.querySelector(".switch-label").textContent = "OFF"; | 		//document.querySelector(".switch-label").textContent = "OFF"; | ||||||
|         } |         } | ||||||
|         else { // data == 0 |         else { // data == 0 | ||||||
| 		$('#pro_on').hide(); | 		$('#pro_on').hide(); | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								img/monitor.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								img/monitor.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 50 KiB | 
							
								
								
									
										13
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								index.html
									
									
									
									
									
								
							| @@ -3,21 +3,26 @@ | |||||||
| <head> | <head> | ||||||
| <meta charset="UTF-8"> | <meta charset="UTF-8"> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|  | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|  | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|  | <meta http-equiv="Expires" content="0" /> | ||||||
| <title>Safebox installer</title> | <title>Safebox installer</title> | ||||||
| <style> | <style> | ||||||
| body, html { | html, body { | ||||||
|     margin: 0; |     margin: 0; | ||||||
|     padding: 0; |     padding: 0; | ||||||
|     height: 100%; |     height: 100%; | ||||||
|  |     overflow: hidden; | ||||||
| } | } | ||||||
| iframe { | iframe { | ||||||
|     width: 100%; |     display: block; | ||||||
|     height: 100%; |     width: 100vw; | ||||||
|  |     height: 100vh; | ||||||
|     border: none; |     border: none; | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|     <iframe src="scan.html"></iframe> |     <iframe src="scan.html?t=1"></iframe> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
| @@ -3,6 +3,9 @@ | |||||||
| <head> | <head> | ||||||
| <meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|  | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|  | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|  | <meta http-equiv="Expires" content="0" /> | ||||||
| <title>Safebox - INSTALLER TOOL</title> | <title>Safebox - INSTALLER TOOL</title> | ||||||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | ||||||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | ||||||
| @@ -12,7 +15,7 @@ | |||||||
|   <div class="main" > |   <div class="main" > | ||||||
|     <div id="myAppsContainer"> |     <div id="myAppsContainer"> | ||||||
| 	      <div class="logo"> | 	      <div class="logo"> | ||||||
| 		<img src="/img/logo.png" alt="Safebox"/> | 		<img src="/img/logo.svg" alt="Safebox"/> | ||||||
| 		<span>Safebox</span> | 		<span>Safebox</span> | ||||||
| 	      </div> | 	      </div> | ||||||
| 		<h3 style="text-align:center">No any previous deployed environment has found</h3> | 		<h3 style="text-align:center">No any previous deployed environment has found</h3> | ||||||
|   | |||||||
| @@ -59,12 +59,12 @@ function simulateLoading(duration = 3000) { | |||||||
|  |  | ||||||
| function redirectToInstall() { | function redirectToInstall() { | ||||||
| 	setProgress(100); | 	setProgress(100); | ||||||
| 	window.location.href = 'install.html'; | 	window.location.href = 'install.html?t='+Date.now(); | ||||||
| } | } | ||||||
|  |  | ||||||
| function redirectToManage() { | function redirectToManage() { | ||||||
| 	setProgress(100); | 	setProgress(100); | ||||||
| 	window.location.href = 'manage.html'; | 	window.location.href = 'manage.html?t='+Date.now(); | ||||||
| } | } | ||||||
|  |  | ||||||
| function start_system() { | function start_system() { | ||||||
|   | |||||||
| @@ -75,7 +75,7 @@ echo "<pre>".$output."</pre>"; | |||||||
|   <div class="main"> |   <div class="main"> | ||||||
|     <div id="myAppsContainer"> |     <div id="myAppsContainer"> | ||||||
| 	<div class="logo" style="margin:100px 0px 20px 0px;"> | 	<div class="logo" style="margin:100px 0px 20px 0px;"> | ||||||
| 		<img src="/img/logo.png" alt="Safebox"/> | 		<img src="/img/logo.svg" alt="Safebox"/> | ||||||
| 		<span>Safebox</span> | 		<span>Safebox</span> | ||||||
| 	</div> | 	</div> | ||||||
| 	<div class="progress-box"> | 	<div class="progress-box"> | ||||||
| @@ -95,7 +95,7 @@ echo "<pre>".$output."</pre>"; | |||||||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | ||||||
| <script src="install.js?t=6"></script> | <script src="install.js?t=7"></script> | ||||||
| <script> | <script> | ||||||
| const progressBar = document.getElementById('progressBar'); | const progressBar = document.getElementById('progressBar'); | ||||||
| const progressText = document.getElementById('progressText'); | const progressText = document.getElementById('progressText'); | ||||||
|   | |||||||
							
								
								
									
										29
									
								
								manage.html
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								manage.html
									
									
									
									
									
								
							| @@ -3,16 +3,19 @@ | |||||||
| <head> | <head> | ||||||
| <meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|  | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|  | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|  | <meta http-equiv="Expires" content="0" /> | ||||||
| <title>Safebox</title> | <title>Safebox</title> | ||||||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | ||||||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | ||||||
|   <link rel="stylesheet" href="style.css?t=10" /> | <link rel="stylesheet" href="style.css?t=11" /> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|   <div class="sidebar"> |   <div class="sidebar"> | ||||||
|     <div class="sidebar-top"> |     <div class="sidebar-top"> | ||||||
|       <div id="logo" class="logo"> |       <div id="logo" class="logo"> | ||||||
|         <img src="/img/logo.png" alt="Safebox"/> |         <img src="/img/logo.svg" alt="Safebox"/> | ||||||
|         <span>Safebox</span> |         <span>Safebox</span> | ||||||
|       </div> |       </div> | ||||||
|       <div class="menu"> |       <div class="menu"> | ||||||
| @@ -42,7 +45,7 @@ | |||||||
| 		</div> | 		</div> | ||||||
| 		      <p>Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc. <br><br> | 		      <p>Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc. <br><br> | ||||||
| 		      <a href="" class="details">Read details</a><br><br> | 		      <a href="" class="details">Read details</a><br><br> | ||||||
| 			<img src="/img/upgrade.png" alt="Upgrade now" width="80%"/>	 | 			<img src="/img/upgrade.png" alt="Upgrade now" width="80%" id="vpnBtn" style="cursor:pointer"/>	 | ||||||
| 		      </p> | 		      </p> | ||||||
| 	    </div> | 	    </div> | ||||||
| 	</div> | 	</div> | ||||||
| @@ -178,6 +181,20 @@ | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     function renderMonitor() { | ||||||
|  |     	myAppsContainer.classList.remove('hidden'); | ||||||
|  |         popup.classList.add('hidden'); | ||||||
|  |  | ||||||
|  |         //TODO: itt kell a buttont editálni és így kell hozzáadni hozzá mindent | ||||||
|  |         myAppsContainer.innerHTML = ` | ||||||
|  | 	    <div class="main-header"> | ||||||
|  | 	      <h1>Monitor</h1> | ||||||
|  | 	      <button id="updatesBtn"><i class="fas fa-bell"></i> Notification</button> | ||||||
|  | 	    </div> | ||||||
|  |         	<img src="/img/monitor.jpg" alt="Under development..." width="1000" /> | ||||||
|  |         `; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     function renderVPN() { |     function renderVPN() { | ||||||
|     	myAppsContainer.classList.remove('hidden'); |     	myAppsContainer.classList.remove('hidden'); | ||||||
|         popup.classList.add('hidden'); |         popup.classList.add('hidden'); | ||||||
| @@ -338,13 +355,14 @@ | |||||||
| 	installAppsBtn.addEventListener('click', () => {renderApps(true); activate(installAppsBtn);}); | 	installAppsBtn.addEventListener('click', () => {renderApps(true); activate(installAppsBtn);}); | ||||||
| 	backupBtn.addEventListener('click', () => {renderText('Backup'); activate(backupBtn);}); | 	backupBtn.addEventListener('click', () => {renderText('Backup'); activate(backupBtn);}); | ||||||
| 	diskBtn.addEventListener('click', () => {renderText('Disk Management'); activate(diskBtn)}); | 	diskBtn.addEventListener('click', () => {renderText('Disk Management'); activate(diskBtn)}); | ||||||
| 	monitorBtn.addEventListener('click', () => {renderText('Monitor'); activate(monitorBtn)}); | 	monitorBtn.addEventListener('click', () => {renderMonitor(); activate(monitorBtn)}); | ||||||
|     	settingsBtn.addEventListener('click', () => {renderSettings(); activate(settingsBtn)}); |     	settingsBtn.addEventListener('click', () => {renderSettings(); activate(settingsBtn)}); | ||||||
|  |  | ||||||
| 	vpnBtn.addEventListener('click', () => renderVPN()); | 	vpnBtn.addEventListener('click', () => renderVPN()); | ||||||
|  |  | ||||||
| //	renderApps(true); | //	renderApps(true); | ||||||
|  |  | ||||||
|  | /* | ||||||
| 	const vpnToggle = document.getElementById("vpnToggle"); | 	const vpnToggle = document.getElementById("vpnToggle"); | ||||||
|   	const vpnLabel = document.querySelector(".switch-label"); |   	const vpnLabel = document.querySelector(".switch-label"); | ||||||
|  |  | ||||||
| @@ -359,6 +377,7 @@ | |||||||
|  |  | ||||||
| 	// Alapállapot beállítása | 	// Alapállapot beállítása | ||||||
| 	updateStatus(); | 	updateStatus(); | ||||||
|  | */ | ||||||
|  |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| @@ -368,6 +387,6 @@ | |||||||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | ||||||
| <script src="common.js?t=40"></script> | <script src="common.js?t=41"></script> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
| @@ -3,6 +3,9 @@ | |||||||
| <head> | <head> | ||||||
| <meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|  | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||||||
|  | <meta http-equiv="Pragma" content="no-cache" /> | ||||||
|  | <meta http-equiv="Expires" content="0" /> | ||||||
| <title>Safebox - INSTALLER TOOL</title> | <title>Safebox - INSTALLER TOOL</title> | ||||||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> | ||||||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> | ||||||
| @@ -12,7 +15,7 @@ | |||||||
|   <div class="main"> |   <div class="main"> | ||||||
|     <div id="myAppsContainer"> |     <div id="myAppsContainer"> | ||||||
| 	<div class="logo" style="margin:100px 0px 20px 0px;"> | 	<div class="logo" style="margin:100px 0px 20px 0px;"> | ||||||
| 		<img src="/img/logo.png" alt="Safebox"/> | 		<img src="/img/logo.svg" alt="Safebox"/> | ||||||
| 		<span>Safebox</span> | 		<span>Safebox</span> | ||||||
| 	</div> | 	</div> | ||||||
| 	<div class="progress-box"> | 	<div class="progress-box"> | ||||||
| @@ -37,7 +40,7 @@ | |||||||
| <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> | ||||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | ||||||
| <script src="install.js?t=6"></script> | <script src="install.js?t=7"></script> | ||||||
| <script> | <script> | ||||||
| const progressBar = document.getElementById('progressBar'); | const progressBar = document.getElementById('progressBar'); | ||||||
| const progressText = document.getElementById('progressText'); | const progressText = document.getElementById('progressText'); | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								scan.php
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								scan.php
									
									
									
									
									
								
							| @@ -149,7 +149,7 @@ switch ($_GET["op"]) { | |||||||
| 								$subtitle = $content["subtitle"]; | 								$subtitle = $content["subtitle"]; | ||||||
| 								if (empty($subtitle) || $subtitle == "null") $subtitle = ""; | 								if (empty($subtitle) || $subtitle == "null") $subtitle = ""; | ||||||
| 								$icon = $content["icon"]; | 								$icon = $content["icon"]; | ||||||
| 								if (empty($icon) || $icon == "null") $icon = "img/default_logo.png"; // default icon image | 								if (empty($icon) || $icon == "null") $icon = "img/logo.svg"; // default icon image | ||||||
| 								if (array_key_exists($service_name,$data["INSTALLED_SERVICES"])) $installed = "true"; | 								if (array_key_exists($service_name,$data["INSTALLED_SERVICES"])) $installed = "true"; | ||||||
| 								else $installed = "false"; | 								else $installed = "false"; | ||||||
| 								if (!empty($deployments)) $deployments .= ", "; | 								if (!empty($deployments)) $deployments .= ", "; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user